/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */
@font-face{
    font-family: 'Fowviel';
    src: url('../fonts/Fowviel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
	box-sizing: border-box;
}
body {
	font:normal normal 16px/1.8 'Montserrat', sans-serif;
	background:#FFF;
	color:#000;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
	flex: 1 auto;
}

a { color:#000; text-decoration:none; }
a:hover { text-decoration:none; }

p { margin-bottom:15px; }

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

input[type=text], input[type=password] {
}
textarea {
}
input[type=submit], input[type=button] {
}
ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}
.no-scroll {
    width: 100%;
    position: fixed;
    overflow: hidden;
    overflow-y: hidden;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
	clear: both;
}
.flex-container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.flex-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.flex-around {
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-align-center {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
html.no-scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */
.wrapper {
	width: 450px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
.block-main {
	padding-top: 50px;
}
.block-main .photo {
	margin-bottom: 50px;
	position: relative;
}
.block-main .photo .label {
	position: absolute;
	left: 0;
	top: 0;
	background: #f00;
	padding: 5px 15px;
	color: #fff;
	z-index: 10;
	border-radius: 20px;
}
.block-main .annotation {
	font-style: italic;
	position: relative;
	padding: 0 45px;
	margin-bottom: 30px;
}
.block-main .annotation:before {
	content: '«';
	position: absolute;
	font-size: 70px;
	line-height: 0;
	color: #c92c69;
	left: 0;
	top: 10px;
}
.block-main .annotation:after {
	content: '»';
	position: absolute;
	font-size: 70px;
	line-height: 0;
	color: #c92c69;
	right: 0;
	bottom: 30px;
}
.btn {
	display: inline-block;
	cursor: pointer;
	padding: 15px 40px;
	color: #fff;
	background: #c92c69;
	border: 2px solid #c92c69;
	border-radius: 30px;
	transition: .2s;
	text-decoration: none !important;
}
.btn:hover {
	color: #c92c69;
	background: #fff;
}
.btn-reverse {
	color: #c92c69;
	background: #fff;
	border: 2px solid #c92c69;
}
.btn-reverse:hover {
	color: #fff;
	background: #c92c69;
}
.block-main .button {
	text-align: center;
}
.link {
	color: #c92c69;
	text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}
.block-main .link {
	font-style: italic;
	font-weight: bold;
}
.lang {
	text-align: center;
	margin-bottom: 20px;
}
.lang span {
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	color: #c92c69;
	background: #fff;
	border: 2px solid #c92c69;
	border-radius: 30px;
	margin: 0 7px;
}
.lang a {
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	color: #fff;
	background: #c92c69;
	border: 2px solid #c92c69;
	border-radius: 30px;
	margin: 0 7px;
}
.book-name {
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
	color: #c92c69;
}
.book-name.big {
	font-size: 40px;
}
.block-buy {
	padding: 50px 0;
}
.list-buy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-buy .item {
	width: 100%;
	border: 1px solid #c92c69;
	border-radius: 5px;
	padding: 20px 15px;
	text-align: center;
}
.list-buy .item + .item {
	margin-top: 20px;
}
.list-buy .item .name {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
.list-buy .item .price {
	font-size: 22px;
	margin-bottom: 10px;
}
.list-buy .item .price b {
	color: #1ac31f;
}
.list-buy .item .price i {
	font-style: normal;
	font-size: 18px;
	text-decoration: line-through;
	color: #848484;
}
.list-buy .item .btn {
}
.block-about {
	background: #c92c69;
	color: #fff;
	padding: 50px 0;
}
h2 {
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-size: 30px;
}
.block-about .text {
	margin-bottom: 30px;
}
.quote {
	font-style: italic;
	position: relative;
	padding: 0 25px;
	text-align: right;
}
.quote span:before {
	content: '«';
	display: inline-block;
	position: relative;
	font-size: 40px;
	line-height: 0;
	color: #fff;
	top: 4px;
	margin-right: 10px;
}
.quote span:after {
	content: '»';
	display: inline-block;
	position: relative;
	font-size: 40px;
	line-height: 0;
	color: #fff;
	top: 4px;
	margin-left: 10px;
}
.block-about .name {
	font-family: 'Pacifico', cursive;
	font-size: 26px;
	text-align: right;
	margin-bottom: 40px;
}
.remodal-close {
	left: auto;
	right: 0;
}
.modal-head {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.modal input,
.modal textarea,
.modal .select select {
	width: 100%;
	height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	border: 1px solid #c92c69;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
}
.modal .input {
	margin-bottom: 10px;
}
.modal .input > .error {
	border: 1px solid #d63d3d;
	background: #f1e8e8;
}
.modal .input .error-msg {
	display: block;
	font-size: 12px;
	color: #d63d3d;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.modal-head b {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}
.modal-body .btn {
	font-size: 20px;
	border-radius: 35px;
}
.system-text h1 {
	font-size: 30px;
	text-align: center;
}
.system-text h2 {
	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
}
.system-text {
	padding: 20px;
}
.footer {
	flex: 0 auto;
	background: #c92c69;
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.li-img img {
	vertical-align: middle;
}
.li-img {
	margin-bottom: 20px;
}
.main-thank {
	background: #ffb1cf;
    color: #fff;
}
.block-thank {
    text-align: center;
	padding: 50px 0;
}
.block-thank .wrapper a {
	color: #c92c69;
	text-decoration: underline;
}
.fly-insta {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 64px;
	height: 64px;
}
.fly-insta img {
	max-width: 100%;
	height: auto;
}
.block-reviews {
	padding-bottom: 50px;
}
.slider-reviews .item .text {
	font-style: italic;
}
.slider-reviews .item .text:before {
    content: '«';
    display: inline-block;
    font-size: 70px;
    line-height: 0;
    color: #c92c69;
	position: relative;
	top: 12px;
}
.slider-reviews .item .text:after {
    content: '»';
    display: inline-block;
    font-size: 70px;
    line-height: 0;
    color: #c92c69;
	position: relative;
	top: 12px;
}
.slider-reviews .item .author {
	font-family: 'Pacifico', cursive;
	font-size: 26px;
	text-align: right;
	color: #c92c69;
	padding-right: 5px;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button {
	width: 14px;
	height: 14px;
	border: 2px solid #c92c69;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	cursor: pointer;
}
.slick-dots li.slick-active button {
	background: #c92c69;
}
.photo-slider img {
	cursor: grab;
}
.title {
	color: #c92c69;
}
.audio {
	text-align: center;
}
.tabs-format {
	text-align: center;
	margin-bottom: 20px;
}
.tabs-format a {
	display: inline-block;
	cursor: pointer;
	padding: 15px 40px;
	border-radius: 30px;
	transition: .2s;
	border: 2px solid #c92c69;
	color: #c92c69;
	background: #fff;
}
.tabs-format a.selected {
	color: #fff;
	background: #c92c69;
}
/* .tabs-format a:hover {
	color: #c92c69;
	background: #fff;
} */

.select select {
	width: 100%;
	height: 60px;
	border: 1px solid #c92c69;
    border-radius: 10px;
	padding-left: 20px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.input label {
	display: block;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.presintation-price {
	margin: 20px 0;
	font-size: 20px;
}
.g-recaptcha {
	display: inline-block;
	margin: 0 auto;
}
.book-red .book-name {
	color: #f00;
}
.book-red .link {
	color: #f00;
}
.book-red .btn {
	background: #f00;
	border-color: #f00;
}
.book-red .btn.purple {
	background: #cc00ff;
	border-color: #cc00ff;
}

.book-red .btn.purple:hover {
	color: #cc00ff;
}
.book-red .btn.white {
	background: #fff;
	border-color: #cc00ff;
	color: #cc00ff;
}

.book-red .btn.white:hover {
	color: #cc00ff;
}
.book-red .btn:hover {
	background: #fff;
}
.book-red .list-buy .item {
	border-color: #f00;
}
.book-red .annotation:after,
.book-red .annotation:before {
	color: #f00;
}



.book-orange .book-name {
	color: #d85226;
}
.book-orange .link {
	color: #d85226;
}
.book-orange .btn {
	background: #d85226;
	border-color: #d85226;
}
.book-orange .btn {
	background: #d85226;
	border-color: #d85226;
}

.book-orange .btn:hover {
	color: #d85226;
}
.book-orange .btn.white {
	background: #fff;
	border-color: #d85226;
	color: #d85226;
}

.book-orange .btn:hover {
	color: #d85226;
}
.book-orange .btn:hover {
	background: #fff;
}
.book-orange .list-buy .item {
	border-color: #d85226;
}
.book-orange .annotation:after,
.book-orange .annotation:before {
	color: #d85226;
}

.book-orange .slick-dots li button,
.book-orange .slick-dots li.slick-active button {
	border-color: #d85226;
}
.book-orange .slick-dots li.slick-active button {
	background: #d85226;
}



.book-shadow .book-name {
	color: #7d8aae;
}
.book-shadow .link {
	color: #7d8aae;
}
.book-shadow .btn {
	background: #7d8aae;
	border-color: #7d8aae;
}
.book-shadow .btn {
	background: #7d8aae;
	border-color: #7d8aae;
}

.book-shadow .btn:hover {
	color: #7d8aae;
}
.book-shadow .btn.white {
	background: #fff;
	border-color: #7d8aae;
	color: #7d8aae;
}

.book-shadow .btn:hover {
	color: #7d8aae;
}
.book-shadow .btn:hover {
	background: #fff;
}
.book-shadow .list-buy .item {
	border-color: #7d8aae;
}
.book-shadow .annotation:after,
.book-shadow .annotation:before {
	color: #7d8aae;
}

.book-shadow .slick-dots li button,
.book-shadow .slick-dots li.slick-active button {
	border-color: #7d8aae;
}
.book-shadow .slick-dots li.slick-active button {
	background: #7d8aae;
}

.liqpay_form {
	display: none;
	visibility: hidden;
}

.font-fowviel {
	font-family: 'Fowviel';
}