.authors__button-next:hover svg path,
.authors__button-prev:hover svg path,
.inv-modal__close svg path,
.post__button-next:hover svg path,
.post__button-prev:hover svg path,
.subs-popup-close-btn svg path,
.succ-popup-close-btn svg path {
    fill: var(--btn-text);
}
.Subscriptions__slide--btn,
.about__topic-link--wrapper a,
.accordion-list__content,
.accordion-list__control,
.accordion-list__control-icon,
.authors__button-next,
.authors__button-next svg path,
.authors__button-prev,
.authors__button-prev svg path,
.body--opened-menu .burger__icon span,
.btn-details,
.btn-details svg,
.btn-outline,
.btn-primary,
.btn-subscription,
.burger__icon span,
.burger__icon span::after,
.burger__icon span::before,
.card-body,
.card-price,
.filters-reset,
.free__slide-btn svg,
.free__slide-list--btn,
.header__nav-btn,
.header__nav-btns--right,
.header__nav-item,
.header__socials,
.hide-btn,
.inv-btn-primary,
.inv-copy-btn,
.inv-modal__close svg path,
.inv-support-list,
.messenger-trigger svg,
.pay-method-item,
.pay-modal__close svg path,
.pay-support-list,
.popup-close-btn svg path,
.post__button,
.post__button-archive,
.post__button-next svg path,
.post__button-prev svg path,
.select-options,
.select-options li,
.select-trigger,
.select-trigger span,
.subs-btn--submit-request,
.subs-messenger-dropdown,
.subs-messenger-trigger svg,
.subs-popup-close-btn svg path,
.succ-popup-close-btn svg path,
.succ-support-list,
.timestamps-panel {
    transition: var(--transition);
}
.free__slide-btn--opened svg,
.messenger-trigger.open svg,
.select-trigger span {
    transform: rotate(180deg);
}
.free__copy-btn,
.option,
.select-trigger {
    cursor: pointer;
}
#free .free__slide-items .free__slide-item:last-child,
.accordion-list__item:last-child,
.free__slide-list--item:nth-child(4),
.posts__link:last-child .posts__link--wrapper {
    margin-bottom: 0;
}
.header {
    padding: 12px 0 8px;
}
.header__nav {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-content__list li,
.header__nav--left,
.post__button,
.post__nav,
.succ-support-section {
    display: flex;
    align-items: center;
}
.filters-reset--mobile,
.header__nav-logo--mobile,
.lessons-swiper-container.lessons-swiper-row--empty {
    display: none;
}
.header__nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.header__nav-btns,
.header__nav-btns--left {
    gap: 8px;
    display: flex;
}
.header__nav-item:hover {
    transform: scale(1.1);
}
.header__nav-item:nth-child(3) {
    border: 2px solid var(--titles-and-tags);
    border-radius: 16px;
    padding: 8px;
}
.messenger-trigger.open,
.messenger-trigger:focus {
    border-color: var(--accent-text);
}
.header__nav-btns {
    align-items: center;
    justify-content: center;
}
.header__nav-btns--left .header__nav-btn {
    box-sizing: border-box;
    min-width: 46px;
    height: 32px;
    padding: 0 14px !important;
    border: 1px solid var(--accent-text);
    color: var(--accent-text);
    background-color: var(--btn-text) !important;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}
.header__nav-btns--left .header__nav-btns--chosed,
.header__nav-btns--left .header__nav-btn:hover {
    border-color: var(--accent-text);
    color: var(--btn-text);
    background-color: var(--accent-text) !important;
}
.header__nav-btns--right .header__nav-btn:hover {
    color: var(--titles-and-tags);
    border-color: var(--titles-and-tags);
    background-color: var(--btn-text);
}
.header__nav-btns--right,
.messenger-field,
.messenger-select-wrapper {
    position: relative;
}
.header__socials {
    background-color: var(--btn-text);
    display: flex;
    flex-direction: column;
    gap: 12.5px;
    padding: 12px;
    border-radius: 16px;
    position: absolute;
    top: 100%;
    left: 2.5%;
    opacity: 0;
    visibility: hidden;
    transition-behavior: allow-discrete;
    width: max-content;
}
.header__socials--visible,
.timestamps-panel.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.footer__contacts-link,
.header__social-link,
.pay-support-link,
.succ-support-link {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header__social-link span {
    font-size: 12px;
    line-height: 1.75em;
}
.header__social-icon,
.pay-support-icon {
    max-width: 24px;
    max-height: 24px;
}
.about__us {
    margin: 8px 0 24px;
}
.about__titles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 8px;
}
.about__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    color: var(--titles-and-tags);
}
.Free__descr,
.about__descr,
.about__subtitle,
.learn__descr {
    font-size: 20px;
}
.Free__descr,
.about__descr {
    margin-bottom: 24px;
    line-height: 1.5em;
}
.about__topic-tag {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #555;
    margin-bottom: 24px;
}
.about__topic-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 96px;
}
.about__topic-link--wrapper {
    background-color: #f3f3f3;
    width: 425px;
    height: 138px;
    border-radius: 16px;
}
li.header__social a {
    transition: all 0.3s ease;
}

li.header__social a:hover {
	transform: scale(1.05)
}
.about__topic-link--wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.about__topic-link--wrapper:hover a {
    opacity: 0.5;
}
.about__topic-img--first {
    max-width: 162px;
    max-height: 83px;
}
.about__topic-img--second {
    max-width: 309px;
    max-height: 121px;
}
.Free,
.Subscriptions,
.learn,
.lessons {
    padding: 12px 0;
}
.learn__descr {
    line-height: 1.5em;
}
#Swiper1 .swiper-wrapper,
#free .free__slider .swiper-wrapper,
#lessons .lessons-swiper-container .swiper-wrapper {
    align-items: stretch;
}
#free .free__slider-slide {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 24px;
    border: 1px solid var(--card-border);
    box-shadow: 0 0 2px #2222221f;
}
#free .swiper-slide {
    max-width: 392px;
    max-height: 590px;
}
#free .free__slide-info {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
#free .free__slide-items {
    width: 100%;
    margin-bottom: 12px;
}
.free__slide-list::-webkit-scrollbar {
    width: 8px;
}
.free__slide-list::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 4px;
}
.free__slide-list::-webkit-scrollbar-thumb {
    background: var(--titles-and-tags);
    border-radius: 4px;
    height: 50px !important;
}
.tag.tag_new.learn__tag {
    border: none !important;
}
.free__slide-list::-webkit-scrollbar-thumb:hover {
    background: #0053d8;
}
#Swiper1 .free__slide-btn,
#Swiper1 .free__slide-list--btn,
#Swiper1 .free__slide-list--wrapper,
#free .free__slide-list--btn {
    margin-top: auto;
}
#free .free__slide-info--details-open .free__slide-list--wrapper.free__slide-list--visible {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#free .free__slide-info--details-open .free__slide-list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
}
ul.header__nav-list a {
    font-size: 16px;
}
.free__slide-link > img {
    border-radius: 24px 24px 0 0;
    max-width: 392px;
    object-fit: fill;
    height: 205px;
    max-height: 205px;
}
.free__slide-title img {
	
}
.free__slide-info {
    padding: 12px 12px 20px;
}
.free__slide-title {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 0 !important;
    line-height: 1.5em;
}
.free__slide-title img {
    max-width: 18px;
    max-height: 18px;
}
.btn-details svg,
.free__slide-btn svg {
    max-width: 10px;
    max-height: 5px;
}
.free__slide-title h3 {
    font-size: 20px;
    line-height: 29px;
}
.free__slide-item {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.125em;
}
#Swiper1 .swiper-slide {
    height: auto !important;
}
#Swiper1 .free__slider-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#Swiper1 .free__slide-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.free__slide-btn {
    position: relative;
    cursor: pointer;
    text-align: left;
    color: var(--titles-and-tags);
    width: 100%;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.free__slide-list--wrapper {
    position: relative;
    display: none;
    opacity: 0;
    z-index: -1;
    margin-bottom: 12px;
}
.free__slide-list--visible {
    position: relative;
    max-height: 100%;
    opacity: 1;
    display: block;
    z-index: 0;
}
.free__slide-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.free__slide-list--item {
    margin-bottom: 4px;
}
.container__wrapper,
.lessons-filters,
.post__content:last-child .FAQ p,
.posts__descr {
    margin-bottom: 24px;
}
.free__slide-list--btn {
    height: 45px;
    margin-top: 12px;
    background-color: var(--btn-text) !important;
    color: var(--titles-and-tags) !important;
    font-size: 20px;
    width: 100%;
}
.free__slide-list--btn:hover {
    background-color: var(--btn-text) !important;
    color: #0053d8 !important;
    border-color: #0053d8 !important;
}
.authors__slide-info--item span,
.filters-reset:hover,
.select-options li:hover {
    color: #0053d8;
}
.lessons-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.filter-item {
    width: 100%;
    max-width: 215px;
    height: 40px;
}
.custom-select {
    position: relative;
    height: 100%;
}
.filter-disabled {
    cursor: not-allowed;
}
.select-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    border: 2px solid var(--titles-and-tags);
    border-radius: 16px;
    font-weight: 500;
    background: 0 0;
    color: inherit;
}
.select-trigger:hover {
    border-color: #0053d8;
}
.select-trigger span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-details--opened svg,
.select-trigger.active span {
    transform: rotate(0) !important;
}
.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    max-width: 215px;
    min-height: 40px;
    overflow-y: auto;
    padding: 8px 0;
    background-color: var(--btn-text);
    border: 2px solid var(--titles-and-tags);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
}
p.posts__descr {
    font-size: 16px;
    line-height: 21px;
}
.modal.active,
.show {
    pointer-events: auto;
}
.show {
    display: block;
    opacity: 1;
    transform: translateY(4px);
}
.option {
    padding: 8px 16px;
}
.option:hover {
    background: rgba(58, 134, 255, 0.1);
}
.selected {
    background: rgba(58, 134, 255, 0.15);
    font-weight: 500;
}
.btn-details,
.filters-reset {
    background: 0 0;
    cursor: pointer;
}
.filters-reset {
    font-size: 20px;
    line-height: 1.25;
    text-decoration: underline;
    font-weight: 400;
    color: var(--text);
    border: none;
}
.btn-details,
.hide-btn {
    color: var(--titles-and-tags);
    cursor: pointer;
}
.lessons-swipers-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-top: 23px;
}
.lessons-swiper-container {
    width: 100%;
    margin-top: 0;
}
#lessons .swiper-slide.hidden,
.card-body .card-actions.hidden,
.lessons-swiper-slide.lessons-limit-hidden,
.lessons-swiper-container.lessons-swiper-row--narrow-collapsed {
    display: none !important;
}
.lessons-swiper-container.lessons-swiper-container--scroll-disabled {
    touch-action: pan-y;
    cursor: default;
}
.lessons-swiper-container.lessons-swiper-container--scroll-disabled .swiper-wrapper.swiper-no-swiping {
    cursor: default;
}




section#lessons {
    padding-top: 16px;
}
section#free {
    padding-top: 24px;
}
section#authors {
    margin-bottom: -12px !important;
}

.tag.tag_new.Free__tag {
    margin-bottom: 20px;
}
.lessons-load-more:before {
    top: 50%;
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    content: "";
    margin-top: -1px;
    position: absolute;
    z-index: 1;
    display: block;
	transition: all 0.3s ease;
}
.lessons-load-more:hover:before {
    background: #0053D8;
}
.lessons-load-more span {
    display: inline-block;
    padding: 0 23px;
    background: #fff;
    position: relative;
    color: #747474;
    z-index: 2;
    cursor: pointer;
	transition: all 0.3s ease;
}
.lessons-load-more:hover span {
	color: #0053D8;
}

.lessons-load-more {
    color: #555555;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    position: relative;
    margin-top: 24px;
    display: none !important;
}


@media (min-width: 1025px) {
.lessons-load-more {
    display: block !important;
}
#lessons .swiper-slide {
    width: calc(33.33333% - 10.66666666px);
}
	
}

#lessons .swiper-slide {
    max-width: 392px;
    flex-shrink: 0;
    height: auto;
    display: flex;
    box-sizing: border-box;
}
.lesson-card {
    border-radius: 24px;
    border: 1px solid var(--card-border);
    box-shadow: 0 0 2px #2222221f;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: var(--transition);
}
#lessons #lessons .swiper-slide .lesson-card {
    width: 100%;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 1025px) {
    #lessons .lessons-swiper-container.swiper {
        overflow: visible;
    }
    #lessons .lessons-swiper-container .swiper-wrapper {
        flex-wrap: wrap;
        gap: 16px;
        transform: none !important;
    }
    #lessons .lessons-swiper-slide {
        margin-right: 0 !important;
    }
}
#lessons .lesson-card .card-body {
    display: flex;
    gap: 12px;
}
.card-preview {
    max-height: 205px;
}
.card-preview a img {
    height: 205px;
    object-fit: fill;
    border-radius: 24px 24px 0 0;
}
.card-body {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 12px 12px 20px 8px;
}
.card-body__inner {
    position: relative;
    padding-right: 35px;
}
#lessons .card-body__list {
    padding-right: 35px;
}
.card-title__icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.card-body__inner {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}
.posts__content-descr {
    font-weight: 400;
}
.card-title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}
#lessons .card-actions,
.hide-btn {
    margin-top: auto !important;
}
.tag.tag_new.lessons__tag {
    margin-bottom: 0px;
}
.card-body__list,
.card-body__list-item {
    line-height: 1.125em;
}
.card-title__icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.card-body__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.card-details {
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
    position: relative;
    z-index: 2;
    display: flex;
}
.btn-details {
    position: relative;
    z-index: 10;
    width: 100%;
    border: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
}
.btn-details:hover {
    color: #60a5fa;
}
.btn-details svg {
    transform: rotate(180deg);
}
.timestamps-panel {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 5;
    flex-direction: column;
    pointer-events: none;
    overflow: hidden;
}
.timestamps-panel.visible {
    height: 100%;
    display: block;
    transform: translateY(0);
}
#lessons .card-body__list {
    width: 100%;
    align-self: stretch;
    box-sizing: border-box;
}
#lessons .card-body--details-open .card-actions {
    display: none;
    transition: var(--transition);
}
.card-body--details-open .card-details {
    border-bottom: none !important;
}
#lessons .card-body--details-open .card-details {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
#lessons .card-body--details-open .timestamps-panel.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.timestamps-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--btn-text);
}
.card-actions a,
.card-actions button,
.hide-btn {
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}
#lessons .card-body--details-open .timestamps-list {
    flex: 1 1 auto;
    min-height: 0;
}
#lessons .card-body--details-open .btn-details,
#lessons .card-body--details-open button {
    flex-shrink: 0;
}
.timestamps-list--wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-bottom: 1px solid var(--card-border);
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.timestamps-list {
    max-height: 161px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.timestamps-list::-webkit-scrollbar-button {
    display: none !important;
}
.timestamps-list::-webkit-scrollbar {
    width: 8px;
}
.timestamps-list::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 8px;
}
.timestamps-list::-webkit-scrollbar-thumb {
    background: var(--titles-and-tags);
    border-radius: 8px;
}
.btn-primary:hover,
.hide-btn:hover {
    background: #0053d8;
}
.timestamps-list::-webkit-scrollbar-thumb:hover {
    background: #0053d8;
}
.timestamps-list li {
    line-height: 1.438em;
}
.hide-btn {
    border: 1px solid var(--titles-and-tags);
    border-radius: 100px;
    background: var(--btn-text);
    flex-shrink: 0;
    margin-bottom: 0;
}
.hide-btn:hover {
    color: #fff;
    border-color: #0053d8;
}
.card-price {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    z-index: 0;
}
.card-price-buy-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 372px;
}
.card-price-buy-row .card-price {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}
.card-actions a,
.card-actions button {
    max-width: 372px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.card-actions > .card-price-buy-row > .buy-lesson-btn {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 16px;
}
.btn-primary {
    background: var(--titles-and-tags);
    color: #fff;
}
.btn-outline,
.btn-subscription {
    color: var(--titles-and-tags) !important;
}
.btn-outline {
    background: var(--btn-text) !important;
    border: 1px solid currentColor;
    margin-bottom: 16px;
}
.btn-outline:hover {
    border-color: #0053d8 !important;
    color: #0053d8 !important;
}
.btn-subscription {
    background: #c5e1ff !important;
}
.btn-subscription:hover {
    background: #9dccff !important;
    color: #0053d8 !important;
}
.Subscriptions__slider,
.authors__slider,
.body--opened-menu,
body.inv-modal,
body.pay-modal,
body.subs-modal,
body.succ-popup--success-message {
    overflow: hidden;
}
#Subscriptions .swiper-slide {
    max-width: 387px;
    max-height: 434px;
    box-sizing: border-box;
    padding-left: 1px;
	padding-right: 1px;
}
.Subscriptions__slide--wrapper {
    border: 1px solid #89b5d9;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.Subscriptions__slide--title {
    line-height: 1.41em;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 4px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--card-border);
    text-align: center;
    width: 100%;
}
.Subscriptions__slide:first-child .Subscriptions__slide--title {
    color: #e36414;
}
p.posts__content-descr {
    font-weight: 400;
}
.Subscriptions__slide:nth-child(2) .Subscriptions__slide--title {
    color: #8793a0;
}
.Subscriptions__slide:nth-child(3) .Subscriptions__slide--title {
    color: #b4a309;
}
.Subscriptions__subtitle--wrapper {
    line-height: 1.45em;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Subscriptions__subtitle--wrapper p {
    margin: 0;
    width: 100%;
    text-align: center;
}
.Subscriptions__slide--discount {
    line-height: 1.45em;
    font-weight: 600;
    font-size: 72px;
    color: var(--titles-and-tags);
    margin-bottom: 4px;
}
.Subscriptions__slide--descr {
    line-height: 1.45em;
    font-size: 20px;
    text-align: center;
    max-width: 300px;
}
.Subscriptions__slide--descr p {
    font-weight: 500 !important;
}
.Subscriptions__slide--btn {
    margin-top: 24px;
    width: 100%;
    font-size: 20px;
    background-color: var(--btn-text) !important;
    color: var(--titles-and-tags) !important;
}
.Subscriptions__slide--btn:hover {
    background-color: var(--titles-and-tags) !important;
    color: var(--btn-text) !important;
}
.authors,
.faq,
.posts {
    margin: 24px 0;
}
.authors__slider-inner {
    display: flex;
    border: 1px solid #E4E4E4;
	border: 1px solid #E4E4E4;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.07);
    border-radius: 24px;
	overflow: hidden;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.authors__slide-img {
    width: 385px;
}
.authors__slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}
.authors__slide-content {
    padding: 40px;
    width: calc(100% - 385px);
}
.authors__slide-title {
    line-height: 32px;
    font-size: 36px;
    margin-bottom: 18px;
}
.authors__slide-subtitle {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 28px;
    color: #666666;
}
.authors__slide-info {
    padding: 12px 0;
    display: flex;
    gap: 12px;
}
.authors__slide-descr,
.authors__slide-info--item {
    line-height: 1.125em;
}
.authors__slide-info--item_img img {
    height: 32px;
	width: 32px;
}
.authors__btn {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}
.authors__slide-info--item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 22px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    width: calc(33.333333% - 8px);
}
.authors__slide-in {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;	
}
.authors__slide-in span {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    display: block;
}
.authors__slide-in {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.authors__slide-info--item_img {
    width: 48px;
    height: 48px;
    background: #F5FAFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.authors__slide-in {
	padding-left: 20px;
}
.authors__nav {
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.authors__pagination {
    display: flex;
    justify-content: center;
}
.authors__button-next,
.authors__button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--titles-and-tags);
    border-radius: 100px;
    padding: 8px;
    width: 48px;
    height: 48px;
}
.podhod_box_left {
    width: 310px;
}
.podhod_box {
    display: flex;
    gap: 30px;
	padding-top: 41px;
	flex-wrap: wrap;
}
.podhod_item {
    display: flex;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.podhod_item + .podhod_item {
	margin-top: 20px;
}
.podhod_item svg {
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.podhod_box_title {
    color: #3A86FF;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
	font-weight: 500;
}
.podhod_box_right {
    width: 330px;
    border-left: 1px solid #D9D9D9;
	padding-bottom: 30px;
	padding-left: 28px;
	
}
.podhod_box_right .podhod_item + .podhod_item {
	margin-top: 11px;
}

.authors__button-next:hover,
.authors__button-prev:hover {
    background: var(--titles-and-tags);
}
.swiper-button-disabled {
    opacity: 0;
    cursor: default;
}
.swiper-pagination-bullet {
    background: var(--titles-and-tags) !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 24px !important;
}
.accordion-list__item {
    border: 1px solid var(--titles-and-tags);
    border-radius: 20px;
    margin-bottom: 24px;
}
.accordion-list__control {
    padding: 20px;
    gap: 15px;
    width: 100%;
    background: 0 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.375em;
    color: var(--accent-text);
}
.accordion-list__item--opened .accordion-list__control {
    padding-bottom: 20px;
}
.accordion-list__control-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-list__item--opened .accordion-list__control-icon {
    transform: rotate(45deg);
}
.accordion-list__content {
    max-height: 0;
    overflow: hidden;
}
.accordion-content {
    padding: 0 20px 20px;
    display: flex;
    gap: 80px;
}
.accordion-content__col {
    max-width: 507px;
    width: 100%;
}
.accordion-content__title {
    text-transform: uppercase;
    color: var(--accent-color);
    line-height: 1.375em;
}
.accordion-content__descr {
    font-weight: 400;
    line-height: 1.125em;
}
.accordion-content__list li::before {
    content: "";
    display: flex;
    width: 2px;
    height: 2px;
    margin: 0 6px;
    border-radius: 50%;
    color: var(--accent-text);
    background-color: var(--accent-text);
}
.partners {
    margin: 24px 0 56px;
}
.partners__title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.partners__icon-wrapper {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.partners__icon-wrapper img {
    width: auto;
    height: auto;
}
.footer {
    background: #1b2739;
    color: var(--btn-text);
}
.footer__group {
    padding: 48px 0 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__logo {
    max-width: 112px;
}
.footer__group-title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
.footer__group-item:nth-child(4) .footer__group-title {
    letter-spacing: 0.16px;
}
.footer__contacts,
.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__menu-item {
    font-size: 12px;
    line-height: 0.875em;
}
.footer__contacts-item {
    font-size: 12px;
    letter-spacing: 0.16px;
    line-height: 1.75em;
}
.footer__payment {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
.footer__payment-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #21385c;
    border-radius: 4px;
    width: 100px;
    height: 40px;
}
.footer__contacts-item:first-child a img {
    max-width: 21px;
    max-height: 16px;
}
.footer__contacts-item:nth-child(2) a img {
    max-width: 19px;
    max-height: 16px;
}
.footer__contacts-item:nth-child(3) a img,
.popup-close-btn svg {
    max-width: 19px;
    max-height: 19px;
}
.footer__payment-icon {
    max-height: 31px;
}
.footer__payment-item:first-child .footer__payment-icon {
    max-height: 21px;
}
.footer__bottom {
    background: #0c1b2f;
    padding: 24px 0;
}
.footer__bottom-title {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.188em;
    margin-bottom: 27px;
    letter-spacing: 0.16px;
}
.footer__bottom-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-weight: 400;
    line-height: 1.125em;
    letter-spacing: 0.16px;
}
.footer__bottom-subtitle img {
    max-width: 16px;
}
.burger__icon {
    display: none;
    width: 28px;
    height: 28px;
}
.burger__icon span::before {
    right: 0;
    top: 6px;
}
.burger__icon span::after {
    bottom: 6px;
}
.burger__icon span,
.burger__icon span::after,
.burger__icon span::before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 3px;
    border-radius: 100px;
    background: var(--btn-text);
    z-index: 11;
}

.body--opened-menu .burger__icon span {
    background: 0 0;
}
.body--opened-menu .burger__icon span::before {
    top: 0;
    width: 100%;
    transform: rotate(45deg);
}
.body--opened-menu .burger__icon span::after {
    top: 0;
    width: 100%;
    transform: rotate(-45deg);
}
.page404 {
    font-size: 36px;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-actions button, .card-actions a {
    max-width: 220px;
    margin: 0 auto;
}
.card-actions a + a {
	margin-top: 16px;
}
.card-price-buy-row .card-price {
    margin: 8px 0 5px;
}
.timestamps-list li {
    padding-left: 48px;
    text-indent: -47px;
}
form .subs-field-wrapper:nth-child(3),
form .field-wrapper:nth-child(3) {
    margin-bottom: 40px;
}
form .subs-field-wrapper.error {
    margin-bottom: 30px;
}
main.main.single_main .post__title {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 25px;
}


@media screen and (max-width: 1100px) {
    .header__nav-btns--left .header__nav-btn,
    .header__nav-btns--right .header__nav-btn {
        max-height: 40px;
    }
    .body--opened-menu .header__nav--left {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .header {
        padding: 12px 0 24px;
    }
    .header__nav {
        justify-content: unset;
    }
    .header__nav--left {
        display: flex;
        flex-direction: column;
        padding-top: 24px;
        overflow: hidden;
        position: fixed;
        inset: 0;
        z-index: 10;
        background-color: var(--btn-text);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
    }
    .header__nav-logo {
        display: none;
        margin-bottom: 24px;
    }
    .header__nav-logo--mobile {
        display: inline-block;
    }
    .header__nav-logo--mobile img {
        max-width: 89px;
        max-height: 89px;
    }
    .header__nav-list {
        flex-direction: column;
    }
    .header__nav-item:hover {
        transform: scale(1);
    }
    .header__nav-item--link {
        font-size: 16px;
    }
    .header__nav--right {
        margin-right: auto;
    }
    .header__nav-btns--right {
        flex-direction: row-reverse;
    }
    .burger__icon {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 11;
    }
    .partners__icon-wrapper img {
        max-height: 64px;
    }
    .about__topic-link--wrapper {
        width: 480px;
        height: 138px;
    }
}
@media screen and (max-width: 1024px) {

form .subs-field-wrapper:nth-child(3), form .field-wrapper:nth-child(3) {
    margin-bottom: 30px;
}
	form .subs-field-wrapper.error {
    margin-bottom: 20px;
}
section#about {
    margin-top: 0;
    padding-top: 0;
}
    .Free__descr,
    .about__descr,
    .learn__descr {
        font-size: 18px;
    }
    .about__topic-link--wrapper {
        width: 360px;
        height: 120px;
        border-radius: 16px;
    }
    .about__topic-img--first {
        width: 300px;
        height: 100px;
    }
    .about__topic-img--second {
        width: 260px;
        height: 60px;
    }
    .Free__tag {
        margin-bottom: 12px !important;
    }
    .Free__descr {
        margin-bottom: 12px;
    }
    #free .swiper-slide {
        max-width: 360px;
    }
    .free__slide-info {
        padding: 8px;
    }
    .free__slide-title {
        margin-bottom: 10px;
    }
    .card-title,
    .free__slide-title h3 {
        font-size: 20px;
        line-height: 1.125em;
    }
    #free .free__slide-items,
    .free__slide-btn {
        margin-bottom: 9px;
    }
    .free__slide-btn::after {
        margin-left: 11px;
    }
    .free__slide-list--item,
    .timestamps-list li {
        font-size: 14px;
    }
.timestamps-list li {
    padding-left: 42px;
    text-indent: -40px;
}
    .free__slide-list--btn {
        margin-top: 9px;
        font-size: 16px;
    }
    .lessons__tag {
        margin-bottom: 0 !important;
    }
    .lessons-filters {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .filter-item,
    .select-options {
        max-width: 100%;
    }
    .container__wrapper {
        display: flex;
        align-items: start;
        gap: 5px;
        justify-content: space-between;
        margin-bottom: 12px;
    }
    .filters-reset {
        display: none;
    }
    .filters-reset--mobile {
        display: block;
    }
    #lessons .swiper-slide {
        max-width: 360px !important;
    }
    .card-price {
        font-size: 24px;
    }
    .btn-outline,
    .btn-primary,
    .btn-subscription,
    .card-actions a,
    .card-actions button {
        font-size: 16px;
    }
p.posts__descr {
    font-size: 14px;
    line-height: 16px;
}
}
@media screen and (max-width: 768px) {
.card-price-buy-row .card-price {
    margin: 8px 0 -4px;
}
    .header__nav-btns--left .header__nav-btn,
    .header__nav-btns--right .header__nav-btn {
        max-height: 32px;
    }
    .burger__icon {
        width: 32px;
        height: 32px;
    }
    .about__title {
        font-size: 24px;
    }
    .about__subtitle,
    .learn__descr {
        font-size: 18px;
    }
    .about__descr {
        font-size: 16px;
    }
    .about__topic-link--wrapper {
        width: 300px;
        height: 120px;
    }
    .about__topic-imgs {
        gap: 36px;
    }
    .about__topic-img--first,
    .about__topic-img--second {
        width: 240px;
        height: 120px;
    }
    .Free__tag {
        margin-bottom: 12px !important;
    }
    .Free__descr {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .free__slide-info {
        padding: 8px 8px 10px !important;
    }
    .free__slide-title {
        margin-bottom: 10px;
    }
    .free__slide-title h3 {
        font-size: 20px;
    }
    #free .free__slide-items,
    .free__slide-btn {
        margin-bottom: 9px;
    }
    .free__slide-btn::after {
        margin-left: 11px;
    }
    .free__slide-list--item {
        font-size: 14px;
    }
    .free__slide-list--btn {
        margin-top: 9px;
    }
    .authors__slider-inner {
        display: flex;
    }
    .authors__slide-img img {
        flex: 1 1 auto;
        border-radius: 24px 0 0 24px;
        max-width: 250px;
        max-height: 100%;
        object-position: 50%;
    }
    .authors__slide-content {
        padding: 12px;
    }
    .footer__bottom,
    .footer__group {
        padding: 12px 16px;
    }
    .authors__slide-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .authors__slide-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .authors__slide-info {
        margin: 8px 0;
        gap: 8px;
    }
    .authors__btn,
    .authors__slide-descr,
    .authors__slide-info--item {
        font-size: 14px;
    }
    .partners__icon-wrapper img {
        max-height: 48px;
    }
    .footer__group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .footer__group-item,
    .footer__menu {
        align-items: center;
        gap: 16px;
        display: flex;
    }
    .footer__logo {
        max-width: 112px;
    }
    .footer__group-item:nth-child(4) {
        flex-direction: column;
        gap: 12px;
    }
    .footer__group-title {
        margin-bottom: 0;
    }
    .footer__menu {
        flex-direction: row;
    }
    .footer__contacts {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 13px;
    }
    .footer__bottom-title {
        margin-bottom: 12px;
    }
	p.posts__descr {
		font-size: 12px;
		line-height: 14px;
		font-weight: 400;
	}
}
@media screen and (max-width: 640px) {
    .about__us,
    .learn {
        padding: 12px 0;
    }
    .about__title {
        font-size: 20px;
    }
    .Subscriptions__subtitle--wrapper,
    .about__subtitle,
    .card-actions a,
    .card-actions button {
        font-size: 16px;
    }
    .Free__tag,
    .about__tag,
    .learn__tag {
        margin-bottom: 12px !important;
    }
    .about__descr {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.125em;
    }
    .about__topic-tag {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .Free__descr,
    .learn__descr {
        font-size: 14px;
        line-height: 1.125em;
    }
    .about__topic-link--wrapper {
        width: 180px;
        height: 80px;
    }
    .about__topic-imgs {
        gap: 24px;
    }
    .about__topic-img--first,
    .about__topic-img--second {
        width: 120px;
        height: 40px;
    }
    .Free__descr,
    .footer__bottom-title {
        margin-bottom: 12px;
    }
    .free__slide-info {
        padding: 8px;
    }
    .free__slide-btn {
        padding: 5px 0;
    }
    .free__slide-title {
        margin-bottom: 10px;
    }
    #free .free__slide-items,
    .free__slide-btn {
        margin-bottom: 9px;
    }
    .card-title,
    .free__slide-title h3 {
        font-size: 20px;
    }
    .free__slide-btn::after {
        margin-left: 11px;
    }
    .free__slide-list--item,
    .timestamps-list li {
        font-size: 14px;
    }
    .free__slide-list--btn {
        margin-top: 9px;
    }
    .lessons-filters {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    #Subscriptions .swiper-slide,
    #authors .swiper-slide,
    .filter-item {
        max-width: 100%;
    }
    .container__wrapper {
        display: flex;
        align-items: start;
        gap: 5px;
        justify-content: space-between;
    }
    .authors__nav,
    .filters-reset {
        display: none;
    }
    .filters-reset--mobile {
        display: block;
    }
    #lessons .swiper-slide {
        max-width: 360px !important;
    }
    .card-price {
        font-size: 24px;
    }
    .Subscriptions {
        margin: 12px 0;
    }
    .Subscriptions__slide--wrapper,
    .authors__slide-content {
        padding: 12px;
    }
    .Subscriptions__slide--title {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .Subscriptions__slide--discount {
        font-weight: 600;
        font-size: 64px;
    }
    .Subscriptions__slide--descr {
        font-size: 16px;
    }
    .Subscriptions__slide--btn {
        margin-top: 9px;
        font-size: 16px;
    }
    #Swiper2 .swiper-slide {
        max-width: 300px;
    }
    .authors__slider-inner {
        display: flex;
        flex-direction: column;
    }
    .authors__slide-img img {
        flex: 1 1 auto;
        border-radius: 24px 24px 0 0;
        max-width: 100%;
        max-height: 320px;
        object-position: 0% 50%;
    }
    .authors__slide-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .authors__slide-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .authors__slide-info {
        margin: 8px 0;
        gap: 8px;
    }
    .authors__btn,
    .authors__slide-descr,
    .authors__slide-info--item {
        font-size: 14px;
    }
    .accordion-list__item {
        border-radius: 12px;
        margin-bottom: 8px;
    }
    .accordion-list__control {
        padding: 12px;
        font-size: 16px;
    }
    .accordion-list__item--opened .accordion-list__control {
        padding-bottom: 20px;
    }
    .accordion-list__control-icon {
        width: 12px;
        height: 12px;
    }
    .accordion-content {
        padding: 0 12px 12px;
    }
    .footer__bottom,
    .footer__group {
        padding: 12px 16px;
    }
    .accordion-content__descr {
        font-size: 14px;
        line-height: 1rem;
    }
    .footer__group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .footer__group-item,
    .footer__menu {
        align-items: center;
        gap: 16px;
        display: flex;
    }
    .footer__logo {
        max-width: 112px;
    }
    .footer__group-item:nth-child(4) {
        flex-direction: column;
        gap: 12px;
    }
    .footer__group-title {
        margin-bottom: 0;
    }
    .footer__menu {
        flex-direction: row;
    }
    .footer__contacts {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 13px;
    }
    .footer__contacts-link {
        gap: 4px;
    }
}
@media screen and (max-width: 480px) {
.timestamps-list li {
	padding-left: 33px;
	text-indent: -28px;
}
    .about__title,
    .free__slide-title h3 {
        font-size: 14px;
    }
    .header__nav-btns--left .header__nav-btn,
    .header__nav-btns--right .header__nav-btn {
        max-height: 28px;
    }
    .burger__icon {
        width: 28px;
        height: 28px;
    }
    .about__us {
        margin: 8px 0 12px;
    }
    .about__titles {
        gap: 6px;
    }
    .about__subtitle,
    .authors__slide-descr,
    .free__slide-item,
    .free__slide-list--item,
    .learn__descr {
        font-size: 10px;
    }
    .about__tag,
    .learn__tag {
        font-size: 10px !important;
        margin-bottom: 12px !important;
    }
    .Free__descr,
    .about__descr,
    .about__topic-tag {
        font-size: 10px;
        margin-bottom: 12px;
    }
	.card-body__list {
		gap: 3px;
	}
    .about__topic-link--wrapper {
        width: 138px;
        height: 60px;
        border-radius: 6px;
    }
    .about__topic-imgs {
        gap: 12px;
    }
    .about__topic-img--first {
        width: 72px;
        height: 37px;
    }
    .about__topic-img--second {
        width: 90px;
        height: 46px;
    }
    .Free,
    .authors,
    .learn {
        padding: 12px 0;
    }
    .Free__tag {
        margin-bottom: 12px;
    }
    .card-preview a img,
    .free__slide-link img {
        max-height: 140px;
    }
    #free .free__slider-slide {
        max-width: 260px;
        max-height: 404px;
    }
    .authors__slide-content,
    .free__slide-info {
        padding: 8px;
    }
    .free__slide-title {
        margin-bottom: 10px;
    }
    #free .free__slide-items {
        margin-bottom: 4px;
    }
    .free__slide-btn {
        font-size: 10px;
        margin-bottom: 9px;
    }
    .free__slide-btn::after {
        top: 24%;
        margin-left: 11px;
    }
    .free__slide-list--btn {
        max-height: 36px;
        margin-top: 4px;
    }
    .lessons-filters {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    #authors .swiper-slide,
    .filter-item {
        max-width: 100%;
    }
    .container__wrapper {
        align-items: center;
        margin-bottom: 12px;
    }
    .lessons__tag {
        margin-bottom: 0 !important;
    }
    .select-options li,
    .select-trigger {
        font-size: 12px;
    }
    .filters-reset {
        display: none;
    }
    .filters-reset--mobile {
        display: block;
        font-size: 10px;
        line-height: 1em;
        color: #333;
    }
    #lessons .swiper-slide {
        max-width: 260px !important;
    }
    .card-actions,
    .partners__icon-wrapper {
        gap: 8px;
    }
    .card-title {
        font-size: 14px;
        line-height: 1em;
    }
    .card-details {
        margin-bottom: 4px;
        background: var(--btn-text);
    }
    .btn-outline,
    .card-actions > .card-price-buy-row > .buy-lesson-btn,
    .card-body__inner {
        margin-bottom: 8px;
    }
    #lessons .lesson-card .card-body {
        gap: 0;
    }
    .btn-details {
        padding: 5px 0;
    }
    .btn-details,
    .card-body__list-item,
    .timestamps-list li {
        font-size: 10px;
        line-height: 1em;
		
    }
	.card-body__list-item {
        font-size: 12px;
        line-height: 14px;
	}
	
    .timestamps-list {
        max-height: 100px;
    }
    .card-body__list {
        margin-bottom: 4px;
    }
    .hide-btn {
        max-height: 36px;
        line-height: 1em;
        font-size: 16px;
    }
    .card-price {
        line-height: 1.17em;
    }
    .btn-outline,
    .btn-primary,
    .btn-subscription,
    .card-actions a,
    .card-actions button {
        max-height: 36px;
        line-height: 1em;
    }
    .Subscriptions {
        margin: 12px 0;
    }
    #Subscriptions .swiper-slide {
        max-width: 260px;
        max-height: 300px;
    }
    .Subscriptions__slide--wrapper {
        padding: 12px;
    }
    .Subscriptions__slide--title {
        text-align: center;
        line-height: 1.24em;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 4px;
    }
    .Subscriptions__subtitle--wrapper {
        line-height: 1.17em;
        font-size: 12px;
    }
    .Subscriptions__slide--discount {
        font-weight: 600;
        font-size: 64px;
    }
    .Subscriptions__slide--descr {
        line-height: 1.17em;
        font-size: 12px;
        max-width: 300px;
    }
    .Subscriptions__slide--btn {
        margin-top: 16px;
        font-size: 16px;
    }
    .authors__slider-inner {
        display: flex;
        flex-direction: column;
    }
    .authors__slide-img img {
        flex: 1 1 auto;
        border-radius: 24px 24px 0 0;
        max-height: 258px;
        object-position: 0% 45%;
    }
    .authors__slide-title {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 18px;
    }
    .authors__slide-subtitle {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0;
    }
	.authors__slide-info {
        margin: 0;
        padding: 8px 0;
        gap: 8px;
    }
    .authors__btn,
    .authors__slide-info--item {
        font-size: 12px;
    }
    .accordion-list__item {
        border-radius: 12px;
        margin-bottom: 8px;
    }
    .accordion-list__control {
        padding: 12px;
        font-size: 12px;
        line-height: 0.875rem;
    }
    .accordion-list__item--opened .accordion-list__control {
        padding-bottom: 20px;
    }
    .accordion-list__control-icon {
        width: 12px;
        height: 12px;
    }
    .accordion-content {
        padding: 0 12px 12px;
    }
    .footer__bottom,
    .footer__group {
        padding: 12px 16px;
    }
    .accordion-content__descr {
        font-size: 10px;
        line-height: 0.75rem;
    }
    .partners__icon-wrapper img {
        max-height: 32px;
    }
    .footer__group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .footer__group-item,
    .footer__menu {
        align-items: center;
        gap: 16px;
        display: flex;
    }
    .footer__logo {
        max-width: 89px;
    }
    .footer__group-item:nth-child(4) {
        flex-direction: column;
        gap: 12px;
    }
    .footer__group-title {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1em;
    }
    .footer__contacts-item,
    .footer__menu-item {
        font-size: 10px;
        line-height: 0.875em;
    }
    .footer__menu {
        flex-direction: row;
    }
    .footer__contacts {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 13px;
    }
    .footer__bottom-subtitle,
	.footer__bottom-title {
        font-size: 10px;
        line-height: 0.75em;
    }
	.footer__bottom-title {
		line-height: 12px;
	}
    .footer__contacts-item:first-child a img {
        max-width: 13px;
        max-height: 10px;
    }
    .footer__contacts-item:nth-child(2) a img {
        max-width: 12px;
        max-height: 10px;
    }
    .footer__contacts-item:nth-child(3) a img {
        max-width: 13px;
        max-height: 13px;
    }
    .footer__contacts-link {
        gap: 4px;
    }
    .footer__payment-item {
        border-radius: 3px;
        max-width: 60px;
        max-height: 24px;
    }
    .footer__payment-icon {
        max-height: 18px;
    }
    .footer__payment-item:first-child .footer__payment-icon {
        max-height: 12px;
    }
    .footer__bottom-title {
        margin-bottom: 12px;
    }
    .footer__bottom-subtitle img {
        max-width: 16px;
    }
}
.posts__title {
    font-size: 22px;
    margin-bottom: 8px;
}
.posts__link--wrapper {
    display: flex;
    gap: 24px;
    padding-bottom: 40px;
    margin-bottom: 16px;
    border-bottom: 1px solid #999;
}
.posts__img {
    max-width: 400px;
    max-height: 180px;
    border-radius: 16px;
}
.posts__content {
    display: flex;
    flex-direction: column;
}
.posts__content--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
    gap: 8px;
}
.posts__content-title {
    font-size: 24px;
    line-height: 1.5em;
    color: var(--titles-and-tags);
}
.posts__content-date,
.posts__content-descr {
    font-size: 14px;
    line-height: 1em;
}
.posts__content-date {
    color: #555;
}
.post__link {
    font-size: 20px;
    padding: 24px 0 32px;
}
.post__img {
    max-width: 100%;
    max-height: 324px;
    border-radius: 24px;
    object-fit: cover;
}
.field-wrapper,
.post__content:last-child p,
.subs-field-wrapper {
    margin-bottom: 16px;
}
.post__title {
    margin: 16px 0 32px;
    line-height: 2.25em;
    font-weight: 600;
    font-size: 36px;
    color: var(--titles-and-tags);
    text-align: center;
}
.post__content {
    line-height: 1.25em;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}
.post__content p {
    line-height: 1.125;
    font-weight: 500;
    font-size: 14px;
}
.FAQ {
    padding-top: 16px;
    border-top: 1px solid #999;
}
.post__nav {
    margin-bottom: 24px;
    justify-content: center;
    gap: 5px;
}
.post__button {
    justify-content: center;
    padding: 8px;
    border: 1px solid var(--titles-and-tags);
    border-radius: 50%;
    max-height: 48px;
}
.post__button-archive {
    background: var(--btn-text) !important;
    color: var(--titles-and-tags) !important;
    padding: 11px !important;
    width: 100%;
    max-width: 339px;
    height: 100%;
    max-height: 45px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}
.post__button-archive:hover {
    background: var(--titles-and-tags) !important;
    color: var(--btn-text) !important;
}
.post__button-next:hover,
.post__button-prev:hover {
    background: var(--titles-and-tags);
}
.inv-modal,
.pay-modal,
.subs-modal,
.succ-popup--success-message {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
#invoice-bitcoin-001 .inv-address,
#invoice-usdt-trc20-001 .inv-address {
    font-size: 12px;
}
.inv-modal.active,
.pay-modal.active,
.subs-modal.active,
.succ-popup--success-message.active {
    display: flex;
    overflow: hidden;
}
.inv-modal__overlay,
.pay-modal__overlay,
.subs-modal__overlay,
.succ-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}
.inv-modal__content,
.subs-modal__content {
    color: #f0f0f0;
    width: 100%;
    position: relative;
    border-radius: 24px;
}
.inv-modal__content {
    padding: 39px 60px 22px;
    max-width: 851px;
    z-index: 2;
    text-align: center;
}
.subs-modal__content {
    padding: 24px 78px 32px;
    max-width: 650px;
    z-index: 2;
}
.inv-modal__back {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.inv-modal__content h2 {
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 28px;
    text-align: center;
}
.pay-modal__content {
    background: #e9e9e9;
    color: var(--accent-text);
    border-radius: 24px;
    padding: 39px 62px 18px;
    width: 90%;
    max-width: 851px;
    position: relative;
    z-index: 2;
}
.pay-modal__content h2 {
    font-size: 32px;
    line-height: 1.5em;
    text-align: center;
}
.inv-modal__close svg,
.pay-modal__close svg,
.subs-popup-close-btn svg,
.succ-popup-close-btn svg {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    max-width: 19px;
    max-height: 19px;
    cursor: pointer;
    transition: var(--transition);
}
.pay-modal__close svg path {
    fill: var(--accent-text);
}
.inv-modal__close:hover svg path,
.pay-modal__close:hover svg path,
.popup-close-btn:hover svg path,
.subs-popup-close-btn:hover svg path,
.succ-popup-close-btn:hover svg path {
    fill: #888;
}
.subs-popup__info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    color: var(--btn-text);
}
.subs-popup__info-wrapper {
    max-width: 388px;
}
.popup--subscribe-form h2,
.popup--success-message h2,
.subs-popup__info h2 {
    font-size: 32px;
    line-height: 1.8em;
}
.popup--success-message p,
.subs-popup-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
}
.subs-field-wrapper:last-child {
    margin-bottom: 14px;
}
.subs-field-wrapper label {
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #d1d5db;
}
.field-wrapper input[type="email"],
.field-wrapper input[type="text"],
.subs-field-wrapper input,
.subs-messenger-trigger {
    width: 100%;
    padding: 22.5px 24px;
    background: var(--btn-text);
    border-radius: 32px;
    max-height: 56px;
    font-size: 16px;
    box-sizing: border-box;
}
.subs-messenger-trigger.open svg {
    transform: rotate(180deg) !important;
}
.subs-messenger-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.subs-messenger-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 12px 24px;
    background: var(--btn-text);
    border-radius: 16px;
    margin-top: 6px;
    max-height: 240px;
    overflow-y: auto;
    z-index: -1;
    opacity: 0;
    transform: translateY(-8px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.subs-messenger-dropdown.active {
    opacity: 1;
    z-index: 20;
    transform: translateY(0);
}
.subs-messenger-dropdown li {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--accent-text);
}
.inv-support-icon,
.subs-messenger-icon,
.succ-support-icon {
    width: 24px;
    height: 24px;
}
.subs-field-error-msg {
    display: none;
    color: #ff5c5c;
    font-size: 14px;
    margin-top: 8px;
    line-height: 0.875em;
    text-align: center;
}
.subs-field-wrapper.error .subs-field-error-msg {
    display: block;
}
.subs-field-wrapper.error .subs-messenger-trigger,
.subs-field-wrapper.error input {
    border-color: #ef4444;
}
.subs-btn--submit-request {
    width: 100%;
    border: none !important;
    padding: 15px 0 !important;
    font-size: 18px;
    line-height: 1.5em;
}
.subs-btn--submit-request:hover {
    background: #0053d8;
}
.pay-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 26px 0 68px;
    align-items: start;
}
.pay-method-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    min-height: 0;
}
.pay-method-warning--wrapper {
    position: absolute;
    top: 8px;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.pay-method-warning {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    line-height: 1.5em;
    background: #777;
    padding: 10px 16px;
    max-height: 25px;
    font-size: 9px;
    color: var(--btn-text);
    transition:
        opacity 0.2s,
        visibility 0.2s;
}
.inv-support-list,
.pay-method-warning--left,
.pay-support-list,
.succ-support-list {
    opacity: 0;
    visibility: hidden;
}
.pay-method-warning--right {
    font-size: 14px;
    line-height: 1.5em;
    max-width: 24px;
    max-height: 25px;
    cursor: pointer;
}
.inv-support-list--visible,
.pay-method-warning--wrapper:hover .pay-method-warning--left,
.pay-support-list--visible,
.succ-support-list--visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.pay-method-item {
    background: #333;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 100%;
    height: auto;
    min-height: 136px;
    margin-bottom: 6px;
}
.inv-support-wrapper p,
.pay-support-wrapper {
    display: inline-block;
}
.inv-copy-btn:hover,
.pay-method-item:hover {
    opacity: 0.8;
}
.messenger-dropdown.visible,
.overlay--custom-subs.visible,
.popup--subscribe-form.active,
.popup--success-message.active {
    opacity: 1;
    pointer-events: auto;
}
.pay-method-item img {
    max-width: 78px;
    max-height: 85px;
}
.pay-support-section {
    text-align: center;
    margin: 24px 0;
}
.pay-support-wrapper {
    position: relative;
    font-size: 15px;
}
.pay-support-btn {
    line-height: 1.75em;
    font-size: 15px;
}
.pay-support-link span {
    color: var(--accent-text);
    line-height: 1.75em;
    font-size: 12px;
}
.inv-address,
.inv-support-btn,
.pay-support-section button {
    color: var(--titles-and-tags);
}
.pay-support-list {
    background-color: var(--btn-text);
    display: flex;
    flex-direction: column;
    gap: 12.5px;
    border-radius: 16px;
    padding: 12px;
    position: absolute;
    top: 100%;
    left: 40%;
    transition-behavior: allow-discrete;
    font-size: 12px;
    line-height: 1.75em;
}
.pay-messengers {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pay-messenger-btn {
    padding: 10px 20px;
    background: #1f2937;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.pay-messenger-btn:hover {
    background: #374151;
}
.inv-invoice-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
    padding: 12px 40px;
    width: 100%;
    max-width: 734px;
    background: #f3f3f3;
    border-radius: 20px;
    color: var(--text);
    font-size: 18px;
    line-height: 1.75em;
    font-weight: 400;
}
.inv-invoice-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}
.inv-invoice-box h3 {
    font-size: 28px;
    line-height: 1.5em;
}
.inv-note,
.inv-support-section p,
.inv-support-wrapper {
    font-size: 15px;
    line-height: 1.75em;
}
.inv-copy-btn {
    max-width: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}
.inv-note {
    margin-bottom: 30px;
}
.inv-support-section {
    text-align: center;
    margin: 28px 0 16px;
}
.inv-support-section p {
    color: var(--btn-text);
}
.inv-support-wrapper {
    position: relative;
    font-weight: 400;
}
.inv-support-btn::first-letter,
.succ-support-btn::first-letter {
    text-transform: uppercase;
}
.inv-support-list {
    background: var(--btn-text);
    border-radius: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 12px 69px 12px 12px;
    font-size: 12px;
    line-height: 1.75em;
    transform: translateX(16%);
    display: flex;
    flex-direction: column;
    gap: 12.5px;
    z-index: 10;
}
.inv-support-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-text);
}
.inv-support-link span {
    font-weight: 500;
}
.inv-btn-primary {
    width: 100%;
    border-radius: 32px;
    border: none !important;
    margin: 38px 0 29px;
    padding: 19px 0 !important;
    font-size: 18px;
    line-height: 1.5em;
    max-height: 65px;
}
.inv-btn-primary:hover {
    background-color: #0053d8;
}
.succ-popup-inner {
    background: #242424;
    color: #f0f0f0;
    border-radius: 24px;
    padding: 15px;
    width: 100%;
    max-width: 616px;
    position: relative;
    z-index: 2;
}
.succ-popup--success-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.succ-popup--success-wrapper h2 {
    font-size: 32px;
    line-height: 1.15em;
}
.succ-popup--success-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75em;
}
.succ-icon {
    font-size: 64px;
    color: #22c55e;
    margin-bottom: 16px;
}
.succ-main-text {
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0;
}
.field-wrapper:nth-child(3),
.popup__info {
    margin-bottom: 32px;
}
.succ-sub-text {
    color: #c5e1ff;
}
.succ-support-section p {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
}
.succ-support-btn {
    display: inline-block;
    color: #c5e1ff;
}
.succ-support-list {
    background: var(--btn-text);
    border-radius: 20px;
    position: absolute;
    top: 91%;
    left: 49%;
    padding: 12px 69px 12px 12px;
    font-size: 12px;
    line-height: 1.75em;
    color: var(--accent-text);
    transform: translateX(16%);
    display: flex;
    flex-direction: column;
    gap: 12.5px;
    z-index: 10;
}
.succ-messengers {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}
.succ-btn-back-home {
    width: 100%;
    padding: 14px;
    background: var(--titles-and-tags);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 24px;
}
.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.modal.active {
    display: flex;
}
.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
}
.modal__content {
    position: relative;
    max-width: 92vw;
    max-height: 94vh;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
    background: var(--accent-text);
    padding: 40px;
}
.modal__close {
    position: absolute;
    top: 2%;
    right: 1%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--titles-and-tags);
    color: var(--btn-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.overlay--custom-subs,
.popup--subscribe-form,
.popup--success-message {
    position: fixed;
    inset: 0;
    transition: var(--transition);
    opacity: 0;
    pointer-events: none;
}
.modal__close svg {
    width: 15px;
    height: 15px;
}
.modal__close svg path {
    fill: var(--btn-text);
}
.modal__close:hover {
    background: #0053d8;
}
.modal__image {
    display: block;
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
}
.overlay--custom-subs {
    background: rgba(0, 0, 0, 0.78);
    z-index: 1998;
}
.popup--subscribe-form,
.popup--success-message {
    z-index: 1999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-inner {
    background: #242424;
    color: #f0f0f0;
    border-radius: 24px;
    padding: 24px 78px 32px;
    width: 90%;
    max-width: 650px;
    position: relative;
}
.messenger-dropdown,
.messenger-trigger {
    background: var(--btn-text);
    transition: var(--transition);
}
.popup-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}
.popup__info {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.popup__info-wrapper {
    max-width: 393px;
}
.popup-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
}
.popup--success-wrapper {
    text-align: center;
    margin-bottom: 24px;
}
.field-wrapper label {
    display: flex;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    color: var(--btn-text);
}
.messenger-dropdown li,
.messenger-trigger.has-value .selected-text,
.messenger-trigger.open .selected-text,
.messenger-trigger:focus .selected-text {
    color: var(--accent-text);
}
.field-wrapper input[type="text"]:focus {
    outline: 0;
    border-color: #38f;
    box-shadow: 0 0 0 3px rgba(51, 136, 255, 0.15);
}
.field-error-msg {
    display: none;
    color: #f55;
    font-size: 14px;
    line-height: 0.875em;
    margin-top: 8px;
}
.field-error-msg.visible {
    display: flex;
    align-items: center;
    justify-content: center;
}
.messenger-trigger {
    width: 100%;
    padding: 22.5px 24px;
    border-radius: 32px;
    max-height: 56px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.messenger-trigger .selected-text {
    color: var(--accent-text);
    transition: var(--transition);
    flex: 1;
}
.messenger-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 12px 24px;
    border: 1px solid #444;
    border-radius: 16px;
    margin-top: 6px;
    max-height: 240px;
    overflow-y: auto;
    z-index: 10;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.messenger-dropdown.visible {
    transform: translateY(0);
}
.messenger-dropdown li {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: var(--transition);
}
.messenger-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}
.btn--back-home,
.btn--submit-request {
    width: 100%;
    padding: 15px;
    background: var(--titles-and-tags);
    color: var(--btn-text);
    border-radius: 32px;
    font-size: 18px;
    line-height: 1.5em;
    max-height: 56px;
    transition: var(--transition);
}
.btn--back-home:hover,
.btn--submit-request:hover {
    background: #05c;
}
body.popup-lock {
    overflow: hidden;
    height: 100dvh;
}
.pay-method-item.not__allowed {
    cursor: not-allowed;
    opacity: 0.5;
}
.not__allowed .pay-method-warning--left,
.not__allowed .pay-method-warning--right {
    background: #111 !important;
}



.partners__icon-wrapper {
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
}

.marq__track {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
    animation-direction: reverse;
    gap: 46px;
}
.marq__items {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 46px;
}

@keyframes scroll {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0);
	}
}




@media screen and (max-width: 1024px) {
	.single_main .post__content h2 {
		font-size: 21px;
	}
	.single_main .post__content h3 {
		font-size: 19px;
	}
	.single_main .post__content h4, .single_main .post__content h5, .single_main .post__content h6 {
		font-size: 17px;
	}
	.marq__items, .marq__track  {
		gap: 23px;
	}
    .posts {
        margin: 24px 0;
    }
    .posts__title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .posts__descr {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .posts__link--wrapper {
        gap: 16px;
        padding-bottom: 20px;
        margin-bottom: 12px;
    }
    .posts__img {
        max-width: 300px;
        max-height: 180px;
    }
    .posts__content-title {
        font-size: 20px;
        line-height: 1em;
    }
    .posts__content-descr {
        font-size: 14px;
        line-height: 1em;
    }
    .posts__content-date {
        font-size: 12px;
        line-height: 1em;
        color: #555;
    }
    .pay-method-warning {
        padding: 10px;
        max-width: 125px;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
	.marq__items, .marq__track  {
		gap: 12px;
	}
    .posts {
        margin: 24px 0;
    }
    .posts__title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .posts__descr {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .posts__link--wrapper {
        flex-direction: column;
        gap: 8px;
        padding-bottom: 20px;
        margin-bottom: 12px;
    }
    .posts__content--wrapper {
        gap: 4px;
        margin-bottom: 8px;
    }
.posts__list .posts__content {
    margin-top: 10px;
}
    .posts__img {
        max-width: 100%;
        max-height: 100%;
        object-position: 50% 50%;
        object-fit: cover;
    }
    .posts__content-title {
        font-size: 16px;
        line-height: 1em;
    }
    .posts__content-descr {
        font-size: 12px;
        line-height: 1em;
    }
    .posts__content-date {
        font-size: 10px;
        line-height: 1em;
        color: #555;
    }
    .inv-modal__close svg,
    .pay-modal__close svg,
    .subs-popup-close-btn svg,
    .succ-popup-close-btn svg {
        max-width: 14px;
        max-height: 14px;
    }
    .pay-modal__content {
        padding: 20px;
    }
    .pay-methods {
        gap: 10px;
        margin: 20px 0;
    }
    .pay-modal__content h2 {
        font-size: 24px;
    }
    .pay-method-wrapper {
        font-size: 16px;
    }
    .pay-method-item {
        min-height: 100px;
    }
    .pay-method-warning--wrapper {
        top: 4px;
        right: 4px;
        justify-content: right;
    }
    .pay-method-warning {
        padding: 5px;
        text-align: center;
    }
    .pay-method-warning--left,
    .pay-method-warning--right {
        font-size: 6px;
    }
    .inv-support-wrapper,
    .pay-support-btn,
    .pay-support-section span {
        font-size: 12px;
    }
    .pay-support-link span {
        color: var(--accent-text);
        line-height: 1.75em;
        font-size: 12px;
    }
    .pay-method-item img {
        max-width: 60px;
        max-height: 60px;
    }
    .inv-modal__content h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .inv-invoice-box {
        padding: 12px 20px;
        font-size: 14px;
    }
    .inv-invoice-box h3 {
        font-size: 20px;
    }
    #invoice-bitcoin-001 .inv-address,
    #invoice-usdt-trc20-001 .inv-address {
        font-size: 10px;
    }
    .inv-btn-primary {
        margin: 16px 0;
        padding: 14px 0 !important;
        font-size: 16px;
    }
    .inv-note {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .inv-support-list {
        max-width: 105px;
        left: 45%;
    }
    .inv-support-icon {
        width: 20px;
        height: 20px;
    }
    .modal__close {
        top: 3%;
        right: 2%;
        max-width: 20px;
        max-height: 20px;
    }
    .modal__close svg {
        max-width: 10px;
        max-height: 10px;
    }
	.partners__title {
		margin-bottom: 8px;
		font-size: 16px;
	}
.partners {
    margin: 12px 0 40px;
}
section#faq {
    margin-bottom: 12px;
}
	
}
@media screen and (max-width: 640px) {
.header {
        padding: 12px 0 15px;
    }
    .post__link {
        font-size: 16px;
        padding: 12px 0 16px;
    }
    .post__title {
        line-height: 1.2em;
        font-size: 26px;
        margin: 8px 0 16px;
    }
    .post__content {
        line-height: 1em;
        font-size: 16px;
    }
    .pay-method-wrapper span,
    .popup--success-message p,
    .post__content:last-child p {
        font-size: 14px;
    }
    .post__content:last-child .FAQ p,
    .post__nav {
        margin-bottom: 12px;
    }
    .post__button {
        padding: 6px;
    }
    .post__button-archive {
        width: 100%;
        max-width: 160px;
        font-size: 14px;
    }
    .popup--subscribe-form,
    .popup--success-message {
        position: fixed;
        inset: 0;
        z-index: 1999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: var(--transition);
    }
    .popup--subscribe-form.active,
    .popup--success-message.active {
        opacity: 1;
        pointer-events: auto;
    }
    .messenger-icon,
    .popup-close-btn svg {
        max-width: 14px;
        max-height: 14px;
    }
    .field-wrapper:nth-child(3),
    .popup__info {
        margin-bottom: 16px;
    }
    .popup__info-wrapper {
        max-width: 393px;
    }
    .popup--subscribe-form h2,
    .popup--success-message h2,
    .subs-popup__info-wrapper h2 {
        font-size: 18px;
    }
    .inv-support-wrapper,
    .pay-support-btn,
    .pay-support-section span,
    .popup-desc,
    .subs-field-error-msg,
    .subs-field-wrapper label,
    .subs-popup-desc {
        font-size: 12px;
    }
    .subs-field-wrapper label {
        margin-bottom: 8px;
    }
    .pay-modal__content,
    .popup-inner {
        padding: 20px;
        max-width: 310px;
    }
    .popup-close-btn {
        top: 16px;
        right: 16px;
    }
    .popup--success-wrapper {
        text-align: center;
        margin-bottom: 24px;
    }
    .field-wrapper {
        margin-bottom: 12px;
    }
    .field-wrapper label {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .field-wrapper input[type="email"],
    .field-wrapper input[type="text"],
    .messenger-trigger,
    .subs-field-wrapper input,
    .subs-messenger-trigger {
        padding: 12px;
        max-height: 37px;
        font-size: 12px;
    }
    .field-error-msg {
        font-size: 12px;
        margin-top: 8px;
    }
    .messenger-dropdown,
    .subs-messenger-dropdown {
        font-size: 12px;
        padding: 12px;
        gap: 16px;
    }
    .messenger-dropdown li,
    .subs-messenger-dropdown li {
        gap: 6px;
    }
    .btn--back-home,
    .btn--submit-request,
    .subs-btn--submit-request {
        padding: 8px !important;
        font-size: 16px;
    }
    .subs-modal__content {
        padding: 16px 20px 24px;
        max-width: 310px;
    }
    .subs-messenger-icon {
        max-width: 20px;
        max-height: 20px;
    }
    .pay-methods {
        gap: 10px;
        margin: 10px 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .inv-invoice-box h3,
    .pay-modal__content h2 {
        font-size: 16px;
    }
    .pay-method-item {
        max-width: 220px;
        min-height: 80px;
    }
    .pay-support-section {
        margin: 12px 0;
    }
    .pay-support-list {
        top: 100%;
        left: 30%;
    }
    .pay-method-item img {
        max-width: 40px;
        max-height: 40px;
    }
    .inv-modal__content {
        max-width: 310px;
        padding: 30px 30px 20px;
    }
    .inv-modal__back {
        width: 12px;
        height: 12px;
    }
    .inv-modal__content h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .inv-invoice-box {
        padding: 10px;
        font-size: 12px;
        justify-content: center;
    }
    #invoice-bitcoin-001 .inv-address,
    #invoice-usdt-trc20-001 .inv-address {
        font-size: 10px;
    }
    .inv-btn-primary {
        margin: 16px 0;
        padding: 6px 0 !important;
        font-size: 16px;
    }
    .inv-note {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .inv-support-icon {
        width: 20px;
        height: 20px;
    }
    .succ-popup-inner {
        max-width: 311px;
    }
    .succ-popup--success-wrapper {
        gap: 16px;
    }
    .succ-popup--success-wrapper h2 {
        font-size: 18px;
    }
    .succ-popup--success-wrapper p {
        font-size: 14px;
    }
    .succ-support-list {
        max-width: 105px;
        left: 48%;
    }
}


.about_preim_wrapper {
	gap: 16px;
	display: flex;
	margin-bottom: 24px;
}
.what_lern_wrapper {
	display: flex;
    justify-content: space-between;
}
.about_preim_item {
    display: flex;
    align-items: center;
    padding: 9.5px 0 9.5px 16px;
    border-left: 1px solid #D9D9D9;
    line-height: 1.44;
    max-width: 318px;
}
.about_preim_item:first-child {
	border: none;
	padding-left: 0;
}
.about_preim_item_img {
    width: 64px;
    flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_preim_item_img img {
    display: block;
    width: auto;
    height: auto;
}

.about_preim_item_info {
	padding-left: 12px;
}
.about_preim_item_d {
    color: #666666;
    font-weight: 500;
    font-size: 14px;
}
.about_preim_item_t {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}
br.mob {
	display: none;
}
.about__topic-tag {
	line-height: 1.45;
}

.what_lern_img {
    width: 48px;
    height: 48px;
    background: #E9F4FF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 19px;
}
.what_lern_t {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
	margin-bottom: 8px;
}
.what_lern_d {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.what_lern_img img {
	display: block;
	width: auto;
	height: auto;
	gap: 15px;
}
.what_lern_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(25% - 12px);
}
.tag.learn__tag {
    color: #555555;
    border: none;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    display: block;
	position: relative;
	max-width: 435px;
	margin-left: auto;
	margin-right: auto;
}
.tag.learn__tag:before {
	top: 50%;
	width: 100%;
	height: 1px;
	background: #D9D9D9;
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
}
.tag.learn__tag span {
	display: inline-block;
	padding: 0 28px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.tag.tag_new {
    border: none;
    border-bottom: 2px solid #3a86ff;
    border-radius: 0;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
}
.about__topic-link--wrapper {
    background: #E9E8E8;
}
.card-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
	min-height: 52px;
}
button.hide-btn {
    max-width: 220px;
    margin: 0 auto;
}
.card-body {
    padding: 12px 12px 12px 8px;
}
.timestamps-list--wrapper {
	margin-bottom: 12px;
}

.inv-modal__content, .subs-modal__content {
    background: #242424;
}
span.free_play {
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 2;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.authors__slider-inner {
    flex-wrap: wrap;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
}
.swiper-slide.authors__slider-slide {
    padding-bottom: 12px;
}
.about_author_line {
	width: 100%;
	padding: 32px 24px;
	background: #F6F8FE;
	border-radius: 0 0 24px 24px;
	display: flex;
	align-items: center;
}
.about_author_line_img {
	background: #E4EAF1;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex-shrink:0;
}
.about_author_line_img img {
	display: block;
	width: 28px;
	height: 28px;
}
.about_author_line_info {
	padding-left: 30px;
}
.about_author_text {
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
	margin-bottom: 8px;
}
.about_author_text2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
	color: #999999;
}
#lessons .card-body__list {
    margin-top: -10px;
}

.quote {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
}
.quote span {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	margin-top: 8px;
	font-weight: 400;
}
.authors__slide-img {
    position: relative;
}
.single_main .post__content, .single_main .post__content p {
    line-height: 1.325;
    font-weight: 500;
    font-size: 16px;
}
.single_main .post__content ol,  .single_main .post__content ul {
	margin: 16px 0;
	padding-left: 25px;
}
.single_main .post__content ol li, .single_main .post__content ul li {
	margin: 3px 0;
}
.single_main .post__content ul li {
	list-style: disc;
}
.single_main .post__content h2, .single_main .post__content h3, .single_main .post__content h4, .single_main .post__content h5, .single_main .post__content h6 {
	margin-bottom: 16px;
	margin-top: 20px;
	font-size: 20px;
}
.single_main .post__content h2 {
	font-size: 24px;
}
.single_main .post__content h3 {
	font-size: 22px;
}
.single_main hr {
    box-sizing: content-box;
    height: 1px;
    color: #000;
    overflow: visible;
    background: #0000003b;
    margin: 40px 0 30px;
}


@media (max-width: 1280px) {
.authors__slide-in {
    font-size: 18px;
    line-height: 24px;
}
.authors__slide-content {
    padding: 30px;
}
.authors__slide-info--item {
    padding: 16px;
}
.podhod_box_left, .podhod_box_right {
    width: calc(50% - 15px);
}
	
}

@media (max-width: 1100px) {
	.card-title {
		font-size: 18px;
		line-height: 24px;
	}
	.about_preim_wrapper {
		flex-wrap: wrap;
		gap: 24px;
	}
	.what_lern_wrapper {
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px;
	}
	.about_preim_item {
		padding-left: 0;
		border: none;
		width: calc(50% - 12px);
		max-width: none;
	}
	.what_lern_item {
		width: calc(33.3333333% - 16px);
	}
	.free__slide-title h3 {
		font-size: 18px;
		line-height: 22px;
	}
	
}



@media (max-width: 982px) {
	.authors__slide-info--item {
		padding: 4px 12px;
		width: 190px;
	}
	.authors__slide-info {
		justify-content: center;
		flex-wrap: wrap;
	}
	.authors__slide-in span {
		font-size: 14px;
		line-height: 18px;
	}
	.authors__slide-info--item_img {
		width: 36px;
		height: 36px;
	}
	.authors__slide-info--item_img img {
		height: 28px;
		width: 28px;
	}
	.authors__slide-in {
		padding-left: 12px;
	}
	.authors__slide-in {
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
	}
	.podhod_box_right {
		width: 100%;
		border: none;
		border-top: 1px solid #D9D9D9;
		padding-bottom: 0px;
		padding-left: 0;
		padding-top: 12px;
	}
	.podhod_item + .podhod_item {
		margin-top: 12px !important;
	}
	.podhod_box {
		display: flex;
		gap: 12px;
		padding-top: 12px;
		flex-wrap: wrap;
	}
	.podhod_box_left, .podhod_box_right {
			width: 100%;
		}
	.about_author_text {
		font-size: 20px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.about_author_text2 {
		font-size: 18px;
		line-height: 18px;
	}
	.about_author_line {
		padding: 24px 18px;
	}
	.about_author_line_img {
		width: 36px;
		height: 36px;
	}
	.about_author_line_img img {
		width: 20px;
		height: 20px;
	}
	.authors__slide-img {
		width: 100%;
		height: 380px;
	}
		.authors__slide-img img {
			max-height: 100%;
		}
	.authors__slide-content {
		width: 100%;
	}
    .authors__slide-content {
        padding: 12px;
    }
	.podhod_item svg {
		width: 18px;
		height: 18px;
	}
	.podhod_item {
		font-size: 14px;
		line-height: 16px;
	}
	.about_author_line_info {
		padding-left: 16px;
	}
#lessons .card-body__list {
    margin-top: -5px;
}
	
}
.single_main .post__content h2.bl, .single_main .post__content h3.bl, .single_main .post__content h4.bl {
	color: var(--titles-and-tags);
}


@media (max-width: 650px) {
.single_main .post__content h4, .single_main .post__content h5, .single_main .post__content h6 {
    font-size: 17px;
}
	.single_main .post__content h2 {
		font-size: 23px;
	}
	.single_main .post__content h3 {
		font-size: 19px;	
	}
	
.quote {
    display: none;
}
	.about_author_line {
        padding: 16px 12px;
    }
	.about_author_line_info {
		padding-left: 8px;
	}
    .about_author_text {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 4px;
    }
    .about_author_text2 {
        font-size: 10px;
        line-height: 12px;
    }
	.podhod_item {
		font-size: 12px;
		line-height: 14px;
	}
	.podhod_item svg {
		width: 14px;
		height: 14px;
	}
	.authors__slide-content {
        padding: 4px 8px 12px;
    }
    .authors__slide-info--item {
        padding: 4px 12px;
        width: 45%;
        min-width: 130px;
    }
	.authors__slide-in {
		font-size: 12px;
		line-height: 14px;
	}
	.authors__slide-info {
		padding-bottom: 0;
	}
	.authors__slide-in {
		padding-left: 8px;
	}
	.authors__slide-info--item_img img {
		height: 20px;
		width: 20px;
	}
	.authors__slide-info--item_img {
		width: 24px;
		height: 24px;
	}
	.authors__slide-in span {
		font-size: 10px;
		line-height: 12px;
	}
	section#lessons {
		padding-bottom: 0;
	}
	section#Subscriptions {
		margin-top: 0;
	}
	.free__slide-title h3 {
		font-size: 14px;
		line-height: 16px;
	}
    .card-title {
        font-size: 14px;
        line-height: 18px;
        min-height: 38px;
    }
	.tag.tag_new {
		padding: 6px 8px;
		font-size: 10px !important;
		line-height: 12px;
	}
	
	.about_preim_item_d br {
		display: none;
	}
	.what_lern_item br.mob {
		display: block !important
	}
	.about_preim_wrapper {
		flex-wrap: wrap;
		gap: 0;
	}
	.about_preim_item {
		padding: 6px 5px 4px !important;		
		border-bottom: 1px solid #D9D9D9 !important;
		width: 100%;
	}
    .about_preim_item_t {
        font-size: 14px;
        line-height: 1;
		font-weight: 500;    
	}
	.about_preim_item_img {
		width: 24px;
	}
	.about_preim_item_info {
		padding-left: 8px;
	}
	.about_preim_item_img img {
		height: 20px;
	}
	.about_preim_item_d {
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
	}
	.tag.learn__tag {
		font-size: 10px;
		font-weight: 500;
		max-width: 235px;
		padding-bottom: 0;
		padding-top: 0;
	}
	.tag.learn__tag  span {
		padding: 0 8px;
	}
	.what_lern_img {
		width: 40px;
		height: 40px;
		margin-bottom: 0;
	}
    .what_lern_item {
        flex-direction: row;
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        gap: 8px;
    }
    .what_lern_wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px;
    }
	.what_lern_t {
		font-weight: 500;
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 4px;
	}
	.what_lern_item br {
		display: none;
	}
	.what_lern_d {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
	}
	.what_lern_item:nth-child(1) img {
		width: 25px;
	}
	.what_lern_item:nth-child(2) img {
		width: 23px;
	}
	.what_lern_item:nth-child(3) img {
		width: 21px;
	}
	.what_lern_item:nth-child(4) img {
		width: 21px;
	}	
	.what_lern_item:nth-child(5) img {
		width: 23px;
	}	
    .about__us {
        margin: 8px 0 0;
    }
	section#learn {
		padding-top: 0;
	}
	.about_preim_wrapper {
		margin-bottom: 12px;
	}
    button.hide-btn {
        max-height: 30px;
        line-height: 16px;
        font-size: 16px;
        font-weight: 600;
        max-width: 160px;
        margin: 0 auto;
    }
	.timestamps-list--wrapper {
		margin-bottom: 8px;
	}
	.card-details {
		margin-bottom: 0;
	}
	.card-body {
		padding: 8px;
	}
	.timestamps-list {
        max-height: 110px;
    }
	.footer__group-item:nth-child(2), .footer__group-item:nth-child(3) {
		margin-right: auto;
	}
	span.free_play {
		width: 53px;
		height: 53px;
		top: 48px;
	}
	.podhod_box {
		display: flex;
		flex-direction: column;
		gap: 12px;
		flex-wrap: wrap;
		padding: 12px 4px 0;
	}
	.podhod_box_title {
		color: #3A86FF;
		text-transform: uppercase;
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 16px;
		font-weight: 500;
		text-align: center;
	}
	.about_author_line_img {
		width: 24px;
		height: 24px;
	}
	.about_author_line_img img {
		width: 20px;
		height: 20px;
	}
	.podhod_box_right .podhod_item + .podhod_item {
			margin-top: 15px !important;
		}
    section#authors {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
    }
    section#faq {
        margin-top: 20px;
    }
    .authors__slide-img {
        width: 100%;
        height: 300px;
    }

	section#Subscriptions {
		padding-bottom: 0;
	}
	section#free {
		padding-top: 3px;
	}
	section#lessons {
		padding-top: 5px;
	}
	section#Subscriptions {
		padding-top: 18px;
	}
	section#authors {
		padding-top: 5px;
	}
	.card-actions a + a {
		margin-top: 8px;
	}
	.card-actions button, .card-actions a {
		max-width: 160px;
		margin: 0 auto;
	}
	button.btn.Subscriptions__slide--btn {
		max-width: 160px;
	}
    .burger__icon {
        width: 34px;
        height: 33px;
    }
}



@media (max-width: 480px) {
    .authors__slide-img {
        height: 260px;
    }
	.about_author_line {
        padding: 8px;
    }
    .about_author_line_img img {
        width: 18px;
        height: 18px;
    }
}





