
.footer-privacy__text>p{
	font: 300 12px/1.6 Inter,sans-serif;
	color: rgba(255,255,255,0.6);
}
.fix-whatsapp {
	position: fixed;
	right: 0;
	bottom: 25px;
	background-color: #ffffff;
	z-index: 998;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: -3px 6px 5px 0px rgba(0,0,0,0.27);
	-webkit-box-shadow: -3px 6px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: -3px 6px 5px 0px rgba(0,0,0,0.27);
}
.fix-whatsapp>a {
	display: flex;
	padding: 16px 42px 16px 16px;
}
.mob-nav .mob-nav__bg .contact__socials {
	margin-top: 16px;
	padding-top: 24px;
	border-top: 2px solid #6B7280;
      justify-content: center;
}

.mob-nav .mob-nav__bg .contact__socials a {
	height: 32px;
	width: 32px;
}
.mob-nav .mob-nav__bg .contact__socials li {
	padding-left: 12px;
	padding-right: 12px;
}
.mob-nav .mob-nav__bg .contact__socials li:first-child {
	padding-left: 0;
}
@media (max-width:767px){ 
	.fix-whatsapp>a {
		padding: 10px
	}
	.fix-whatsapp>a>svg {
		height: 44px;
		width: 44px;
	}
}
.fix-whatsapp>a:hover svg path {
    fill: #25D366; 
    transition: fill 0.3s ease; 
}
.articles-page__content.content>ul>li:before {
	display: none;
}
.articles-page__content.content>ul>li>a {
	text-decoration: none;
	border-bottom: 0;
}
.articles-page__email {
	font-size: 18px;
	display: flex;
    align-items: center;
    margin-bottom: 24px !important;
}
.articles-page__email>a{
	/*text-decoration: underline;*/
	border-bottom: 1px solid rgba(0,0,0,.45) !important;
	margin-left: 10px;
}
.articles-page__email>a:hover {
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}
@media screen and (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        font-size: 16px !important;
    }
    
    select {
        font-size: 16px !important;
    }
}
.catalog__image-wrap {
  height: auto;
}
.desc__content>.desc__book>p {
  margin-bottom: 10px;
}
.desc__content>.desc__book>p:last-child {
  margin-bottom: 0;
}
.reviews.container {
  overflow: hidden;
  position: relative;
}

.reviews__slider {
  width: 100%;
}

.reviews__slider  .swiper-wrapper {
  box-sizing: border-box;
}

.reviews__slider .swiper-slide {
  height: auto;
}

@media (min-width:767px){ 
    .lang.first{
        padding-right: 0;
        margin-left: 10px;
    }
}
@media (max-width:767px){ 
    .lang.first{
        margin-top: 15px;
    }
}
.lang .active  {
    text-decoration: none;
    border-bottom: 0;
}
.single-content {
	color: #000000;
}

.single-content h1 {
	font-size: 36px;
	margin-bottom: 24px;
}
.single-content h2 {
	font-size: 32px;
}
.single-content h3 {
	font-size: 32px;
	font-weight: 400;
}
.single-content h4 {
	font-size: 24px;
}

.single-content.content>ul>li:before {
	display: none;
}
.single-content.content>ul {
	padding-left: 24px;
}
.single-content.content>ul>li {
	list-style: disc;
}
.single-content.content blockquote {
	border: 1px dashed #000;
	padding: 16px;
	border-radius: 8px;
	color: rgba(0,0,0,.45);
	margin-bottom: 24px;
}

.article.articles_section .books__title {
	font: 700 36px/1.1 Inter,sans-serif;
}

.article.articles_section {
	padding-bottom: 92px;
}

@media (max-width:767px){ 
	.article.articles_section {
		padding-bottom: 76px;
	}
}



.footer-nav>ul {
    margin: 0 -16px -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-nav>ul>li {
    padding: 0 26px;
    font-weight: normal !important;
    padding-bottom: 0 !important;
}

@media (max-width:767px){ 
	.footer-nav>ul {
		/*display: block;*/
	}
	.footer-nav>ul>li {
		padding: 0 15px 15px 20px !important;
	}
}

@media (min-width:992px){ 
  .articles__item {
	    width: calc(33.33% - 48px);
	}
}
.articles_home {
    margin: 0 -24px -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.articles_home .articles__item {
    width: calc(33.33% - 48px);
    margin: 0 24px 80px;
    position: relative;
}

.articles__image-wrap {
    height: 264px;
}


.articles_section {
  padding-top: 0;
}
@media (max-width: 1024px){
  .articles_home .articles__item {
    width: calc(100% - 48px);
  }
  .articles_home .articles__image-wrap {
      height: auto;
  }
}
.d-none {
	display: none;
}
.form__input .notification_warning {
	position: absolute;
    font-size: 13px;
    top: 94%;
    color: red;
}
.clipboard__button {
	background: #ffffff;
}

.footer-nav>ul>li:first-child a:hover {
	color: #ffffff;
}

.desc__book {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  transition: max-height 0.3s ease;
}

.desc__book.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.js-read-more {
  display: inline-block;
  margin-top: 10px;
  color: #0073aa;
  cursor: pointer;
}
.contact__success {
  padding: 10px;
  border-radius: 10px;
  background: #222940;
  color: #ffffff;
  margin-top: 15px;
}
.reviews .contact__right {
  margin-left: 0;
  margin-top: 15px;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.popup {
    width: 100%;
    min-width: 320px;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(19,21,27,.8);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.popup__row {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
}
.popup__cell {
    width: 100%;
    height: 100%;
    padding: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.popup__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.popup__window {
    width: 100%;
    max-width: 530px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    background: #f3f3f3;
    border-radius: 16px;
    text-align: left;
}
.popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.x-button {
    width: 32px;
    height: 32px;
    display: block;
    background: 0 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.x-button__icon {
    width: 100%;
    height: 100%;
}
.popup__bg {
    width: 100%;
    min-width: 0;
    padding: 32px;
    position: relative;
    background: rgba(217,217,217,.25);
    border-radius: 16px;
}

.popup__title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: normal;
}
@media (max-width:480px){ 
  .popup__cell {
    padding: 30px;
  }
  .popup__title {
      margin-right: 16px;
      font-size: 22px;
  }
  .popup__close {
      top: 20px;
      right: 20px;
  }
  .popup__bg {
    padding: 15px;
  }
}
@media (max-width:360px){ 
  .popup__cell {
    padding: 0;
  }
  .popup__window {
    border-radius: 0;
  }
}
.reviews__empty {
    text-align: center;
    padding: 40px 0;
    color: #666;
    font-style: italic;
}

.input__placeholder.active {
    transform: translateY(-20px);
    font-size: 12px;
    color: #0073aa;
}

.input__placeholder_important::after {
    content: '*';
    color: #ff0000;
    margin-left: 2px;
}

@media (max-width: 767px) {
    .reviews__cols {
        flex-direction: column;
        gap: 15px;
    }
    
    .reviews__col {
        width: 100%;
        justify-content: center;
    }
}

.comment-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.comment-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.comment-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.comment-message__content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.comment-message__content svg {
    flex-shrink: 0;
}

.comment-message__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.comment-message__close:hover {
    opacity: 1;
}

.comment-message__close svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 768px) {
    .comment-message {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
}