.deeplom_banner_1 {
    background-color: rgb(255, 255, 255);
    width: 100%;
    max-width: 800px;
    height: 90px;
    margin: 0 0 15px;
    padding: 0;
    border: 1px solid rgb(158, 158, 158);
}

.deeplom_banner_1_text{
    box-sizing: border-box;
    font: normal 16px Verdana;
    color: #555;
    width: 100%;
    height: 90px;
    background-image: url("../img/banner_1.png");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.deeplom_banner_1_url {
    display: block;
    position: relative;
    z-index: 1;
    bottom: 90px;
    width: 100%;
    height: 90px;
}

.deeplom_banner_1_text_1 {
    margin-bottom: 5px;
    margin-top: 0;
    margin-left: 23%;
    text-align: center;
}

.deeplom_banner_1_text_2 {
    margin-left: 23%;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 1440px) {
    .deeplom_banner_1_text {
        background-image: none;
    }
    .deeplom_banner_1_text_1, .deeplom_banner_1_text_2 {
        margin-left: 0;
    }
}

@media screen and (max-width: 650px) {
    .deeplom_banner_1_text {
        background-image: none;
        padding: 10px;
    }
}

.neuroset-info {
    background-color: var(--card-color);
    border: 1px solid var(--line-color);
    border-bottom: none;
    border-left: none;
    border-top: none;
    font-size: 1.0625rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 7% 100px;
}

h1 {
    color: white;
    font-size: calc(1.5rem + 0.7vw);
    margin-top: 10px;
    margin-bottom: 10px;
}

picture img {
    width: 100%;
    aspect-ratio: auto 1650 / 825;
    cursor: zoom-in;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 95%;
    max-height: 95%;
    cursor: zoom-out;
}

.field-type {
    color: white;
    font-size: 1.125rem;
    align-self: center;
}

.author-container {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--line-color);
}

.author-container img {
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
    aspect-ratio: 1/1;
}

.author-container div {
    display: flex;
    flex-direction: column;
    align-self: start;
    color: white;
}

.author-container div p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.author-container a {
    color: white;
    font-size: 1.0625rem;
    text-decoration: none;
}

.author-container a:hover {
    color: #f1e739;
    transition: 0.3s ease-in-out;
}

.task-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 12px;
    margin-top: 20px;
}

.task {
    color: var(--site-green);
    border: 1px solid var(--site-green);
    border-radius: 10px;
    padding: 6px 12px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.task-container:nth-child(11) {
    margin-bottom: 20px;
}

.ya-share2 {

}

.ya-share2 li {
    margin-right: 12px!important;
}

.ya-share2__icon {
    width: 45px!important;
    height: 45px!important;
}

.color {
    color: #f1e739;
    border-color: #f1e739;
}

.transformation {
    color: var(--task-color);
    border: 1px solid var(--task-color);
}

.price {
    color: #FF5959;
    border-color: #FF5959;
}

.description-wrapper {
    color: white;
    font-family: "Georgia", sans-serif;
    line-height: 1.5;
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    font-size: 1.125rem;
}

.description-wrapper ol {
    margin-left: 0;
    list-style: none;
    counter-reset: li;
}

.description-wrapper ol li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.description-wrapper ol li:before {
    padding: 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.6em;
    width: 1.875em;
    text-align: center;
    color: white;
    font-weight: bold;
    background: rgba(188, 140, 255, 0.6);
    border-bottom-left-radius: 70em;
    border-top-left-radius: 70em;
    counter-increment: li;
    content: counter(li);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0625rem;
    font-family: 'Roboto', sans-serif;
}

.description-wrapper strong {
    color: rgba(126, 231, 135, 1);
}

.description-wrapper ol li a {
    color: rgba(126, 231, 135, 1);
}

.extra-link {
    color: var(--site-green);
}

.description-wrapper img {
    width: 100%;
    aspect-ratio: 2 / 1;
}

.description-wrapper .ul-list ul {
    padding-left: 20px;
    list-style: none;
}

.description-wrapper .ul-list ul li {
    margin-bottom: 6px;
    position: relative;
}

.description-wrapper .ul-list li::before {
    content: "•";
    position: absolute;
    left: -15px;
    color: #ff6b6b;
    font-size: 1.2rem;
}

h2 {
    font-size: 1.25rem;
}

.description-wrapper h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.neuroset-link {
    cursor: pointer;
    padding: 12px 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    color: white;
    background-image: linear-gradient(to right, #bc8cff, #9b79ff, #815eff, #653dff);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    font-size: 1.125rem;
    font-weight: 700;
    width: 100%;
    display: block;
}

.neuroset-link:hover {
    background: linear-gradient(to right, #ffc373, #ff8c42, #ff6126, #ff3800);
}

.neuroset-link:active {
    transform: translateY(2px);
}

.buy-info {
    margin-bottom: 20px;
    margin-top: 12px;
    color: white;
    border-radius: 8px;
    background-color: rgba(188, 140, 255, 0.3);
}

.buy-info summary {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding: 12px;
    list-style-type: none;
}

.buy-info p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.125rem;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
}

.buy-info a {
    text-decoration: none;
    color: var(--site-green);
    border-bottom: 1px solid var(--site-green);
    font-size: 1.125rem;
}

.buy-info a:hover {
    color: #f1e739;
    border-bottom-color: #f1e739;
}

.buy-info[open] summary {
	border-bottom: 1px solid rgba(188, 140, 255, 0.5);
	padding-bottom: 10px;
}

.buy-info[open] p {
  animation-name: fadeInDown;
  animation-duration: 0.7s;
}

.buy-info:not([open]):hover {
    background-color: rgba(188, 140, 255, 0.5);
}

.buy-info span{
    color: var(--site-green);
    font-size: 1.25rem;
}

.buy-info summary::before {
    content: '\25BC'; /* Символ стрелки вниз */
    padding-right: 5px; /* Расстояние между символом и текстом */
}

.buy-info[open] summary::before {
    content: '\25B2'; /* Символ стрелки вверх */
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-1.25em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.rec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 25px;
    padding-bottom: 17px;
}

.rec-container h2 {
    width: 100%;
    color: white;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: calc(1.5rem + 0.5vw);
}

.rec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
}

.rec-item > a {
    width: 100%;
}

.rec-item a img {
    aspect-ratio: 2 / 1;
    width: 100%;
}

.rec-item a img {
    transition: filter 0.5s ease-in-out; /* Плавный переход фильтров */
}

.rec-item a img:hover {
    filter: hue-rotate(120deg); /* Размытие при наведении */
}

.rec-header {
    margin-top: 3px;
    margin-bottom: 10px;
    text-wrap: nowrap;
    overflow: hidden;
}

.rec-header a:hover {
    color: #f1e739;
}

.rec-header a {
    text-decoration: none;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
}

.rec-description-container {
    width: 100%;
    color: white;
}

.rec-description {
    color: white;
    font-family: "Georgia", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.remark-block {
    border: 2px solid #ff6b6b;
    border-radius: 8px;
    margin: 30px 0 20px;
    padding: 25px 20px 20px 20px;
    position: relative;
}

.remark-title {
    position: absolute;
    top: -18px;
    left: 30px;
    background-color: #0e0c28;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #e0e0e0;
    z-index: 10;
}

.remark-container-content {
    margin: 0;
}

.remark-container-content p {
    margin: 0 0 10px 0;
}

.remark-container-content p:last-child {
    margin-bottom: 0;
}

.tool-example-for-list {
    width: 100%;
    aspect-ratio: auto;
    margin-top: 10px;
}

.article-table-container {
    overflow-x: auto;
}

.article-table {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.article-table td, .article-table th {
    padding: 10px 5px;
    line-height: 22px;
    vertical-align: middle;
    border: 1px solid #53377A;
}

.article-table th {
    padding: 3px;
    font-size: 1rem !important;
    background-color: #53377A;
}

.article-table caption {
    margin-bottom: 5px;
    text-align: start;
}

.pluses {
    background-color: #1E5945;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.minuses {
    background-color:  #721422;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    position: relative;
}

.minuses:after {
    content: "";
    position: absolute;
    top: 112%;
    left: -2%;
    width: 104%;
    display: block;
    border-bottom: 1px solid var(--line-color);
    margin-top: 5px;
}

.minuses p, .pluses p{
    margin-bottom: 10px;
    padding-left: 8px;
    padding-top: 8px;
    font-weight: 700;
}

.minuses ul, .pluses ul {
    margin-top: 10px;
    padding-bottom: 8px;
}

.article-navigation {
    background-color: #1a173d;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #2d2853;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.article-navigation > ul {
    margin-top: 12px;
}

.article-navigation a {
    color: white!important;
}

.article-navigation a:hover {
    color: #ff6b6b !important;
    transition: 0.2s ease-in-out;
}

.article-navigation p {
    margin-bottom: 0;
    margin-top: 20px;
}

.article-navigation > ul > li {
    margin-bottom: 10px;
}

.article-navigation li ul li {
    position: relative;
    padding-left: 1.5rem;
    margin: 0.5rem 0;
}

.article-navigation ul {
    list-style: none;
    padding-left: 5px!important;
}

.article-navigation li ul li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #ff6b6b;
    font-size: 1.2rem;
}

.note-left {
    position: relative;
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    background: #1a173d;
    border-radius: 0.375rem;
    line-height: 1.5;
}

.note-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 0 0.375rem 0.375rem 0;
    background: #4d7cff;
}

@media screen and (max-width: 1023px) {
    .neuroset-info {
        grid-column: 2;
        width: 100%;
        display: block;
        padding-bottom: 0;
        border-right: none;
        border-bottom: none;
        grid-area: main;
    }
    .rec-container {
        border-bottom: 1px solid var(--line-color);
    }
}

@media screen and (max-width: 768px) {
    .neuroset-info {
        grid-area: main;
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 500px){
    .zoomedImage {
        width: 100%;
    }
    .task-container {
        justify-content: center;
    }
    .task {
        width: 85%;
    }
    .rec-item {
        width: 90%;
    }
    .description-wrapper {
        font-size: 1.0625rem;
    }
    .author-container div p, .author-container div a {
        font-size: 0.9375rem;
    }
}