.bphoto {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    text-align: center;
    padding-top: 6px;
}

.bphoto img {
/*    width: 150px;/**/

}



.bkdesk {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	text-align: left;
	font-family: geometria-light;
}
.bkcaption {
	font-size: 20px;
	font-family: geometria;
}
.bookblock {
width: 600px;
    display: inline-block;
    margin: 0 15px;
    padding-top: 30px;
    border-bottom:1px solid #f3ecf3;
}



.bkauth {
	font-size: 16px;
	margin: 10px 0;
}
.bktext {
	font-size: 16px;
}
.bkcost {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 20px 0;
}
.bkbutton {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin: 16px 0;
}
.bkcpl {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 21px;
	margin: 10px 0;
}
.bkcpl span {
	font-size: 16px;
	display: block;
}
.bk-green {
	color: #35b140;
}
a.bkbuttonmp {
	color: #fff;
	background-color: #92278f;
	padding: 10px 20px;
	font-size: 16px;
}

.horform label {
	display:block;
	padding:6px;
	font-size:16px;	
}
.horform input[type=checkbox]{
	width: 16px;
    height: 16px;
    vertical-align: middle;
}

.basket-items {
    position: fixed;
    right: 10px;
    top: 51%;
    width: 150px;
    background: #f4e9f4;
    border: 1px solid rgba(146, 39, 143, 0.4);
    color: #92278f;
    padding: 8px;
    border-radius: 4px;
}
.basket-items .bi-title {font-weight: 500;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;}
.basket-items .bi-items {font-size: 12px;     border-top: 1px solid rgba(146, 39, 143, 0.4);  padding: 10px 0;    margin-top: 2px; text-align: center;}
.basket-items .bi-sum {font-size: 13px;}
.basket-items .bi-action {margin: 0px 0 10px;
    font-size: 10px;
    display: block;
    color: #92278f;
    background-color: rgba(146, 39, 143, 0.1);
    padding: 2px 8px 2px 8px;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;}
@media(max-width: 768px){
    .basket-items .bi-items{
        border-top:0;
        padding:0;
        margin-top:0;
    }
    .basket-items {
        text-align: center;
    }
}
   .book-columns{
	width: 100%;
	margin-top: 2rem;
	padding-bottom:100px;
	display:flex;
	flex-wrap:wrap;
}
.review-columns--book {
    width:calc(100% - 15px);
}
.book-column {
    width:100%;
     float: left;
}
.book-card {
	background-color:#ffffff;
	border: 1px solid #A833A8;
	backdrop-filter: blur(10px);
	flex-basis:calc(100% - 30px);
	margin-right:30px;
	margin-bottom:16px;
	border-radius:4px;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	padding: 16px 32px;
	transition:all 0.3s linear;
	background-color: #F5F7FA;
    border: 1px solid #F5F7FA;
    display: inline-block;
    vertical-align: top;
    width:100%;
}
.book-card .btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.review-columns .book-card {
        width:95%;

    }

@media(max-width:768px){
.review-column {
    width:50%;
     float: left;
}
.review-columns--book {
    width:100%;
}
}
@media(max-width:600px){

.review-column {
    width:100%;
     float: left;
}
.review-columns .book-card {
        width:100%;
margin-bottom:30px;
    }
} 
.book-card__title{
	font-weight: 500;
	line-height: 130%;
	margin-top:8px;
	margin-bottom:8px;
	font-size: 14px;
	color: #272c3e;
	display: block;
	color:#272c3e;
	display: block;
}
.book-card__content, .book-card__content p {
    font-size:13px;
    line-height: 150%;
    font-weight:400;
}
.book-card__new {
	display:block;
	color:#92278f;
	background-color:rgba(146, 39, 143, 0.1);
	padding: 2px 8px 2px 14px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.11em;
	position: relative;
}
.book-card__new:before{
	content:"•";
	position:absolute;
	left:5px;
	font-size:16px;
	animation: pulse 1500ms linear infinite
}
@keyframes pulse {
	0%{font-size:16px; left:5px;} 
	50%{font-size:4px; left:8px;}
	100%{font-size:16px;left:5px;} 
 }
 .book-card:hover {
	background: #EDE9F7;
	border:1px solid #EDE9F7;
  }
   .book-card:active,  .book-card:focus {
	background: #CEAEE2;
	border:1px solid #CEAEE2;
  }
.book-card__header {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color: #838b98;
	position:relative;
}
.book-card__img {
    display:flex;
    width: 300px;
    min-width: 300px;
    justify-content: space-between;
    margin-bottom:16px;
}
.book-card__img img {
    margin-right: 16px;
        object-fit: contain;

    }
.book-card__autors {
    display:flex;
    flex-direction:column;
    margin-top: auto;
    margin-bottom: 6px;
}
.book-columns hr {
    margin-top:1rem;
    margin-bottom:1rem;
}
.bkbutton {
    margin:0;
}
.book-card__wrapper {
    display:flex;
}
.book-content__wrapper {
    display:flex;
    flex-direction:column;
    padding-left:20px;
}
    .book-card a.book-card__autor {
    display:inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4ZM6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8ZM8 18C6.34315 18 5 19.3431 5 21C5 21.5523 4.55228 22 4 22C3.44772 22 3 21.5523 3 21C3 18.2386 5.23858 16 8 16H16C18.7614 16 21 18.2386 21 21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21C19 19.3431 17.6569 18 16 18H8Z' fill='%23838B98'/%3E%3C/svg%3E");
     background-size: 12px;
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right:6px;
    display: inline-block;
    background-position: left center;
    color: #838B98;
    margin: 8px 0;
    }

    .book-card a.book-card__autor:hover {
        color:#92278f;
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4ZM6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8ZM8 18C6.34315 18 5 19.3431 5 21C5 21.5523 4.55228 22 4 22C3.44772 22 3 21.5523 3 21C3 18.2386 5.23858 16 8 16H16C18.7614 16 21 18.2386 21 21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21C19 19.3431 17.6569 18 16 18H8Z' fill='%2392278f'/%3E%3C/svg%3E");
    }
    .book-card__footer {
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .book-price {
        font-size:30px;
        font-weight:500;
    }
   @media(max-width:820px){
        .book-card__img {
            align-items:flex-start;
        }     
         }
     @media(max-width:600px){ 
           .book-card__wrapper {
    flex-direction:column;
} 
.book-card {
    padding:16px;
}
.book-card__img {
    justify-content:center;
}
     }
    @media(max-width:400px){ 
     .book-price {
        font-size:20px;
     }
     .book-card .btn {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
}

    }