

/* 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 */
/* /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 */
