

/* Start:/local/templates/yulisbook.shop/components/bitrix/search.title/books/style.css?16345471083235*/
#title-search{
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
	width: 45%;
	max-width: 600px;
}

.searth{
	float:left;
	font-family: 'DINPro-Medium';
	border: 1px #b4a48b solid;
	padding: 8px 0 8px 25px!important;
	width: 100%;
	color: #000000;
	font-size: 16px;
	cursor: pointer;
}
.searth:focus{
	cursor: text;
}
#title-search input[type=submit]{
	border: none;
	background: url(/local/templates/yulisbook.shop/images/find.png) no-repeat;
	height: 22px;
	width: 22px;
	float: left;
	position: absolute;
	right: 15px;
	bottom: 10px;
	cursor: pointer;
}
/***** адаптация ****/
@media screen and (max-width: 1440px) {
	#title-search {
		width: 35%;
	}
}
@media screen and (max-width: 1240px) {
	#title-search{
		margin-left: 170px;
	}
}
@media screen and (max-width: 940px) {
	#title-search{
		width: 90%;
		margin: 15px 0px 10px;
	}
}
@media screen and (max-width: 780px) {
	#title-search {
		max-width: 780px;
	}
}
/**************/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
/*	width:10%;*/
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/yulisbook.shop/components/bitrix/search.title/books/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/yulisbook.shop/components/bitrix/sale.basket.basket.small/book/style.css?16375663093366*/
.small_basket_top{
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	height: 40px;
	width: 40px;
	text-align: center;
	background: url("/local/templates/yulisbook.shop/components/bitrix/sale.basket.basket.small/book/images/smallBasket.png") left bottom no-repeat;
}

.small_basket_top .products{
	height: 25px;
	width: 25px;
	color: #FFFFFF;
	font-size: 16px;
	background: #ff9800;
	float: right;
	font-family: 'DINPro-Medium';
}

.small_basket{
	overflow: hidden;
	height: 45px;
	float: right;
	width: 15%;
}

.small_basket>div{
	height: 170px;
	width: 100%;
	max-width: 170px;
	margin-top: -60px;
	position: relative;
	background: url("/local/templates/yulisbook.shop/components/bitrix/sale.basket.basket.small/book/images/smallBasket.png") #FFFFFF center center no-repeat;
}
.small_basket .products{
	top: 60px;
	right: 35%;
	height: 25px;
	width: 25px;
	color: #FFFFFF;
	position: absolute;
	font-size: 16px;
	background: #ff9800;
	font-family: 'DINPro-Medium';
}

.toBasket{ /* высплывашка что товар в корзине*/
	display: none;
}
/* выплывашка под малой корзиной*/
.basket_popup{
	z-index: 20;
	display: none;
	white-space: nowrap;
	font-size: 14px;
	position: absolute;
	top: 43px;
	right: 30px;
	width: 180px;
	cursor: default;
	background: #FFF;
	border: 1px solid #e8e9eb;
	border-radius: 3px;
	padding: 5px 10px 10px;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	filter: drop-shadow(2px 2px 5px #333);
	-webkit-filter: drop-shadow(2px 2px 5px #333);
	-moz-filter: drop-shadow(2px 2px 5px #333);
	-o-filter: drop-shadow(2px 2px 5px #333);
	-ms-filter: drop-shadow(2px 2px 5px #333);
}
/*
.basket_popup:hover{
	display: block
}
*/
.basket_popup a,
.basket_info>div{
	clear: left;
	float: left;
	width: 100%;
}
.basket_info{
	overflow: hidden;
}
.basket_info .text{
	width: 70px;
	float: left;
	text-align: left;
	color: rgb(181, 165, 140);
	border-bottom: 1px dashed rgb(181, 165, 140);
}
.basket_info .value{
	float: right;
	text-align: right;
}
.basket_info .price{
	font-size: 16px;
	font-family: 'DINPro-Medium';
}
.basket_info .old_price{
	color: #aaaaaa;
	text-decoration: line-through;
}
#toBasket .btn,
.basket_popup .for_order{
	font-size: 16px;
	margin-top: 10px;
	webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}

.btn{
	background: #e0920b;
	background: -moz-linear-gradient(left, #e0920b 0%, #cca01b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0920b), color-stop(100%,#cca01b));
	background: -webkit-linear-gradient(left, #e0920b 0%,#cca01b 100%);
	background: -o-linear-gradient(left, #e0920b 0%,#cca01b 100%);
	background: -ms-linear-gradient(left, #e0920b 0%,#cca01b 100%);
	background: linear-gradient(left, #e0920b 0%,#cca01b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0920b', endColorstr='#cca01b',GradientType=0 );
}

.circle{
/* круг - кроссбраузерное скругление всех углов */
	-moz-border-radius: 50%; /*для Firefox */
	-webkit-border-radius: 50%; /* Safari и Chrome */
	border-radius: 50%; /* Opera 10.5+, а также версии других браузеров в будущем */
	behavior: url(/local/templates/yulisbook.shop/components/bitrix/sale.basket.basket.small/book/ie-css3.htc); /* Поддержка IE 6,7,8. */
}

@media screen and (max-width: 940px) {
	.small_basket {
		display: none;
	}
	.small_basket_top{
		display: block
	}
}

/* End */


/* Start:/local/templates/yulisbook.shop/styles.css?16481189142996*/
@charset "utf-8";

#supportTrigger {
	/* display: none !important; */
}

.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
@font-face {
	font-family: 'PT SERIF';
	/*src: url('/local/fonts/PT SERIF/PT SERIF.eot');*/
	/*src: local('☺'),
		 url('/local/fonts/PT SERIF/PT SERIF.woff') format('woff'),
		 url('/local/fonts/PT SERIF/PT SERIF.ttf') format('truetype'),
		 url('/local/fonts/PT SERIF/PT SERIF.svg') format('svg');*/
	src: local('☺'),
		 url('/local/fonts/PT SERIF/PT SERIF.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DINPro-Medium';
	/*src: url('/local/fonts/DINPro/DINPro-Medium.eot');*/
	/*src: local('☺'),
		 url('/local/fonts/DINPro/DINPro-Medium.woff') format('woff'),
		 url('/local/fonts/DINPro/DINPro-Medium.ttf') format('truetype'),
		 url('/local/fonts/DINPro/DINPro-Medium.svg') format('svg');*/
	src: local('☺'),
		 url('/local/fonts/DINPro/DINPro-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DINPro-Regular';
	/*src: url('/local/fonts/DINPro/DINPro-Regular.eot');*/
	/*src: local('☺'),
		 url('/local/fonts/DINPro/DINPro-Regular.woff') format('woff'),
		 url('/local/fonts/DINPro/DINPro-Regular.ttf') format('truetype'),
		 url('/local/fonts/DINPro/DINPro-Regular.svg') format('svg');*/
	src: local('☺'),
		 url('/local/fonts/DINPro/DINPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
	z-index: 0;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin:0; }
/*#workarea ul { list-style-type: disc; }*/

li {
  list-style-type: none; /* Убираем маркеры */
}

p, 
li,
li a,
label { 
   color: #555;
}

a,
a:focus, 
a:hover, 
a:active {
	vertical-align:baseline;
	background:transparent;
	outline: 0;
	text-decoration: none;
}

.clear { clear: both }

.shadowBook{
/*	border: 1px solid #eeeeee;*/
	background-position: top center !important;
	box-shadow: 0px 0px 3px 1px #dddddd;
	-webkit-box-shadow: 0px 6px 8px 5px rgba(180,180,180,0.5);
	box-shadow: 0px 6px 8px 5px rgba(180,180,180,0.5);
}
.reprintBook{
	width: 101%;
	height: 7px;
	background: #7e6f58;
	position: absolute;
	bottom: -7px;
	left: -1px;
}
.reprintBook div{
	background: #7e6f58;
	position: absolute;
	bottom: 0;
	font-family: 'DINPro-Medium';
	color: #FFFFFF;
	padding: 8px 20px 10px;
	left: 25%;
}


/* End */


/* Start:/local/templates/yulisbook.shop/template_styles.css?177737909420928*/
/*временно до адаптива блока самиздат*/
@media screen and (max-width: 540px) {
	#saizdat, /*убрать этот ИД*/
	.saizdat {
		display: none;
	}
}

body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	position: relative;
	margin: 0;
	color: #373737;
	overflow-x: hidden;
	font-family: 'DINPro-Regular';
}

* {
	margin: 0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

a,
li a{
	color: #373737;
}
.fa-bars{ /*кастомизация для бургера из /local/fonts/Awesome*/
	font-size: 18px!important;
}
.fa-heart,
.fa-user-circle {
    color: #b4a48b;
	font-size: 25px!important;
}
.topLine .fa-heart {
	padding-right: 5px;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	clear: both;
	max-width: 1435px; /*1200px;*/
	position: relative;
	overflow: hidden;
	padding: 0 20px;
}

.topLine{
	background: #f3ebd4;
	width: 100%;
	line-height: 24px;
	float: left;
	padding: 10px 0 5px;
position: fixed;
z-index: 99;
}
.topLine .contacts{
	float: left;
	z-index: 10;
	position: relative;
	margin-left: 15px;
}
.topLine .contacts span{
	float: left;
}
.topLine .phone{
	font-size: 18px;
	font-family: 'DINPro-Medium';
	display: inline;
}
.topLine .point{
	margin: 10px;
	background: #6e7c0e;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.topLine .timetable{
	font-size: 14px;
	color: #938878;
}

.topLine nav{
	float: right;
}

.topLine li a{
	margin-left: 15px;
	color: #373737;
	font-size: 14px;
	text-decoration: underline;
}
.emailShop,
.topLine .callMy{
	float: left;
	position: relative;
	top: 3px;
	color: #82280f;
	font-size: 14px;
	cursor: pointer;
	line-height: 16px;
	margin: 0 0 0 45px;
}

/* для мобилок*/
.topLine .main_menu{
	display: none;
	background: #ff9800; /*eb9704;*/
	width: 100%;
	clear: both;
}
.topLine .main_menu li{
	clear: left;
    float: left;
}

.topLine button {
    display: none;
    float: left;
    padding: 6px;
    font-size: 14px;
	margin: 0 15px;
	background: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.topLine .logo{
    display: none;
	float: left;
	margin: 10px;
}
.topLine .main_menu{
	display: none;
	position: absolute;
	top: 100px;
	z-index: 10;
}
.topLine .main_menu li{
	padding: 5px 15px;
	width: 100%;
	border-bottom: 1px solid #f2a724
}
.topLine .main_menu li:last-child {
	border: none
}
.topLine .main_menu a{
	margin: 0;
	text-decoration: none;
}
.topLine .main_menu a,
.topLine .main_menu li {
	font-size: 18px;
	color: #fff;
}
.main-content-block {
	padding: 40px;
}
.lmar20 {
	margin-left: 20px;
}
.clear {
	clear: both;
}
.TitleH2Block {
	display: flex; 
	align-items: center;
    justify-content: center;	
}
.FigureS{
	font-size: 48px;
	font-family: 'DINPro-Medium';	
	color: #b5a58c;
	margin: 0 15px;
}
.auth{
	text-align: center;
	padding-top: 14px;
	display: none;
	float: right;
	width: 55px;
	color: #b4a48b;
	font-size: 14px;
	position: relative;
	margin-right: 15px;
}
.auth div{
	width: 100%;
	line-height: 14px;
	position: absolute;
	top: 0;
	font-family: 'DINPro-Medium';

}
.izbrannoe_top{
	display: none;
	float: right;
	position: relative;
	padding-top: 15px;
	margin-right: 15px;
	height: 40px;
	width: 45px;
}
.izbrannoe_top .count {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
    height: 25px;
    width: 25px;
    color: #ffffff;
    font-size: 16px;
    background: #791900;
    float: right;
    font-family: 'DINPro-Medium';
}

.topLine .main_menu .izbrannoe {
	display: block;
	float: left;
}

.small_basket_top {
    position: relative!important;
    top: 0;
    float: right;
}
/*
.header-btn-collapse-nav {
    background: #CCC;
        background-image: none;
    color: #FFF;
    display: none !important;
    float: right;
    margin: 15px 20px 0 0;
        margin-bottom: 0px;
}
*/
/*хедер*/
header{
	margin-top: 40px; /* для фиксированного top-line*/
	position: relative;
	text-align: center;
	width: 100%;
	height: 125px;
	float: left;
}

.topLine li,
header li{
	float: left;
	position: relative;
	cursor: pointer;
}

header form{
	margin-left: 170px;
}
footer .logo {
	width: 116px;
	height: 84px;
	float: left;
	background-size: contain;	
	cursor: pointer;
	background: url("/local/templates/yulisbook.shop/images/logo1.png") center no-repeat;
	background-size: cover;
}
header .logo {
	position: absolute;
	left: 0;
	top: -80px;
	background-color: #FFF;
}
header .logo img{
	width: 100%;
	height: 100%;
	border: 3px solid #ff9800;
    margin-top: 2px;
}
header .izbrannoe{
	padding-left: 10px;
	margin: 28px 5% 0 0;
}
header .izbrannoe,
.topLine .izbrannoe{
	cursor: pointer;
	width: 140px;
	height: 18px;
	line-height: 18px;
	float: right;
	color: #b4a48b;
/*	background: url(/local/templates/yulisbook.shop/images/favorite.png) no-repeat left top 3px;*/
}
header .izbrannoe span+span,
.topLine .izbrannoe span+span{
	color: #373737;
	top:1px;
	font-weight: bold;
	position: relative;
/*	text-decoration: underline;*/
}
header .izbrannoe:hover span:first-child,
.topLine .izbrannoe:hover span:first-child{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b4a48b;
}
header .izbrannoe:hover span+span,
.topLine .izbrannoe:hover span+span{
	text-decoration: none;
}
.izbrannoe:hover .fa-heart,
.izbrannoe.active .fa-heart{
	color: #82280f
}

/* "убрать подсветку" поля ввода */
input,
textarea{
	outline: 0;
	outline-offset: 0;
}

/* общая кроссбраузерная стилизация placeholder + сдвиг вправо при фокусе */
input::-webkit-input-placeholder	{text-indent: 0px; transition: text-indent 1s ease; color:#b4a48b; font-size:16px; font-family: 'DINPro-Regular';}
input:-moz-placeholder				{text-indent: 0px; transition: text-indent 1s ease; color:#b4a48b; font-size:16px; font-family: 'DINPro-Regular';}/* Firefox 18- */
input::-moz-placeholder				{text-indent: 0px; transition: text-indent 1s ease; color:#b4a48b; font-size:16px; font-family: 'DINPro-Regular';}/* Firefox 19+ */
input:-ms-input-placeholder			{text-indent: 0px; transition: text-indent 1s ease; color:#b4a48b; font-size:16px; font-family: 'DINPro-Regular';}
input::input-placeholder			{text-indent: 0px; transition: text-indent 1s ease; color:#b4a48b; font-size:16px; font-family: 'DINPro-Regular';}

input:focus::-webkit-input-placeholder	{text-indent: 100%; transition: text-indent 1s ease;}
input:focus::-moz-placeholder			{text-indent: 100%; transition: text-indent 1s ease;}
input:focus:-moz-placeholder			{text-indent: 100%; transition: text-indent 1s ease;}
input:focus:-ms-input-placeholder		{text-indent: 100%; transition: text-indent 1s ease;}
input:focus::input-placeholder			{text-indent: 100%; transition: text-indent 1s ease;} 

header .main_menu{
	background: #ff9800; /*eb9704;*/
	width: 100%;
	height: 45px;
}
header .main_menu .wrapper{
	overflow: visible;
}
header .main_menu nav{
	width: 100%;
	margin-left: 15%;
}
header .main_menu ul{
	padding-left: 20px;
}

header .main_menu li{
	color: #ffffff;
	font-size: 18px;
	margin-left: 4%;
	line-height: 45px;
	text-decoration: none;
	font-family: 'DINPro-Medium';
}
header .main_menu a{
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
.main_menu li:hover{
	color: #373737;
}
header .submenu{
	width: 70%;
	max-width: 800px;
	display: none;
	background: #ffffff;
	position: absolute;
	padding: 15px 0 0;
	z-index: 100;
	box-shadow: 0 2px 2px 1px #cccccc;
}
header .submenu li{
	margin: 0 0 15px 44px;
	color: #000000;
}
header .submenu a{
	font-size: 16px;
/*	font-weight: bold;*/
	text-decoration: none;
	font-family: 'DINPro-Regular';
}
header .submenu a:hover{
	text-decoration: underline;
}
header .submenu div{
	position:absolute;
	background-size: 70px 7px;
	background: url(/local/images/yulisbook/magazinU.png) no-repeat;
	width: 70px;
	height: 7px;
	top: -6px;
	left: 50px;
	position:absolute;
}
.mainPageH1 {
	text-align: center;
    font-size: 35px;
    margin: 30px 0 0px 0;
    font-family: 'DINPro-Medium';	
}
/* горизонтальное меню*/
.menu_horizontal{
	width: 100%;
	border-bottom: #f2ddbe 2px solid;
	font-family: 'DINPro-Medium';
}
.menu_horizontal>a{
	display: none;
	margin: 10px 0 0 25px;
	color: #373737;
	font-size: 18px;
}
.menu_horizontal .tel{
	display: none;
	margin: 13px 0 0 10px;
	font-size: 14px;
	color: #82280f;
}

/*
.menu_horizontal {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 100;
    background-color: #fff;
}
*/

.menu_horizontal ul{
	margin: 0 auto;
	/* height: 40px; */
	line-height: 40px;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.menu_horizontal ul a {
    float: left;
    margin: 0 20px;
    color: #b5a58c;
    /* border-bottom: #f2ddbe 2px solid; */
}

.menu_horizontal ul a:hover{
	color: #373737;
	border-color: #373737;
}
.menu_horizontal .active a{
	color: #373737;
	cursor: default;
	border-color: #f2ddbe;
}

.menu_horizontal_left{
	float: left;
	margin-top: 40px;
}
.menu_horizontal_left ul{
	width: 100%;
	/*max-width: 902px;*/
	top: 2px;
	position: relative;
}

/**********/

header li a{
/*
	color: #373737;
	font-size: 14px;
	text-decoration: underline;
*/
}

header li:hover a,
.topLine li:hover a{
	color: #373737;
  text-decoration: none;
}
/***********/

.topLine .phone:hover,
footer .phone:hover{
	color: #373737;
}

/* перевод строки для адаптива*/
header .br{}
header br{
/*	display: none*/
}
/* стили шапки */
.mob_menu_cont{
  width: 12%;
  height: 60px;
  display: none;
  float: right;
  margin: 40px 0 0 ;
  padding: 10px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  behavior: url(/local/templates/yulisbook.shop/ie-css3.htc);
}
.mob_menu_cont .mob_menu{
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 99;
  background: #FFF;
  padding: 10px 20px;
}

.burger_close {
  width: 37px;
  height: 36px;
  display: none;
  margin: 2px;
  background-image: url(/local/templates/yulisbook.shop/images/mob_menu_close_grey.png);
}
.burger_close:hover {
  background-image: url(/local/templates/yulisbook.shop/images/mob_menu_close_blue.png);
}
.mob_menu_cont .help,
.mob_menu_cont .user,
.mob_menu_cont .avatar,
.mob_menu_cont .authentication {
  color: #000;
  clear: both;
  margin: 0;
  line-height: 30px;
}
.mob_menu_cont .help:hover,
.mob_menu_cont .user:hover,
.mob_menu_cont .authentication:hover {
  color: #1d92d1
}
.mob_menu_cont .avatar .photo{
  margin-left: 10px;
  border: none;
  height: 30px;
  width: 30px;
}

/**** контент ****/


/***** подвал *****/

footer {
	clear:both;
	width: 100%;
	font-size: 14px;
	padding: 10px 0;
	position: relative;
	background: #f3ebd4;
}

footer .wrapper {
	padding: 25px 15px 0 0;
}

footer .menu {
	float: left;
	width: 170px;
	margin-left: 3%;
}

footer .contacts{
	width: 150px;
	float: right;
	text-align: center;
}
/*
footer .contacts>div{
	float: right;
	width: 100%;
}
*/
footer .emailShop{
	top: 4px;
	margin: 0;
	width: 100%;
}

footer .fa{
	color: #7c1a00;
	float: left;
	font-size: 24px;
	margin: 10px;
}

footer .setificat{
	bottom: 0;
	left: 15px;
	position: absolute;
}
footer .design{
	clear: both;
	float: right;
	color: #000000;
	margin-top: 10px;
	width: 140px;
	background: url(/local/templates/yulisbook.shop/images/ITem-WEB2.png) #f3ebd4 no-repeat right;
}

footer a {
  line-height: 25px;
}

footer .phone:hover{
/*	color: #82280f;*/
}

footer li a{
	color: #373737;
	font-size: 14px;
	text-decoration: underline;
}

footer li:hover a{
	color: #82280f;
	text-decoration: underline;
}
footer .callMy{
	margin-left: 0;
	color: #7c1a00;
}
.basketAlert {
	opacity: 0;
    visibility: hidden;
	position: fixed;
    background-color: #7c1a00;
    padding: 20px;
    right: 30px;
    top: 24%;
    border-radius: 10px;
    z-index: 1000;
    color: #ffffff;
	transition: .3s;
}
.authentication{
	float: right;
	color: #373737;
	cursor: pointer;
	line-height: 16px;
	margin: 30px 10px;
	border-bottom-color: #373737;
	font-family: 'DINPro-Medium';
}

.callMy,
.authentication{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.callMy:hover{
	border-bottom-color: #f3ebd4;
}
.authentication:hover{
	color: #373737;
	border-bottom-color: #ffffff;
}

footer .phone{
	font-size: 18px;
	cursor: pointer;
}
/*
footer .phone,
footer .callMy{
	float: right;
}
*/
footer .social{
	margin: 20px;
	margin: 20px auto 0;
	display: inline-block;
}
/* кнопка */
.btnYulisBook {
	cursor: pointer;
    float: left;
    width: 175px;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    border: none;
    position: relative;
    padding: 5px 7px 5px 10px;
    font-family: 'DINPro-Medium';
    background-color: #dca200;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btnYulisBook:hover{
	background-color: #ff9800;
}
.order_product{
	clear: left;
	float: right;
	width: 200px;
	right: 195px;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-family: 'DINPro-Medium';
	height: 50px;
	line-height: 50px;
	background-color: #dca200;
	/*background: #e0920b;
	background: -moz-linear-gradient(left, #e0920b 0%, #cca01b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0920b), color-stop(100%,#cca01b));
	background: -webkit-linear-gradient(left, #e0920b 0%,#cca01b 100%);
	background: -o-linear-gradient(left, #e0920b 0%,#cca01b 100%);
	background: -ms-linear-gradient(left, #e0920b 0%,#cca01b 100%);
	background: linear-gradient(left, #e0920b 0%,#cca01b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0920b', endColorstr='#cca01b',GradientType=0 );*/
}
.order_product:hover{
	 background-color: #ff9800;
}
.radius_2 {
  -moz-border-radius: 2px; /*для Firefox */
  -webkit-border-radius: 2px; /* Safari и Chrome */
  border-radius: 2px; /* Opera 10.5+, а также версии других браузеров в будущем */
  behavior: url(/local/templates/yulisbook.shop/ie-css3.htc); /* Поддержка IE 6,7,8. */
}
.radius_5 {
  -webkit-border-radius: 5px; /* Safari и Chrome */
  -moz-border-radius: 5px; /*для Firefox */
  border-radius: 5px; /* Opera 10.5+, а также версии других браузеров в будущем */
  behavior: url(/local/templates/yulisbook.shop/ie-css3.htc); /* Поддержка IE 6,7,8. */
}
.radius_50 {
  -webkit-border-radius: 50px; /* Safari и Chrome */
  -moz-border-radius: 50px; /*для Firefox */
  border-radius: 50px; /* Opera 10.5+, а также версии других браузеров в будущем */
  behavior: url(/local/templates/yulisbook.shop/ie-css3.htc); /* Поддержка IE 6,7,8. */
}

.bgCover{ /* параметры фона для "обрезания" по размеру тега */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

.bgContain{ /* параметры фона для "вписания" в размер тега */
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.bgCover,
.bgContain{
	background-position: center;
	background-repeat: no-repeat;
	background-origin: padding-box;
}

/* Фильтр cепия изображения (имитация старой фотографии; целые и дробные числа: от 0 до 1; проценты: от 0% до 100) */
.imgSepia {
	filter: sepia(100%);
	-webkit-filter: sepia(100%);
	-moz-filter: sepia(100%);
	-o-filter: sepia(100%);
	-ms-filter: sepia(100%);
}
.imgSepia:hover {
	filter: sepia(0);
	-webkit-filter: sepia(0);
	-moz-filter: sepia(0);
	-o-filter: sepia(0);
	-ms-filter: sepia(0);
}

/* кроссбраузерная анимация для меню и поделиться */
.flashBlock {
	display: block !important;
}
@-webkit-keyframes flashAnimate {
	0% {opacity: 1;}
	100% {opacity: 0;} 
}
@-moz-keyframes flashAnimate {
	0% {opacity: 1;}
	100% {opacity: 0;} 
}
@-o-keyframes flashAnimate {
	0% {opacity: 1;}
	100% {opacity: 0;} 
}
@keyframes flashAnimate {
	0% {opacity: 1;}
	100% {opacity: 0;} 
}
.flashAnimate {
	-webkit-animation-name: flashAnimate;
	-moz-animation-name: flashAnimate;
	-o-animation-name: flashAnimate;
	animation-name: flashAnimate;
	/* Задержка перед началом */
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	/* Продолжительность анимации */
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}


/***** адаптация ****/
@media screen and (max-width: 1440px) {
	header .logo{
		left: 20px;
	}
}
@media screen and (max-width: 1240px) {
	header .main_menu a,
	header .main_menu li:first-child {
		font-size: 16px;
	}
	.small_basket > div {
		height: 140px;
		max-width: 140px;
		margin-top: -47px;
	}
	.small_basket .products {
		top: 47px;
	}
	footer .logo {
		margin-left: 10px;
	}
	footer .wrapper {
		padding-left: 15px;
	}
	footer .contacts {
		width: 100%;
		text-align: left;
	}
	footer .phone {
		float: left;
		line-height: 40px;
	}
	footer  .contacts .emailShop {
		float: right;
		line-height: 44px;
		width: auto;
	}
	footer .contacts .social {
		margin: 0 3% 0 0;
		float: right;
	}
}
@media screen and (max-width: 940px) {
	.topLine{
		height: 65px;
	}
	.topLine nav,
	.topLine .point{
		display: none
	}
	.topLine .contacts{
		width: 320px;
	}
	.topLine .timetable{
		clear: left;
	}
	.topLine .callMy {
		top: 0;
	}
	.topLine .emailShop {
		top: 28px;
	}
	.topLine .callMy,
	.topLine .emailShop {
		left: 185px;
		margin: 0;
		position: absolute;
	}
	.topLine .logo{
		display: block;
	}

	.izbrannoe_top{
		display: block
	}
	header{
		margin-top: 65px; /* для фиксированного top-line*/
	}
	header .wrapper{
		padding: 0
	}
	header .logo,
	header .izbrannoe{
		display: none
	}
	header .main_menu nav {
		margin-left: 0;
	}
/*
	footer .contacts {
		width: 180px;
	}
	footer .contacts a{
		float: right;
	}
	footer .social{
		padding: 0;
		width: 180px;
	}
*/
}
@media screen and (max-width: 820px) {
	.topLine button {
		display: block;
	}
	.topLine .wrapper{
		padding: 0;
		overflow: visible;
	}
	.topLine .contacts {
		display: none;
		width: 100%;
		margin-left: 0;
		padding-left: 15px;
		background: #f3ebd4;
		position: absolute;
		top: 50px;
	}
	header {
		height: auto;
	}
/*
	.izbrannoe_top {
		top: 60px;
		right: 0;
		display: none;
	}

	header .izbrannoe{
		display: block;
		margin: 25px 0 0;
	}
*/
	.auth{
		display: block
	}
	.main_menu,
	.menu_horizontal,
	.authentication {
		display: none
	}
	footer .contacts {
		width: 100%;
	}
	footer .contacts a,
	footer .contacts div{
		float: left;
	}
	footer .social{
		padding: 0 2%;
		width: 120px;
	}
	footer .phone {
		margin: 10px 2%;
	}
	footer .callMy,
	footer .support{
		margin: 13px 2%;
	}
}
@media screen and (max-width: 540px) {
/*
	footer .wrapper{
		margin-left: calc(100% - 400px);
	}
*/
	footer .menu {
		clear: left;
		width: 200px;
		margin: 0;
	}
	footer li a{
		font-size: 16px;
	}
	footer .design,
	footer .contacts .social,
	footer .contacts .emailShop{
		clear: left;
		margin: 0;
		float: left;
	}
	footer .setificat {
		position: relative;
		left: 0;
		clear: left;
	}
}
@media screen and (max-width: 540px) {
	.topLine button {
		margin: 0 5px;
	}
	.topLine .logo {
		margin: 10px 5px;
	}
}

@media screen and (max-width: 340px) {
	.topLine .callMy,
	.topLine .emailShop {
		left: 170px;
	}
}
/* End */


/* Start:/local/js/fotorama-4.6.4/fotorama.css?163454671815144*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/js/fotorama-4.6.4/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/js/fotorama-4.6.4/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */
/* /local/templates/yulisbook.shop/components/bitrix/search.title/books/style.css?16345471083235 */
/* /local/templates/yulisbook.shop/components/bitrix/sale.basket.basket.small/book/style.css?16375663093366 */
/* /local/templates/yulisbook.shop/styles.css?16481189142996 */
/* /local/templates/yulisbook.shop/template_styles.css?177737909420928 */
/* /local/js/fotorama-4.6.4/fotorama.css?163454671815144 */
