/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/***************reset***************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
mark {
  background: #ffff00;
  color: #000000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  cursor: pointer;
}
button {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
select {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
input {
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: inherit;
}
textarea {
  overflow: auto;
  resize: none;
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
}
hr {
  border: none;
}
img {
  border: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
@font-face {
  font-family: 'CeraPro';
  font-style: normal;
  font-weight: 700;
  src: local('ALS Rubl');
  src: url('fonts/CeraPro-Bold.eot');
  src: url('fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/CeraPro-Bold.woff') format('woff'), url('fonts/CeraPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPro';
  font-style: normal;
  font-weight: 500;
  src: local('ALS Rubl');
  src: url('fonts/CeraPro-Medium.eot');
  src: url('fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/CeraPro-Medium.woff') format('woff'), url('fonts/CeraPro-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPro';
  font-style: normal;
  font-weight: 400;
  src: local('ALS Rubl');
  src: url('fonts/CeraPro-Regular.eot');
  src: url('fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/CeraPro-Regular.woff') format('woff'), url('fonts/CeraPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'ALS Rubl';
  font-style: normal;
  font-weight: normal;
  src: local('ALS Rubl');
  src: url('fonts/rouble.eot');
  src: url('fonts/rouble.eot?#iefix') format('embedded-opentype'), url('fonts/rouble.woff') format('woff'), url('fonts/rouble.ttf') format('truetype');
}
/*==========GENERAL STYLES==========*/
body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'CeraPro', sans-serif;
  color: #323232;
  background-color: #fff;
}
/*=TEXT=*/
.section-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 32px;
  line-height: normal;
  text-align: center;
  color: #323232;
}
.section-title-left {
  text-align: left;
}
h3 {
  font-weight: bold;
  font-size: 24px;
  color: #323232;
}
h5 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #323232;
}
.price::after {
  content: 'o';
  font-family: 'ALS Rubl', sans-serif;
}
/*=LINKS&FORMS=*/
a,
button {
  color: currentColor;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.btn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  max-width: 166px;
  font-weight: 500;
  height: 36px;
  font-size: 16px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active,
.btn:hover {
  outline: none;
}
.btn-yellow {
  color: #ffffff !important;
  background-color: #5bb8b5 !important;
}
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:hover {
  background-color: #67c2bf;
}
.btn-green {
  font-weight: 400;
  color: #ffffff;
  background-color: #5bb8b5;
}
.btn-green:focus,
.btn-green:active,
.btn-green:hover {
  background-color: #67c2bf;
}
.btn-white {
  color: #323232;
  background-color: #ffffff;
}
.btn-white:focus,
.btn-white:active,
.btn-white:hover {
  background-color: #f8f8f8;
}
a.btn {
  line-height: 36px;
}
/***share***/
.share-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.share-link {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
}
.share-link + .share-link {
  margin-left: 6px;
}
.share-link-light-vk {
  border: 1px solid #4d76a1;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-soc-vk-small.png");
}
.share-link-light-vk:hover,
.share-link-light-vk:active,
.share-link-light-vk:focus {
  background-color: #4d76a1;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-soc-vk-small-white.png");
}
.share-link-light-fb {
  border: 1px solid #3b5998;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-soc-fb-small.png");
}
.share-link-light-fb:hover,
.share-link-light-fb:active,
.share-link-light-fb:focus {
  background-color: #3b5998;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-soc-fb-small-white.png");
}
.share-link-light-tw {
  border: 1px solid #55acee;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-soc-twitter-small.png");
}
.share-link-light-tw:hover,
.share-link-light-tw:active,
.share-link-light-tw:focus {
  background-color: #55acee;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-soc-twitter-small-white.png");
}
.share-link-light-ok {
  border: 1px solid #f8941e;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-soc-ok-small.png");
}
.share-link-light-ok:hover,
.share-link-light-ok:active,
.share-link-light-ok:focus {
  background-color: #f8941e;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-soc-ok-small-white.png");
}
/***breadcrumbs***/
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs-link {
  position: relative;
  margin-right: 8px;
  padding-right: 15px;
  line-height: 1;
  white-space: nowrap;
  color: #323232;
}
.breadcrumbs-link::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 4px;
  height: 9px;
  line-height: 1;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-breadcrumbs-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumbs-link:focus,
.breadcrumbs-link:hover,
.breadcrumbs-link:active {
  text-decoration: underline;
  color: #5bb8b5;
}
.breadcrumbs-link:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs-link:last-child::after {
  display: none;
}
/***pagination***/
.pagination {
  margin-top: 30px;
  text-align: center;
  word-spacing: normal;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.pagination .page {
  margin-left: -5px;
  border: 1px solid #5bb8b5;
  border-right: 0;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: #5bb8b5;
}
.pagination .page-next {
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right: 1px solid #5bb8b5;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-breadcrumbs-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination .page-next:hover,
.pagination .page-next:active,
.pagination .page-next:focus {
  background-image: url("/bitrix/templates/dirigable-book/img/ico-breadcrumbs-arrow-white.png");
}
.pagination .page-prev {
  margin-left: 0;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-breadcrumbs-arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination .page-prev:hover,
.pagination .page-prev:active,
.pagination .page-prev:focus {
  background-image: url("/bitrix/templates/dirigable-book/img/ico-breadcrumbs-arrow-left-white.png");
}
.pagination .page.active {
  color: #ffffff;
  background-color: #5bb8b5;
}
.pagination .page:hover,
.pagination .page:active,
.pagination .page:focus {
  color: #ffffff;
  background-color: #5bb8b5;
}
/***balance***/
.balance {
  position: relative;
  display: block;
  padding-left: 60px;
}
.balance span:first-child {
  font-size: 18px;
  color: #323232;
}
.balance span:last-child {
  display: block;
  font-size: 14px;
  color: #838383;
}
.balance::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/dirigable-book/img/svg/percentage.svg");
  background-position: center center;
  background-size: 16px 16px;
}
.balance:hover::before,
.balance:active::before,
.balance:focus::before {
  border-color: #cccccc;
}
/***cart***/
.cart {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-top: 11px;
}
.cart span:first-child {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #323232;
}
.cart-counter {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #323232;
  background-color: #f3c242;
}
.cart::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  background-repeat: no-repeat;
	background-image: url(/bitrix/templates/dirigable-book/img/svg/cart.svg);
    background-position: center center;
    background-size: 16px 16px;
}
.cart:hover::before,
.cart:active::before,
.cart:focus::before {
  border-color: #cccccc;
}
/***soc-link***/
.soc-link {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.soc-link-vk {
  background-color: #4a76a8;
  background-image: url("/bitrix/templates/dirigable-book/img/svg/social-vk.svg");
  background-position: center center;
  background-size: 16px 9px;
}
.soc-link-vk:hover,
.soc-link-vk:active,
.soc-link-vk:focus {
  background-color: #517cae;
}
.soc-link-instagram {
  margin-left: 4px;
  background-color: #ec4a59;
  background-image: url("/bitrix/templates/dirigable-book/img/svg/social-ig.svg");
  background-position: center center;
  background-size: 27px 27px;
}
.soc-link-instagram:hover,
.soc-link-instagram:active,
.soc-link-instagram:focus {
  background-color: #f15564;
}
/*forms*/
.label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.form-group-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #323232;
}
.form-group {
  margin-bottom: 25px;
}
.form-group-sm {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #5bb8b5;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: 'CeraPro', sans-serif;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control::-moz-placeholder {
  font-size: 16px;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control:-moz-placeholder {
  font-size: 16px;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control:focus {
  color: #000000;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.3;
}
.form-control:focus:-moz-placeholder {
  opacity: 0.3;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.3;
}
.form-control-md {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  height: 46px;
  font-size: 18px;
  color: #000;
}
.form-control-md::-webkit-input-placeholder {
  font-size: 18px;
  color: #838383;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control-md::-moz-placeholder {
  font-size: 18px;
  color: #838383;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control-md:-moz-placeholder {
  font-size: 18px;
  color: #838383;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control-md:-ms-input-placeholder {
  font-size: 18px;
  color: #838383;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control-md:focus {
  color: #000000;
}
.form-control-md:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.form-control-md:focus::-moz-placeholder {
  opacity: 0.3;
}
.form-control-md:focus:-moz-placeholder {
  opacity: 0.3;
}
.form-control-md:focus:-ms-input-placeholder {
  opacity: 0.3;
}
.form-control-sm {
  height: 40px;
  font-size: 14px;
}
.form-control-sm::-webkit-input-placeholder {
  font-size: 14px;
}
.form-control-sm::-moz-placeholder {
  font-size: 14px;
}
.form-control-sm:-moz-placeholder {
  font-size: 14px;
}
.form-control-sm:-ms-input-placeholder {
  font-size: 14px;
}
.form-control-red {
  border: 1px solid #f3c242;
}
textarea.form-control {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 200px;
}
.inline-form {
  position: relative;
}
.inline-form-input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 22px;
  border: 1px solid #e0e0e0;
  padding-left: 30px;
  padding-right: 90px;
  width: 100%;
  height: 44px;
  font-size: 18px;
  color: #323232;
  background-color: #ffffff;
}
.inline-form-input::-webkit-input-placeholder {
  font-size: 18px;
  color: #838383;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.inline-form-input::-moz-placeholder {
  font-size: 18px;
  color: #838383;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.inline-form-input:-moz-placeholder {
  font-size: 18px;
  color: #838383;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.inline-form-input:-ms-input-placeholder {
  font-size: 18px;
  color: #838383;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.inline-form-input:focus {
  border-color: #cccccc;
}
.inline-form-input:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.inline-form-input:focus::-moz-placeholder {
  opacity: 0.3;
}
.inline-form-input:focus:-moz-placeholder {
  opacity: 0.3;
}
.inline-form-input:focus:-ms-input-placeholder {
  opacity: 0.3;
}
.inline-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  -moz-border-bottom-right-radius: 22px;
  border-bottom-right-radius: 22px;
  -moz-border-top-right-radius: 22px;
  border-top-right-radius: 22px;
  width: 60px;
  height: 44px;
  background-color: #f3c242;
  background-position: center center;
  background-repeat: no-repeat;
}
.inline-form-btn:hover,
.inline-form-btn:active,
.inline-form-btn:focus {
  background-color: #f7cc5b;
}
.inline-form-btn-send {
  background-image: url("/bitrix/templates/dirigable-book/img/ico-send-btn.png");
}
.inline-form-btn-search {
	background-image: url("/bitrix/templates/dirigable-book/img/svg/mglass.svg");
	background-size: 14px;
	border: none;
}
/*select2*/
.select2-container {
  max-width: 100%;
}
.select2-container--default .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'CeraPro', sans-serif;
  color: #000000;
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
  outline: none;
  border-color: #e0e0e0;
  background: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 5px;
  padding: 0 45px 0 15px;
  height: 46px;
  line-height: 44px;
  font-family: 'CeraPro', sans-serif;
  color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #838383;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1px;
  top: 1px;
  width: 45px;
  height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  right: 20px;
  left: auto;
  top: 50%;
  border: none;
  width: 11px;
  height: 6px;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-arrow-down.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.select2-dropdown {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--open .select2-container--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-container--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-search.select2-search--dropdown {
  display: none;
}
.select2-results__options {
  font-size: 18px;
  font-family: 'CeraPro', sans-serif;
  color: #000000;
}
.select2-container--default .select2-results__option {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
}
.select2-container--default .select2-results__option:last-child {
  border-bottom: 0;
}
.select2-container--default .select2-results__option:hover {
  color: #000000;
  background: #f0f9fb;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000000;
  background-color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  color: #000000;
  background: #e0e0e0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #000000;
  background: #e0e0e0;
}
.form-control-md + .select2-container .select2-selection--single {
  height: 46px;
}
.form-control-md + .select2-container .select2-selection--single .select2-selection__rendered {
  height: 46px;
  font-size: 18px;
  line-height: 44px;
}
/*=HEADER=*/
header {
  position: relative;
  background-color: #ffffff;
}
header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 6px;
  background-color: #ffffff;
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 24px;
}
.header-logo-img {
  display: block;
}
.header-form {
  -ms-flex-preferred-size: 490px;
  flex-basis: 490px;
  max-width: 490px;
}
.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  max-width: 390px;
}
.header-menu-btn {
  display: none;
}
/*=MENU=*/
.header-menu-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.1);
  box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.1);
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 20px;
}
.header-menu-link {
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.header-menu-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #5bb8b5;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-menu-link:hover,
.header-menu-link:active,
.header-menu-link:focus,
.header-menu-link.active {
  color: #5bb8b5;
}
.header-menu-link:hover::after,
.header-menu-link:active::after,
.header-menu-link:focus::after,
.header-menu-link.active::after {
  right: 0;
}
.header-menu-link-tel {
  padding-right: 5px;
}
/*=CONTENT=*/
.section {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-container {
  position: relative;
}
.section + .section {
  border-top: 1px solid #e0e0e0;
}
.section-slider {
  padding-bottom: 45px;
}
.section-btn {
  position: absolute;
  top: 0;
  right: 15px;
  width: 140px;
}
.section-inner {
  padding: 30px 0;
}
/*=Slick-Slider=*/
.slick-slider {
  position: relative;
}
.slick-slide {
  outline: none;
}
.slick-slide:focus,
.slick-slide:active {
  outline: none;
}
.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #5bb8b5;
  padding: 0;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.slick-dots li.slick-active button {
  background-color: #5bb8b5;
}
.slick-dots li:hover button {
  background-color: #5bb8b5;
}
.books-slider {
  margin: 0 -15px;
  padding-bottom: 35px;
}
.books-slide {
  padding: 0 15px 15px;
}
.home-books-slider {
  padding-bottom: 0;
}
.home-books-slider .slick-dots {
  display: none;
}
/***Book-card***/
.book-card {
  position: relative;
  border-radius: 5px;
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
  box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
  height: 100%;
}
.book-card-img-wrapper {
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.book-card-img-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(270deg, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 50, 50, 0.1)), color-stop(100%, rgba(50, 50, 50, 0.9)));
  background: -webkit-linear-gradient(270deg, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  background-image: -o-linear-gradient(270deg, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.1)), to(rgba(50, 50, 50, 0.9)));
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#323232', GradientType=0);
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.book-card-img-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 350px;
}
.book-card-status {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}
.book-card-status-green {
  background-color: #1fc762;
}
.book-card-status-yellow {
  background-color: #e4ab3d;
}
.book-card-btns-bar {
  position: absolute;
  z-index: 2;
  right: 15px;
  left: 15px;
  bottom: -100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.book-card-btn {
  max-width: 100%;
}
.book-card-btn + .book-card-btn {
  margin-top: 10px;
}
.book-card-info {
  display: block;
}
.book-card-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
.book-card-publisher {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: normal;
  color: #838383;
}
.book-card-price {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
.book-card-price::after {
  padding-left: 3px;
  font-size: 15px;
}
.book-card:hover .book-card-img-wrapper::after {
  opacity: 1;
}
.book-card:hover .book-card-btns-bar {
  bottom: 15px;
}
/*=FOOTER=*/
footer {
  border-top: 1px solid #efefef;
  padding: 60px 0 56px;
  background-color: #F9F9F9;
}
.footer-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  max-width: 370px;
}
.footer-logo {
  margin-right: 20px;
}
.footer-logo-img {
  display: block;
}
.footer-tel {
  display: inline-block;
}
.footer-tel-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.footer-tel-link:hover,
.footer-tel-link:active,
.footer-tel-link:focus {
  text-decoration: underline;
}
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  max-width: 390px;
}
.footer-middle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 770px;
  flex-basis: 770px;
  max-width: 770px;
height: 64px;
}
.footer-menu-item {
  width: 30%;
}
/*.footer-menu-item:first-child,
.footer-menu-item:nth-child(4) {
  width: 40%;
}*/
.footer-menu-item:first-child,
.footer-menu-item:nth-child(4) {
  width: 30%;
}
.footer-menu-item:nth-child(2),
.footer-menu-item:nth-child(5) {
  width: 40%;
}
.footer-menu-item:first-child,
.footer-menu-item:nth-child(2),
.footer-menu-item:nth-child(3) {
  margin-bottom: 8px;
}
.footer-menu-link {
  font-size: 18px;
  color: #323232;
}
.footer-menu-link:hover,
.footer-menu-link:active,
.footer-menu-link:focus {
  color: #838383;
}
.footer-form-wrapper {
  max-width: 390px;
}
.footer-form-text {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.footer-bottom {
  margin-top: 60px;
}
.footer-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-payment {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.footer-payment-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 16px;
  color: #838383;
}
.footer-payment-img {
  display: inline-block;
  vertical-align: middle;
}
.footer-privacy {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.footer-privacy-policy {
  font-size: 18px;
  color: #323232;
}
.footer-privacy-policy:hover,
.footer-privacy-policy:active,
.footer-privacy-policy:focus {
  text-decoration: underline;
}
.footer-copyright {
  margin-bottom: 10px;
  font-size: 18px;
  color: #838383;
}
/*=HOME=*/
/***Welcome***/
.welcome-slider .slick-dots {
  bottom: 30px;
}
.welcome-slider .slick-dots li button {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.welcome-slider .slick-dots li.slick-active button {
  border: 2px solid #f3c242;
  background-color: #f3c242;
}
.welcome-slider .slick-dots li:hover button {
  border: 2px solid #f3c242;
  background-color: #f3c242;
}
/*.welcome-slide {
  padding: 98px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/bitrix/templates/dirigable-book/img/banner-1920.jpg');
}*/
.welcome-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 3px 5px rgba(41, 41, 41, 0.5);
}
.welcome-subtitle {
  margin: 0 auto 40px;
  max-width: 585px;
  font-size: 26px;
  line-height: 1.452;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 3px 5px rgba(41, 41, 41, 0.5);
}
.welcome-logo {
  display: block;
  margin: 0 auto;
}
/***Advantages***/
.advantages-section-title {
  font-size: 36px;
}
.advantage {
  position: relative;
  display: block;
  padding-top: 80px;
  text-align: center;
}
.advantage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.advantage-1::before {
  margin-left: -21px;
  width: 42px;
  height: 54px;
  background-image: url("/bitrix/templates/dirigable-book/img/svg/location.svg");
}
.advantage-2::before {
  margin-left: -29px;
  width: 58px;
  height: 54px;
  background-image: url("/bitrix/templates/dirigable-book/img/svg/card.svg");
}
.advantage-3::before {
  margin-left: -29px;
  top: 10px;
  width: 58px;
  height: 38px;
  background-image: url("/bitrix/templates/dirigable-book/img/svg/gift.svg");
}
.advantage-4::before {
  margin-left: -27px;
  width: 54px;
  height: 53px;
  background-image: url("/bitrix/templates/dirigable-book/img/svg/paperplane.svg");
}
.advantage-5::before {
  margin-left: -27px;
  width: 54px;
  height: 53px;
  background-image: url("/bitrix/templates/dirigable-book/img/svg/delivery-rules.svg");
}
.advantage-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  color: #323232;
}
.advantage-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #5bb8b5;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.advantage:hover::before,
.advantage:active::before,
.advantage:focus::before,
.advantage.active::before {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.advantage:hover .advantage-title,
.advantage:active .advantage-title,
.advantage:focus .advantage-title,
.advantage.active .advantage-title {
  color: #5bb8b5;
}
.advantage:hover .advantage-title::after,
.advantage:active .advantage-title::after,
.advantage:focus .advantage-title::after,
.advantage.active .advantage-title::after {
  right: 0;
}
/***New-books***/
.new-books {
  background-image: url("/bitrix/templates/dirigable-book/img/bg-new.png");
}
/***Best-sellers***/
.best-sellers {
  background-image: url("/bitrix/templates/dirigable-book/img/bg-best-sellers.png");
}
/***Compilations***/
.compilations {
  background-image: url("/bitrix/templates/dirigable-book/img/bg-compilations.png");
}
.compilations-card {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 15px;
  height: 360px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.compilations-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(270deg, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 50, 50, 0.1)), color-stop(100%, rgba(50, 50, 50, 0.9)));
  background: -webkit-linear-gradient(270deg, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  background-image: -o-linear-gradient(270deg, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 0.9) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.1)), to(rgba(50, 50, 50, 1)));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 1) 100%);
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.1) 0%, rgba(50, 50, 50, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#323232', GradientType=0);
}
.compilations-card-title {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #ffffff;
}
.compilations-card-count {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.compilations-card-btn {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
/***News***/
.news-img {
  display: block;
  max-width: 100%;
}
.news-arrow-left,
.news-arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: -45px;
  cursor: pointer;
}
.news-arrow-left i,
.news-arrow-right i {
  font-size: 45px;
  color: rgba(0, 0, 0, 0.7);
}
.news-arrow-right {
  left: auto;
  right: -45px;
}
.news-content {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  margin: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
  box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
}
.news-content img {
  max-width: 240px;
  min-width: 240px;
  height: auto;
  max-height: 336px;
}
.news-content .news-content-main {
  padding: 20px;
}
.news-content-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
}
.news-content-title a {
  color: #323232;
}
.news-content-title a:hover,
.news-content-title a:active,
.news-content-title a:focus {
  text-decoration: underline;
}
.news-content-date {
  margin-bottom: 20px;
  line-height: 1;
  color: #838383;
  font-size: 14px;
}
.news-content-text {
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 25px;
  max-height: 84px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
/***Companies***/
.companies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.companies-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 16.66%;
}
.companies-item img {
  display: block;
  max-width: 100%;
}
/*=BOOK-PAGE=*/
.book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.book-title {
  margin-bottom: 30px;
}
.book-title-tablet {
  display: none;
}
.book-title-mobile {
  display: none;
}
.book-img {
  display: block;
  border-radius: 5px;
}
.book-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
  max-width: 555px;
}
.book-price {
  font-size: 32px;
  line-height: 1;
}
.book-price::after {
  content: 'o';
  font-family: 'ALS Rubl', sans-serif;
  padding-left: 5px;
}
.book-price-title {
  margin-bottom: 5px;
  line-height: 1;
  color: #9d9d9d;
}
.book-price-wrapper {
  margin-bottom: 15px;
}
.book-price-wrapper-mobile {
  display: none;
}
.book-table {
  margin-bottom: 20px;
  width: 100%;
}
.book-table tr:nth-child(odd) td {
  background-color: #F9F9F9;
}
.book-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 8px 15px;
  line-height: 1.1;
}
.book-table td:first-child {
  color: #9d9d9d;
}
.book-description-content {
  overflow: hidden;
  position: relative;
  max-height: 75px;
  line-height: 1.6;
  -webkit-transition: max-height linear 0.8s;
  -o-transition: max-height linear 0.8s;
  transition: max-height linear 0.8s;
}
.book-description-content.open {
  padding-bottom: 20px;
  /*max-height: 600px;*/
max-height: 100%;
}
.book-description-link {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 230px;
  line-height: 1;
  text-align: right;
  color: #5bb8b5;
  background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
.book-description-link:hover,
.book-description-link:active,
.book-description-link:focus {
  text-decoration: underline;
}
.book-description-link-off {
  display: none;
}
.book-description-link.open .book-description-link-on {
  display: none;
}
.book-description-link.open .book-description-link-off {
  display: block;
}
.book-status {
  position: relative;
  padding-top: 110px;
  max-width: 290px;
}
.book-shops {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 30px 20px 60px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
  box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
}
.book-shops-table {
  margin-bottom: 10px;
  width: 100%;
}
.book-shops-table tr + tr {
  border-top: 1px solid #F9F9F9;
}
.book-shops-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
}
.book-shops-table td:first-child {
  padding-right: 10px;
}
.book-shops-table-status-td {
  padding-left: 10px;
}
.book-shops-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  max-width: none;
  height: 60px;
}
.book-disclaimer {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: normal;
  color: #9d9d9d;
}
a.book-shops-btn {
  line-height: 60px;
}
.status-yes {
  color: #1fc762;
}
.status-no {
  color: #ec4a59;
}
.sales-leaders {
  border-top: 1px solid #efefef;
  background-image: url("/bitrix/templates/dirigable-book/img/bg-best-sellers.png");
}
/*=SEARCH=*/
.catalog-menu-wrapper {
  border-radius: 5px;
  border: 2px solid #5bb8b5;
  padding: 30px 35px 10px;
}
.catalog-menu-title {
  margin-bottom: 30px;
  line-height: 1;
}
.catalog-menu-title-open {
  display: none;
}
.catalog-menu-btn {
  display: none;
}
.catalog-menu-link {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: normal;
}
.catalog-menu-link:hover,
.catalog-menu-link:active,
.catalog-menu-link:focus {
  color: #5bb8b5;
}
.catalog-menu-link-with-submenu {
  padding-right: 40px;
  background-image: url("/bitrix/templates/dirigable-book/img/ico-arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.catalog-menu-link-with-submenu.open {
  background-image: url("/bitrix/templates/dirigable-book/img/ico-arrow-top.png");
}
.catalog-submenu {
  display: none;
  margin-left: -35px;
  margin-right: -35px;
  padding: 15px 35px;
  background-color: #f9f9f9;
}
.catalog-submenu-link {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #323232;
}
.catalog-submenu-link:hover,
.catalog-submenu-link:active,
.catalog-submenu-link:focus {
  color: #5bb8b5;
}
.book-card-wrapper {
  margin-bottom: 30px;
}
/*=ORDER=*/
.order-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.order-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 30px;
  width: 60.5%;
  max-width: 700px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
  box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
}
.order-item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.order-item-book {
  margin-right: 15px;
  max-width: 400px;
}
.order-item-book-img {
  float: left;
  display: block;
  border-radius: 5px;
  width: 68px;
}
.order-item-book-info {
  margin-left: 96px;
}
.order-item-book-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}
.order-item-book-title a {
  color: #323232;
}
.order-item-book-title a:hover,
.order-item-book-title a:active,
.order-item-book-title a:focus {
  color: #5bb8b5;
}
.order-item-book-publisher {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #9d9d9d;
}
.order-item-book-price {
  font-weight: bold;
  font-size: 18px;
}
.order-item-btns-bar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 35px;
  width: 160px;
}
.order-item-count {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding-left: 34px;
  padding-right: 34px;
  width: 110px;
  height: 36px;
}
.order-item-count-btn {
  position: absolute;
  top: 0;
  width: 34px;
  height: 34px;
  font-size: 18px;
  text-align: center;
  color: #e0e0e0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-item-count-btn:hover,
.order-item-count-btn:active,
.order-item-count-btn:focus {
  color: #323232;
  background-color: #e0e0e0;
}
.order-item-count-btn-minus {
  left: 0;
}
.order-item-count-btn-plus {
  right: 0;
}
.order-item-count-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 0 4px;
  width: 40px;
  height: 34px;
  font-size: 16px;
  text-align: center;
  color: #323232;
}
.order-item-delete-btn {
  border: 1px solid transparent;
  margin-right: -4px;
  border-radius: 5px;
  padding: 4px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-item-delete-btn img {
  display: block;
}
.order-item-delete-btn:hover,
.order-item-delete-btn:active,
.order-item-delete-btn:focus {
  border: 1px solid #e0e0e0;
}
.order-list-total {
  padding: 25px 20px;
}
.order-list-total-title {
  font-size: 24px;
  line-height: 1;
  text-align: right;
}
.order-form {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  border-radius: 5px;
  width: 34%;
  max-width: 400px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
  box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
}
.order-form-in {
  padding: 30px;
}
.order-form-title {
  margin-bottom: 20px;
  line-height: 1.16;
}
.order-form-btn {
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #323232;
  background-color: #f3c242;
}
.order-form-btn:focus,
.order-form-btn:active,
.order-form-btn:hover {
  background-color: #e4ab3d;
}
/*==========RESPONSIVE==========*/
@media (max-width: 1300px) {
  .news-arrow-left,
  .news-arrow-right {
    display: none;
  }
  .news.section .slick-dots {
    bottom: -30px;
    cursor: pointer;
  }
}
@media (max-width: 1199px) {
  /*=TEXT=*/
  .section-title {
    font-size: 30px;
  }
  /*=HEADER=*/
  .header-form {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
    max-width: 340px;
  }
  .header-links {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    max-width: 360px;
  }
  /*=MENU=*/
  .header-menu-link {
    font-size: 16px;
  }
  /*=CONTENT=*/
  /***Book-card***/
  .book-card-status {
    font-size: 12px;
  }
  .book-card-btn {
    font-size: 14px;
  }
  .book-card-title {
    font-size: 14px;
  }
  .book-card-publisher {
    font-size: 14px;
  }
  .book-card-price {
    font-size: 14px;
  }
  .book-card-price::after {
    font-size: 13px;
  }
  /*=FOOTER=*/
  .footer-middle-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-menu {
    max-width: none;
  }
  .footer-form-wrapper {
    margin: 55px auto 0;
  }
  .footer-form-text {
    text-align: center;
  }
  /*=HOME=*/
  /***Advantages***/
  .advantages-section-title {
    font-size: 32px;
  }
  /***News***/
  .news-content-title {
    font-size: 20px;
  }
  /*=BOOK-PAGE=*/
  .book-img {
    max-width: 220px;
  }
  .book-info {
    padding: 0 30px;
  }
  .book-status {
    padding-top: 0;
  }
  .book-share .share-title {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /*=SEARCH=*/
  .catalog-menu-wrapper {
    padding: 15px 15px 10px;
  }
  .catalog-menu-title {
    margin-bottom: 20px;
  }
  .catalog-menu-link {
    font-size: 16px;
  }
  .catalog-menu-link-with-submenu {
    padding-right: 20px;
  }
  .catalog-submenu {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
  body.noscroll {
    overflow-y: hidden;
  }
  /*=TEXT=*/
  .section-title {
    margin-bottom: 50px;
    font-size: 28px;
  }
  /*=LINKS&FORMS=*/
  /***share***/
  .share-title {
    margin-right: 10px;
  }
  .share-link {
    width: 30px;
    height: 30px;
  }
  .share-link + .share-link {
    margin-left: 4px;
  }
  /***balance***/
  .balance {
    padding-left: 50px;
  }
  .balance span:first-child {
    font-size: 16px;
  }
  .balance span:last-child {
    font-size: 12px;
  }
  /***cart***/
  .cart {
    padding-left: 50px;
    padding-top: 11px;
  }
  .cart span:first-child {
    font-size: 16px;
  }
  .cart-counter {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #323232;
    background-color: #f3c242;
  }
  /*=HEADER=*/
  header::after {
    display: none;
  }
  .header-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-logo-img {
    max-width: 150px;
  }
  .header-form {
    right: -35px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    max-width: 260px;
  }
  .header-form .inline-form-input {
    padding-left: 20px;
    font-size: 16px;
  }
  .header-form .inline-form-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .header-form .inline-form-input::-moz-placeholder {
    font-size: 16px;
  }
  .header-form .inline-form-input:-moz-placeholder {
    font-size: 16px;
  }
  .header-form .inline-form-input:-ms-input-placeholder {
    font-size: 16px;
  }
  .header-links {
    -ms-flex-preferred-size: 105px;
    flex-basis: 105px;
    max-width: 105px;
  }
  .header-cart,
  .header-balance {
    overflow: hidden;
    padding-left: 46px;
    width: 46px;
    height: 46px;
  }
  .header-cart::before,
  .header-balance::before {
    top: 0;
  }
  .header-cart span:last-child,
  .header-balance span:last-child {
    display: none;
  }
  .header-cart span:first-child,
  .header-balance span:first-child {
    display: none;
  }
  .header-menu-btn {
    position: relative;
    z-index: 10;
    display: block;
    width: 30px;
    height: 26px;
    cursor: pointer;
  }
  .header-menu-btn-item {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #323232;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-menu-btn-item-1 {
    top: 0;
    left: 0;
  }
  .header-menu-btn-item-2 {
    top: 12px;
  }
  .header-menu-btn-item-3 {
    top: 24px;
  }
  .header-menu-btn:hover .header-menu-btn-item {
    background-color: #5bb8b5;
  }
  .header-menu-btn.open .header-menu-btn-item {
    top: 12px;
  }
  .header-menu-btn.open .header-menu-btn-item-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-menu-btn.open .header-menu-btn-item-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-menu-btn.open .header-menu-btn-item-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*=MENU=*/
  .header-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-menu-wrapper.open {
    visibility: visible;
    opacity: 1;
  }
  .header-menu-container {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    padding-left: 50px;
    width: 50%;
    background-color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-menu-container.open {
    right: 0;
  }
  .header-menu {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 80px;
    height: 100%;
  }
  .header-menu-item {
    padding: 5px 0;
  }
  .header-menu-item + .header-menu-item {
    margin-top: 20px;
  }
  .header-menu-item-tel {
    position: absolute;
    left: 0;
    bottom: 150px;
    margin-top: 0;
    padding: 0;
  }
  .header-menu-item-soc {
    position: absolute;
    left: 0;
    bottom: 80px;
    margin-top: 0;
    padding: 0;
  }
  .header-menu-link {
    font-size: 18px;
  }
  .header-menu-link-tel {
    font-weight: bold;
  }
  /*=CONTENT=*/
  /*=Slick-Slider=*/
  .books-slider {
    margin: 0 -10px;
  }
  .books-slide {
    padding: 0 10px 15px;
  }
  .home-books-slider {
    padding-bottom: 35px;
  }
  .home-books-slider .slick-dots {
    display: block;
  }
  /*=FOOTER=*/
  .footer-contacts {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
    max-width: 340px;
  }
  .footer-links {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    max-width: 320px;
  }
  .footer-menu-link {
    font-size: 16px;
  }
  .footer-bottom-container {
    display: block;
  }
  .footer-payment {
    text-align: center;
  }
  .footer-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px;
  }
  .footer-copyright {
    margin-bottom: 0;
    font-size: 16px;
  }
  .footer-privacy-policy {
    font-size: 16px;
  }
  .footer-logo {
    margin: 0 auto 40px;
  }
  /*=HOME=*/
  /***Welcome***/
  .welcome-slider .slick-dots {
    bottom: 15px;
  }
  /*.welcome-slide {
    padding: 75px 0;
    background-image: url("/bitrix/templates/dirigable-book/img/banner-991.jpg");
  }*/
  .welcome-title {
    margin-bottom: 25px;
    font-size: 46px;
  }
  .welcome-subtitle {
    max-width: 485px;
    font-size: 22px;
  }
  /***Advantages***/
  .advantages-section-title {
    font-size: 30px;
  }
  .advantage-link {
    font-size: 16px;
  }
  /***Compilations***/
  .compilations-card {
    padding: 20px 10px;
    height: 230px;
  }
  .compilations-card-title {
    font-size: 18px;
  }
  .compilations-card-count {
    font-size: 14px;
  }
  /***News***/
  .news-content-title {
    font-size: 18px;
  }
  /***Companies***/
  .companies-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .companies-item {
    width: 33.33%;
  }
  .companies-item:first-child,
  .companies-item:nth-child(2),
  .companies-item:nth-child(3) {
    margin-bottom: 40px;
  }
  /*=BOOK-PAGE=*/
  .book {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .book-title {
    margin-bottom: 20px;
  }
  .book-title-desktop {
    display: none;
  }
  .book-title-tablet {
    display: block;
  }
  .book-img {
    max-width: 100%;
  }
  .book-info {
    padding: 30px 0 0;
    width: 100%;
    max-width: none;
  }
  .book-status {
    padding-left: 60px;
    padding-top: 0;
    max-width: 395px;
  }
  .book-shops {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .book-shops-btn {
    height: 40px;
    font-size: 14px;
  }
  .book-price {
    font-size: 28px;
  }
  .book-price-wrapper-desktop {
    display: none;
  }
  .book-price-wrapper-mobile {
    display: block;
    margin-bottom: 25px;
  }
  .book-description-content {
    max-height: 65px;
  }
  .book-share .share-title {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  a.book-shops-btn {
    line-height: 40px;
  }
  /*=SEARCH=*/
  .catalog-menu-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
  .catalog-menu-title {
    padding: 20px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .catalog-menu-title.open .catalog-menu-title-close {
    display: none;
  }
  .catalog-menu-title.open .catalog-menu-title-open {
    display: inline-block;
  }
  .catalog-menu-btn {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 20px;
    height: 14px;
  }
  .catalog-menu-btn-item {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #5bb8b5;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .catalog-menu-btn-item-1 {
    top: 0;
  }
  .catalog-menu-btn-item-2 {
    top: 6px;
  }
  .catalog-menu-btn-item-3 {
    top: 12px;
  }
  .catalog-menu-btn.open .catalog-menu-btn-item {
    top: 6px;
  }
  .catalog-menu-btn.open .catalog-menu-btn-item-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .catalog-menu-btn.open .catalog-menu-btn-item-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .catalog-menu-btn.open .catalog-menu-btn-item-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .catalog-menu {
    display: none;
    padding: 0 20px 20px;
  }
  .catalog-submenu {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
  }
  /*=ORDER=*/
  .order-in {
    display: block;
  }
  .order-list {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
  .order-form {
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 991px) and (max-height: 600px) {
  /*=MENU=*/
  .header-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-menu-item-tel {
    bottom: 120px;
  }
  .header-menu-item-soc {
    bottom: 50px;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  /*=MENU=*/
  .header-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header-menu-item + .header-menu-item {
    margin-top: 10px;
  }
  .header-menu-item-tel {
    bottom: 90px;
  }
  .header-menu-item-soc {
    bottom: 30px;
  }
}
@media (max-width: 991px) and (max-height: 400px) {
  /*=MENU=*/
  .header-menu-item + .header-menu-item {
    margin-top: 0;
  }
  .header-menu-item-tel {
    bottom: 80px;
  }
  .header-menu-item-soc {
    bottom: 30px;
  }
}
@media (max-width: 991px) and (max-height: 340px) {
  /*=MENU=*/
  .header-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-menu-item-tel {
    bottom: 65px;
  }
  .header-menu-item-soc {
    bottom: 15px;
  }
  .header-menu-link {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (max-height: 290px) {
  /*=MENU=*/
  .header-menu-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
.book-card-img-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 210px;
}
  /*=TEXT=*/
  .section-title {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  /*=LINKS&FORMS=*/
  /***breadcrumbs***/
  .breadcrumbs {
    margin-bottom: 25px;
  }
  /*forms*/
  .inline-form-input {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 50px;
    height: 30px;
    font-size: 14px;
  }
  .inline-form-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .inline-form-input::-moz-placeholder {
    font-size: 14px;
  }
  .inline-form-input:-moz-placeholder {
    font-size: 14px;
  }
  .inline-form-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .inline-form-btn {
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    width: 40px;
    height: 30px;
  }
  .inline-form-btn-send {
    background-size: 15px 15px;
  }
  /*=HEADER=*/
  header {
    position: relative;
    padding-bottom: 60px;
    background-color: #ffffff;
  }
  .header-in {
    -webkit-box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.1);
    box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.1);
  }
  .header-logo-img {
    max-width: 100px;
  }
  .header-form {
    position: absolute;
    bottom: 15px;
    left: 50%;
    right: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 510px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-links {
    position: relative;
    right: -120px;
    -ms-flex-preferred-size: 86px;
    flex-basis: 86px;
    max-width: 86px;
  }
  .header-cart {
    padding-left: 30px;
    width: 40px;
    height: 40px;
  }
  .header-cart::before {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
  }
  .header-balance {
    padding-left: 30px;
    width: 30px;
    height: 30px;
  }
  .header-balance::before {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
  }
  /*=CONTENT=*/
  .section-inner {
    padding: 40px 0;
  }
  .section-btn {
    position: static;
    margin: 30px auto 0;
  }
  /*=FOOTER=*/
  footer {
    padding: 40px 0 30px;
  }
  .footer-top-container {
    display: block;
  }
  .footer-contacts {
    display: block;
    text-align: center;
    max-width: none;
  }
  .footer-logo {
    margin: 0 auto;
    width: 100%;
  }
  .footer-logo-img {
    margin: 0 auto;
  }
  .footer-tel {
    display: block;
    margin-top: 15px;
  }
  .footer-soc-links {
    margin-top: 15px;
  }
  .footer-middle {
    margin-top: 30px;
  }
  .footer-links {
    display: none;
  }
  .footer-menu {
    display: none;
  }
  .footer-bottom {
    margin-top: 30px;
  }
  .footer-privacy {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .footer-copyright {
    margin-bottom: 10px;
  }
  /*=HOME=*/
  /***Welcome***/
  .welcome-slide {
    padding: 35px 0 55px;
  }
  .welcome-title {
    margin-bottom: 15px;
    font-size: 38px;
  }
  .welcome-subtitle {
    margin-bottom: 25px;
    max-width: 480px;
    font-size: 18px;
  }
  /***Advantages***/
  .advantages-section-title {
    font-size: 24px;
  }
  .advantage {
    padding-top: 50px;
  }
  .advantage-wrapper:first-child,
  .advantage-wrapper:nth-child(2) {
    margin-bottom: 45px;
  }
  .advantage-title {
    font-size: 16px;
  }
  .advantage-1::before {
    margin-left: -15px;
    width: 30px;
    height: 39px;
  }
  .advantage-2::before {
    margin-left: -21px;
    width: 42px;
    height: 39px;
  }
  .advantage-3::before {
    margin-left: -23px;
    top: 0;
    width: 46px;
    height: 30px;
  }
  .advantage-4::before {
    margin-left: -15px;
    width: 30px;
    height: 30px;
  }
  /***Compilations***/
  .compilations-card-wrapper + .compilations-card-wrapper {
    margin-top: 15px;
  }
  /***News***/
  .news-content {
    padding-left: 0;
  }
  .news-content-title {
    font-size: 16px;
    margin-bottom: 80px;
  }
  .news-content-text {
    display: none;
  }
  .news-content img {
    max-height: 290px;
    min-width: auto;
    width: 100%;
  }
  .news.section .section-btn {
    margin-top: 65px;
  }
  /*=BOOK-PAGE=*/
  .book-img {
    max-width: 200px;
  }
  .book-status {
    padding-left: 30px;
    max-width: 310px;
  }
  .sales-leaders .section-title {
    text-align: center;
  }
  /*=ORDER=*/
  .order-item-book-title {
    font-size: 16px;
  }
  .order-item-book-publisher {
    font-size: 16px;
  }
  .order-item-book-price {
    font-size: 16px;
  }
  .order-item-btns-bar {
    width: 150px;
  }
  .order-list-total-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  /*=TEXT=*/
  .section-title {
    margin-bottom: 35px;
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  /*=LINKS&FORMS=*/
  .form-group-label {
    font-size: 16px;
  }
  .form-control-md {
    font-size: 16px;
  }
  .form-control-md::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-control-md::-moz-placeholder {
    font-size: 16px;
  }
  .form-control-md:-moz-placeholder {
    font-size: 16px;
  }
  .form-control-md:-ms-input-placeholder {
    font-size: 16px;
  }
  /*select2*/
  .form-control-md + .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .select2-container--default .select2-results__option {
    font-size: 16px;
  }
  /*=HEADER=*/
  header::after {
    display: none;
  }
  .header-form {
    left: 15px;
    right: 15px;
    width: auto;
    max-width: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-links {
    position: absolute;
    right: 50px;
    width: 80px;
margin-top: 7px;
  }
  /*=MENU=*/
  .header-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-menu-wrapper.open {
    visibility: visible;
    opacity: 1;
  }
  .header-menu-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .header-menu-item {
    text-align: center;
  }
  .header-menu-item-tel {
    right: 0;
  }
  .header-menu-item-soc {
    right: 0;
  }
  /*=CONTENT=*/
  .section {
    padding: 40px 0;
  }
  /*=HOME=*/
  /***Welcome***/
  .welcome-title {
    font-size: 32px;
  }
  .welcome-subtitle {
    max-width: 420px;
    font-size: 16px;
  }
  /***Advantages***/
  .advantages-section-title {
    font-size: 20px;
  }
  .advantage-title {
    font-size: 14px;
  }
  /***News***/
  .news-content-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news-content img {
    max-height: 250px;
    margin: 15px;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center top;
    -o-object-position: center top;
    min-width: 125px;
  }
  /***Companies***/
  .companies-item {
    width: 50%;
  }
  .companies-item:nth-child(4) {
    margin-bottom: 40px;
  }
  /*=BOOK-PAGE=*/
  .book-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .book-title-tablet {
    display: none;
  }
  .book-title-mobile {
    display: block;
  }
  .book-img {
    margin: 0 auto;
    max-width: 100%;
  }
  .book-price {
    font-size: 20px;
  }
  .book-table td {
    padding: 8px 10px;
  }
  .book-description-content {
    max-height: 155px;
  }
  .book-status {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
    max-width: none;
  }
  .book-share {
    text-align: center;
  }
  .book-disclaimer {
    text-align: center;
  }
  /*=SEARCH=*/
  .catalog-menu-title {
    padding: 15px;
  }
  .catalog-menu {
    padding: 0 15px 15px;
  }
  .catalog-submenu {
    margin-left: -5px;
    margin-right: -15px;
    padding: 15px;
  }
  .book-card-wrapper {
    margin-bottom: 15px;
  }
  .catalog-list .book-card {
    overflow: hidden;
    position: relative;
  }
  .catalog-list .book-card-img-wrapper {
    overflow: visible;
    position: static;
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    width: 110px;
  }
  .catalog-list .book-card-img-wrapper::after {
    display: none;
  }
  .catalog-list .book-card-img-wrapper img {
    border-radius: 5px;
  }
  .catalog-list .book-card-status {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .catalog-list .book-card-btns-bar {
    right: auto;
    left: 140px;
    bottom: 15px;
  }
  .catalog-list .book-card-btns-bar .btn-white {
    display: none;
  }
  .catalog-list .book-card-btn {
    width: 134px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  .catalog-list .book-card-info {
    margin-left: 125px;
    padding-bottom: 38px;
  }
  .catalog-list a.book-card-btn {
    line-height: 28px;
  }
  /*=ORDER=*/
  .order-item {
    padding: 15px;
  }
  .order-item-book-info {
    margin-left: 80px;
  }
  .order-item-book-title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .order-item-book-publisher {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .order-item-book-price {
    font-size: 14px;
  }
  .order-item-btns-bar {
    width: 105px;
  }
  .order-item-count {
    padding-left: 24px;
    padding-right: 24px;
    width: 74px;
    height: 24px;
  }
  .order-item-count-btn {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .order-item-count-input {
    padding: 0 2px;
    width: 26px;
    height: 24px;
    font-size: 10px;
  }
  .order-item-delete-btn {
    margin-right: -2px;
    padding: 2px;
  }
  .order-list-total {
    padding: 15px 20px;
  }
  .order-list-total-title {
    text-align: center;
  }
  .order-form-in {
    padding: 15px;
  }
  .order-form-btn {
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /*=FOOTER=*/
  .footer-form {
    margin: 0 auto;
    max-width: 250px;
  }
  .footer-form-text {
    font-size: 14px;
  }
  .footer-payment-title {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .footer-payment-img {
    display: block;
    margin: 0 auto;
  }
  .footer-copyright {
    font-size: 14px;
  }
  .footer-privacy-policy {
    font-size: 14px;
  }
  /*=HOME=*/
  /***Welcome***/
  /*.welcome-slide {
    background-image: url('/bitrix/templates/dirigable-book/img/banner-575.jpg');
  }*/
  /*=BOOK-PAGE=*/
  .book-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  /*=ORDER=*/
  .order-item {
    display: block;
  }
  .order-item-book {
    margin-right: 0;
    max-width: none;
  }
  .order-item-book-price {
    margin-bottom: 10px;
  }
  .order-item-btns-bar {
    margin-left: 80px;
    padding-top: 0;
    width: auto;
  }
}
@media (max-width: 450px) {
  .news-content img {
    max-height: 200px;
  }
}
@media (max-width: 400px) {
  .news-content img {
    max-height: 175px;
  }
  .news-content .news-content-main {
    padding: 20px 20px 20px 0;
  }
  .news-content-title {
    max-height: 60px;
    overflow: hidden;
  }
  .news-content {
    margin: 10px;
  }
  .news-content .news-content-btn {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  /*=CONTENT=*/
  /***Book-card***/
  .book-card {
    overflow: hidden;
    position: relative;
  }
  .book-card-img-wrapper {
    overflow: visible;
    position: static;
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    width: 110px;
  }
  .book-card-img-wrapper::after {
    display: none;
  }
  .book-card-img-wrapper img {
    border-radius: 5px;
  }
  .book-card-status {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .book-card-btns-bar {
    right: auto;
    left: 140px;
    bottom: 15px;
  }
  .book-card-btns-bar .btn-white {
    display: none;
  }
  .book-card-btn {
    width: 134px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  .book-card-info {
    margin-left: 125px;
    padding-bottom: 38px;
  }
  a.book-card-btn {
    line-height: 28px;
  }
}
@media (max-width: 320px) {
.header-links {
    width: 71px;
right: 45px;
}
}

.new-books .slick-track, .best-sellers .slick-track {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-books .slick-track > .slick-slide, .best-sellers .slick-track > .slick-slide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: auto;
}
