@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");
* {
  outline: none !important; }

img {
  max-width: 100%; }

button {
  transition: .5s;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none; }

body {
  --bs-body-bg: #F8F8F8;
  --bs-body-color: #424243;
  --bs-body-font-family: "Wix Madefor Display", sans-serif;
  --font-family-headings: "Wix Madefor Display", sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-line-height: 1.55;
  --bs-body-font-weight: 400;
  --bs-link-color: #055EA3;
  --bs-link-color-rgb: 5, 94, 163;
  --special-base-color: #D29F62;
  --dark-color: #252525;
  --accent-base-color: #E4391B;
  --accent-light-color: #FF5031;
  --white-color: #FFF; }

a {
  text-decoration: none; }
  a[href*="tel"] {
    white-space: nowrap; }

p, li {
  font-size: 16px; }
  p:last-child, li:last-child {
    margin-bottom: 0; }

.block-text .list-check li::before,
.list-check li::before {
  width: 13px;
  height: 9px;
  border-radius: 0;
  background: url("../img/icon-check.svg") no-repeat 0 0; }

h3, .h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px; }
  h3:not(:last-child), .h3:not(:last-child) {
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 20px;
      line-height: 1.25; } }

h4, .h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px; }
  h4:not(:last-child), .h4:not(:last-child) {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 18px;
      line-height: 1.25; } }

h5, .h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px; }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 16px;
      line-height: 1.25; } }

b, strong {
  font-weight: 700; }

.font-medium {
  font-weight: 500; }

.semi-strong {
  font-weight: 600; }

.text-uppercase {
  text-transform: uppercase; }

body {
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0; }

a {
  transition: .5s; }

.page {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh; }
  .page__main {
    flex-grow: 1; }
    .page__main > .block-text {
      padding-left: 0;
      padding-right: 0; }
  .page__content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    font-size: 16px; }
  .page__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px; }
    .page__title:last-child {
      margin-bottom: 0; }
  @media (min-width: 1200px) {
    .page__content {
      padding: 22px 40px 30px; } }
  @media (max-width: 767px) {
    .page__title {
      font-size: 24px;
      line-height: 1.25; } }

.container {
  --bs-gutter-x: 30px;
  max-width: 1590px; }

.color-accent {
  color: var(--bs-link-color); }
  .color-accent.link-hover:hover {
    color: var(--special-base-color); }

.color-accent2 {
  color: var(--special-base-color); }
  .color-accent2.link-hover:hover {
    color: var(--bs-link-color); }

.color-grey {
  color: #737C82; }
  .color-grey.link-hover:hover {
    color: var(--bs-link-color); }

.block-text {
  border-radius: 10px;
  padding: 30px 40px; }
  .block-text__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px; }
    .block-text__head .page__title,
    .block-text__head .sort-line {
      margin-bottom: 0; }
    .block-text__head.cabinet {
      border-bottom: 1px solid #D7DEEA;
      padding-bottom: 10px;
      margin-bottom: 30px; }
      .block-text__head.cabinet .first-col {
        width: 210px; }
  .block-text ul {
    list-style: none;
    padding-left: 0; }
    .block-text ul li {
      position: relative;
      padding-left: 20px;
      font-weight: 500;
      color: var(--dark-color); }
      .block-text ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--bs-link-color);
        margin-top: 10px;
        flex-shrink: 0; }
      .block-text ul li a {
        color: inherit; }
        .block-text ul li a:hover {
          color: var(--bs-link-color); }
      .block-text ul li ul {
        width: 100%;
        padding: 10px 5px; }
      .block-text ul li li {
        padding-left: 0;
        font-size: 16px;
        color: #737C82; }
        .block-text ul li li::before {
          content: none; }
  @media (max-width: 767px) {
    .block-text {
      padding: 15px; } }

.block-slice {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .block-slice {
      padding-top: 40px;
      padding-bottom: 40px; } }

.block-blue {
  color: #fff;
  background: linear-gradient(180deg, #055EA3 0%, #165C92 100%); }

.block-grey {
  color: #252525;
  background: #F8F8F8; }

.block-white {
  color: #252525;
  background: #fff; }

.gap-10 {
  gap: 10px; }

.gap-20 {
  gap: 20px; }

.gap-30 {
  gap: 30px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt60 {
  margin-top: 60px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }

.tooltip {
  --bs-tooltip-color: #424243;
  --bs-tooltip-bg: #fff;
  --bs-tooltip-padding-x: 12px;
  --bs-tooltip-padding-y: 10px;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-font-size: 12px;
  --bs-tooltip-border-radius: 10px; }
  .tooltip .tooltip-inner {
    box-shadow: 0 20px 30px 0 #3A44671A;
    text-align: left; }
  @media (min-width: 768px) {
    .tooltip {
      --bs-tooltip-max-width: 318px; } }

.text-right {
  text-align: right; }

.table-responsive:has(.table--cabinet) {
  margin-top: 30px; }

.table--cabinet {
  --bs-table-bg: #fff;
  --bs-table-border-color: #D7DEEA; }
  .table--cabinet th {
    background: #F4F6FA;
    border-bottom: none;
    font-size: 16px; }
  .table--cabinet td {
    font-size: 18px; }
  .table--cabinet th, .table--cabinet td {
    padding: 15px 25px;
    border-right: 1px solid var(--bs-table-border-color); }
    .table--cabinet th:last-child, .table--cabinet td:last-child {
      border-right: none; }
  .table--cabinet td .color-grey {
    font-size: 16px; }

.tab-content > .tab-pane {
  display: block;
  overflow: hidden;
  height: 1px; }
  .tab-content > .tab-pane.active {
    overflow: visible;
    height: auto; }

.row--70 {
  margin-left: -35px;
  margin-right: -35px;
  gap: 40px 0; }
  .row--70 > .col {
    padding-left: 35px;
    padding-right: 35px; }

.row--10 {
  margin-left: -5px;
  margin-right: -5px;
  gap: 10px 0; }
  .row--10 > .col {
    padding-left: 5px;
    padding-right: 5px; }

.collapse-item {
  border-radius: 10px;
  background: #F4F6FA; }
  .collapse-item .btn-grey {
    --bs-btn-active-border-color: #F4F6FA;
    border-color: #F4F6FA !important; }
  .collapse-item__btn {
    text-align: left !important; }
    .collapse-item__btn .svg-icon {
      transition: .5s; }
    .collapse-item__btn[aria-expanded="true"] .svg-icon {
      transform: rotate(90deg); }
  .collapse-item__body {
    position: relative;
    padding: 60px 20px 50px; }
    .collapse-item__body textarea.form-control {
      height: 182px; }
    .collapse-item__body .hr-wrap {
      margin-left: -20px;
      margin-right: -20px; }
  .collapse-item__body-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #D7DEEA; }
    .collapse-item__body-title .btn {
      background: #fff;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top: none; }

.chat-item {
  width: max-content;
  max-width: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px; }
  .chat-item.answer {
    margin-left: auto; }
  @media (max-width: 767px) {
    .chat-item {
      padding: 10px;
      max-width: 95%; } }

.header {
  background: #fff; }
  .header__top {
    display: flex;
    padding-top: 8px;
    padding-bottom: 15px;
    align-items: center;
    height: 140px;
    gap: 40px;
    justify-content: space-between; }
  .header__icons {
    margin-left: auto;
    display: flex;
    gap: 10px;
    padding-top: 8px; }
    .header__icons .btn {
      position: relative; }
  .header__slogan {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    min-height: 20px;
    min-width: 1px; }
    .header__slogan svg {
      color: var(--bs-link-color); }
  .header__auth {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px; }
    .header__auth .btn {
      padding: 5px 25px;
      height: 50px; }
  .header__cnb-logo {
    margin-left: 10px; }
  .header__bottom {
    position: relative;
    border-radius: 10px 10px 0 0;
    height: 160px;
    background: #D9D8D4 url(../img/header-bottom.png) no-repeat 100% 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: flex-end; }
  .header__menu {
    display: flex;
    gap: 10px; }
    .header__menu a {
      color: #fff;
      background: var(--bs-link-color);
      padding: 10px 28px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      font-size: 20px;
      line-height: 20px;
      border-radius: 10px 10px 0 0;
      height: 60px; }
      .header__menu a:hover, .header__menu a.active {
        color: var(--dark-colors);
        background: #fff; }
        .header__menu a:hover svg, .header__menu a.active svg {
          color: var(--special-base-color); }
  @media (max-width: 1399px) {
    .header__top {
      gap: 20px; }
    .header__cnb-logo {
      margin-left: 20px; } }
  @media (max-width: 1199px) {
    .header__cnb-logo {
      max-width: 80px;
      margin-left: 0; }
    .header__slogan {
      width: min-content;
      min-width: 200px; }
      .header__slogan svg {
        flex-shrink: 0; } }
  @media (max-width: 991px) {
    .header__auth .btn {
      padding-left: 10px;
      padding-right: 10px; }
    .header__bottom {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .header__top {
      gap: 15px; }
    .header__logo.logo {
      max-width: 100px; }
    .header__menu a {
      height: 50px;
      padding: 5px 15px;
      font-size: 16px; } }
  @media (max-width: 599px) {
    .header__top {
      height: 80px;
      gap: 10px; }
    .header__cnb-logo {
      display: none; }
    .header__slogan {
      display: none; }
    .header__auth {
      margin-top: 8px;
      margin-bottom: 0; }
      .header__auth .btn {
        font-size: 14px;
        width: min-content; } }
  @media (max-width: 459px) {
    .header__top {
      gap: 5px; }
    .header__icons {
      gap: 5px; }
    .header__bottom {
      padding-left: 0;
      padding-bottom: 10px; }
    .header__auth .btn {
      font-size: 10px;
      padding-left: 5px;
      padding-right: 5px; }
    .header__menu {
      flex-direction: column; }
      .header__menu a {
        height: 40px;
        border-radius: 0 10px 10px 0; } }

.logo {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #252525; }
  .logo img {
    flex-shrink: 0; }
  @media (max-width: 1399px) {
    .logo {
      max-width: 200px; }
      .logo span {
        font-size: 16px;
        line-height: 1.25; } }
  @media (max-width: 1199px) {
    .logo {
      max-width: 150px; }
      .logo span {
        font-size: 14px; } }
  @media (max-width: 991px) {
    .logo {
      max-width: 150px; }
      .logo span {
        display: none; } }

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 40px;
  gap: 10px; }
  .pagination__items {
    display: flex;
    gap: 10px; }
    .pagination__items .pagination__link {
      width: 50px;
      height: 50px;
      border-radius: 10px;
      font-size: 16px; }
      .pagination__items .pagination__link.active {
        background: var(--bs-link-color);
        color: #fff; }
  .pagination__link {
    color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px; }
    .pagination__link:hover {
      color: #055EA3; }
    .pagination__link svg {
      color: #055EA3; }
  @media (max-width: 767px) {
    .pagination__items .pagination__link {
      width: 30px;
      height: 30px; }
    .pagination__link.prev > span, .pagination__link.next > span {
      display: none; } }

.tabs {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D7DEEA;
  overflow-x: auto; }
  .tabs__link {
    padding-left: 28px;
    padding-right: 28px;
    white-space: nowrap; }
    .tabs__link:hover, .tabs__link.active {
      color: #fff;
      background: var(--bs-link-color) !important;
      border-color: var(--bs-link-color) !important; }
  .tabs.tabs--filter {
    padding-bottom: 0;
    border-bottom: none; }
  @media (max-width: 767px) {
    .tabs {
      overflow-x: auto;
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; }
      .tabs__link {
        padding-left: 15px;
        padding-right: 15px; } }

.tabs-panel {
  display: flex;
  gap: 10px;
  padding: 20px 20px 0;
  background: #F4F6FA;
  border-radius: 10px 10px 0 0;
  margin-bottom: 40px;
  overflow-x: auto; }
  .tabs-panel__link {
    font-weight: 600;
    color: #252525;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 10px 10px 0 0 !important;
    border-bottom: none !important; }
    .tabs-panel__link:hover, .tabs-panel__link.active {
      color: #fff;
      background: var(--special-base-color) !important;
      border-color: var(--special-base-color) !important; }
      .tabs-panel__link:hover .counter, .tabs-panel__link.active .counter {
        color: #fff; }
    .tabs-panel__link .counter {
      color: var(--bs-link-color);
      margin-left: 2px;
      font-weight: 600; }
  .tabs-panel.tabs-panel2 {
    padding-top: 0;
    background: transparent;
    border-bottom: 1px solid #D7DEEA; }
    .tabs-panel.tabs-panel2 .tabs-panel__link {
      padding-left: 20px;
      padding-right: 20px;
      min-height: 40px; }
      .tabs-panel.tabs-panel2 .tabs-panel__link:hover, .tabs-panel.tabs-panel2 .tabs-panel__link.active {
        color: #fff;
        background: var(--bs-link-color) !important;
        border-color: var(--bs-link-color) !important; }
        .tabs-panel.tabs-panel2 .tabs-panel__link:hover .counter, .tabs-panel.tabs-panel2 .tabs-panel__link.active .counter {
          color: #fff; }
    .tabs-panel.tabs-panel2 + .tabs-panel2 {
      background: #F4F6FA;
      padding-top: 20px;
      margin-top: -40px;
      border-radius: 0; }

.news-item__date {
  color: #849098;
  font-size: 16px;
  margin-bottom: 20px; }

.row:has(.news-card) {
  margin-left: -20px;
  margin-right: -20px;
}
  .row:has(.news-card) > .col {
    padding-left: 20px;
    padding-right: 20px; }

.news-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
  .news-card__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 360/200;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #EEF0F3; }
    .news-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-card__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px; }
    .news-card__title a {
      color: #252525; }
      .news-card__title a:hover {
        color: var(--bs-link-color); }
  .news-card__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .news-card__footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    color: #849098;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #D7DEEA;
    gap: 15px; }
  .news-card__time {
    display: flex;
    align-items: center;
    gap: 8px; }
    .news-card__time svg {
      color: var(--bs-link-color); }

.news-slider {
  margin-left: -20px;
  margin-right: -20px;
  position: relative; }
  .news-slider .slick-track {
    display: flex; }
  .news-slider .slick-arrow {
    width: 50px;
    aspect-ratio: 50/345;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 0;
    height: auto;
    transform: none; }
    .news-slider .slick-arrow > span {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      box-shadow: 0 20px 30px 0 #3A44671A;
      color: #252525;
      background: #fff; }
    .news-slider .slick-arrow:not(.slick-disabled):hover > span {
      color: #fff;
      background: linear-gradient(180deg, #055EA3 0%, #165C92 100%); }
    .news-slider .slick-arrow.slick-prev {
      left: -5px; }
    .news-slider .slick-arrow.slick-next {
      right: -5px; }
    .news-slider .slick-arrow::before {
      content: ''; }
    .news-slider .slick-arrow.slick-disabled {
      opacity: .5;
      cursor: not-allowed; }
  .news-slider__item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    height: auto; }

.books__filter {
  background: #fff;
  border-radius: 10px;
  padding: 12px 22px;
  margin-bottom: 10px; }
  .books__filter .h5 {
    margin-bottom: 0; }
  .books__filter > div.h5 {
    margin-bottom: 10px; }
  .books__filter input.form-control_sm {
    width: 120px;
    font-size: 15px;
    height: 40px; }
.books__filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%; }
  .books__filter-head svg {
    flex-shrink: 0;
    color: var(--bs-link-color);
    transition: .5s; }
  .books__filter-head[aria-expanded="false"] svg {
    transform: rotate(-90deg); }
.books__filter-body {
  padding-top: 10px;
  font-size: 16px; }
  .books__filter-body .form-check {
    margin-top: 5px; }
.books__filter-scroll {
  max-height: 240px;
  overflow-y: auto; }
.books__filter-btn.btn {
  font-size: 16px; }

.book__media {
  margin-bottom: 40px; }
.book__media-main {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F5F7FA;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px; }
  .book__media-main img {
    object-fit: contain;
    max-height: 100%;
    box-shadow: 0 20px 30px 0 #3A44671A; }
.book__media-items .slick-track {
  margin-left: -10px;
  margin-right: -10px;
  display: flex; }
  .book__media-items .slick-track > div {
    padding-left: 10px;
    padding-right: 10px; }
.book__media-item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F5F7FA;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px; }
  .book__media-item img {
    object-fit: contain;
    max-height: 100%;
    box-shadow: 0 20px 30px 0 #3A44671A; }
.book__tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px; }
.book__data-value {
  font-weight: 600;
  color: #849098; }
.book__desc {
  font-size: 14px;
  margin-bottom: 13px; }
  .book__desc p, .book__desc li {
    font-size: inherit; }
.book__download {
  margin-bottom: 36px; }
  .book__download .blank-item {
    margin-top: 10px; }
    .book__download .blank-item__title {
      font-weight: 600;
      color: var(--bs-link-color); }

.book-card {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .col > .book-card {
    padding-bottom: 12px;
    border-bottom: 1px solid #D7DEEA; }
  .book-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 360/345;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #EEF0F3;
    padding: 30px; }
    .book-card__image img {
      object-fit: contain;
      max-height: 100%;
      box-shadow: 0 20px 30px 0 #3A44671A; }
  .book-card__category {
    color: var(--special-base-color);
    font-weight: 600;
    margin-bottom: 16px; }
  .book-card__title {
    font-weight: 600;
    margin-bottom: 12px; }
    .book-card__title a {
      color: #000; }
      .book-card__title a:hover {
        color: var(--bs-link-color); }
  .book-card__author {
    margin-bottom: 25px; }
  .book-card__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #737C82;
    margin-bottom: 25px; }
  .book-card__footer {
    color: #849098;
    font-weight: 500;
    margin-top: auto; }

.books-list {
  margin-bottom: 50px; }
  .books-list__item-wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D7DEEA; }
  .books-list__delete, .books-list__check {
    flex-shrink: 0; }
  .books-list__main {
    max-width: 100%;
    flex-grow: 1; }
  .books-list__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px; }
  .books-list__media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #EEF0F3;
    padding: 10px;
    max-width: 160px;
    flex-shrink: 0; }
    .books-list__media img {
      object-fit: contain;
      max-height: 100%;
      box-shadow: 0 20px 30px 0 #3A44671A; }
  .books-list__content {
    flex-grow: 1;
    overflow: hidden; }
  .books-list__status-date {
    text-align: right;
    color: #737C82;
    font-size: 14px;
    margin-top: 5px; }
  .books-list__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 15px; }
  .books-list__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
  .books-list__link {
    color: inherit; }
    .books-list__link:hover {
      color: var(--bs-link-color); }
  .books-list__author {
    font-size: 16px;
    line-height: 24px;
    color: #737C82; }
  .books-list__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #737C82; }
  .books-list__info {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px; }
  .books-list__footer {
    gap: 10px 0;
    margin-top: 10px; }
    .books-list__footer .btn-bordered svg {
      color: currentColor; }
    .books-list__footer .btn-bordered.btn-basket:hover {
      color: #fff;
      background: var(--bs-link-color);
      border-color: var(--bs-link-color); }
      .books-list__footer .btn-bordered.btn-basket:hover svg {
        color: currentColor !important; }
  @media (max-width: 767px) {
    .books-list__item-wrap {
      flex-direction: column;
      gap: 10px; }
    .books-list__item {
      flex-direction: column;
      gap: 10px; }
    .books-list__media {
      max-width: 120px; }
    .books-list__info {
      word-break: break-word; } }

.blank-list__item {
  margin-bottom: 20px; }

.blank-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #252525; }
  .blank-item__icon {
    flex-shrink: 0;
    margin-right: 6px; }
  .blank-item__title {
    font-weight: 500;
    font-size: 16px; }
  .blank-item__svg {
    color: var(--bs-link-color);
    margin-left: 5px; }
  .blank-item:hover {
    color: var(--bs-link-color); }

.mpage-blanks {
  max-width: 590px;
  margin-bottom: 40px; }

.mp-banner {
  margin-top: -10px;
  min-height: 40px;
  position: relative; }
  .mp-banner img {
    min-height: 100px;
    object-fit: cover; }

.mp-advantages {
  position: relative;
  margin-bottom: 60px; }
  .mp-advantages .row {
    margin-left: -20px;
    margin-right: -20px;
    gap: 30px 0; }
    .mp-advantages .row > .col {
      padding-left: 20px;
      padding-right: 20px;
      display: flex; }
  .mp-advantages__item {
    padding: 20px;
    width: 100%; }
  .mp-advantages__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
    padding-left: 20px; }
    .mp-advantages__head img {
      flex-shrink: 0; }
  .mp-advantages__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600; }
  .mp-advantages__text {
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px; }
  @media (max-width: 767px) {
    .mp-advantages__head, .mp-advantages__text {
      padding-left: 0; }
    .mp-advantages__head img {
      width: 60px;
      height: 60px; } }

.libra-numbers {
  padding: 40px 60px 50px;
  position: relative; }
  .libra-numbers::before {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 50px;
    width: 4px;
    background: var(--special-base-color); }
  .libra-numbers__item {
    font-weight: 600; }
    .libra-numbers__item:not(:last-child) {
      margin-bottom: 40px; }
  .libra-numbers__title {
    font-size: 20px;
    line-height: 24px; }
  .libra-numbers__value {
    font-size: 50px;
    line-height: 60px;
    color: var(--bs-link-color); }
  @media (max-width: 1199px) {
    .libra-numbers {
      padding: 40px; }
      .libra-numbers__value {
        font-size: 36px;
        line-height: 1.25; } }
  @media (max-width: 767px) {
    .libra-numbers {
      padding: 40px 20px; } }

.mp-about-info {
  padding-top: 50px;
  padding-bottom: 50px; }
  .mp-about-info img {
    border-radius: 10px; }
  .mp-about-info h2 {
    margin-bottom: 50px; }
  .mp-about-info__btn {
    position: relative;
    min-height: 40px;
    margin-top: 20px;
    margin-bottom: -20px; }
    .mp-about-info__btn .btn {
      position: absolute;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .mp-about-info__btn .btn:active, .mp-about-info__btn .btn:hover {
        color: #fff;
        background: var(--special-base-color);
        border-color: var(--special-base-color); }
  @media (max-width: 767px) {
    .mp-about-info__btn {
      margin-bottom: -5px; } }

.mp-news .row {
  gap: 40px 0; }

.new-goods-tabs {
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 1px solid #D7DEEA;
  border-bottom: none;
  align-items: center; }
  @media (max-width: 767px) {
    .new-goods-tabs {
      flex-wrap: wrap; } }

.new-goods-slider {
  margin-left: -20px;
  margin-right: -20px;
  position: relative; }
  .new-goods-slider .slick-track {
    display: flex; }
  .new-goods-slider .slick-arrow {
    width: 50px;
    aspect-ratio: 50/345;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 0;
    height: auto;
    transform: none; }
    .new-goods-slider .slick-arrow > span {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      box-shadow: 0 20px 30px 0 #3A44671A;
      color: #252525;
      background: #fff; }
    .new-goods-slider .slick-arrow:not(.slick-disabled):hover > span {
      color: #fff;
      background: linear-gradient(180deg, #055EA3 0%, #165C92 100%); }
    .new-goods-slider .slick-arrow.slick-prev {
      left: -5px; }
    .new-goods-slider .slick-arrow.slick-next {
      right: -5px; }
    .new-goods-slider .slick-arrow::before {
      content: ''; }
    .new-goods-slider .slick-arrow.slick-disabled {
      opacity: .5;
      cursor: not-allowed; }
  .new-goods-slider__item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    height: auto; }

.sort-line {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 20px; }
  .sort-line__btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    gap: 10px; }

.search-block {
  background: #fff;
  padding: 10px 10px 10px 30px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 40px;
  width: 100%; }
  .page__title + .search-block {
    box-shadow: 0 0 0 1px #D7DEEA; }
  .search-block:has(.search-block__input:focus) {
    box-shadow: 0 0 0 1px var(--bs-link-color); }
    .search-block:has(.search-block__input:focus) .search-block__icon {
      color: var(--bs-link-color); }
  .search-block__icon {
    flex-shrink: 0;
    color: #737C82;
    align-self: center; }
  .search-block__input {
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 1;
    border: none;
    text-overflow: ellipsis;
    width: 100%; }
  .search-block__btn {
    width: 134px;
    flex-shrink: 0; }
  @media (max-width: 767px) {
    .search-block {
      padding-left: 10px;
      gap: 5px; }
      .search-block__icon {
        display: none; }
      .search-block__btn {
        width: auto; } }

.btn {
  --bs-btn-padding-x: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  border-radius: 10px;
  gap: 10px; }
  .btn:has(.btn__counter) {
    position: relative; }
  .btn__counter {
    position: absolute;
    top: -11px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .btn-icon-only .btn__counter {
      left: 50%;
      right: auto;
      margin-left: -10px; }
    .btn__counter.disabled {
      color: #D8E0EF !important;
      background: #fff !important; }
  .btn.not-hovered, .btn:is(span) {
    pointer-events: none; }

.btn-block {
  width: 100%; }

.btn-icon-only {
  padding: 0 !important;
  width: 50px; }

.btn-primary {
  color: #fff;
  background: var(--bs-link-color);
  border-color: var(--bs-link-color); }
  .btn-primary .btn__counter {
    color: #fff;
    background: var(--special-base-color); }
  .btn-primary:hover {
    background: #F4F6FA;
    border-color: #F4F6FA;
    color: #1F294E; }

.btn-grey {
  background: #F4F6FA;
  border: 1px solid #F4F6FA;
  color: #252525; }
  .btn-grey:hover {
    background: transparent;
    border-color: #D7DEEA; }
  .btn-grey .btn__counter {
    color: #fff;
    background: var(--special-base-color); }

.btn-info {
  color: #fff;
  background: var(--special-base-color);
  border-color: var(--special-base-color); }
  .btn-info:hover {
    background: #F4F6FA;
    border-color: #F4F6FA;
    color: #1F294E; }

.btn-transparent {
  background: transparent; }
  .btn-transparent:hover {
    color: var(--bs-link-color); }

.btn-bordered {
  --bs-btn-active-border-color: #D7DEEA;
  border: 1px solid #D7DEEA; }
  .btn-bordered svg {
    color: var(--special-base-color); }
    .btn-bordered svg.color-info {
      color: var(--special-base-color); }
    .btn-bordered svg.color-primary {
      color: var(--bs-link-color); }
    .btn-bordered svg.color-grey {
      color: #737C82; }
  .btn-bordered .btn__counter {
    color: #1F294E;
    background: #fff; }
  .btn-bordered:hover, .btn-bordered:active, .btn-bordered:active:focus {
    background: #F4F6FA;
    border-color: #F4F6FA; }

.btn-xs {
  min-height: 30px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px; }

.btn-sm {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600; }

.btn-lg {
  min-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px; }

.btn-status {
  color: #fff;
  min-width: 110px; }

.btn-back {
  width: 50px;
  min-height: 40px;
  height: 40px;
  align-self: flex-start;
  padding: 0; }

.form {
  margin-bottom: 20px; }

.form-label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600; }

.form-group-wrap {
  max-width: 730px; }

.form-group {
  max-width: 730px;
  margin-bottom: 25px; }
  .form-group.form-group-wide {
    max-width: 100%; }
  .form-group + .form-btn-wrap {
    margin-top: 40px; }

.form-btn-wrap {
  margin-top: 20px; }

.form-control {
  box-shadow: none !important;
  outline: none !important; }

input.form-control,
textarea.form-control {
  border: 1px solid #D7DEEA !important;
  background: #fff !important;
  border-radius: 10px; }
  input.form-control::placeholder,
  textarea.form-control::placeholder {
    color: #737C82; }
  input.form-control:focus,
  textarea.form-control:focus {
    border-color: var(--bs-link-color) !important; }
  input.form-control[readonly], input.form-control[readonly]:focus,
  textarea.form-control[readonly],
  textarea.form-control[readonly]:focus {
    --bs-link-color: #F4F6FA;
    background: #F4F6FA !important;
    border-color: #F4F6FA !important; }

textarea.form-control {
  height: 450px; }

input.form-control {
  height: 50px; }

.input-group .input-group-text {
  background: none !important;
  border-left-color: #fff !important;
  position: relative;
  z-index: 6; }
  .input-group .input-group-text svg {
    color: var(--special-base-color); }
.input-group:has(input:focus) .input-group-text,
.input-group:has(input:focus) input.form-control,
.input-group:has(input:focus) textarea.form-control {
  border-color: var(--bs-link-color) !important; }
.input-group:has(input:focus) .input-group-text {
  border-left-color: #fff !important; }
  .input-group:has(input:focus) .input-group-text svg {
    color: var(--bs-link-color); }

[data-bs-toggle="tooltip"]:hover svg {
  color: var(--bs-link-color); }

.input-file {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px;
  border: 1px solid #D7DEEA !important;
  background: #fff !important;
  border-radius: 10px;
  margin-bottom: 10px; }
  .input-file .form-input-wrap {
    flex-grow: 1; }
  .input-file .form-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1; }
  .input-file .form-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #737C82;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .input-file {
      padding: 10px; }
      .input-file .form-label {
        font-size: 16px; } }

.btn-next {
  color: #252525;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap; }
  .btn-next:hover {
    color: #055EA3; }
  .btn-next svg {
    color: #055EA3; }

.btn-sort {
  transition: none; }
  .btn-sort .circle {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #D7DEEA;
    background: #fff;
    color: #252525; }
  .btn-sort svg {
    color: currentColor; }
  .btn-sort.active .circle {
    background: var(--bs-link-color);
    border-color: var(--bs-link-color);
    color: #fff; }
  .btn-sort.desc svg {
    transform: scaleY(-1); }

.btn .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
  cursor: pointer; }

.form-check:has([type="checkbox"][checked][readonly]) {
  color: #fff;
  background: #065EA2;
  border-radius: 10px;
  padding: 5px 10px 5px 30px; }
  .form-check:has([type="checkbox"][checked][readonly]) .form-check-input,
  .form-check:has([type="checkbox"][checked][readonly]) .form-check-label {
    pointer-events: none; }

.form-check-input {
  box-shadow: none !important;
  cursor: pointer; }
  .form-check-input:checked {
    background-color: var(--bs-link-color);
    border-color: var(--bs-link-color); }

.dropdown-selector .dropdown-toggle {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  padding: 0 !important;
  border: none !important;
  color: currentColor; }
  .dropdown-selector .dropdown-toggle::after {
    display: none; }
  .dropdown-selector .dropdown-toggle.show .btn-primary {
    color: #252525;
    background: #F4F6FA;
    border-color: #F4F6FA; }
.dropdown-selector .dropdown-menu {
  box-shadow: 0 20px 30px 0 #3A44671A;
  background: #fff;
  padding: 10px 6px;
  border: none; }
.dropdown-selector .dropdown-item {
  padding: 2px 0; }
  .dropdown-selector .dropdown-item.active {
    display: none; }
  .dropdown-selector .dropdown-item .btn {
    width: 100%; }

.breadcrumbs {
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%; }
  .breadcrumbs__item:has(.breadcrumbs__current) {
    overflow: hidden; }
  .breadcrumbs__link {
    display: flex;
    align-items: center;
    color: #D29F62; }
    .breadcrumbs__link::after {
      content: '/';
      margin: 0 5px;
      color: #ADB6BC; }
  .breadcrumbs__current {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block; }

.footer {
  margin-top: 60px; }
  .footer__top {
    width: 100%;
    height: 80px;
    background: url("../img/footer-top.png") no-repeat 50% 0;
    border-radius: 0 0 10px 10px;
    margin-bottom: 50px;
    position: relative; }
  .footer__left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .footer__menu {
    margin-bottom: 30px; }
    .footer__menu ul {
      list-style: none;
      padding-left: 0; }
      .footer__menu ul li {
        display: flex;
        align-items: flex-start;
        gap: 15px; }
        .footer__menu ul li::before {
          content: '';
          display: block;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: var(--bs-link-color);
          margin-top: 10px;
          flex-shrink: 0; }
    .footer__menu a {
      color: var(--bs-body-color); }
      .footer__menu a:hover {
        color: var(--bs-link-color); }
  .footer__links {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 20px; }
  .footer__bottom {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px 10px 0 0;
    margin-top: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; }
  .footer__seopromo a {
    color: #055EA3;
    font-weight: 700; }
  .footer__scroll-up {
    position: absolute;
    bottom: 100%;
    right: -80px;
    margin-bottom: 60px;
    display: none; }
    .footer__scroll-up svg {
      transform: rotate(-90deg); }
  @media (max-width: 1600px) {
    .footer__scroll-up {
      right: 0;
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .footer__logo {
      margin-bottom: 20px; }
    .footer__main > .row {
      margin-left: 0;
      margin-right: 0; }
    .footer__left-col {
      display: contents; }
      .footer__left-col > .row {
        order: -2;
        width: calc(55% + 24px); }
    .footer__right-col {
      order: -1;
      width: 45%; }
    .footer__bottom {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .footer__left-col > .row {
      width: 50%; }
    .footer__right-col {
      width: 50%; } }
  @media (max-width: 459px) {
    .footer__left-col > .row {
      width: 100%; }
    .footer__right-col {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.footer-contact {
  text-align: right;
  margin-bottom: 20px;
  position: relative; }
  .footer-contact__type {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 6px; }
  .footer-contact__name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600; }
  .footer-contact__position {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #849098;
    margin-bottom: 9px; }
  .footer-contact__phone {
    font-size: 24px;
    line-height: 26px; }
    .footer-contact__phone a {
      color: var(--bs-body-color); }
      .footer-contact__phone a:hover {
        color: var(--bs-link-color); }
  .footer-contact__mail {
    font-size: 14px;
    line-height: 26px; }
    .footer-contact__mail a {
      color: var(--bs-link-color); }
      .footer-contact__mail a:hover {
        color: var(--bs-body-color); }
  @media (max-width: 1199px) {
    .footer-contact {
      font-size: 16px; }
      .footer-contact__type {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 5pxs; }
      .footer-contact__name {
        font-size: 18px;
        line-height: 1.25; }
      .footer-contact__position {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 5px; }
      .footer-contact__phone {
        font-size: 22px;
        line-height: 1.25; } }
  @media (max-width: 767px) {
    .footer-contact {
      text-align: left; } }

.modal {
  --bs-modal-bg: #fff;
  --bs-modal-width: 750px;
  --bs-modal-padding: 40px 50px; }
  .modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2; }
  .modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center; }

.block-blue a {
  color: #fff !important;
  text-decoration: underline !important;
}

.block-blue a:hover {
  text-decoration: none !important;
}


/*# sourceMappingURL=style.css.map */
