@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&display=swap&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap&subset=latin-ext);@import url(https://fonts.googleapis.com/css2?family=Special+Elite&display=swap&subset=latin-ex);@charset "UTF-8";

html {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  overflow-x: hidden;
}

main {
  padding-bottom: 12rem;
}

a[data-url=wishlist],
span[data-block=wishlist] {
  display: none;
}

.cursor-loading {
  cursor: wait !important;
}

.img-product-container .row > .book-img-part .image-list {
  max-height: 530px;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-color: #003577 #bdbdbd;
  scrollbar-width: thin;
}

.img-product-container .row > .book-img-part .image-list::-webkit-scrollbar {
  width: 8px;
}

.img-product-container .row > .book-img-part .image-list::-webkit-scrollbar-thumb {
  border-radius: 12px 12px 12px 12px;
  background: #003577;
  margin: 0px auto;
}

.img-product-container .row > .book-img-part .image-list::-webkit-scrollbar-track {
  border-radius: 12px 12px 12px 12px;
  background: #bdbdbd;
}

/*.img-product-container .row > .book-img-part {
    max-height: 530px;
    overflow-x: hidden;
    overflow-y: scroll;
    //scrollbar-color: #003577 #bdbdbd;
    scrollbar-width: none;
}

.img-product-container .row > .book-img-part::-webkit-scrollbar {
    width: 0;
}*/

#body-wrapper {
  overflow-x: hidden;
}

.col-lg-6.col-12.px-0.spacing-fix1 {
  flex: none;
}

.cart-custom-info {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  padding: 1.25rem;
}

.cart-custom-info h3 {
  font-size: 18px;
  font-weight: 800;
}

.cart-custom-info span {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 720px) {
  #adminToolBtn {
    z-index: 998 !important;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #003577;
    cursor: pointer;
    outline: none !important;
  }

  #adminToolBtn span {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #adminToolBtn span i {
    font-size: 24px;
    color: white;
    line-height: inherit !important;
  }

  #adminTool {
    z-index: 999 !important;
    background-color: #fff;
    position: fixed;
    right: 40px;
    top: 40px;
    margin-top: 20px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 30%;
    border-radius: 10px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.25);
  }

  #adminTool .adminTool__image {
    height: auto;
    overflow: hidden;
  }

  #adminTool .adminTool__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #adminTool .adminTool__text {
    width: 400px;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    padding: 1.25rem;
  }

  #adminTool .adminTool__text h3,
  #adminTool .adminTool__text p {
    width: -moz-fit-content;
    width: fit-content;
  }

  #adminTool .adminTool__text h3 {
    font-size: 18px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
  }

  #adminTool .adminTool__text p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
  }

  #adminTool .adminTool__text .adminTool__spacer-line {
    display: block;
    background-color: #d1d1d1;
    margin: 1rem 0;
    width: 100%;
    height: 1px;
  }

  #adminTool .adminTool_open {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  #adminTool {
    display: none !important;
  }
}

@media screen and (max-width: 1331px) {
  #promoButton {
    display: block !important;
  }
}

@media screen and (max-width: 1331px) {
  #promoInfo {
    display: none !important;
  }
}

#promoButton {
  z-index: 998 !important;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #003577;
  cursor: pointer;
  outline: none !important;
}

#promoButton span {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#promoButton span i {
  font-size: 24px;
  color: white;
  line-height: inherit !important;
}

#promoInfo {
  z-index: 999 !important;
  background-color: #fff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30%;
  border-radius: 10px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.25);
}

#promoInfo .promoInfo__image {
  height: auto;
  overflow: hidden;
}

#promoInfo .promoInfo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#promoInfo .promoInfo__text {
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  padding: 1.25rem;
}

#promoInfo .promoInfo__text h3,
#promoInfo .promoInfo__text p {
  width: -moz-fit-content;
  width: fit-content;
}

#promoInfo .promoInfo__text h3 {
  font-size: 18px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

#promoInfo .promoInfo__text p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

#promoInfo .promoInfo__text .promoInfo__spacer-line {
  display: block;
  background-color: #d1d1d1;
  margin: 1rem 0;
  width: 100%;
  height: 1px;
}

#promoInfo .open {
  display: none;
}

#promoInfo:not(custom-popup) .promoInfo__image {
  width: 400px;
}

#promoInfo.custom-popup .promoInfo__image {
  width: auto;
}

.appearance {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #003577;
  cursor: pointer;
  outline: none !important;
}

.appearance span i {
  font-size: 24px;
  color: white;
  line-height: inherit !important;
}

.appearance--x {
  width: 25px;
  height: 25px;
  right: -10px;
  top: -10px;
}

.appearance--x span i {
  font-size: 15px;
  top: -1px;
  position: relative;
}

.main-section {
  z-index: 101;
}

.main-section.newsletter {
  background: #c1d1e5;
}

.main-section.newsletter .newsletter__img {
  margin-top: -12rem;
}

@media screen and (max-width: 991px) {
  .main-section.newsletter .newsletter__img {
    margin-top: -9rem;
  }
}

.main-section.newsletter .newsletter-sign__input {
  border-radius: 50px;
  height: 3rem;
  padding-left: 3rem;
  color: #747474;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.01875rem;
}

@media screen and (max-width: 767px) {
  .main-section.newsletter .newsletter-sign__input {
    width: 100%;
    padding-left: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main-section.newsletter .form-inline {
    width: 75%;
  }
}

@media screen and (max-width: 369px) {
  .main-section.newsletter .form-inline {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-section.newsletter .form-group {
    width: 100%;
  }
}

.main-section.newsletter .form-group:before {
  width: 1rem;
  height: 1rem;
  background: url("/img/email.png");
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .main-section.newsletter .form-group:before {
    top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .main-section.newsletter .btn-primary {
    width: 100%;
    margin-top: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .main-section.newsletter .main-section__title--dark {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .newsletter__img--position {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .newsletter__img--swap {
    width: unset !important;
  }
}

@media screen and (max-width: 450px) {
  .newsletter__img--swap {
    width: 100% !important;
  }
}

.main-section-links .main-section-links__before {
  height: 2px;
  background: #6D6D6D;
}

.main-section__col-second {
  top: 1rem;
}

.main-section__col-third {
  top: -6rem;
}

.main-section__col-third--lower {
  top: -1rem;
}

.main-section__col-fourth {
  top: -3rem;
}

.main-section__title {
  color: #003577;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}

.main-section__title--dark {
  color: #282828;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}

.main-section__title--dark.blue {
  color: #003577;
}

.main-section__title--dark-bolder {
  color: #282828;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.04rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}

.main-section__title--bold {
  color: #003577;
  font-size: 2.2rem;
  letter-spacing: 0.04rem;
  line-height: 2.7rem;
  margin-bottom: 0;
  font-weight: 700;
}

.main-section__title--details {
  color: #c1d1e5;
  font-size: 2.2rem;
  letter-spacing: 0.04rem;
  line-height: 2.7rem;
  margin-bottom: 0;
  font-weight: 700;
}

.main-section__title--smaller {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.04rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.main-section__title--thin {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.main-section__more {
  color: #003577;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.375rem;
  margin-bottom: 0;
  z-index: 20;
}

.main-section__more--smaller {
  color: #003577;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 0;
  z-index: 20;
}

.main-section__more--underline {
  color: #003577;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.375rem;
  margin-bottom: 0;
  text-decoration: underline;
}

.main-section__more--dark {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.main-section__title--pre {
  color: #003577;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5625rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main-section__title--pre {
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.annotation {
  background: #c1d1e5;
  max-width: 8.125rem;
  border-radius: 2px;
}

.annotation__span {
  color: #282828;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 0.875rem;
  padding: 0.125rem 0.625rem;
}

@media screen and (max-width: 767px) {
  .annotation__span {
    font-size: 0.65rem;
    padding: 0.225rem 0.625rem;
  }
}

.annotation--light {
  background: #ffffff;
  max-width: 8.125rem;
  border-radius: 2px;
}

a:hover {
  text-decoration: none;
}

.btn-scn {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.01875rem;
  text-align: center;
  padding: 13px 22px;
  border-radius: 25px;
  height: 3rem;
  background: #c1d1e5;
  color: #003577;
}

.btn-scn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.01875rem;
  text-align: center;
  padding: 13px 22px;
  border-radius: 25px;
  height: 3rem;
}

.btn-primary:focus {
  outline: none;
  box-shadow: none;
}

.menu-margin {
  margin-top: 9.5rem;
}

.main-section__border {
  border-top: 1px solid #D3D3D3;
}

.main-section__border--bottom {
  border-bottom: 1px solid #D3D3D3;
}

.book {
  background: #ffffff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1.25rem;
}

@media screen and (max-width: 767px) {
  .book {
    padding: 0.75rem;
  }
}

.book .book-details-annotation {
  /*background: $details;*/
}

.book .book-details-annotation .book-details-annotation__span {
  color: #282828;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 0.875rem;
  padding: 0.125rem 0.625rem;
  background: #c1d1e5;
  height: 1.1875rem;
}

@media screen and (max-width: 1200px) {
  .book .book-details-annotation .book-details-annotation__span.reduced {
    font-size: 0.55rem;
  }
}

@media screen and (max-width: 991px) {
  .book .book-details-annotation .book-details-annotation__span.reduced {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 766px) {
  .book .book-details-annotation .book-details-annotation__span.reduced {
    font-size: 0.56rem;
  }
}

.book .book-details-annotation .book-details-annotation__span:hover {
  color: #FFFFFF;
  background: #003577;
}

@media screen and (max-width: 767px) {
  .book .book-cover {
    max-width: 14.5rem;
  }
}

.book .book-icons .book-icons__img {
  width: 1.5625rem;
}

@media screen and (min-width: 1200px) {
  .book .book-icons .book-icons__img {
    margin-right: 2px;
    max-height: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .book .book-icons .book-icons__img {
    width: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .book .book-icons .book-icons__img {
    width: 1rem;
    margin-left: 3px;
  }
}

.book .book-icons .book-icons__img.reduced {
  width: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .book .book-icons .book-icons__img.reduced {
    width: 0.98rem;
  }
}

@media screen and (max-width: 991px) {
  .book .book-icons .book-icons__img.reduced {
    width: 1.2rem;
  }
}

@media screen and (max-width: 766px) {
  .book .book-icons .book-icons__img.reduced {
    width: 1rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .book .book-icons {
    display: flex;
  }
}

.book .book-author-note__title {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.375rem;
  color: #000000;
}

.book .book-author-note__author {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
}

.book .book-author-note {
  border-bottom: 1px solid #D1D1D1;
  max-width: 14.5rem;
}

.book .details-price .details-price__img {
  height: 2.125rem;
  margin-right: 0.5rem;
}

.book .details-price__price--old {
  color: #BDBDBD;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.0185rem;
  line-height: 1rem;
  text-decoration: line-through;
}

.book .details-price__price--new {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.0275rem;
  line-height: 1.25rem;
  color: #000000;
}

.book .book__more-button:focus {
  outline: none;
}

.book .book__more-button:before {
  width: 3.375rem;
  height: 3.375rem;
  background: #003577;
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  top: -4px;
}

@media screen and (max-width: 767px) {
  .book .book__more-button:before {
    width: 2.85rem;
    height: 2.85rem;
    background: #003577;
    content: "";
    position: absolute;
  }
}

.book .book__more-button .book__more-img {
  z-index: 10;
  height: 3.375rem;
}

.book .book__more-button .book__more-img:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .book .book__more-button .book__more-img {
    height: 2.85rem;
  }
}

.recommend {
  padding-bottom: 6rem;
}

@media screen and (max-width: 991px) {
  .recommend {
    padding-bottom: 0 !important;
  }
}

.price--old {
  color: #BDBDBD;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.0185rem;
  line-height: 1rem;
  text-decoration: line-through;
}

.price--new {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.0275rem;
  line-height: 1.25rem;
  color: #000000;
}

.default__input {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #333333;
  height: 3.5rem;
  border: 1px solid #D1D1D1;
}

.default__input:focus {
  border: 1px solid #D1D1D1;
  box-shadow: none;
}

.books-more-show,
.wydawnictwo-more-show {
  display: none;
}

.default__select {
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #333333;
  height: 3.5rem;
  border: 1px solid #D1D1D1;
  background: transparent;
}

.default__select:focus {
  border: 1px solid #D1D1D1;
  box-shadow: none;
  background-color: transparent;
}

.default__textarea {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #333333;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
}

.default__textarea:focus {
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
}

.form-arrow:before {
  width: 15px;
  height: 10px;
  background: url("/img/simple-arrow-down.png");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  right: 40px;
  top: calc(50% - 3px);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .form-arrow:before {
    width: 17px;
    height: 10px;
    background: url("/img/simple-arrow-down.png");
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 40px;
    top: calc(50% - 3px);
    z-index: 0;
  }
}

.default__text {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #282828;
}

.default__text--dark {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 500;
}

.default__text--dark-bolder {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 600;
}

.default__text--underline {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
}

.default__text--bold {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 700;
}

.default__text--super-bold {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 800;
}

.default__text--super-bold-bigger {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 800;
}

.default__text--bigger {
  font-size: 1.125rem;
  line-height: 2.2rem;
  color: #333333;
  font-weight: 600;
}

.default__text--light {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #747474;
  font-weight: 500;
}

.default__text--download {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #333333;
  font-weight: 500;
}

.default__text--black {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: 500;
}

.default__link--bold {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 700;
}

.default__link--underline-bold {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 700;
  text-decoration: underline;
}

.default__link--underline-bold:hover {
  text-decoration: underline;
}

.additional-info {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.9375rem;
  color: #a1a1a1;
}

.additional-info--bigger {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #a1a1a1;
}

.additional-info--light {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #929292;
}

.additional-info--dark {
  color: #333333;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 500;
}

.shadow-block {
  border-radius: 10px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
}

.text-longer--longer {
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  bottom: 2rem;
  position: absolute;
}

.text-longer__div {
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.text-longer__div::-webkit-scrollbar {
  width: 0 !important;
}

.inter-section__title {
  color: #333333;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-weight: 700;
}

.inter-section__title--bold {
  color: #333333;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__row {
    width: 100%;
  }
}

.breadcrumbs__logo {
  width: 1rem;
}

.breadcrumbs__span {
  color: #333333;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .breadcrumbs__span {
    font-size: 0.74rem;
  }
}

.breadcrumbs__span:before {
  width: 2rem;
  height: 1px;
  background: #333333;
  content: "";
  position: absolute;
  top: 50%;
  left: -2.4rem;
}

@media screen and (max-width: 991px) {
  .filter {
    display: block !important;
  }
}

.filter__button {
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 600;
  color: #003577;
  border-radius: 13.5px;
  background-color: #E2E2E2;
  transition: background-color .2s;
  cursor: pointer;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

@media screen and (max-width: 1200px) {
  .filter__button {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 991px) {
  .filter__button {
    display: inline-block !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .filter__button {
    font-weight: 700;
    font-size: 0.875rem;
  }
}

.filter__button:after {
  content: '×';
  position: absolute;
  font-size: 1.7rem;
  font-weight: 100;
  right: 0.8rem;
  top: 0.4rem;
  transform: rotate(45deg);
  color: #003577;
}

.filter__button.active {
  background-color: #003577;
  color: #FFF8F9;
}

.filter__button.active:after {
  content: '×';
  position: absolute;
  font-size: 1.7rem;
  font-weight: 100;
  right: 0.8rem;
  top: 0.4rem;
  transform: rotate(0);
  color: #ffffff;
}

.news-col {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.25);
  display: flex;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .news-col .btn--next-step {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .news-col .annotation {
    width: 50% !important;
  }
}

.border-container {
  margin-top: -1.5rem;
}

.border-bottom--thick {
  border-bottom: 2px solid #282828;
}

.pagination__arow--left {
  transform: rotate(90deg);
  cursor: pointer;
}

.pagination__arow--right {
  transform: rotate(-90deg);
  cursor: pointer;
}

.pagination__input {
  height: 1.5rem;
  width: 3rem;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
  -moz-appearance: textfield;
}

@media screen and (max-width: 767px) {
  .pagination__input {
    height: 1.7rem !important;
    width: 3.2rem;
    font-size: 1.3rem !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.7rem !important;
  }
}

.pagination__input:focus {
  border: 1px solid #D1D1D1;
  outline: none;
}

.pagination__input::-webkit-outer-spin-button,
.pagination__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination__number {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pagination__number {
    font-size: 1.3rem;
  }
}

.pagination__last:before {
  width: 2.2rem;
  height: 1px;
  background: #333333;
  content: "";
  position: absolute;
  top: 50%;
  left: -2.8rem;
  cursor: initial;
}

@media screen and (max-width: 767px) {
  .pagination__last:before {
    display: none;
  }
}

.pagination__number--before {
  position: relative;
}

.pagination__number--before:before {
  width: 2.2rem;
  height: 1px;
  background: #333333;
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2rem;
  cursor: initial;
}

@media screen and (max-width: 767px) {
  .pagination__row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .pagination__col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .pagination--width {
    width: 100%;
  }
}

.pagination__before {
  height: 2px;
  background: #6D6D6D;
}

.no-img .event-image {
  display: none;
}

.next-page {
  cursor: pointer;
}

.news-col {
  margin-bottom: 2rem;
}

.form-arrow--sort:before {
  width: 15px;
  height: 10px;
  background: url("/img/simple-arrow-down.png");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  right: 0;
  top: calc(50% - 3px);
  z-index: 0;
}

.form-control--sort {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 700;
}

.form-control--sort:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
}

.special-offer {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #ffffff;
}

.special-offer .special-offer__book-img {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
  max-width: 9.375rem;
}

@media screen and (max-width: 767px) {
  .special-offer .special-offer__book-img {
    max-width: 7rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .special-offer .btn-primary {
    font-size: 0.9rem;
  }
}

.special-offer__annotation {
  font-weight: 800;
  color: #003577;
  font-size: 1rem;
  line-height: 1.6;
}

.special-offer__title {
  font-weight: 800;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.special-offer__discount {
  color: #c1d1e5;
  font-size: 1.75rem;
  line-height: 1rem;
  font-weight: 900;
  letter-spacing: 0.03875rem;
}

.special-offer__discount-span {
  color: #000000;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 900;
}

.special-offer__discount-span--border {
  color: #000000;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 900;
  border: 3px solid #c1d1e5;
}

.special-offer__discount-span--border:before {
  width: 102%;
  height: 45px;
  background: none;
  content: "";
  position: absolute;
  left: -1%;
  bottom: -48px;
  border-left: 74px solid transparent;
  border-right: 74px solid transparent;
  border-top: 14px solid #c1d1e5;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .special-offer__discount-span--border:before {
    width: 102%;
    height: 45px;
    background: none;
    content: "";
    position: absolute;
    left: -1%;
    bottom: -48px;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 14px solid #c1d1e5;
  }
}

.special-offer__discount-span--border:after {
  width: 102%;
  height: 45px;
  background: none;
  content: "";
  position: absolute;
  left: -1%;
  bottom: -45px;
  border-left: 74px solid transparent;
  border-right: 74px solid transparent;
  border-top: 14px solid #ffffff;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .special-offer__discount-span--border:after {
    width: 102%;
    height: 45px;
    background: none;
    content: "";
    position: absolute;
    left: -1%;
    bottom: -45px;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 14px solid #ffffff;
  }
}

.buy-set .special-offer__discount-span--border:before {
  width: 102%;
  height: 45px;
  background: none;
  content: "";
  position: absolute;
  left: -1%;
  bottom: -48px;
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 14px solid #c1d1e5;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .buy-set .special-offer__discount-span--border:before {
    width: 102%;
    height: 45px;
    background: none;
    content: "";
    position: absolute;
    left: -1%;
    bottom: -48px;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
    border-top: 14px solid #c1d1e5;
  }
}

.buy-set .special-offer__discount-span--border:after {
  width: 102%;
  height: 45px;
  background: none;
  content: "";
  position: absolute;
  left: -1%;
  bottom: -44px;
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 14px solid #ffffff;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .buy-set .special-offer__discount-span--border:after {
    width: 102%;
    height: 45px;
    background: none;
    content: "";
    position: absolute;
    left: -1%;
    bottom: -44px;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 14px solid #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .buy-set .special-offer__discount-span--border:before {
    width: 102%;
    height: 45px;
    background: none;
    content: "";
    position: absolute;
    left: -1%;
    bottom: -48px;
    border-left: 59px solid transparent;
    border-right: 59px solid transparent;
    border-top: 14px solid #c1d1e5;
  }

  .buy-set .special-offer__discount-span--border:after {
    width: 102%;
    height: 45px;
    background: none;
    content: "";
    position: absolute;
    left: -1%;
    bottom: -44px;
    border-left: 59px solid transparent;
    border-right: 59px solid transparent;
    border-top: 14px solid #ffffff;
  }
}

.category__title--main {
  font-size: 1rem;
  font-weight: 800;
  color: #003577;
}

.category__title {
  font-size: 1rem;
  font-weight: 800;
  color: #333333;
}

.category__title.selected {
  color: #003577;
  font-weight: 900;
  text-decoration: underline;
}

.none-events {
  pointer-events: none;
  opacity: 0.5;
}

.slick-active.slick-slide {
  transform: translateY(-44px);
  transition: transform 0.6s;
}

.slick-slide {
  transform: translateY(0px);
  transition: transform 0.6s;
}

.slick-active.slick-slide.slick-current {
  transform: translateY(0px);
  transition: transform 0.6s;
}

.previews .slick-active.slick-slide {
  transform: translateY(0px);
  transition: transform 0.6s;
}

.previews .slick-slide {
  transform: translateY(0px);
  transition: transform 0.6s;
}

.previews .slick-active.slick-slide.slick-current {
  transform: translateY(-44px);
  transition: transform 0.6s;
}

.main-section--mobile {
  overflow: hidden;
}

.main-section--mobile .main-section__title {
  font-size: 1.8rem;
  font-weight: 700;
}

.main-section--mobile .main-section__title:after {
  width: 72%;
  height: 2px;
  background: #6D6D6D;
  content: "";
  position: absolute;
  top: 1.2rem;
  margin-left: 1.43rem;
}

.main-section--mobile.previews .main-section__title:after {
  width: 60%;
  height: 2px;
  background: #6D6D6D;
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  margin-left: 0;
}

@media screen and (max-width: 450px) {
  .main-section--mobile.previews .main-section__title:after {
    width: 51%;
  }
}

.mobile-carousel {
  margin-top: -4.57rem;
}

.mobile-carousel .slick-list {
  padding-top: 4.8rem;
  padding-bottom: 1.86rem;
  padding-left: 1rem;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.2rem;
}

.slick-dots button {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c1d1e5;
  opacity: 1;
  text-indent: -9999px;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #003577;
  opacity: 1;
}

.slick-slide {
  cursor: grab;
}

.slick-slide:focus {
  outline: none;
}

.carousel-control-prev {
  opacity: 0;
  padding-right: 1.43rem;
  padding-bottom: 4.57rem;
}

.carousel-control-prev .carousel-control-prev__before {
  left: 6px;
}

.carousel-control-prev:before {
  width: 5.43rem;
  height: 3.43rem;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  border-radius: 22.41px;
  left: -2.2rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.carousel-control-prev .carousel-control-prev__arrow {
  transform: rotate(-180deg);
  z-index: 80;
  cursor: pointer;
  width: 1.5rem;
}

.carousel-control-next {
  opacity: 1;
  padding-left: 1.43rem;
  padding-bottom: 4.57rem;
}

.carousel-control-next .carousel-control-next__before {
  right: 6px;
}

.carousel-control-next:before {
  width: 5.43rem;
  height: 3.43rem;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  border-radius: 22.41px;
  right: -2.2rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.carousel-control-next .carousel-control-next__arrow {
  z-index: 80;
  cursor: pointer;
  width: 1.5rem;
}

@media screen and (max-width: 767px) {
  .news-account .annotation {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .news-account .annotation__span {
    font-size: 0.55rem;
  }
}

@media screen and (max-width: 767px) {
  .news-account .news-col {
    padding: 0.75rem !important;
  }
}

@media screen and (max-width: 767px) {
  .news-account .btn--next-step {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .news-account.main-section--mobile .main-section__title {
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .news-account.main-section--mobile .main-section__title:after {
    width: 72%;
    height: 2px;
    background: #6D6D6D;
    content: "";
    position: absolute;
    top: 3.2rem;
    margin-left: 1.43rem;
  }
}

@media screen and (max-width: 767px) {
  .author-block__image {
    position: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .main-section--mobile-interesting .main-section__title {
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .main-section--mobile-interesting .main-section__title:after {
    width: 100%;
    height: 2px;
    background: #6D6D6D;
    content: "";
    position: absolute;
    top: 3.2rem;
    margin-left: 1.43rem;
    left: 0;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .interesting-carousel .book {
    max-width: 227px;
  }
}

@media screen and (max-width: 767px) {
  .interesting-carousel .book {
    max-width: 167px;
  }
}

@media screen and (max-width: 991px) {
  .interesting-carousel .annotation__span,
  .interesting-carousel .book-details-annotation__span {
    font-size: 0.65rem;
  }
}

@media screen and (max-width: 991px) {
  .interesting-carousel .btn--next-step {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 401px) {
  .main-section--mobile-interesting .main-section__title:after {
    width: 100%;
    height: 2px;
    background: #6D6D6D;
    content: "";
    position: absolute;
    top: 5.3rem;
    margin-left: 1.43rem;
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .next-page .main-section__title--details {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 380px) {
  .products-block .products__col--left {
    padding-right: 8px;
  }
}

@media screen and (max-width: 380px) {
  .products-block .products__col--right {
    padding-left: 8px;
  }
}

@media screen and (max-width: 380px) {
  .products-block .book .book-details-annotation .book-details-annotation__span {
    font-size: 0.5rem;
    padding: 0.1rem 0.3rem;
  }
}

.products-block .book .details-price-block:not(.mt-3) {
  margin-top: 0.5rem !important;
}

@media screen and (max-width: 380px) {
  .products-block .book .book__more-button:before {
    width: 2.5rem;
    height: 2.5rem;
    background: #003577;
    content: "";
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 380px) {
  .products-block .book .book__more-button .book__more-img {
    height: 2.5rem;
    margin-top: 3px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select,
  .form-select,
  .form-control,
  #cart-select,
  option,
  .form-select:focus,
  option:focus,
  select:focus,
  textarea {
    font-size: 16px;
  }
}

.lg-backdrop {
  background-color: #00000096 !important;
}

.lg-toolbar {
  background-color: transparent !important;
}

#lg-download {
  display: none;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: transparent !important;
}

.lg-outer {
  background-color: rgba(0, 0, 0, 0.85);
}

.width-125px {
  width: 125px;
}

.pagination__row .pagination--left > a {
  display: flex;
}

.interesting-carousel-desktop.mobile-carousel {
  margin-top: 0;
}

.interesting-carousel-desktop.mobile-carousel .book {
  max-width: 280px;
}

#lightgallery .gallery-item {
  max-height: 170px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  #lightgallery .gallery-item {
    max-height: 140px;
  }
}

@media screen and (max-width: 991px) {
  #lightgallery .gallery-item {
    max-height: 110px;
  }
}

/*.info-pop {
    top: calc(50vh - 20%);
    left: calc(50vw - 150px);
    height: auto;
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 500000;
    width: 300px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
}*/

.info-pop {
  top: 50vh;
  left: 50vw;
  height: auto;
  transform: translate(-50%, -50%);
  min-height: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 500000;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
}

.info-pop .btn {
  min-width: 130px;
  height: auto;
}

.info-pop .btn .btn-smaller-text {
  font-size: 10px;
}

.blurry-img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.inherit-url {
  color: inherit;
}

.footer-foreign.footer .footer__title--border {
  padding-top: 10px;
}

.footer-foreign.footer .footer__list {
  font-weight: 500;
  padding-left: 0;
}

.footer-foreign.footer .footer__list::before {
  display: none;
}

.container-info--orange {
  position: fixed;
  bottom: 0;
  background: #ff9800;
  width: 100%;
  z-index: 1049;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
}

.container-info--orange .info-box--orange {
  padding: 20px 0;
}

.container-info--orange .info-box__message {
  font-size: 0.9rem;
  color: #ffffff;
}

.container-info--blue {
  position: fixed;
  bottom: 0;
  background: #003577;
  width: 100%;
  z-index: 1049;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
}

.container-info--blue .info-box--blue {
  padding: 20px 0;
}

.container-info--blue .info-box__message {
  font-size: 0.9rem;
  color: #ffffff;
}

.container-info--blue .not-blue-link {
  color: #fff;
}

.container-info--blue .close {
  right: -20px;
  top: 20px;
  font-size: 1.5rem;
  line-height: 24px;
}

@media screen and (max-width: 766px) {
  .container-info--blue .close {
    right: 0;
  }
}

.container-info--blue .close:focus {
  outline: none;
}

.container-info--blue span {
  color: #fff;
  font-weight: 100;
}

.js-cookie-consent {
  position: fixed;
  bottom: 62px;
  background: #ffffff;
  width: 100%;
  z-index: 1049;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  .js-cookie-consent {
    bottom: 82px;
  }
}

@media screen and (max-width: 767px) {
  .js-cookie-consent {
    bottom: 78px;
  }
}

@media screen and (max-width: 478px) {
  .js-cookie-consent {
    bottom: 116px;
  }
}

.js-cookie-consent .cookie-consent-box {
  padding: 20px 0;
}

@media screen and (max-width: 766px) {
  .js-cookie-consent .cookie-consent-box {
    padding: 20px 20px;
  }
}

.js-cookie-consent .cookie-consent__message {
  font-size: 0.9rem;
}

.js-cookie-consent .js-cookie-consent-agree {
  color: #003577;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.375rem;
  margin-bottom: 0;
  z-index: 20;
  background: none;
  border: none;
  outline: none;
}

.price--preview {
  color: #333333;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.0185rem;
  line-height: 1rem;
}

.modal-content-custom {
  background: unset;
  border: none;
  margin-left: -2vw;
}

.modal-content-custom iframe {
  border: 20px solid white !important;
  overflow: auto !important;
  border-radius: 10px !important;
  box-sizing: content-box !important;
}

.banner-desktop-style {
  border-radius: 10px;
}

.banner-mobile-style {
  border-radius: 10px;
}

.newsletter-page.newsletter {
  background: url("/img/img-newsletter-03.png"), #c1d1e5;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-bottom: -12rem;
}

.newsletter-page.newsletter .main-section__title--dark {
  color: #003577;
  text-align: left;
}

.newsletter-page.newsletter .text {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

@media screen and (max-width: 1400px) {
  .newsletter-page.newsletter {
    background-position: bottom center;
  }
}

@media screen and (max-width: 991px) {
  .newsletter-page.newsletter {
    background: #c1d1e5;
  }

  .newsletter-page.newsletter .container {
    max-width: 100%;
  }

  .newsletter-page.newsletter .container div {
    text-align: center;
  }

  .newsletter-page.newsletter .container .annotation--light,
  .newsletter-page.newsletter .container .form-inline {
    margin: 0 auto;
  }

  .newsletter-page.newsletter .form-inline {
    width: 75%;
  }

  .newsletter-page.newsletter .form-group {
    width: 100%;
  }

  .newsletter-page.newsletter .newsletter-sign__input {
    width: 100%;
    padding-left: 3.5rem;
  }

  .newsletter-page.newsletter .btn-primary {
    width: 100%;
    margin-top: 1rem !important;
  }

  .newsletter-page.newsletter .main-section__title--dark {
    text-align: center;
  }

  .newsletter-page.newsletter .text {
    text-align: center;
  }
}

.newsletter-page.newsletter .newsletter-image {
  position: absolute;
  max-width: 50vw;
  bottom: 0;
  right: 0;
  max-height: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .newsletter-page.newsletter .newsletter-image {
    position: relative;
    max-width: 100%;
    right: -32px;
  }
}

.newsletter-page.newsletter .newsletter-wrapper {
  position: unset;
}

