.notpadding {
    padding: 0!important;
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
.d-flex{
    display: flex!important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.float-left {
    float: left;
}
.w-50{
    width: 50%;
}
.text-center{
    text-align: center!important;
}
.flex-direction-column{
    flex-direction: column!important;
}
.align-items-center{
    align-items: center!important;
}
.justify-content-center{
    justify-content: center!important;
}
.justify-content-around {
    justify-content: space-around!important;
}
.justify-content-start{
    justify-content: flex-start!important;
}
.justify-content-between{
    justify-content: space-between!important;
}


/*FLAGS*/
.flag{
    
	max-width: 122px;
	/*width: 100%;*/
    height: 25px;
    position: relative;
    color: #00a651;
    font-weight: bold;

    padding: 0 19px 0 12px;
	border-right: inherit !important;
	margin-right:10px;
}
.flag.in_stock{
    border: 1px solid #00a651;
    border-right: inherit;
    color: #00a651;
}
.flag.coming{
    border: 1px solid #ebc058;
    border-right: inherit;
    color: #2e470d;
	background:#ebc058;
	max-width:160px;
}
.flag.newbook{
    border: 1px solid #41820c;
    border-right: inherit;
    color: #fff;
	background:#41820c;
}
.flag.new_t{
    border: 1px solid #d21bd4;
    border-right: inherit;
    color: #d21bd4;
}
.flag.bestseller{
    border: 1px solid #f26522;
    border-right: inherit;
    color: #f26522;
    margin-right: 0;
}
.rot_div {
    width: 14px;
    height: 13px;
    -moz-transform: scale(1.1) rotate(64deg) skew(28deg, -3deg);
    -webkit-transform: scale(1.1) rotate(64deg) skew(28deg, -3deg);
    -o-transform: scale(1.1) rotate(64deg) skew(28deg, -3deg);
    -ms-transform: scale(1.1) rotate(64deg) skew(28deg, -3deg);
    transform: scale(1.05) rotate(64deg) skew(30deg, -10deg);
    position: absolute;
    right: -6px;
	top:5px;
}
.rot_div{

    border-right: none !important;
    border-top: none !important;
}
.in_stock .rot_div{
    border: 1px solid #00a651;
    border-right: none;
    border-top: none;
}
.flag.coming .rot_div{
    border: 1px solid #ebc058;
	background:#fff;
}
.flag.newbook .rot_div{
    border: 1px solid #41820c;
	background:#fff;
}
.new_t .rot_div{
    border: 1px solid #d21bd4;
    border-right: inherit;
    border-top: inherit;
}
.bestseller .rot_div{
    border: 1px solid #f26522;
    border-right: inherit;
    border-top: inherit;
}

.list_item_flex{
	display:flex;
	justify-content:space-between;
	border-bottom: 1px solid #d9d9d9;
	padding: 35px 0px 25px;
}
.list_item_flex .image_block{
	width:165px;
	padding:0;
	min-width:165px;
}
.list_item_flex .description{
	flex-grow:1;
}
.list_item_flex .information{
	width:176px;
	margin-right:10px;
}
.list_item_flex .thumb img, .img_base{
-webkit-box-shadow: 4px 4px 6px #a3a3a3 !important;
-moz-box-shadow: 4px 4px 6px #a3a3a3 !important;
box-shadow: 4px 4px 6px #a3a3a3 !important;;	
}
.image_wrap{
	position:relative;
	width:100%;
}
.image_wrap a{
	display:inline-block;
	width:100%;
}
.list_item_flex .desc_name {
	margin-top:18px;
		max-width:550px;
}
.list_item_flex .desc_name a{

	font-size:20px;
	line-height:18px;
	color:#3a4974;
	font-family:RobotoBold;
}
.list_item_flex .autors_str{
	margin-top:15px;
	max-width:550px;
}
.list_item_flex .autors_str span{
	font-weight:bold;
}
.list_item_flex .autors_str div{
	font-style:italic;
}
.list_item_flex .year{
	margin-top:0px;
}
.list_item_flex .preview_text{
	margin-top:15px;	
}
.list_item_flex .preview_text span{
	color:#a10d38 !important;

}
.list_item_flex .information{
	border:1px solid #c2c2c2;
	padding:25px 22px 15px;
	box-sizing:border-box;
}
.list_item_flex .description{
	position:relative;
}
.list_item_flex .description .code{
	position:absolute;
	top:0px;
	right:40px;
	color:#8c8c8c;
	font-size:14px;
}
.list_item_flex .price_block{
	text-align:center;
	/*padding-left:5px;*/
}
.list_item_flex .price_base{
	font-size: 36px;
	line-height: 23px;
}
.price_base.discount{
	color:#ed1c24;
	display:block;
}
.list_item_flex .old{
	color:#959595 !important;
	font-size:24px !important;
}/*
.button_block{
	width: 125px;
	margin:0 auto;
}
@media(max-width:420px){
	.button_block{
		width: 140px;
	
	}	
}*/
.shop_btn {
    max-width: 125px;
    width: 100%;
    height: 30px;
    background-color: #1265a0;
    color: #ffffff;
    border: inherit;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    transition: 0.3s;
	margin-top:40px;
}
.shop_icon{
    width: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.shop_btn:hover {
    background-color: #39b54a;
    text-decoration: none;
    color: #fff;
}

.heart_right{
	width:96px;
}
.heart-izbr {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

i.heart-izbr:before {
    content: "\f08a";
}
.to_favorites:hover .heart-izbr:before, .to_favorites.active .heart-izbr:before{
    content: "\f004";
}
.to_favorites{
    color: red;
    cursor: pointer;
    font-size: 16px;
	margin-top:16px;

	justify-content:center;
}
.to_favorites_icon {
    margin-right: 5px;
}
.flag_mob_wrap{
	display:none;
}
.width145{
	max-width:145px;
	box-sizing:border-box;
	width:145px;
	padding: 0px 10px;
	margin-left:-7px;
}
.instruction_efu{
	text-align:right;
	
}
.instruction_efu a{
	color:#0d4e98;
	
}
.instruction_efu img{
	padding-right:5px;
	position:relative;
	top:-2px;
}
.block_lightred{
	font-family:RobotoBold;
	font-size:16px;
	text-align:center;
	padding:8px 0px;
	background:#fac4b9;
	margin-top:12px;
	margin-bottom:12px;
}
div.view-list{
	border:none !important;
	box-shadow:inherit !important;
}
.view-list .view-item{
	border:none !important;
	text-align:left !important;
	margin-left:15px !important;
	
}
.view-list .view-item div{
	padding:0 !important;
}
.view-list .view-item img{
	max-height:inherit !important;
	width:100%;
}
.view-list .view-header{
	background:#fff !important;
	font-weight:bold;
	color:#3a4974 !important;
}
.sideRight{
	width:140px !important;
}
h1.title{
	font-size:30px !important;
}
.sticker_discount{
	width:36px !important;
	height:36px !important;
	top:-10px !important;
	line-height:36px !important;
	border-radius:18px !important;
	font-size:12px !important;
	border:2px solid #fff !important;
	
}
.icon_position{
	width:42px !important;
	height:42px !important;
	top:-10px !important;	
}
.icon_position img{
	max-width:100%;
}
.badge_product{
	position: absolute; width: 50px; height: auto; right: 25px; top: -5px; z-index: 11; box-shadow:inherit !important;
}
@media (min-width:768px) and (max-width:1024px){
	.list_item_flex .image_block{
		width:120px;
		margin-right:10px;
	}
	.list_item_flex .desc_name{
		max-width:320px;
	}
	.list_item_flex .desc_name a{
		font-size:16px;
	}
	.list_item_flex .thumb img{
		max-width:100%;
	}
}

@media(min-width:640px) and (max-width:800px){
.list_item_flex .description{
	max-width:350px;
	padding-left:10px;
}	
}
@media(max-width:767px){
.image_wrap{
	width:auto;
}	
	.badge_product{
		right:5px !important;
	}
	.list_item_flex{
		flex-wrap:wrap;
	}
	.list_item_flex .description{
		order:1;
	}
	.list_item_flex .image_block{
		order:2;
		margin-top:25px;
		display:flex;
		justify-content:space-between;
		width: 100%;
	}
	.list_item_flex .information{
		order:3;
		width:100%;
		margin-top:16px;
		margin-right:0px;

	}
	.list_item_flex .description .preview_text{
		margin-top:5px;
	}
	.list_item_flex .description .autors_str{
		margin-top:10px;
	}
	.list_item_flex .description .flags, .list_item_flex .description .code{
		display:none !important;
	}
	.button_block{
		display:flex;
		justify-content:center;
	}
	.list_item_flex {

		padding: 35px 30px 25px;
		margin: 0px -30px;
	}
	.list_item_flex .price_block{
		text-align:center;
	}
	.code_mob{
	color:#8c8c8c;
	font-size:14px;	
		margin-bottom:20px;
	width: 100%;
text-align: right;	
	}
	.flag_mob_wrap{
		display:block;
		flex-grow:1;
	}
	.flag_mob_wrap .flag{
		margin-bottom:5px;
		margin-right:0px;
	}
	.flag_mob{
		justify-content:flex-end;
		flex-direction:column;
		align-items: flex-end !important;
	}
	.instruction_efu{
		text-align:left;
	}
	.sticker_discount{
		right:-15px !important;
	}
.price{
	
    margin: 0 auto;
    text-align: center;

}	
.wrapper_price{
margin: auto;
text-align: left;
display: inline-block;	
}
.shop_btn{
	margin-top:5px;
}
.link_more {
    position: relative;
    top: 5px !important;
    text-align: center;
    width: 100%;
    display: inline-block;
}	
}

.link_more{
position: relative;
top: 25px;

}
.quantity_str span{
	font-weight:bold;
}

.badge_product_stock{
    position: absolute;
    width: 94px !important;
    height: auto;
  
	top:initial !important;
    bottom: -5px;
    z-index: 11;
	right: 18px !important;

    box-shadow: inherit !important;	
}
@media(max-width:480px){
	.badge_product_stock{
		position: absolute;
		width: 95px !important;
		height: auto;
	
		top:initial !important;
		bottom: 0px;
		z-index: 11;
		right: -5px !important;

		box-shadow: inherit !important;	
	}	
}
.link_more_new{
padding-top:25px;
background:url(/images/info.svg) no-repeat top center;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 15px;
text-align: center;
display: inline-block;
/* Red */
color: #EB5757;	
}
.link_more_new:hover{
color: #EB5757;
opacity:0.9;	
}
.subscribe_block{
margin-left: auto;
margin-right: auto;	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #FFFFFF;	
	background: url(/images/bell.svg) center 5px no-repeat #E65425;
	border-radius: 3px;
	width: 100px;
	height: 54px;
	padding-top:25px; 
	margin-bottom:8px;
	cursor:pointer;
}
.subscribe_block.active{

	background: url(/images/bell.svg) center 5px no-repeat #27AE60;
}