@charset "UTF-8";
.news-row .row-header {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.news-row .row-header h2 {
    font-size: 20px;
    font-weight: 500;
}

.news-row .row-header .price_block {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    padding: 6px 8px;
    font-size: 16px;
}

.new-list, .news-row .row-body, .news-row .row-header {
    display: -ms-flexbox;
    display: flex;
}

.news-row .row-body {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
    .news-row .row-body {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.news-row .row-body .new-list {
    margin-right: 15px;
}

.new-list {
    float: left;
    margin: 20px 0;
    width: 109px;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1439px) {
    #list-news {
        margin-right: 20px;
    }
}
@media screen and (max-width: 720px) {
    #list-news {
        margin-right: 0;
    }

    .news-row .row-body .new-list {
        margin-right: 0;
    }

    .new-list {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .new-list .new_img {
        width: auto;
    }

    .row-body .new-list .right {
        width: inherit;
        padding: 10px;
    }

    .new-list .right .star {
        width: 100%;
    }

    .row-body .new-list .right .price {
        float: left;
    }

    .row-body .new-list .new_img img {
        width: 109px;
    }
}
.new_img {
    display: block;
    float: left;
    max-height: 169px;
    width: 100%;
    z-index: 100;
}

.new_img a {
    margin-top: 1px;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.new_img img {
    display: block;
    width: 100%;
    max-height: 169px;
    max-width: 113px;
    box-shadow: 0 0 3px 2px #A8A8A8;
    position: relative;
}

.new-list .right {
    /*height: 180px;*/
    position: relative;
    padding: 5px;
    background-color: #e8e8e8;
}

.new-list .right .name {
    margin: 0;
    line-height: 1.2;
    overflow: hidden;
    max-height: 43px;
    height: auto;
    display: block;
    position: relative;
}

.new-list .right .name a {
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    display: block;
}

.new-list .right .name a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(232, 232, 232, 0) 0, rgba(232, 232, 232, 0.5) 50%, #e8e8e8 100%);
}

.new-list .right .name a:hover {
    text-decoration: underline;
}

.new-list .right .author_new {
    margin: 0px 0px 8px 0px;
    height: 14px;
    overflow: hidden;
}

.new-list .right .author_new a {
    font-size: 10px;
    white-space: nowrap;
    color: #595959;
    text-decoration: none;
    display: block;
    position: relative;
}

.new-list .right .author_new a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(232, 232, 232, 0) 0, rgba(232, 232, 232, 0.5) 50%, #e8e8e8 100%);
}

.new-list .right .author_new a:hover {
    text-decoration: none;
}

.new-list .right .price {
    font-size: 22px;
    display: block;
    float: right;
    margin: 0;
    /*margin: 0 0 7px;*/
    /*position: absolute;*/
    /*top: 87px;*/
}

.price {
    font-size: 30px;
    display: block;
    margin: 0 0 7px;
}

.price span {
    font-size: 22px;
    /*margin: 10px 0px 0 0px;*/
}

.new-list .right .price_button {
    display: block;
    margin: 0px 0;
    margin: 0px 0 0 0px;
    font-size: 14px;
    color: #595959;
}

.new-list .right .price_button a {
    text-decoration: none;
    float: left;
    font-weight: 400;
    display: inline-block;
    padding: 7px 0;
    width: 70px;
    height: 100%;
    text-align: center;
    font-size: 18px;
}

.new-list .right .price_button i {
    width: 24px;
    height: 24px;
    margin: 3px 0 0 7px;
    display: inline-block;
    float: left;
    background: url("/images/button_icons.png") no-repeat scroll 0px -7px transparent;
    background-position: -3px -4px;
}

.content table, .content table tbody, .content table tbody tr {
    display: block;
}

.left_block {
    float: left;
}

.right_block {
    width: calc(100% - 18%);
    display: block;
    float: left;
}

@media screen and (max-width: 1200px) {
    .left_block {
        width: 22%;
    }

    .right_block {
        width: calc(100% - 25%);
    }
}
@media screen and (max-width: 768px) {
    .right_block {
        width: calc(100% - 33%);
        float: right;
    }
}
.right_block .swiper-right {
    height: 380px;
    position: relative;
    margin-bottom: 24px;
    float: left;
    width: 100%;
}

@media screen and (max-width: 1366px) {
    .right_block .swiper-right {
        height: 375px;
    }
}

@media screen and (max-width: 1220px) {
    .right_block .swiper-right {
        height: 380px;
    }
}

@media screen and (max-width: 1200px) {
    .right_block .swiper-right {
        height: 360px;
    }
}

@media screen and (max-width: 1110px) {
    .right_block .swiper-right {
        height: 340px;
    }
}

@media screen and (max-width: 1024px) {
    .right_block .swiper-right {
        height: 325px;
    }
}

@media screen and (max-width: 1023px) {
    .right_block .swiper-right {
        height: 365px;
    }
}

@media screen and (max-width: 768px) {
    .right_block .swiper-right {
        height: 380px;
    }
}

@media screen and (max-width: 650px) {
    .right_block .swiper-right {
        height: 350px;
    }
}
@media screen and (max-width: 600px) {
    .right_block .swiper-right {
        height: 335px;
    }
}
@media screen and (max-width: 550px) {
    .right_block .swiper-right {
        height: 380px;
    }
}
@media screen and (max-width: 500px) {
    .right_block .swiper-right {
        height: 390px;
    }
}
@media screen and (max-width: 450px) {
    .right_block .swiper-right {
        height: 355px;
    }
}
@media screen and (max-width: 380px) {
    .right_block .swiper-right {
        height: 380px;
    }
}
@media screen and (max-width: 320px) {
    .right_block .swiper-right {
        height: 365px;
    }
}
.right_block .swiper-right .swiper-container {
    width: 100%;
    height: 100%;
}

.right_block .swiper-right .swiper-button-prev {
    background-image: url(images/arrow.png);
    height: 78px;
    width: 17px;
    background-size: auto;
    left: -22px;
}

.right_block .swiper-right .swiper-button-next {
    background-image: url(images/arrow.png);
    height: 78px;
    width: 17px;
    background-size: auto;
    transform: rotate(180deg);
    right: -22px;
}

.right_block .swiper-right .swiper-scrollbar {
    height: 3px;
    margin-top: 10px;
    background: #e8e8e8;
}

.right_block .swiper-right .swiper-scrollbar-drag {
    height: 5px;
    border-width: 1px;
    border-color: #a2a2a2;
    border-style: solid;
    border-radius: 2px;
    background: #e8e8e8;
    position: relative;
    top: -2px;
}

.right_block .swiper-right .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #e0e0e0;
    /*width: 153px !important;*/
    /*margin-right: 11px;*/
}

.right_block .swiper-right .swiper-slide.item .book__img {
    width: 100%;
    max-height: 231px;
}

@media screen and (max-width: 1366px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 224px;
    }
}

@media screen and (max-width: 1220px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 231px;
    }
}

@media screen and (max-width: 1110px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 193px;
    }
}

@media screen and (max-width: 1024px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 177px;
    }
}

@media screen and (max-width: 1023px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 177px;
    }
}

@media screen and (max-width: 768px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 231px;
    }
}

@media screen and (max-width: 650px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 200px;
    }
}
@media screen and (max-width: 600px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 184px;
    }
}
@media screen and (max-width: 550px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 231px;
    }
}
@media screen and (max-width: 450px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 204px;
    }
}

@media screen and (max-width: 380px) {
    .right_block .swiper-right .swiper-slide.item .book__img {
        max-height: 217px;
    }
}

.right_block .swiper-right .swiper-slide.item .item__title {
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    color: #313131;
    margin-top: 10px;
    padding: 0 5px;
    height: 26px;
    overflow: hidden;
}

.right_block .swiper-right .swiper-slide.item .item__stars {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.right_block .swiper-right .swiper-slide.item .item__price {
    text-align: center;
    font-size: 24px;
    width: 100%;
}

.right_block .swiper-right .swiper-slide.item .item__price span {
    font-size: 11px;
}

.right_block .swiper-right .swiper-slide.item .item__button {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.right_block .swiper-right .swiper-slide.item .bg_orange {
    width: 53px;
    height: 22px;
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 0 7px;
    margin-top: 10px;
}

.right_block .swiper-right .swiper-slide.item .bg_orange i {
    width: 10px;
    height: 10px;
    display: inline-block;
    float: left;
    background: url(images/buy-icon.png) no-repeat center;
}

.right_block .swiper-right .swiper-slide.item .bg_orange a {
    text-decoration: none;
}

.right_block .block-photo {
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.right_block .block-photo a {
    display: block;
    float: left;
    vertical-align: top;
    width: 29%;
    margin-right: 5.5%;
    text-transform: none;
    text-decoration: none;
    font-size: 20px;
}

.right_block .block-photo a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1200px) {
    .right_block .block-photo a {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .right_block .block-photo a {
        font-size: 18px;
    }
}
@media screen and (max-width: 568px) {
    .right_block .block-photo a {
        font-size: 14px;
    }
}
.right_block .block-photo a:hover {
    opacity: .7;
}

.right_block .block-photo img {
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .right_block .block-photo img {
        margin-bottom: 5px;
    }
}
.right_block .block-title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.right_block .block-title img {
    margin-right: 20px;
    float: left;
}

@media screen and (max-width: 568px) {
    .right_block .block-title img {
        margin-right: 10px;
    }
}
.right_block .block-title span {
    font-size: 25px;
    color: #434343;
    line-height: 1.2;
    text-transform: uppercase;
    transform: translateY(35%);
    display: block;
}

@media screen and (max-width: 568px) {
    .right_block .block-title span {
        font-size: 18px;
        transform: translateY(70%);
    }
}
.right_block .banner-right {
    float: left;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 550px) {
    .right_block .banner-right {
        margin-top: 50px;
    }
}
.right_block .banner-right .banner__image {
    margin-right: 5px;
    width: 66%;
    float: left;
}

@media screen and (max-width: 1200px) {
    .right_block .banner-right .banner__image {
        width: 100%;
        margin-bottom: 20px;
    }
}
.right_block .banner-right .banner__image img {
    width: 100%;
}

.right_block .banner-right .banner__content {
    background-color: #ffcf00;
    padding: 18px;
    width: 30%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 1200px) {
    .right_block .banner-right .banner__content {
        width: calc(100% - 36px);
        position: relative;
    }
}
.right_block .banner-right .banner__title {
    font-size: 24px;
    color: #434343;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.right_block .banner-right .banner__description {
    font-size: 14px;
    color: #434343;
    line-height: 1.2;
}

.right_block .price_button {
    display: block;
    float: left;
    margin: 0px 0;
    margin: 0px 5px 10px 0px;
    width: 120px;
    height: 35px;
    color: #595959;
    padding: 0;
}

.right_block .price_button a {
    text-decoration: none;
    float: left;
    display: inline-block;
    padding: 7px 15px 7px 0;
    line-height: 1;
    width: 75px;
    height: auto;
    font: 18px Tahoma, Arial;
    font-weight: 400;
    margin: 0;
    background: none;
    text-align: center;
    color: #595959;
}

.right_block .price_button i {
    width: 24px;
    height: 24px;
    margin: 3px 0 0 7px;
    display: inline-block;
    float: left;
    background: url("/images/button_icons.png") no-repeat scroll 0px -7px transparent;
    background-position: -3px -4px;
}

.right_block .oneclick {
    display: block;
    width: auto;
    float: left;
}

.right_block .oneclick a {
    width: 150px;
}

.right_block .bg_gray {
    background: #e0e0e0;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #c6c6c6));
    background: linear-gradient(to bottom, #e0e0e0 0%, #c6c6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0',  endColorstr='#c6c6c6',  GradientType=0 );
    border-radius: 5px;
    border: 0;
    border-bottom: 2px solid #888;
}

.right_block .bg_gray:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.new-list .right .price span {
    font-size: 22px;
    margin: 0;
    /*margin: 10px 0px 0 2px;*/
}

.new-list .right .favorite {
    border-top: 1px dotted #595959;
    margin-top: 5px;
    padding-top: 5px;
}

.new-list .right .favorite a {
    padding: 5px;
    color: #47a607;
    font-size: 11px;
    text-decoration: none;
}

.new-list .right .favorite a:hover {
    text-decoration: underline;
}

.new-list .rating {
    color: #1e7ddd;
    margin: 15px 0px 10px 10px;
    float: left;
}

.new-list .star {
    padding: 0px 0px 4px 0px;
    display: block;
    height: 13px;
    width: 50%;
    float: left;
}

.new-list .text {
    color: #595959;
    margin-left: 10px;
}

.new-journal {
    background-color: #e7c453;
    width: 220px;
    height: 100px;
    margin-left: 30px;
    padding: 5px 5px 5px 15px;
}

.new-journal img {
    float: left;
    margin-top: 5px;
}

.new-journal .right {
    float: left;
    margin-left: 15px;
    width: 140px;
}

.last-news {
    border-bottom: 1px solid #cac9ca;
    padding: 10px 0px 10px 25px;
}

.last-news a {
    text-decoration: none;
}

.last-news a:hover {
    text-decoration: underline;
}

.last-news a.author_last {
    color: #231f20;
}

.posts_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .posts_list .list-item {
        width: 221px;
    }
}
@media screen and (max-width: 900px) {
    .posts_list {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .posts_list .list-item {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
.posts_list .list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 310px;
}

@media screen and (max-width: 550px) {
    .posts_list .list-item {
        width: 100%;
        margin-right: 0;
    }
}
.posts_list .list-item .item_img {
    margin-bottom: 6px;
}

.posts_list .list-item .item_img img {
    width: 100%;
}

.posts_list .list-item .item_title {
    margin-bottom: 6px;
}

.posts_list .list-item .item_title h4 {
    font-weight: 500;
    font-size: 16px;
}

.posts_list .list-item .item_description p {
    width: 100%;
    font-size: 11px;
}

.link_buy {
    background: url("images/button_line.gif") no-repeat 108px 0px;
    color: #4C4C4C;
    cursor: pointer;
    display: block;
    font: 400 18px Tahoma,  Arial;
    height: 25px;
    width: 103px;
    text-decoration: none;
    padding: 7px 13px 3px 91px;
    margin: -32px 0 0 0;
    z-index: 50;
    position: absolute;
}

.image_icon {
    float: left;
    margin: 3px 0px 0px 100px;
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
}

.menu-home {
    width: 33%;
    font-size: 18px;
    text-align: center;
    border: 1px solid #FFF;
    background: #EEEEEE;
    float: left;
    border: 1px solid #CCC;
    position: relative;
    z-index: 1;
    border-radius: 2px;
}

.menu-home a {
    text-decoration: none;
    display: inline-block;
    color: #404040;
}

.menu-home a:hover > span {
    border-bottom: 1px dashed #404040;
}

.menu-home.active {
    background: #ffffff !important;
    border-bottom: none !important;
}

.menu-home.best.active {
    box-shadow: 4px -2px 8px -2px #CCC !important;
    z-index: 1;
}

.menu-home.news.active {
    box-shadow: 0px -2px 8px -2px #CCC !important;
    z-index: 1;
}

.menu-home.rekomend.active {
    box-shadow: -4px -2px 8px -2px #CCC !important;
    z-index: 1;
}

table div.best {
    border-left: none;
}

table div.news {
    border-left: none;
    border-right: none;
}

table div.rekomend {
    border-right: none;
}

.a_pop_close {
    text-decoration: none;
    background: url(images/line_07.gif) 0 100% repeat-x;
}

.ui-widget {
    display: inline;
}

.small_basket {
    width: 100px;
    height: 30px;
    border: 1px solid #B58D12;
    border-radius: 5px;
    padding: 9px 0px 7px 16px;
    text-align: center;
    background: url("/images/button_icons.png") no-repeat 0 0 transparent;
    background-position: 0px -37px;
    font: 400 12px Tahoma, Arial;
}

.search_site_input table .td_02 {
    width: 52%;
    position: relative;
}

.td_03 a.button {
    margin-top: -7px;
    text-decoration: none;
    float: right;
    font-weight: bold;
    margin-left: 10px;
}

.small_basket span {
    text-align: center;
}

.reg_block {
    float: left;
    width: 50%;
    padding: 1px 7px 0px 0px;
    overflow: hidden;
}

.basket_block {
    float: right;
    min-width: 330px;
}

.ru-alf table tr td:nth-child(1) {
    min-width: 15px;
}

font.errortext {
    color: red;
    font-size: 18px;
    margin: 10px 0 20px;
    display: block;
}

.errortext {
    color: red;
    font-size: 18px;
    margin: 0 0 0 7px;
}

div.star {
    height: 15px;
    margin: 8px 0 0 0;
}

form#count_val {
    width: 50px;
}

#show-list-best, #show-list-news, #show-list-rekomend {
    padding: 18px 0 19px 70px;
    text-decoration: none;
    display: block;
    border: none;
    color: #404040;
    background: url(/images/new_icons_final.png) 33% 10px no-repeat;
    z-index: 1;
    position: relative;
}

#show-list-news {
    background-position: 38% -49px;
}

#show-list-rekomend {
    background-position: 33% -110px;
}

.fancybox-skin {
    z-index: 9999;
}

@media screen and (max-width: 1125px) {
    #show-list-best {
        background-position: 24% 10px;
    }

    #show-list-news {
        background-position: 30% -49px;
    }

    #show-list-rekomend {
        background-position: 24% -110px;
    }
}
@media only screen and (max-width: 999px) {
    .header {
        min-height: 180px;
        background: #ffd701;
        background: #ffd701;
        background: linear-gradient(to bottom, #ffd701 0%, #fece00 60%, #ffc001 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd701',  endColorstr='#ffc001', GradientType=0 );
        text-align: center;
    }

    .logo {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .header {
        min-width: 320px;
        min-height: 180px;
        overflow: hidden;
    }

    #load_alf {
        margin: 0;
        background-color: #252122;
        text-align: center;
        padding: 6px 0;
    }

    .filt_search {
        float: none;
        background-color: #252122;
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0 0 -2px;
        text-align: center;
        padding: 6px 10px;
    }

    .filt_search ul {
        display: inline-block;
    }

    .all {
        min-width: 320px;
        overflow: hidden;
    }

    .content {
        min-width: 320px;
    }

    .footer {
        min-width: 280px;
    }

    .search_site {
        min-width: 320px;
        padding: 26px 0 0 0;
        overflow: hidden;
    }

    .search_site_input table .td_02 {
        position: relative;
    }

    .search_site_input .td_02 input.search_text {
        width: 70%;
    }

    .header table {
        width: 96%;
        margin: 0 2%;
    }

    .content {
        overflow: hidden;
        min-width: 300px;
        padding: 8px 10px 210px 10px;
    }

    .right_block {
        overflow: hidden;
    }

    .owl-main-wrap {
        overflow: hidden;
    }

    .new-list .right .name {
        max-height: 43px;
    }

    div.star {
        margin: 8px 0 0 0;
    }
}
@media only screen and (max-width: 960px) {
    .menu-home {
        width: 100%;
        overflow: hidden;
        display: block;
    }

    #show-list-news {
        background-position: 10% -49px;
        padding: 18px 0 19px 0;
        text-align: center;
    }

    #show-list-best {
        background-position: 10% 10px;
        padding: 18px 0 19px 0;
        text-align: center;
    }

    #show-list-rekomend {
        background-position: 10% -110px;
        padding: 18px 0 19px 0;
        text-align: center;
    }

    .new-list {
        /*width: 50%*/
    }

    .title_s h1 {
        text-align: center;
    }

    .sortirovka {
        text-align: center;
        margin: -35px 0 0 0;
        width: 100%;
    }

    .sortirovka ul {
        display: inline-block;
        vertical-align: top;
    }

    .title_table ul {
        float: none;
    }

    .title_table ul li {
        float: none;
        text-align: center;
    }

    div.bx-auth-title {
        text-align: center;
    }

    div.bx-auth {
        max-width: 100%;
    }

    table.bx-auth-table td {
        padding: 3px;
        display: block;
        text-align: center;
    }

    div.bx-auth input.bx-auth-input {
        width: 95%;
    }

    div.bx-auth-note {
        text-align: center;
    }

    div.bx-auth-services div {
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    table.bx-auth-table + noindex p {
        text-align: center;
        margin: 0 0 5px;
    }

    table.bx-auth-table + noindex + noindex p {
        text-align: center;
        margin: 0 0 5px;
    }
}
@media only screen and (max-width: 720px) {
    .new-list {
        width: 100%;
    }

    .top_footer_block {
        text-align: center;
    }

    .top_footer_block div {
        width: 45% !important;
        min-height: 225px;
    }

    .top_footer_block .clear {
        min-height: 0;
    }

    .top_footer_block .oplata_footer {
        width: 100% !important;
        min-height: 0;
    }

    .top_footer_block .copy_footer {
        width: 100% !important;
        min-height: 0;
        float: none;
    }

    .title_s {
        border-bottom: none;
        padding: 0;
        width: 65%;
    }

    .search_site_input table .td_02 {
        width: 100%;
        display: block;
        overflow: hidden;
        margin: 0 0 10px;
    }

    .search_site_input table .td_03 {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        overflow: hidden;
    }

    .basket_block {
        float: none;
        display: inline-block;
        overflow: hidden;
        padding: 7px 0 0px 0;
    }

    .search_site_input .td_02 input.search_text {
        width: 81%;
    }

    .filt_search {
        margin: 60px 0 -2px;
    }

    .sortirovka {
        float: none;
        width: 50%;
        margin: 26px 0 0 0;
        text-align: center;
    }

    .sortirovka li {
        float: none;
        margin: 0 0 7px;
        padding-right: 0;
    }

    form#count_val {
        width: 100%;
    }

    .selectArea input {
        left: 50%;
        margin: 0 0 0 -10px;
    }

    .selectArea .optionsDivInvisible, .selectArea .optionsDivVisible {
        left: 50%;
        margin: 0 0 0 -29px;
    }

    .widall {
        width: 23%;
        margin: 0 0 0 48px;
    }

    .big_book_foto {
        float: none;
        width: 100%;
        text-align: center;
    }

    .big_book_foto img {
        display: inline;
    }

    .big_book_text {
        padding: 0;
    }

    .footer_all {
        overflow: hidden;
        min-width: 320px;
    }

    #load_alf td {
        width: 8%;
        height: 32px;
        display: inline-block;
    }

    a.close {
        margin: 0 auto;
    }

    .title_s {
        width: 100%;
        text-align: center;
    }

    .title_s h1 {
        text-align: center;
        width: 50%;
    }

    .itog_summa {
        float: none;
        text-align: center;
        margin: 0 0 10px;
    }

    .title_table {
        padding: 4px 0px 14px 0px;
    }

    #cartmodal {
        width: 290px;
    }

    #cartmodal a.bg_grey {
        margin: 0 0 10px !important;
    }

    #cartmodal a {
        margin: 0 0 10px !important;
    }

    #bistrclick {
        display: none;
    }

    #bistrclick .mlf_product .imager {
        position: static !important;
    }

    .reg_block li {
        margin: 0 0 15px;
    }

    .order_table td.t_01 img {
        width: 90%;
        height: auto;
    }

    .new-list .right .name {
        max-width: 200px;
    }

    .new-list .right .author_new, .new-list .right .author_new a {
        width: 200px;
        display: inline-block;
    }

    #country1 {
        margin: 0;
        width: 45px;
    }
}
@media only screen and (max-width: 550px) {
    .search_site_input .td_02 input.search_text {
        width: 62%;
    }

    .content {
        position: static;
    }

    .content .title_tr {
        display: -ms-grid;
        display: grid;
    }

    .order_table .title_tr td, .order_table td {
        display: table-cell !important;
        width: 10% !important;
        font-size: 10px;
        line-height: 12px;
    }

    .content tr {
        display: block;
    }

    .order_table td.t_01 img {
        width: 90%;
        height: auto;
    }

    .content table tbody, .content table {
        display: block;
    }

    .header .btn {
        display: block;
        position: fixed;
    }

    .header .btn img {
        display: block;
    }

    .left_block {
        height: 100%;
        z-index: 9999;
        display: block;
        top: 0;
        background-color: #fff;
        left: -100%;
        position: absolute;
        transition: 0.3s all ease;
        position: absolute;
    }

    .left_block.active {
        width: 100%;
        padding: 0 15px 0 15px;
        left: 0;
    }

    .left_block div {
        width: 100% !important;
    }

    .left_menu tr td {
        display: block;
        width: 100%;
    }

    .left_block .m_01 {
        padding-bottom: 23px;
    }

    .left_menu {
        padding: 0;
    }

    .right_block {
        padding-top: 8px;
        width: 100%;
        display: block;
    }

    .right_block td {
        display: block;
        width: 100%;
    }

    .forma_pop_w td.td_01 {
        padding-left: 0;
    }

    .pop_window {
        width: 270px;
    }

    .text_pop_window {
        padding: 21px 7px 0px 7px;
    }

    .title_s h1 {
        text-align: center;
        font: normal 18px Tahoma;
        width: 100%;
    }

    .big_book_text h1 {
        font-size: 21px;
    }

    .sortirovka {
        float: none;
        width: 98%;
        margin: 0;
    }

    .big_book_foto {
        float: none;
        text-align: center;
    }

    .td_03 a.button {
        margin: -7px 31px 0 0;
    }

    .fancybox-outer, .fancybox-inner {
        height: 650px !important;
        width: 287px !important;
        overflow: hidden;
    }

    #bistrclick .field input, .mlf_capcha input {
        width: 94%;
    }

    .filt_search li {
        float: none;
        margin: 0;
        padding: 12px 0;
    }

    .filt_search li a {
        font: normal 12pt Tahoma,  Arial;
    }

    #load_alf td {
        width: 9%;
    }

    #load_alf a {
        font: normal 12pt Tahoma,  Arial;
    }
}
@media only screen and (max-width: 360px) {
    .top_footer_block div {
        width: 100% !important;
        min-height: 0;
        margin: 0 0 10px;
    }

    #cartmodal {
        width: 215px;
    }

    .td_03 a.button {
        position: relative;
    }
}
