/* Generated by less 2.5.1 */
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.eot');
    src: local('Segoe UI Light'), local('SegoeUI-Light'), url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-BoldItalic.eot');
    src: local('Segoe UI Bold Italic'), local('SegoeUI-BoldItalic'), url('../fonts/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-BoldItalic.woff') format('woff'), url('../fonts/SegoeUI-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-SemiBold.eot');
    src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'), url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-SemiBold.woff') format('woff'), url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: local('Segoe UI'), local('SegoeUI'), url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'), url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.eot');
    src: local('Segoe UI Italic'), local('SegoeUI-Italic'), url('../fonts/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Italic.woff') format('woff'), url('../fonts/SegoeUI-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow-x: hidden;
}
main {
    flex-grow: 1;
}
.w100 {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.ow100 {
    width: 100% !important;
}


.container {
    width: 100%;
    max-width: 1632px;
    margin: 0 auto;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}
.container .container {
    padding-left: 0;
    padding-right: 0;
    /*max-width: 1398px;*/
}
a {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    color: inherit;
    text-decoration: none;
}

.color-azure{
    color: #139dbf;
}

.color-red{
    color: #d7263d;
}

.color-dark-red, .catalog-item__print_date >.color-dark-red, .catalog-item__price__data >.color-dark-red, .catalog-item__price .color-dark-red, .catalog-item__price .color-dark-red span {
    color: #a31d2f;
}

.color-green, .catalog-item__print_date >.color-green, .catalog-item__price__data >.color-green, .catalog-item__price .color-green, .catalog-item__price .color-green span {
    color: #107c41;
}

.color-orange, .catalog-item__print_date >.color-orange, .catalog-item__price__data >.color-orange, .catalog-item__price .color-orange, .catalog-item__price .color-orange span {
    color: #c7621b;
}

a:hover {
    color: #139dbf;
}
.v1 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    /*background: #d7263d;*/
    background: #009fc2;
    font-family: 'Segoe UI', sans-serif;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    min-width: 300px;
    max-width: 370px;
    height: 49px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 .5em
}
.v1 span > span{
    display: block;
    font-size: 66%;
    text-align: center;
}


.v1.color-green {
    background-color: #107c41;
}

a.v1:hover {
    color: #000;
}

.v1__icon {
    margin-right: 5px;
}

.v1.v1--blue {
    background: #139dbf;
}
.v1.v1--blue:hover {
    background: #0e738c;
}
.v1.v1--red, .v1.color-dark-red {
    background: #d7263d;
}
.v1.v1--red:hover, .v1.color-dark-red:hover {
    background: #a31d2f;
    color:#fff
}
.v1.color-orange {
    background: #d5681c;
}
.v1.color-orange:hover {
    background: #c7621b;
    color:#fff
}
.v1.v1--white {
    background: white;
    border: 1px solid #d7263d;
    color: #d7263d;
}
.v1.v1--white:hover {
    border-color: #a31d2f;
}
.v1.v1--long {
    /*max-width: 385px;*/
    max-width: 286px;
    width: 100%;
}
.catalog-item__prices .v1.v1--long.color-green {
    min-width: calc(330px - 0.75em);
}
.v1.v1--dark {
    background: transparent;
    border: 1px solid #595959;
    color: #595959;
}
.v1.v1--dark:hover {
    border-color: #595959;
}
.v1.v1--blue2 {
    background: transparent;
    min-width: 370px;
    border: 1px solid #139dbf;
    color: #139dbf;
}
.v1.v1--blue2 .gray {
    color: #595959;
}
.v1.v1--blue2:hover {
    color: white;
    background: #139dbf;
}
.v1.v1--blue2:hover .gray {
    color: white;
}

.type_content {
    background: #009fc2;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.type_content:after {
    content: '';
    display: block;
}


.pad {
    padding-top: 50px;
    padding-bottom: 50px;
}
h1 {
    font-size: 30px;
    /*text-transform: uppercase;*/
    color: #139dbf;
    margin-bottom: 20px;
}
h1.collect {
    margin-bottom: 10px;
}

.catalog-item__name > h1{
    color: #262626;
}

h2, .book-page__serial > h4, .text-h2{
    font-size: 30px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #139dbf;
    margin-bottom: 20px;
    font-weight: 600;
}
h2.black{
    text-transform: unset;
    color: #262626;
    max-width: 27em;
    font-weight: 700;
    text-align: center;
    margin: 2em auto .5em;
}
h2 img {
    margin-left: 14px;
}
h2 span {
    color: #4c4c4c;
}
.burger {
    width: 20px;
    height: 14px;
    display: none;
    position: relative;
}
.burger .line {
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}

.experts_list {
    display: flex;
    flex-wrap: wrap;
}

.expert_block
{
    flex-shrink: 0;
    border-bottom: 2px solid lightgray;
    margin: 10px 5px;
    padding: 35px 10px;
    width: 100%;
    min-height: 250px;
    min-width: 400px;
    overflow: hidden;
}

.expert_avatar {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom:-15px;
}

.expert-item__image
{
    width: 200px;
    text-align: center;
    flex-shrink: 0;

}

.expert_avatar_page {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    margin: 20 30;
}


/**оценка эксперта***/
.rating-area {
    overflow: hidden;
    width: 150px;

}

.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 28px;
    padding: 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
    content: '★';

}
.rating-area > input:checked ~ label {
    color: #139dbf;
    text-shadow: 1px 1px #c60;

}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #139dbf;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #139dbf;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}

/*****/

.rating-result {
    overflow: hidden;
    width: 210px;
}
.rating-result span {
    padding: 0;
    font-size: 25px;
    margin: 0 1px;
    line-height: 1;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
    content: '★';
}
.rating-result > span.active {
    color: #139dbf;
    text-shadow: 1px 1px #c60;
}


.rating {
    width: 210px;
    display: flex;
    margin-bottom: 5px;
}

.rating-item {
    width: 25px;
    height: 24px;
    background-image: url('/images/icons/big-star.png');
    margin-right: 5px;
    cursor: pointer;
}

.rating-item.active{
    /*background-color: yellow;*/
    background-image: url('/images/icons/big-star-active.png');
}
/*******/


.burger .line.line--line1 {
    top: 0;
}
.burger .line.line--line2 {
    top: 50%;
    transform: translateY(-50%);
}
.burger .line.line--line3 {
    bottom: 0;
}
.burger.active .line.line--line1 {
    transform: rotate(45deg);
    margin-top: 6px;
}
.burger.active .line.line--line2 {
    opacity: 0;
}
.burger.active .line.line--line3 {
    margin-bottom: 6px;
    transform: rotate(-45deg);
}
.header {
    background-color: rgba(0, 0, 0, 0.502);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    overflow: visible;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}
.header.header--second-pages {
    position: relative;
    background: url(../images/back/main.webp) 50% 0% no-repeat;
    background-size: cover;
}
.header.header--second-pages:before {
    content: '';
    background: rgba(0, 0, 0, 0.502);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header__icon-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__icon-link {
    position: relative;
    flex-shrink: 0;
}
.header__icon-link img {
    position: relative;
    display: block;
}
.header__icon-link + .header__icon-link {
    margin-left: 50px;
}
.header-basket {
    padding-right: 14px;
}
.header-basket__count {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #139dbf;
    right: 0px;
    bottom: -2px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    font-size: 14px;
}
.header-basket:hover {
    color: white;
}
.header-basket:hover .header-basket__count {
    background: #0e738c;
}
.header-cabinet {
    position: relative;
}
.header-cabinet__top {
    position: relative;
    display: block;
}
.header-cabinet__top img {
    display: block;
}
.header-cabinet__login {
    position: absolute !important;
    right: -13px;
    bottom: 1px;
}
.header-cabinet__menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    padding: 30px;
    line-height: 2;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.header-cabinet__menu:before {
    display: block;
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.header-cabinet:hover .header-cabinet__menu {
    opacity: 1;
    visibility: visible;
}
.header-logo {
    font-size: 24px;
}
.header-logo >span {
    display: flex;
    align-items: center;
}
.header-logo >span + span {
    margin-top: .5em;
    font-size: 20px;
}
.header-logo span>span>span {
    color: #139dbf;
}
.logo-image{
    width: 50px;
    margin-right: 11.5px;
}
.header-search {
    display: flex;
    justify-content: center;
}
.header-search #search_div{
    /*width: 100%;*/
}
.header-search input {
    width: 600px;
    height: 37px;
    padding: 0 21px;
    font-family: 'Segoe UI', sans-serif;
    border-radius: 5px 0 0 5px;
    border: none;
    background: white;
    font-size: 18px;
    color: #b3b3b3;
    -webkit-appearance: none;
}
.header-search input:focus {
    outline: none;
}
.header-search button.v1 {
    width: 200px;
    height: 37px;
    border-radius: 0 5px 5px 0;
}
.header-nav {
    display: flex;
    position: relative;
}
.header-nav__item {
    flex-grow: 1;
}
.header-nav__item:hover .header-nav__top-link {
    background-color: rgba(0, 0, 0, 0.6);
}
.header-nav__item:hover .header-nav__sub {
    opacity: 1;
    visibility: visible;
}
.header-nav__item + .header-nav__item .header-nav__top-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 29px;
    background: #707070;
}
.header-nav__top-link {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58px;
    position: relative;
}
.subscription-link{color: #ebae20;font-size:24px}
.subscription-link:hover{color: #ebae20;}
.header-nav__sub {
    position: absolute;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    opacity: 0;
    visibility: hidden;
}
.header-nav__sub .container {
    column-count: 4;
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
}
.header-nav__sub .container a {
    display: block;
}
.main {
    background: url(../images/back/main.webp) 50% 50% no-repeat;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main .main-item {
    margin: 0 auto;
}
.main-item {
    max-width: 1994px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.main-item__image {
    margin-right: 40px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    width: 250px;
    height: 353px;
}
.main-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-item__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
}
.main-item__name {
    font-size: 48px;
    font-weight: bold;
}
.main-item__author {
    font-size: 24px;
    font-weight: bold;
}

.main-item__citat_name {
    font-size: 24px;
}


.main-item__citat {
    margin-top: 20px;
    font-size: 26px;
    font-style: oblique;
    font-weight: normal;
}

.main-item__descr {
    margin-top: 20px;
}
.main-item__descr p + p {
    margin-top: 10px;
}
.main-item__price span {
    font-size: 30px;
    font-weight: bold;
    color: #139dbf;
}
.main-item .v1 {
    margin-top: 30px;
}

.catalog_container {display: flex;position: relative;}
.catalog_container .menu_catalog{flex: 1 1 350px;}
.catalog_container .menu_catalog + div{flex: 1 1 100%;margin-left: 1em}
.menu_catalog ul{list-style: none;margin:0;padding:0;max-width: 100%}
.menu_catalog >ul{border-right: 1px solid #e3e3e5;border-left: 1px solid #e3e3e5;padding:0 1em;box-shadow: 0px 0px 1px 0px #a2a297;}
.menu_catalog ul ul{margin-top: 1em;font-size: 16px;}
.menu_catalog li{position: relative;}
.menu_catalog li + li{margin-top: .5em;}
.menu_catalog li.active >a{color:#ad3f19}
.menu_catalog li .open_close{position:absolute;top:1em;right:0;width: 1.5em; height:1.5em;cursor:pointer;background:url("../images/icons/angle-down.png") 50% 50% no-repeat; background-size:.75em;display: block;}
.menu_catalog li.open >.open_close{transform: scaleY(-1);}
.menu_catalog li a{margin-right: 1.5em;display: block;}
.menu_catalog >ul >li {padding-top: 1em;}
.menu_catalog >ul >li + li {border-top: 1px solid #e2e2e4;padding-bottom: .5em;}
.menu_catalog >ul >li >a{font-weight: 600}
.menu_catalog li:not(.open) ul{display: none}

.burger_menu {display:none;position: relative;min-width: 1.75em;min-height: 1.5em;cursor: pointer}
.burger_menu span{font-size: 112.5%;font-weight: 600;display: block;line-height: 1.5em;color: #009fc2;padding-right: 3em;}
.burger_menu .line {width: 1.75em;height: 2px;background: #0e738c;position: absolute;right: 0;transition: all 0.1s;}
.burger_menu .line.line--line1 {top: 15%;}
.burger_menu .line.line--line2 {top: 50%;transform: translateY(-50%);}
.burger_menu .line.line--line3 {bottom: 15%;}
.burger_menu.active .line.line--line1 {transform: rotate(45deg) translateX(43%);margin-right: 0.5em;}
.burger_menu.active .line.line--line2 {opacity: 0;}
.burger_menu.active .line.line--line3 {transform: rotate(-45deg) translateX(43%);margin-right: 0.5em;}

@media screen and (max-width: 960px) {
    .burger_menu {display: inline-block;font-size: 18px;width: 100%;margin-bottom: 1.5em}
    .menu_catalog{width: 100%}
    .menu_catalog:not(.open){display: none}
    .catalog_container .menu_catalog + div{margin-left: 0}
    .menu_catalog.open{display: block;width: 100%;background: #fff;z-index: 2;}
    .menu_catalog.open + *{display: none}
}

.list_catalog {display: flex;flex-wrap: wrap;}
.list_catalog .book, .list_catalog.fire .book {flex: 0 0 calc((100%/6) - .5em * 2);cursor: pointer;margin: .5em;padding:.5em;background: #fff;border: 1px solid #e3e3e5b5;display: flex;flex-direction: column;overflow: hidden;}
.list_catalog.fire >.book:first-child {flex: 0 0 calc((100% / 3) - .5em * 2);box-shadow: 0px 0px 11px 0px rgb(0 159 194 / 27%);transition: box-shadow .5s;}
.menu_catalog + div .list_catalog >.book {flex: 0 0 calc((100%/5) - .5em * 2);cursor: pointer;margin: .5em;padding:.5em;border: 1px solid #e3e3e5b5;display: flex;flex-direction: column;overflow: hidden;}
.list_catalog .book:hover {box-shadow: 0px 0px 11px 2px #a2a297;transition: box-shadow .5s;}
.list_catalog .book .book-image {margin: -.5em -.5em 0 -.5em;text-align: center;max-height: 360px;display: flex;justify-content: center;}
.list_catalog .book .book-image >img {max-height: 100%;width: auto;max-width: 100%;height: auto;}
.list_catalog .book .book-name {font-size:16px;font-weight: bold;max-height: 4.2em;display: block;overflow: hidden;color:#404040}
.list_catalog .book .book-authors {font-size:14px;color:#656565;margin: .25em 0;}
.list_catalog .book .book-info {flex: 1;display: flex;flex-direction: column;justify-content: space-between;}
.list_catalog .book .book-price, .list_catalog .book .book-more > a {text-align: center;display: block;border: none;border-radius:.25em;background: #009fc2;font-family: 'Segoe UI', sans-serif;-webkit-transition: all 0.1s;-moz-transition: all 0.1s;-o-transition: all 0.1s;-ms-transition: all 0.1s;transition: all 0.1s;padding: .5em;margin-top: .5em;font-size: 20px;color: white;cursor: pointer;}
.list_catalog .book .book-price:hover, .list_catalog .book .book-more > a:hover {background: #0e738c;}
.list_catalog .book .book-more {margin-top: .75em;}
.owl-new_catalog .owl-stage{display: flex;}
.owl-new_catalog .owl-stage .book{height: calc(100% - 1em);}

@media screen and (max-width: 1440px) {
    .list_catalog >.book, .list_catalog.fire >.book {flex: 0 0 calc((100%/5) - .5em * 2);}
    .list_catalog.fire >.book:first-child {flex: 0 0 calc(((100%/5)*2) - .5em * 2);}
    .menu_catalog + div .list_catalog >.book {flex: 0 0 calc((100%/4) - .5em * 2);}
}
@media screen and (max-width: 1280px) {
    .list_catalog >.book, .list_catalog.fire >.book {flex: 0 0 calc((100%/4) - .5em * 2);}
    .list_catalog.fire >.book:first-child {flex: 0 0 calc((100%/2) - .5em * 2);}
    .menu_catalog + div .list_catalog >.book {flex: 0 0 calc((100%/3) - .5em * 2);}
}
@media screen and (max-width: 960px) {
    .list_catalog >.book, .list_catalog.fire >.book {flex: 0 0 calc((100%/3) - .5em * 2);}
    .list_catalog.fire >.book:first-child {flex: 0 0 calc(((100%/3) * 2) - .5em * 2);}
    .menu_catalog + div .list_catalog >.book {flex: 0 0 calc((100%/2) - .5em * 2);}
}
@media screen and (max-width: 800px) {
    .list_catalog >.book, .list_catalog.fire >.book {flex: 0 0 calc((100%/2) - .5em * 2);}
    .list_catalog.fire >.book:first-child {flex: 0 0 calc(100% - .5em * 2);}
}
@media screen and (max-width: 500px) {
    .list_catalog >.book, .list_catalog.fire >.book {flex: 0 0 calc((100%/1) - .5em * 2);}
}

.order_status {display: flex;margin-top: 1.5em}
.order_status >div {display: flex; flex-direction: column;align-items: center;position: relative;min-width: 6.1em;font-weight: 600;}
.order_status >div:before {content:'';display: block;width: 2em;height: 2em;background: #00A0C4;border: 2px solid #00A0C4;border-radius:50%;z-index: 1;margin-bottom: .5em;}
.order_status >div:after {content:'';display: block;position: absolute;margin-top: 1em;right: 46%;top: 2px;height: 1px;border-top:.4em solid #00A0C4;width: 95%;transform: translateY(-50%);}
.order_status >div:first-child{min-width: 0;}
.order_status >div:first-child:after{display: none;}
.order_status >div.progress:before{background:linear-gradient(90deg, rgba(0,160,196,1) 0%, rgba(0,160,196,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);}
.order_status >div.progress ~ div:before{background: white}
.order_status >div.progress ~ div:after{border-top:.4em dotted #00A0C4;}

#head_subscription_express_info {display: flex;background:#2CB349;overflow: hidden;position: relative;max-height: 460px;padding: 4em 0;justify-content: center;}
#head_subscription_express_info .info{z-index: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: .5em;flex: 1 1 100%;max-width: 860px}
#head_subscription_express_info .info >p{color:#fff;text-align: center;line-height: 1.75em}
#head_subscription_express_info .info .head{background: rgba(238, 144, 13, 1);border-radius:.25em;color:#fff;padding: .5em 1em;font-weight: 700}
#head_subscription_express_info .info .head_title{color:#fff;font-size:222.25%;font-weight: 700;line-height: 1.15em;margin-top:.5em;text-align: center;}
#head_subscription_express_info .info .button{cursor:pointer;background: #fff;border-radius:.25em;color:#2BB348;padding: .75em 1.75em;margin-top: 1.5em;font-weight: 700}
#head_subscription_express_info .line_left, #head_subscription_express_info .line_right{position: absolute; max-width: 30%;}
#head_subscription_express_info .line_left::after, #head_subscription_express_info .line_right::after{position: absolute;content: "";left: 0px;top: 0px;height: 100%;width: 100%;background: linear-gradient(transparent, #2cb349);pointer-events: none;}
#head_subscription_express_info .line_left img, #head_subscription_express_info .line_right img{display: block;max-width: 100%;}
#head_subscription_express_info .line_left{top:0;left: 0}
#head_subscription_express_info .line_right{bottom:0;right: 0}

@media screen and (max-width: 980px) {
    #head_subscription_express_info .info {padding: .5em 1.5em;}
    #head_subscription_express_info .info .head_title{font-size:143.75%;}
    #head_subscription_express_info .line_left, #head_subscription_express_info .line_right {max-width: 50%;}
    #head_subscription_express_info .line_right::after{background: linear-gradient(#2cb349, transparent)}
}

#head_subscription_info {display: flex;background:#009FC2FF;overflow: hidden;position: relative;max-height: 460px;}
#head_subscription_info .info{z-index: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: .5em;flex: 1 1 100%;}
#head_subscription_info .info:before{content:'';background: linear-gradient(90deg, rgba(0, 159, 194, 0) 0%, #009FC2 20.05%, #009FC2 80.14%, rgba(0, 159, 194, 0) 100%);height: 100%;left: 5%;position: absolute;right: 5%;z-index: -1;}
#head_subscription_info .info >p{color:#fff;text-align: center;line-height: 1.75em}
#head_subscription_info .info .head{background: rgba(238, 144, 13, 1);border-radius:.25em;color:#fff;text-align: center;padding: .5em 1em;font-weight: 700}
#head_subscription_info .info .head_title{color:#fff;font-size:222.25%;font-weight: 700;line-height: 1.15em;margin-top:.5em}
#head_subscription_info .info .button{cursor:pointer;background: #fff;border-radius:.25em;color:#009FC2FF;padding: .75em 1.75em;margin-top: 1.5em;font-weight: 700}
#head_subscription_info .line_left, #head_subscription_info .line_right{display: flex;max-width: 300px;}
#head_subscription_info .line_left {transform: translateX(-5%)}
#head_subscription_info .line_right {transform: translateX(5%)}
#head_subscription_info .line_left >div, #head_subscription_info .line_left img, #head_subscription_info .line_right >div, #head_subscription_info .line_right img {margin: .25em}
#head_subscription_info .line_left >div:first-child, #head_subscription_info .line_right >div:first-child{transform: translateY(-35%)}
#head_subscription_info .line_left >div:first-child + div, #head_subscription_info .line_right >div:first-child + div{transform: translateY(-5%)}

@media screen and (max-width: 1440px){
    #head_subscription_info .line_left, #head_subscription_info .line_right {position: absolute}
    #head_subscription_info .line_left{left:0}
    #head_subscription_info .line_right{right:0}
    #head_subscription_info .info{padding: 1.5em .5em}
}
@media screen and (max-width: 980px) {
    #head_subscription_info {max-height: initial;}
    #head_subscription_info .line_left, #head_subscription_info .line_right {width: 50%;max-width: 50%;transform: translateX(0);}
    #head_subscription_info .line_left >div:first-child, #head_subscription_info .line_left >div:first-child img{margin-left: 0}
    #head_subscription_info:not('.only_info') .info {padding-top: 15em;}
    #head_subscription_info .info:before{background: linear-gradient(-180deg, rgba(0, 159, 194, 0) -10%, #009FC2 40.05%);left: 0;right: 0;top: 0;}
}

.plusi_head {font-size: 133.33%;font-weight: 700;text-align: center;margin-top: 2.5em;}
.plusi {display: flex;flex-wrap: wrap;margin-top: 3em}
.plusi_head + .plusi {margin-top: 1em}
.plusi > div{flex:1 1 30%;position: relative;margin:1em 0 0 1em;padding: 1em 0 1em 1.5em;overflow: hidden;background: rgba(242, 246, 247, 1);border-radius: .5em}
.plusi.green > div{background: #F2F7F3;min-height: 12em;flex:1 1 40%;padding-right: 17em;display: flex;flex-direction: column;justify-content: center;}
.plusi:not(.green) > div:nth-child(1){padding-right: 10em}
.plusi:not(.green) > div:nth-child(2){padding-right: 12em}
.plusi:not(.green) > div:nth-child(2) ul{padding-right: 2em}
.plusi:not(.green) > div:nth-child(3){padding-right: 7em}
.plusi:not(.green) > div:nth-child(4){padding-right: 6em;flex:1 1 35%}
.plusi:not(.green) > div:nth-child(5){padding-right: 8em}
.plusi:not(.green) > div:nth-child(1), .plusi:not(.green) > div:nth-child(2), .plusi.four > div{flex:1 1 40%}
.plusi:not(.green) > div:nth-child(5n + 1), .plusi:not(.green) > div:nth-child(5n + 3) {margin-left: 0}
.plusi.green > div:nth-child(2n + 1){margin-left: 0}
.plusi > div >img{position: absolute;bottom: -.25em;right: -.25em;}
.plusi:not(.green) > div:nth-child(4) >img{position: absolute;top: 0;bottom: auto;}
.plusi > div >.title{font-size: 133.33%;font-weight: 700;}
.plusi > div >p{font-weight: 600;margin-top: 1em;position: relative}
.plusi > div >ul{color:rgba(102, 102, 102, 1);margin-top: 1em;line-height: 1em;position: relative}

@media screen and (max-width: 1440px) {
    .plusi > div:nth-child(1n) {flex:1 1 40%;margin:1em 0 0 1em;}
    .plusi > div:nth-child(2n + 1) {margin-left: 0}
}
@media screen and (max-width: 1280px) {
    .plusi > div:nth-child(1n), .plusi:not(.green) > div:nth-child(1n) {flex:1 1 100%;margin:1em 0 0 0;}
    .plusi.green > div >img {max-height: 100%;}
}
@media screen and (max-width: 540px) {
    .plusi.green > div{flex-direction: column;padding-right: 1em;}
    .plusi.green > div >img {position: relative;align-self: center;margin-top: 1.5em;order:1}
}

.price_subscription{display: flex;justify-content: center;margin-top: 2em}
.price_subscription.green{padding: .5em;border-radius: .5em;background: #F2F7F3}
.price_subscription >div{padding: 1.5em 1em;display: flex;border-radius: .5em;max-width: 22em;margin-left: 1.5em;cursor: pointer;background: rgba(242, 246, 247, 1);box-sizing: content-box;}
.price_subscription.green >div{max-width: 100%;flex:1 1 100%;background: #fff}
.price_subscription >div:first-child{margin-left: 0;}
.price_subscription >div.active{border:1px solid rgba(0, 159, 194, 1);background: transparent}
.price_subscription.green >div.active{border:1px solid #2cb349;background: #fff}
.price_subscription.green >div.info{background: transparent;cursor: default;justify-content: center;align-items: center;}
.price_subscription >div >div:first-child{margin-right: 2em}
.price_subscription.green >div.info >div{margin-right: 0}
.price_subscription >div >div + div{text-align: right;}
.price_subscription >div >div >span{white-space: nowrap;}
.price_subscription >div >div >span:first-child{font-size: 133.33%;font-weight: 700;}
.price_subscription >div.active >div >span:first-child, .price_subscription >div >div + div >span:first-child{color: rgba(0, 159, 194, 1);}
.price_subscription.green >div.active >div >span:first-child{color: #0D0D0D;}
.price_subscription.green >div >div + div >span:first-child, .price_subscription.green >div.active >div + div >span:first-child {color: #2CB349;}
.price_subscription >div >div >span + span{color: rgba(102, 102, 102, 0.36);font-weight: 400;text-decoration: line-through;}

@media screen and (max-width: 1280px) {
    .price_subscription.green {flex-wrap: wrap}
    .price_subscription.green >div {margin: 1em 0 0 0;justify-content: space-between;}
    .price_subscription.green >div.info {order: -1;text-align: center;}
}

@media screen and (max-width: 740px) {
    .price_subscription {flex-wrap: wrap}
    .price_subscription >div {margin: 1em 0 0 0}
}

.books-list__flex {
    margin: -10px;
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
    flex-wrap: wrap;
}

.books-list__flex a {
    flex-shrink: 1;
    width: calc((100% - 160px) / 8);
    min-width: 162px;
    margin: 8px;
}

.books-list .book-item {
    margin: 8px;
    float: left;
    width: calc((100% - 160px) / 8);
    min-width: 162px;
}

.books-list .book-item[data-age="18"]:after, .catalog-item__image[data-age="18"]:after {
    content: '18+';
    background: #fff;
    position: absolute;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    border: 2px solid #606060;
    border-radius: 50%;
    padding: 0.25em;
    color: #606060;
    bottom: 8.25em;
    right: 0.25em;
    opacity: .7;
}

.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big {
    width: calc(((100% - 160px) / 8) * 2 + 20px);
    min-width: 162px;
}

.books-list.books-list--low-list .book-item__image {
    /*height: 182px;*/
}
.book-item {
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    width: 100%;
}
.book-item__hot {
    position: absolute;
    width: 84px;
    height: 79px;
    background: url(../images/corner@2x.png) 50% 50% no-repeat;
    right: 30px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    padding-right: 10px;
    padding-bottom: 15px;
    color: white;
    z-index: 3;
}
.book-item__hot span {
    font-style: italic;
}
.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big .book-item__image {
    /*height: 580px;*/
}
.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big .book-item__info {
    padding: 30px;
}
.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big .book-item__name {
    font-size: 36px;
}
.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big .book-item__authors {
    font-size: 18px;
}
.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big .book-item__price {
    font-size: 60px;
}
.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big__more {
    font-size: inherit;
}
.book-item__image {
    width: 100%;
    /*height: 280px;*/
}
.book-item__image img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
}

.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big .book-item__image img {
    position: absolute;
    max-height: 100%;
}

.book-item__info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}
.book-item__info div {
    width: 100%;
}
.book-item__name {
    font-size: 20px;
    color: #139dbf;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 3.9em;
}
.book-item__authors {
    font-size: 16px;
}
.book-item__price {
    font-size: 30px;
    color: #9feda3;
    font-weight: bold;
    margin-top: 10px;
}
.book-item__more {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    font-size: 16px;
}
.book-item__more img {
    margin-right: 10px;
}
.book-item:hover .book-item__info {
    opacity: 1;
}
.popular {
    background: url(../images/back/popular.webp) 50% 50% no-repeat;
    background-size: cover;
}
.popular.popular--white {
    background: white;
}
.popular .book-item {
    width: 100% !important;
    margin: 0;
}
.owl-popular.owl-carousel {
    color: white !important;
}
.owl-popular.owl-carousel .book-item__image img {
    width: 100% !important;
}
.book-of-month {
    background: url(../images/back/bookofmonth.webp) 50% 50% no-repeat;
    background-size: cover;
}

.citation-main {
    background: url(../images/back/citation_main.webp) 50% 50% no-repeat;
    background-size: cover;
}

.citation-bsellers {
    background: url(../images/back/citation_bsellers.webp) 50% 50% no-repeat;
    background-size: cover;
}

.citation-new-book {
    background: url(../images/back/citation_new_book.webp) 50% 50% no-repeat;
    background-size: cover;
}

.sliders-block {
    background: #e8e8e8;
}
.sliders-block .white-block {
    background: white;
}
.sliders-block .white-block .container {
    padding-left: 16px;
    padding-right: 16px;
}
.sliders-block .white-block + .white-block {
    margin-top: 20px;
}
.sliders-block h4 {
    color: #4d4d4d;
    margin-bottom: 15px;
}
.sliders-block .v1 {
    margin-top: 20px;
}
.sliders-block .owl-books .owl-item {
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}
.sliders-block .owl-books .owl-item.active {
    opacity: 1;
}
.sliders-block .owl-books .owl-stage-outer {
    overflow: visible;
}
.sliders-block .owl-books .owl-dots {
    margin-top: 30px;
    margin-bottom: -30px;
}
.sliders-block .owl-carousel .book-item__image img {
    width: 100% !important;
}

.banner-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.footer {
    background: url(../images/back/footer.webp) 50% 50% no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.footer h2 {
    color: white;
    display: inline-block;
}
.footer__logo {
    display: inline-block;
    color: white;
}
.footer__logo span {
    color: #139dbf;
}
.footer__flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.footer__flex.footer__flex--flex2col {
    flex-direction: row;
    justify-content: space-evenly;
}
.footer__flex.footer__flex--flex2 {
    border-top: 1px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer__flex.footer__flex--flex3 span {
    color: #999897;
}
.footer__columns {
    column-count: 4;
    line-height: 2;
}
.footer__columns a {
    display: block;
}
/*.footer__business .v1 {
  width: 294px;
  height: 85px;
  justify-content: flex-start;
  font-size: 20px;
}
.footer__business .v1 .v1__icon {
  height: 85px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-right: 1px solid #bf2237;
}
.footer__business .v1 + .v1 {
  margin-top: 15px;
}*/
.footer__business {
    display: flex;
}
.footer__business .v1 {
    width: 165px;
    height: 55px;
    justify-content: center;
    font-size: 15px;

}
.footer__business span.span-footer-button {
    margin :10px;
}

.footer__business a.v1  {
    min-width: 100px;
    max-width: 180px;
    background: #d7263d;
}

.footer__business .v1 .v1__icon {
    height: 21px;
    width: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-right: 1px solid #bf2237;
}
.footer__business .v1 + .v1 {
    margin-left: 15px;
}
.footer__nav {
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 16px;
    min-width: 60%;
    align-self: center;
}
.footer__nav >div{
    display: flex;
    flex-direction: column;
    margin-right: 1.5em;
    flex: 1 1 30%;
}
.footer__nav >div >*:first-child{
    color:#999897;
    margin-bottom: .75em;
}
.footer__nav >div >a{
    margin-bottom: .5em;
}
.footer__info_line {
    min-width: 70%;
    display: flex;
    justify-content: space-between;
    align-self: center;
    margin-top: 2.5em;
}
.footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__social a {
    margin: 0 4px;
    width: 2em;
    height: 2em;
}
.footer__social a img {
    display: block;
}
.footer__social a span{
    display: none;
}
.footer__social a:hover {
    opacity: .8;
}
.footer__call {
    font-weight: bold;
}
.footer__call a {
    font-size: 24px;
}
.modal {
    display: none;
    border-radius: 5px;
}
.modal.modal--low {
    color: black;
}
.modal.modal--low.fancybox-content {
    width: 100%;
    padding: 40px 55px;
    max-width: 471px;
    text-align: center;
}
.modal.modal--low h2 {
    justify-content: center;
    margin-bottom: 0;
}
.modal.modal--low p {
    margin: 5px auto 10px;
}
.modal.modal--low .modal__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal.modal--low .modal__flex img {
    margin-right: 15px;
}
.modal.modal--low .modal__flex h2 {
    justify-content: flex-start;
    text-align: left;
}
.modal.modal--low .modal__flex p {
    text-align: left;
    margin: 10px 0 0;
}
.form {
    text-align: center;
}
.form input,
.form textarea {
    width: 100%;
    max-width: 351px;
    height: 50px;
    border-radius: 5px;
    display: block;
    padding: 0 20px;
    border: 1px solid #808080;
    font-family: 'Segoe UI', sans-serif;
    color: #808080;
    font-size: 18px;
    margin: 10px auto;
}


.form input:focus,
.form textarea:focus {
    outline: none;
}
.form textarea {
    padding-top: 15px;
    padding-bottom: 15px;
}
.form button {
    margin: 5px auto;
}
.form textarea.v2 {
    width: 100%;
    max-width: 351px;
    min-height: 150px;
    border-radius: 5px;
    display: block;
    padding: 0 20px;
    border: 1px solid #808080;
    font-family: 'Segoe UI', sans-serif;
    color: #808080;
    font-size: 18px;
    margin: 10px auto;
}

.form button.v1 {
    width: 100%;
    max-width: 351px;
    height: 50px;
}

.form__checkbox {
    position: relative;
    max-width: 285px;
    margin: 10px auto;
    display: block;
}
.form__checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.form__checkbox span {
    padding-left: 23px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.form__checkbox span a {
    text-decoration: underline;
}
.form__checkbox span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #666666;
    top: 4px;
    box-sizing: border-box;
}
.form__checkbox span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 16px;
    top: 2px;
    background: url(../images/icons/check-box@2x.png) 50% 50% no-repeat;
    background-size: contain;
    opacity: 0;
}
.form__checkbox input:checked + span:before {
    opacity: 0;
}
.form__checkbox input:checked + span:after {
    opacity: 1;
}
.owl-carousel img {
    width: auto !important;
}
.owl-carousel.owl-carousel--dark .owl-dots .owl-dot span {
    background: #000000;
}
.owl-carousel.owl-carousel--dark .owl-nav .owl-next {
    background: #ffffff6b url(../images/icons/nav-next-dark.png) 56% 50% no-repeat !important;
    background-size: 1em !important;
    border: 1px solid grey;
    border-radius: 50%;
    padding: 1em !important;
    width: 3em;
    height: 3em;
    right: 0 !important;
    position: absolute;
}
/*.owl-carousel.owl-carousel--dark .owl-nav .owl-next:hover {
    background: url(../images/icons/nav-next-hover.png) 50% 50% no-repeat !important;
}*/
.owl-carousel.owl-carousel--dark .owl-nav .owl-prev {
    background: #ffffff6b url(../images/icons/nav-prev-dark.png) 44% 50% no-repeat !important;
    background-size: 1em !important;
    border: 1px solid grey;
    border-radius: 50%;
    padding: 1em !important;
    width: 3em;
    height: 3em;
    left: 0 !important;
    position: absolute;
}
/*.owl-carousel.owl-carousel--dark .owl-nav .owl-prev:hover {
    background: url(../images/icons/nav-prev-hover.png) 50% 50% no-repeat !important;
}*/
button.owl-prev.disabled, button.owl-next.disabled {
    display: none;
}
.owl-buttons {
    text-align: center;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
    height: 3em;
}
.owl-nav button {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 47px;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav .owl-next {
    background: url(../images/icons/nav-next.png) 50% 50% no-repeat !important;
    right: 0;
}
.owl-nav .owl-next:hover {
    background: url(../images/icons/nav-next-hover.png) 50% 50% no-repeat !important;
}
.owl-nav .owl-prev {
    background: url(../images/icons/nav-prev.png) 50% 50% no-repeat !important;
    left: 0;
}
.owl-nav .owl-prev:hover {
    background: url(../images/icons/nav-prev-hover.png) 50% 50% no-repeat !important;
}
.owl-dots {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.owl-dot {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.owl-dot:focus {
    outline: none;
}
.owl-dot span {
    width: 38px;
    height: 4px;
    background: white;
    border: none;
    display: inline-block;
    opacity: 1;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    opacity: .5;
}
.owl-dot:hover span,
.owl-dot.active span {
    opacity: 1;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
.path {
    color: #0081a1;
    padding: 25px 0;
}
.path ol {list-style: none}
.path ol >li{display: inline-block; margin-top: 0}
.path a, .path a >span {
    font-weight: bold;
    color: #0081a1;
}
.path span {
    font-weight: normal;
    color: #656565;
}
.catalog-page {
    color: #404040;
    overflow: visible;
    padding-bottom: 60px;
}
.catalog-page.catalog-page--top-gap {
    padding-top: 60px;
}
.catalog-page__change-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.catalog-page__change-view h1 {
    margin-bottom: 0;
}
.catalog-page__change-view a img, .catalog-page__change-view span img {
    display: block;
}
.catalog-page__change-view a.active {
    pointer-events: none;
}
.catalog-page__change-view div {
    display: flex;
    justify-content: center;
}
.catalog-page__change-view a + a, .catalog-page__change-view span + a, .catalog-page__change-view a + span {
    margin-left: 10px;
}
.catalog-page .books-list__flex {
    color: white;
}
.catalog-page .books-list__flex:after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
}
.select-block {
    position: relative;
    z-index: 4;
}
.select-block.select-block--mobile {
    display: none;
}
.select-block:hover .select-block__top img {
    transform: rotate(180deg);
}
.select-block:hover .select-block__bot {
    opacity: 1;
    visibility: visible;
}
.select-block__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.select-block__top img {
    margin-left: 10px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}
.select-block__bot {
    background: white;
    z-index: 5;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    width: 267px;
    padding: 15px;
    line-height: 2;
}
.select-block__bot a {
    display: block;
}
.filter {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.filter .filter__links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.filter .filter__links span {
    color: #737373;
}
.filter .filter__links a {
    margin: 0 10px;
}
.filter .filter__links a:hover,
.filter .filter__links a.active {
    color: #da3f50;
}
.tags {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.tags .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 37px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-style: italic;
    color: white;
    position: relative;
}
.tags .tag:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    left: 100%;
    top: 0;
}
.tags .tag.tag--green {
    background: #1ac870;
}
.tags .tag.tag--green:before {
    background: url(../images/icons/corner-blue@2x.png) 50% 50% no-repeat;
    background-size: 6px;
}
.tags .tag.tag--blue {
    background: #139dbf;
}
.tags .tag.tag--blue:before {
    background: url(../images/icons/corner-blue@2x.png) 50% 50% no-repeat;
    background-size: 6px;
}
.tags .tag.tag--red {
    background: #d7263d;
}
.tags .tag.tag--red:before {
    background: url(../images/icons/corner-red@2x.png) 50% 50% no-repeat;
    background-size: 6px;
}
.tags .tag + .tag {
    margin-left: 13px;
}
.catalog-item {
    display: flex;
    justify-content: flex-start;
    padding: 50px;
    border: 1px solid #808080;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.catalog-item.catalog-item--big .catalog-item__image {
    width: 298px;
/*    height: 433px;*/
    margin-right: 70px;
}
.catalog-item__image {
    position: relative;
    width: 199px;
/*    height: 298px;*/
    flex-shrink: 0;
    margin-right: 55px;
}
.catalog-item__image .tags {
    position: absolute;
    top: -11px;
    right: 19px;
}
.catalog-item__image img.catalog-item__image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.catalog-item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.catalog-item-collection_info{
    display: flex;
    flex-direction: column;
}
.catalog-item__name {
    color: #262626;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 3px;
}

.catalog-item__name2 {
    font-size: 25px;
    color: #696969;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: none;
}

.author_name, .license {
    color: #139dbf;
}

.catalog-item__flex {
    display: flex;
    flex-shrink: 1 ;
    justify-content: flex-start;
    margin:0 0 10px;
    font-weight: normal;
}
.catalog-item__flex a {
    text-decoration: underline;
    display: inline-block;
}
.catalog-item__flex p + p {
    margin-top: 10px;
}
.catalog-item__flex p + p span {
    font-weight: normal;
}
.catalog-item__flex-item {
    max-width: 380px;
    flex: 1 1 100%;
    margin:0 25px 0 0;
}
.catalog-item__price {
    font-weight: 600;
}
.catalog-item__prices {display: flex;background: #F0EEEE;padding: .75em;border-radius: .25em}
.catalog-item__prices >div {flex: 0 1 320px}
.catalog-item__prices >div .v1 {width:100%;min-width:0}

.catalog-item__prices >div + div{
    margin-left: 1.25em;
}
.catalog-item__price__data span {
    color: #139dbf;
    font-size: 22px;
    font-weight: 700;
}
.catalog-item__price__data .buy_info {
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border: 1px solid #808080;
    border-radius: 50%;
    background: #fbfbfb;
    display: inline-block;
    color: #ebae21;
    cursor: help;
    font-size: 18px;
}

.catalog-item__price span {
    color: #139dbf;
    font-size: 36px;
    font-style: italic;
}

.catalog-item__price b {
    color: #139dbf;
    font-style: italic;
}

.catalog-item__print_date {
    display: block;
    margin-top: .75em;
    font-weight: 600;
}

.catalog-item__print_date span{
    font-size: 20px;
    font-style: italic;
}

.catalog-item__btns {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 5px -10px -10px;

}
.catalog-item__btns .v1 {
    margin: 10px;
    white-space: nowrap;
}
.catalog-item + .catalog-item {
    margin-top: 20px;
}
.page-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 20px;
}
select {
    -webkit-appearance: none;
    font-size: 20px;
    height: 49px;
    border-radius: 5px;
    border: 1px solid #d7263d;
    color: #d7263d;
    padding: 0 20px;
    background: url(../images/icons/angle-down-red@2x.png) calc(100% - 19px) 50% no-repeat;
    background-size: 19px;
    padding-right: 57px;
    cursor: pointer;
}
select:focus {
    outline: none;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -7px;
}
.pagination a,
.pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    border: 1px solid #d7263d;
    color: #d7263d;
    margin: 7px;
}
.pagination a:hover,
.pagination span:hover {
    background: #d7263d;
    color: white;
}
.pagination span {
    background: #d7263d;
    color: white;
}
.book-page {
    color: #262626;
    padding-bottom: 5px;
    overflow: visible;
}
.book-page .catalog-item {
    padding: 0;
    border: none;
    box-shadow: none;
}
.book-page__serial {
    margin-top: 30px;
}
.book-page-author {
    margin-top: 20px;
}
.book-page-author .container .container {
    max-width: 100%;
}
.book-page-author__flex {
    padding: 50px !important;
    border: 1px solid #808080;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.book-page-author img {
    flex-shrink: 0;
    width: 162px;
    margin-right: 15px;
}
.book-page-author__name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.book-page-author__name a {
    color: #139dbf;
}
.book-page-author__text p + p {
    margin-top: 10px;
}
.tabs {
    margin-top: 40px;
}
.tabs__header {
    display: flex;
    justify-content: flex-start;
}
.tabs__header.tabs-header--mobile {
    display: none;
}
.tabs__header a {
    padding: 0 20px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    /* font-size: 24px;*/
    font-weight: bold;
    position: relative;
}
.tabs__header a:hover,
.tabs__header a.active {
    border-bottom-color: #139dbf;
}
.tabs__header a .count {
    width: 21px;
    height: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 14px;
    color: white;
    font-weight: 400;
    border-radius: 50%;
    background: #139dbf;
}
.tabs__body .tabs-item {
    margin-top: 20px;
    display: none;
}
.tabs__body .tabs-item.active {
    display: block;
}
.tabs__body h2 {
    margin: 20px 0;
}

.tabs__body .tabs-item p {
    font-size: 21px;
}

ul,
ol {
    padding-left: 20px;
    margin: 15px 0;
}
ul li + li,
ol li + li {
    margin-top: 10px;
}
p + p {
    margin-top: 10px;
}
h4,
h3 {
    margin: 20px 0;
}
h3, .text-h3 {
    font-size: 21px;
    text-transform: inherit;
    margin: 20px 0;
}
.reviews .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}
.reviews .form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: left;
    color: #0c0c0c;
}
.reviews .form button.v1 {
    margin: 5px 0;
}
.reviews-item {
    padding: 20px 0;
    border-top: 1px solid #595959;
}
.reviews-item__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reviews-item__name {
    font-weight: bold;
    color: #139dbf;
}
.reviews-item__date {
    margin: 0 20px;
    color: #595959;
}
.expert-reviews-item {
    padding: 20px 0;
    border-top: 1px solid #595959;
}
.expert-reviews-item__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.expert-reviews-item__name {
    font-weight: bold;
    color: #139dbf;
}
.expert-reviews-item__text {
    color: #139dbf;
}
.expert-reviews-item__date {
    color: #595959;
}

.publisher_description {
    font-size: 22px;
}


/**autocomplete**/
.ac_results {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    text-align:left;
    color: #262626;

    position: absolute;
    width: 600px !important;
    display: none;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.ac_results li {
    margin: 0px 0px 0px 0px;
    padding: 5px 8px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 18px;
    line-height: 16px;
    overflow: hidden;
    cursor: pointer;
}
.ac_results li a{
    color: inherit;
}
.ac_loading {
    background: white url('/images/ajax-loader.gif') right center no-repeat;
}
.ac_odd {
    background-color: #eee;
}
.ac_over {
    background-color: #1B3440;
    color: white;
    cursor: pointer;
}
.head_list{
    background-color: #027b95;
    color: white;
}
.head_list ~ li:not(.head_list) {
    padding-left: 1.5em;
}

.static-conteiner {
    color: #262626;
    padding-top: 25px;
    margin-bottom: 60px;
}

.static-conteiner h2{
    padding-top: 20px;
}

/*start cart_style**/
.hr-line {
    background-color: #262626;
    height: 1px;
    width: 100%;
}
.hr-line__cart {
    background-color: #262626;
    height: 1px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.cart-container {
    display: flex;
    flex-direction: column;
    color: #262626;
    /*width: 100%;*/
}
.cart-title {
    display: flex;

    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    margin-bottom: 20px;
    width: 100%;
}
.cart-promo {
    display: flex;
    color: #262626;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
    /*padding-top: 25px;*/
    margin-bottom: 20px;
    width: 100%;
}
.cart-promo input {
    font-size: 20px;
    border-radius: 5px;
    /*border: 1px solid #d7263d;*/
    /*color: #d7263d;*/
    margin-top: 10px;
    width: 40px;
    height: 49px;
    border: 1px solid #808080;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    padding-left: 10px;
}
.cart-title .customer-status {
    color: #262626;
}
.customer-status {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.customer-status a {
    color: #139dbf;
    cursor: pointer;
}

.cart-body {
    display: flex;
    flex-direction: column;
}
.cart-body hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.cart_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.item-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*align-items: center;*/
    color: #262626;
}
.product-img {
    margin-right: 30px;
}
.item-info a {
    color: #139dbf;
    font-size: 22px;
}
.item-info a.author {
    font-size: 18px;
}
.item-price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #262626;
    align-items: center;
    font-size: 24px;
    width: 280px;
}
.not-sell {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #d7263d;
    align-items: center;
    font-size: 24px;
    width: 280px;
}
.printable-book {
    margin-top: 10px;
}
.printable-book input {
    font-size: 20px;
    border-radius: 5px;
    /*border: 1px solid #d7263d;*/
    /*color: #d7263d;*/
    /*margin-top: 10px;*/
    width: 50px;
    height: 49px;
    border: 1px solid #808080;
    text-align: center;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
}
a.buy_plus, a.buy_minus {
    font-size: 28px;
}
.printable-book .price-label {
    margin: 0 10px 0 10px;
}
.book-type {
    color: #139dbf;
    font-weight: bold;
}
.submit_promo {
    color: white !important;
    width: auto !important;
    padding: 0 20px 0 20px;
    border: none;
    background: #d7263d;
    margin-left: 10px;
    text-transform: uppercase;
}
.promocodes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.balanse input {
    -moz-transform: scale(2);
    height: 20px;
}

.coming_soon {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    background: #F5F5F5;
    height: 70px;
    margin-bottom: 25px;
    margin-top: 25px;
    align-items: center;
    padding: 10px;
}

.coming_soon b{
    color: #139dbf;
    font-style: normal;
}

.coming_soon_buy
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Segoe UI", sans-serif;
    width: 250px;
    height: 49px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(215, 38, 61);
    transition: all 0.1s ease 0s;
    border-radius: 5px;
    margin:0px 10px 0px 20px;
}

.coming_soon_notbuy
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Segoe UI", sans-serif;
    width: 250px;
    height: 49px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: #139dbf;
    transition: all 0.1s ease 0s;
    border-radius: 5px;
    margin:0px 30px 0px 20px;
}

.summary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #F5F5F5;
    height:70px;
    margin-bottom: 25px;
    align-items: center;
    padding: 10px;
}
.summary .for-pay {
    color: #262626;
    font-size: 24px;
}
.balanse {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
}
.balanse a {
    margin-left: 10px;
}
.balanse .reset-cart {
    background: #139dbf;
}
.helpful-info {
    margin-bottom: 20px;
}
.deliveries, .helpful-info {
    color: #262626;
    font-size: 18px;
    font-weight: normal;
}
.deliveries h3, .helpful-info h3{
    color: #139dbf;
}
.deliveries .checkout_delivery_descr {
    color: #139dbf;
}
.deliveries .delivery-descr {
    font-size: 80%;
}
.deliveries .checkout_delivery {
    margin-bottom: 20px;
}
.contact_data {
    color: #262626;
    font-size: 18px;
}
.contact_data h3{
    color: #139dbf;
}
.checkout_contacts {
    display: flex;
    flex-direction: column;
    font-weight: normal;
}
.form-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 600px;
    align-items: center;
}
.form-item .item-label {
    display: flex;
    justify-content: left;
    width: 200px;
}

.form-item .item-input {
    display: flex;
    justify-content: left;
    width: 100%;
}

.form-item .item-input input {
    font-size: 20px;
    border-radius: 5px;
    /*border: 1px solid #d7263d;*/
    border: 1px solid #808080;
    /*color: #d7263d;*/
    margin-top: 10px;
    max-width: 350px;
    width:100%;
    height: 49px;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    padding-left: 10px;
}

.form-item .item-input textarea {
    width: 350px;
    max-width: 100%;
    min-height: 80px;
    text-align: left;
    /*color: #0c0c0c;*/
    border-radius: 5px;
    /*border: 1px solid #d7263d;*/
    border: 1px solid #808080;
    font-size: 20px;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    padding-left: 10px;
}
.cat-checkbox {
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: unset;
    width: 24px;
    z-index: 1;
    margin-right: 10px;
}
.accept {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 10px 0 10px 0;
}

.form-item select {
    border: 1px solid #808080;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    background: url(/images/icons/angle-down@2x.png) calc(100% - 19px) 50% no-repeat;
    font-size: 18px;
    max-width: 350px;
    width: 350px;
    margin-top: 10px;
}
.printable-book select {
    border: 1px solid #808080;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    background: url(/images/icons/angle-down@2x.png) calc(100% - 19px) 50% no-repeat;
    font-size: 16px;
    background-size: 1em;
}
.delivery_form {
    display: flex;
    flex-direction: column;

}
.delivery_total,.cart-total  {
    margin: 10px 0 10px 0;
}
.cover {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}
.cover .number {
    display: flex;
    flex-direction: row;
    width: 90px;
    align-items: center;
    justify-content: space-between;
}
.helpful-info a{
    /*color: #139dbf;*/
    cursor: pointer;
}
.product-img img {
    min-width: 150px;
    max-width: 150px;
    height: auto;
}

.customer-status img {
    height: 18px;
    width: auto;
}
.opacity {
    opacity: .3;
}
.opacity:hover {
    opacity: 1;
}
.delete-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
    flex: none;
}
.checkout_cart_empty {
    color: #0c0c0c;
}
.checkout_cart_empty a {
    font-size: 18px;
    color: #139dbf;
}
.notsell-warning {
    text-align: center;
    color: #d7263d;
    margin: 0 0 20px 0;
    font-size: 22px;
}
/*end cart_style*/

.books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big:before {
    content: '';
    display: block;
    padding-top: calc(142.66% - 10px);
    float: left;
    width: 0;
}

.img_container_discount, .discount_item{
    color: #262626;
}
.alignleft{
    text-align: left;
}
.aligncenter{
    text-align: center;
}
.grecaptcha-badge{
    display: none;
}
.reCAPTCHA{
    font-size: 70%;
    color: grey;
    float: right;
}
.form-author-application{
    text-align: left;
}
.form-author-application .flex{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
}
.form-author-application .flex div{
    width: 100%;
    max-width: 450px;
}
.form-author-application input, .form-author-application textarea.v2{
    max-width: 100%;
}
.form-author-application #author-application-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.file-label-click {
    margin: 5px auto;
    width: 100%;
    max-width: 351px;
}
.repost_icons >div {
    margin-top:.75em;
}
a.icon_edit {
    background: url("/images/icons/edit.png") 0 50% no-repeat;
    background-size: contain;
    padding-left: 1.5em;
    cursor: pointer;
}
.repost_div
{
    float:left;
    margin:15px 0 0  20px;
}
.repost_div_cab
{
    margin: 30px 17px 0 25px;
    position: absolute;
    width: 100%;
    text-align: right;
    right: 0;
}

.repost_div b, .repost_div_cab b
{
    color:#139dbf;
}

.left_div
{
    float:left;
    margin-top:15px;
}
@media screen and (max-width: 1632px) {
    .owl-nav .owl-next {
        right: 0;
    }
    .owl-nav .owl-prev {
        left: 0;
    }
}
@media screen and (max-width: 1440px) {
    .book-item__price {
        font-size: 25px;
    }
}
@media screen and (max-width: 1330px) {
    .books-list .book-item {
        width: calc((100% - 80px) / 4);
    }
    .books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big {
        width: calc(((100% - 80px) / 4) * 2 + 20px);
    }
    .footer__columns {
        column-count: 3;
    }
}
@media screen and (max-width: 1200px) {
    .header-search input {
        width: 300px;
    }
    .header-search button.v1 {
        width: 150px;
    }
    .footer__columns {
        column-count: 2;
    }
    .footer__flex.footer__flex--flex2 {
        flex-wrap: wrap;
    }
    .catalog-item__flex {
        margin: 10px 0;
        flex-direction: column;
    }
    .catalog-item__flex-item {
        margin: 0;
    }
    .catalog-item__flex-item + .catalog-item__flex-item {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .footer__nav, .footer__info_line {
        min-width: 100%;
        flex-wrap: wrap;
    }
    .header-search {
        order: 5;
        width: 100vw;
        margin-top: 10px;
        margin-left: -16px;
        margin-right: -16px;
        position: relative;
    }
    .header-search input {
        width: 100%;
        border-radius: 0px;
        height: 45px;
        padding: 0 65px 0 16px;
    }
    .header-search button.v1 {
        width: 49px;
        border-radius: 0px;
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
    }
    .header-search button.v1 .v1__icon {
        margin: 0;
    }
    .header-search button.v1 span {
        display: none;
    }
    .header__top {
        flex-wrap: wrap;
        padding: 0;
        padding-top: 10px;
    }
    .header__icon-link + .header__icon-link {
        margin-left: 40px;
    }
    .burger {
        display: block;
        margin-left: 20px;
    }
    .header-nav {
        position: absolute;
        left: 0;
        top: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
        transition: all 0.1s;
    }
    .header-nav.active {
        opacity: 1;
        visibility: visible;
    }
    .header-nav__item {
        width: 100%;
    }
    .header-nav__top-link {
        background: #ffffff;
        color: #4c4c4c;
        width: 100%;
        font-weight: bold;
        height: 45px;
    }
    .header-nav__top-link.active {
        background: #ceebf2;
    }
    .header-nav__item:hover .header-nav__top-link {
        background: #ceebf2;
    }
    .header-nav__item + .header-nav__item .header-nav__top-link {
        border-top: 1px solid #e8e8e8;
    }
    .header-nav__item + .header-nav__item .header-nav__top-link:before {
        display: none;
    }
    .header-nav__sub {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        background: white;
        color: #4c4c4c;
        width: 100vw;
        transform: none;
        text-align: center;
        border-top: 1px solid #e8e8e8;
    }
    .header-nav__sub .container {
        column-count: 1;
        width: 100%;
        padding: 20px 0;
    }
    .header-nav__sub .container a {
        color: #4c4c4c;
    }
    body,
    .header-search input {
        font-size: 16px;
    }
    .main {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .main-item__name {
        font-size: 35px;
    }
    .footer__flex.footer__flex--flex1 {
        flex-wrap: wrap;
    }
    .footer__columns {
        flex-grow: 1;
        margin-bottom: 30px;
    }
    .footer__nav >div {
        flex-basis: 100%;
    }
    .pad {
        padding-top: .75em;
    }
    .footer__flex.footer__flex--flex2 {
        border: 0;
    }
    .footer__nav >div >span {
        position: relative;
        padding-bottom: 1em;
        border-bottom: 1px solid #b6b6b6;
        cursor: pointer;
    }
    .footer__nav >div >span:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top:50%;
        transform: translateY(-50%);
        width: 2em;
        height: 1em;
        background: url(/images/icons/angle-down@2x.png) 50% 50% no-repeat;
        filter: invert(1);
        background-size: contain;
    }
    .footer__nav >div >a:last-child{
        margin-bottom: 2em;
    }
    .footer__nav >div:not(.open) >a {
        display: none;
    }
    .footer__business .v1 {
        margin: 5px !important;
    }
    .catalog-item {
        padding: 25px;
    }
    .catalog-item.catalog-item--big .catalog-item__image,
    .catalog-item__image {
        margin-right: 25px;
    }
    .catalog-item__name,
    .catalog-item__price span {
        font-size: 30px;
    }
    .filter .filter__links {
        display: none;
    }
    .select-block.select-block--mobile {
        display: block;
    }
    .select-block + .select-block {
        margin-left: 10px !important;
    }
    .select-block--mobile .select-block__bot{
        right: 0;
        left: auto;
    }
    .select-block__top img{
        margin-left: 3px;
        width: 10px;
    }
    .book-page-author__flex {
        padding: 25px !important;
        align-items: flex-start;
    }

    .header-search #search_div {
        width: 100%;
    }
    .form-author-application .flex div{
        margin: 0 auto;
        max-width: 500px;
    }

    .search_butt {
        max-width: 90px !important;
        min-width: 90px !important;
    }

    .catalog-item__prices {flex-wrap: wrap;}

    .catalog-item__prices >div + div{
        margin-left: 0;
        margin-top: 1.25em;
    }

}
@media screen and (max-width: 767px) {
    .logo-image{
        width: 30px;
    }
    .header-logo {
        font-size: 16px;
    }
    .main-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-item__image {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .main-item__name {
        font-size: 30px;
    }
    .main-item__author {
        font-size: 20px;
    }
    .owl-carousel .main-item__image img,
    .main-item__image {
        width: 288px !important;
        height: auto;
    }
    .books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big {
        width: calc(((100% - 40px) / 2) * 2 + 20px);
    }
    .books-list.book-item.book-item--big .book-item__image {
        /*height: 436px;*/
    }
    .book-item__image {
        /*height: auto;*/
    }
    .book-item__image img {
        display: block;

    }
    .books-list .book-item {
        width: calc((100% - 40px) / 2);
    }
    h2, h2.catalog-item__name2, .book-page__serial > h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .books-list.books-list--low-list .book-item__image {
        /*height: 128px;*/
    }
    .sliders-block .owl-books .owl-dots {
        margin-bottom: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .book-item__authors {
        display: none;
    }
    .book-item__name {
        font-size: 16px;
    }
    .book-item__price {
        font-size: 20px;
        margin-top: 15px;
    }
    .book-item__more {
        font-size: 14px;
    }
    .footer__columns {
        column-count: 1;
    }
    .footer__flex.footer__flex--flex2 {
        position: relative;
        padding-bottom: 0;
    }
    .footer__nav a {
        display: block;
        line-height: 2;
    }
    .footer__business {
        width: 100%;
        justify-content: center;
    }
    .footer__business .v1 {
        max-width: 288px;
    }
    .footer__call {
        margin-top: 20px;
    }
    .footer__call a {
        display: block;
    }
    .footer__flex.footer__flex--flex3 {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
    }
    .footer__flex.footer__flex--flex3 span {
        order: 2;
        margin-top: 20px;
    }
    .owl-dots {
        justify-content: center;
        flex-wrap: wrap;
    }
    .main-item .v1 {
        margin: 30px auto 0;
    }
    .sliders-block .v1 {
        margin: 20px auto 0;
    }
    .pad {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .header-cabinet {
        position: static;
    }
    .header-cabinet.active .header-cabinet__menu {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .header-cabinet__menu {
        top: 49px;
        width: 100vw;
        background: white;
        padding: 0;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .header-cabinet__menu a, .header-cabinet__menu span {
        height: 49px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #4d4d4d;
        font-weight: bold;
    }
    .header-cabinet__menu a + a {
        border-top: 1px solid #e8e8e8;
    }
    .header-cabinet__menu:before {
        display: none;
    }
    .catalog-item {
        padding: 0;
        border: none;
        flex-direction: column;
        box-shadow: none;
    }
    .catalog-item.catalog-item--big .catalog-item__image,
    .catalog-item__image {
        width: 288px;
        /*height: 436px;*/
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page-controls {
        width: 100%;
        justify-content: center;
    }
    .page-controls .v1,
    .page-controls select {
        display: none;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .select-block__bot {
        width: 164px;
        line-height: 1.2;
    }
    .select-block__bot a + a {
        margin-top: 10px;
    }
    h1 {
        font-size: 20px;
    }
    .catalog-item__btns .v1 {
        width: 288px;
    }
    .catalog-item + .catalog-item {
        padding-top: 20px;
        border-top: 1px solid #dcdcdc;
    }
    .books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big .book-item__name {
        font-size: 30px;
    }
    .books-list > *:not(.books-list__flex):not(.books-list__no-big) .book-item.book-item--big .book-item__price {
        font-size: 40px;
    }
    .book-item__more img {
        width: 18px;
    }
    .tabs__header {
        display: none;
    }
    .tabs__header.tabs-header--mobile {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: 1px solid #b3b3b3;
    }
    .tabs__header.tabs-header--mobile a {
        padding: 0;
        justify-content: flex-start;
        margin-bottom: -1px;
    }
    .book-page-author {
        background: white;
        padding: 40px 0;
        margin-top: 40px;
    }
    .book-page-author__flex {
        padding: 0 !important;
        border: none;
        box-shadow: none;
        flex-direction: column;
        align-items: center;
    }
    .tabs {
        margin-top: 20px;
    }
    .book-page-author img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .v1.v1--blue2 {
        padding: 0 30px;
        text-align: center;
        height: 77px;
    }
    .reviews-item__flex {
        flex-wrap: wrap;
    }
    .reviews-item__flex .stars {
        width: 100%;
        margin: 10px 0;
    }
    .body--gray {
        background: #e8e8e8;
    }
    /*start cart_style*/
    .cart-title {
        flex-direction: column;
    }

    .product-img {
        display: none;
    }

    .cover {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .promocodes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .promoform {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .submit_promo {
        margin-left: 0px;
    }

    .summary {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .balanse .reset-cart {
        margin-left: 0px;
        margin-top: 10px;
    }

    .form-item {
        display: flex;
        flex-direction: column;
        justify-content: left;
        width: 100%;
        align-items: flex-start;
    }
    .summary .for-pay {
        font-size: 20px;
    }

    .cart_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .item-price {
        display: flex;
        flex-direction: row;
        justify-content: center;
        color: #262626;
        align-items: center;
        font-size: 24px;
        width: 100%;
        margin-top: 10px;
    }
    .not-sell {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        width: 100%;
        margin-top: 10px;
    }
    .checkout_cart_empty {
        text-align: center;
    }
    /*end cart_style*/
    .repost_div_cab{
        position: inherit;
        text-align: center;
        margin: 10px 0 0 0;
    }
}

.products-page {
    color: #404040;
}
div#cert {
    color: #404040;
}
div#modal_rules {
    color: #404040;
}
.detailsContent_pages {
    color: #404040;
}
.products-page .products .flex, .product-page .content .products .flex {
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: center;
    flex-wrap: wrap;
}
.products-page .products .flex .item, .product-page .content .products .flex .item {
    /*width: calc((95% - 20px)/3);*/
    margin-right: 10px;
    margin-bottom: 40px;
}
.products .item .item-image {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.products .item .item-image .img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    width: 100%;
}
.products .item .item-image .buy {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #c9c9c9;
    height: 30px;
    text-transform: uppercase;
    font-size: 12px;
}
.products .item .item-info a {
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
}

.products .item .item-info  {
    text-align: center;
    font-size: 18px;
}

.products .item .item-info span.cert-price {
    color: #139dbf;
    font-size: 90%;
    font-style: italic;
}
.products .item a.cert {
    margin: 0 auto;
    font-size: 90%;
}
.btns a.cert {
    margin: 0 auto;
}
/*.form-item-group-left-div {
        width:48%;
        float: left;
        margin-right:10px;
}*/
.text-secondary {
    color: lightgray;
    font-size: 12px;
    font-weight: normal;
}
.h4-subject {
    font-size: 28px;
}
.about-us a {
    color: #139dbf;
    text-decoration: underline;
}

.citation
{
    padding: 10px 5px 20px 5px;
    line-height: 1.7;
    font-style: italic;
}

.button_pvz
{
    border-radius: 5px;
    padding: 10px 10px;
}

.right_align {
    margin-left: auto;
    margin-right:50px;

}

.right_align a.v1 {
    color:white !important;
}

.right_block {
    order: 5;
}

.title-h2 {
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    color: #139dbf;
    margin-bottom: 20px;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.margin-bottom-25{
    margin-bottom: 25px;
}

.topics-block{
    margin-left: 10px;
    margin-top: 10px;
    background-color:lightgray;
    width: 100%;
    min-height: 50px;
    padding: 15px 15px;
    border-radius: 5px
}

@media screen and (max-width: 370px) {
    .books-list__flex a {
        flex-shrink: 1;
        width: calc((100% - 60px));
        min-width: 95%;
        margin: 8px;
    }

    .books-list .book-item {
        margin: 1px;
        float: left;
        width: 95%;
        min-width: 162px;
    }

}

.cut-link{
    float: right;
    color: #139dbf;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

.cutter-lines-5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.cutter-lines-20{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}
