.header-2 * {transition:.3s;}
.header-2 {position:fixed; top:0; left:0; width:100vw; padding-top: 1rem; z-index: 100;}
.header-2 .container {background: rgba(0,0,0,.7); backdrop-filter: blur(3px); border-radius: 2rem; padding-top:1rem; padding-bottom: 1rem;}


.header-2 #logo {display:block;}
.header-2 #logo:hover {opacity:.75;}
.header-2 #logo img {filter:invert(1);}

.header-2 #header_items {margin:.5rem 0; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.header-2 #header_items .logo svg path {fill: var(--color-base);}
.header-2 #header_items .logo svg path.arrow {fill: var(--color-body);}
.header-2 .top_menu {}
.header-2 .top_menu ul {display:flex; padding: 0; gap:1rem; flex-wrap:wrap; margin:0;}
.header-2 .top_menu ul li {position: relative; flex: auto; text-align: center; display:block;}
.header-2 .top_menu ul li a {display:block; color:#fff;}
.header-2 .top_menu > ul > li:hover > a {text-decoration: underline;}
.header-2 .top_menu ul li ul {display:none; position:absolute; top:100%; right:0; background:rgba(0,0,0,.7); backdrop-filter: blur(3px); text-align:left; box-shadow: 0 6px 12px rgb(0 0 0 / 18%); padding: 1.5rem 0; border-radius: 2rem; white-space: nowrap;}
.header-2 .top_menu ul li ul li {text-align:left;}
.header-2 .top_menu ul li ul li a {color: #fff; text-decoration: none; padding:1rem 1.5rem; display: block;}
.header-2 .top_menu ul li ul li a i {margin-right: 1rem;}
.header-2 .top_menu ul li ul li:hover > a {background:rgba(0,0,0,1);}
.header-2 .top_menu ul li ul li ul li:hover a {box-shadow: 0 6px 12px rgb(0 0 0 / 18%);}
.header-2 .top_menu ul li:hover > ul {display: block;}
.header-2 .top_menu ul li ul li ul {display: none; top: 0; left: 100%; min-height: 100%;}
.header-2 .top_menu ul li ul li.parent > a {padding-right:2rem; position:relative;}
.header-2 .top_menu ul li ul li.parent > a::before {content: '\27A4'; position:absolute; right:.5rem; top:50%; transform:translateY(-50%);}

.mobile-window {position: fixed; z-index: 1000;}
.mobile-window * {transition: .3s;}
.mobile-window .logo img {filter:invert(1);}
.mobile-window .bg {position:fixed; background:rgba(0,0,0,.5); backdrop-filter: blur(1px); top:0; left:0; right:100%; bottom:0; border-radius:0 100% 100% 0;}
.mobile-window .window {width:0; background:rgba(0,0,0,.7); backdrop-filter: blur(2px); position:fixed; top:0; left:0; bottom:0; border-radius:0 100% 100% 0; opacity:0; padding:0; overflow:auto; display:flex; flex-direction: column; text-align: center;}
.mobile-window .close {position:fixed; top:0; left:300px; margin:1rem; font-size:0; color:#fff; cursor:pointer;}
.mobile-window .close:hover {opacity:.7;}
.mobile-window .window > div {margin:1rem 0;}
.mobile-window .mobile_menu {text-align:left; margin-bottom:auto;}
.mobile-window .mobile_menu ul {display:block; margin:0; padding:0;}
.mobile-window .mobile_menu ul li {display:block; margin:0; padding:0;}
.mobile-window .mobile_menu ul li a {color:#fff; display: block; padding: .5rem 1rem;}
.mobile-window .mobile_menu ul li ul {margin-left: 1rem; border-left: 1px dotted #ddd;}

body.active-menu {overflow:hidden;}
body.active-menu .mobile-window {display:block;}
body.active-menu .mobile-window .bg {right:0; border-radius:0;}
body.active-menu .mobile-window .close {font-size:3rem;}
body.active-menu .mobile-window .window {width:300px; border-radius: 0 2rem 2rem; opacity:1; padding:1rem;}

.breadcrumbs {display: none;}

[data-color="#000000FF"] {color:#000000FF}

body {
    overflow: hidden;
}
.cover-3 {
    height: 100%;
    position: relative;
    z-index: 200;
    pointer-events: none;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ac);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    /*background: white;*/
}

.chat-textarea {
    border-radius: 20px;
    padding-right: 50px;
    min-height: 50px;
    max-height: 200px;
    overflow-y: auto;
}

.send-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background: none;
    color: #007bff;
}

.send-btn:hover {
    color: #0056b3;
}

.send-btn:disabled {
    color: #6c757d;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.cover-3 .container-fluid {padding: 0;}
.cover-3 #window-1, .cover-3 #window-2, .cover-3 #window-3 {pointer-events: all;}
.cover-3 *:not(.btn-sm) i {height: 2rem; width: 2rem; display: flex; justify-content: center; align-items: center;}
.cover-3 i {transition: .3s; cursor: pointer;}
.cover-3 i:hover {color:var(--color-base);}
.cover-3 .btn {padding: 0.5rem;}
.cover-3 .btn {padding: 0.5rem;}
.cover-3 .btn.btn-link {color:var(--dark); text-decoration: none; display: flex; justify-content: space-between; align-items:center; text-align: left;}
.cover-3 .dialog-buttons {text-decoration: none; text-wrap: nowrap; display: flex; justify-content: space-between; align-items:center; text-align: left;}
.cover-3 .btn.btn-link:not(.btn-sm) {padding: .5rem;}
.cover-3 .btn.btn-link .title {width: 100%;}
.cover-3 .btn.btn-link .title:not([contenteditable="true"]) {width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.cover-3 .btn-link:nth-child(2n) {background: #E8E8E8;}

.cover-3 #window-1 {margin-top: var(--header-height); padding: 1rem 0;}
.cover-3 #window-1.active {height: 0; overflow: hidden;}
.cover-3 #window-1 .accordion-button {box-shadow: none; padding: .5rem;}
.cover-3 #window-1 .accordion-body {padding-left: 0; padding-right: 0; background: var(--bg-body);}
.cover-3 #window-1 .accordion-body .btn-link:hover {background: #fff;}
.cover-3 #window-1 .accordion-body .btn-link.active {background: #fff; color:var(--color-base); font-weight:bold;}

.cover-3 #window-2,
/*.cover-3 #window-3 { transition: .3s; position: fixed; top:0; width:100vw; bottom: 0; overflow: auto; background: unset;}*/
.cover-3 #window-3 {display: flex; flex-direction: column; justify-content: space-between; overflow: auto;}
.cover-3 #window-2.active {left:0;}
/*.cover-3 .status-bar {height: var(--header-height); background: var(--bg-body); padding: 0 1rem; gap:.5rem; backdrop-filter: blur(3px); flex: 0 0 auto;}*/
/*.cover-3 .status-bar .info {text-wrap: nowrap; overflow: hidden; text-overflow: ellipsis;}*/
.cover-3 #window-3.active {left:0;}

.cover-3 #window-3 .chat {padding:50px 0 0 2rem;}
.cover-3 #window-3 .chat .messages {display: flex; flex-direction: column; gap:1rem; margin: 1rem 0;}
/*white-space: break-spaces;*/
.cover-3 #window-3 .chat .messages > * {max-width: calc(100% - 1rem); margin-right: auto; border-radius: 1.5rem; text-align: left;}
.cover-3 #window-3 .chat .messages .ai li:last-child {margin-bottom: 1em;}
.cover-3 #window-3 .chat .messages .user {margin-left: auto; margin-right: 0; background: #c6e4ff; border:none;}
.cover-3 #window-3 .chat .messages .siri {width: 20%;}

.cover-3 #window-3 .chat form {background: rgba(240,240,240,.7); backdrop-filter: blur(3px); border:1px solid #ddd; border-radius: 2rem; padding: 1rem; overflow: hidden; position: sticky; bottom: 0;}
.cover-3 #window-3 .chat form .form-control {padding-right: 6rem; max-height: 15vh; resize: none;}
.cover-3 #window-3 .chat form .design-panel {display: flex; flex-wrap: wrap; gap:.5rem; margin-top: 0.2rem}
.cover-3 #window-3 .chat form .design-panel [name="record"] {position: absolute; right:4rem; top:1.5rem;  background: #ddd;}
.cover-3 #window-3 .chat form .design-panel [name="submit"] {position: absolute; right:1.5rem; top:1.425rem;}
.cover-3 #window-3 .chat form .design-panel .free-messages {max-width: 120px;}

.cover-3 .siri {order:100000;}
.cover-3 .siri,
.cover-3 .siri-message {max-width:100px; max-height: 100px; margin: 0 auto;}
.cover-3 #gigaGPT .display-1 {font-size: 3rem;}

.cover-3 #window-3 .files .image {width:25%; flex:0 0 auto;}
.cover-3 #window-3 .files .audio {width:100%;}
.cover-3 #window-3 .chat audio {width:100%;}
.cover-3 #window-3 .chat .messages audio,
.cover-3 #window-3 .chat .messages video,
.cover-3 #window-3 .chat .messages img {max-width:100%; max-height: 70vh; background: #000;}

@media (max-width: 780px) {
    .cover-3 #window-3 .chat {padding:40px 0 0 0;}
    .cover-3 #window-3 .chat form .design-panel .btn-sm {max-height: 30px;}
    .cover-3 #window-3 .chat form .design-panel .free-messages {max-width: 90vw;}
    .cover-3 #window-3  {height: 100vh;}
}

@media screen and (min-width:992px) {
    :root {
        --header-width: 240px;
    }
    .template.header-1 {right:auto; width:var(--header-width);}

    .cover-3 #window-1 {position:fixed; overflow: auto !important; height: calc(100vh - var(--header-height)) !important; width: var(--header-width); background: var(--bg-body); left:0;}
    .cover-3 #window-1 .accordion-item {background-color: unset;}
    .cover-3 #window-1 .accordion-button {background-color: unset; border: 0 none;}
    .cover-3 #window-1 .accordion-button.active {color:var(--color-base);}
    .cover-3 #window-1 .accordion-body {padding: 0 0 2rem;}
    .cover-3 #window-1 .accordion-body .btn-link.active {font-weight: normal;}
    .cover-3 .btn-link:nth-child(2n) {background: unset;}

    .cover-3 #window-1 .btn-link i {opacity: 0; transition: .3s;}
    .cover-3 #window-1 .btn-link:hover i {opacity: 1;}

    .cover-3 #window-2 {left:var(--header-width) !important; width:var(--header-width); right: auto; margin-left: 1rem; top:1rem; border:1px solid #ddd; border-radius: 1.5rem; bottom: auto; max-height: calc(100vh - 2rem); padding: 1rem 0;}
    .cover-3 #window-2 .btn-link.active {background: var(--bg-body);}
    .cover-3 #window-2 .btn-link i {opacity: 0; width: 0; overflow: hidden; transition: .3s;}
    .cover-3 #window-2 .btn-link:hover i {opacity: 1; width: 2rem;}
    .cover-3 #window-2 .btn-link i.fa-circle-plus {opacity: 1 !important; width: 2rem !important;;}

    .cover-3 .status-bar {display: none !important;}

    /*margin-left:calc(var(--header-width)) !important;*/
    .cover-3 #window-3 {background: unset; min-height: 100vh; left:0; !important;  width:auto !important; position: relative; height: 100vh; padding-right: 10%; padding-left: 10%;}
}
@media screen and (min-width:1400px) {
    :root {
        --header-width: 280px;
    }
    .cover-3 #window-3 {padding-right: 20%; padding-left: 20%;}
}

.cover-3 #dropOverlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 9999; display: none;}
.cover-3 #uploadArea {}
.cover-3 #uploadArea .card {position: relative;}
.cover-3 #uploadArea .card button[name="remove"] {position: absolute; top:.5rem; right: .5rem;}

.cover-3 .progress-bar { width: 0; height: 8px; background: #4caf50; margin-top: 10px;}


/*login form*/
.cover-3 #aiLoginForm {display: none;}
.cover-3 #aiLoginForm {max-width:480px; padding: 4rem 2rem; margin: 0 auto; background: rgba(255,255,255,.9); backdrop-filter: blur(3px); text-align: center;}
.cover-3 #aiLoginForm .phone-input {background: #fff; color: #000; border-radius: 1rem; padding: 0 1rem; position: relative;  font-size: 20px;}
.cover-3 #aiLoginForm .phone-input button {position: absolute; top:55%; left:1rem; transform: translateY(-50%); background: none; border:none; background: #fff;}
.cover-3 #aiLoginForm .phone-input .form-control {border:none; padding: .5rem .5rem .5rem 2rem; font-size: 20px; letter-spacing: 2px; box-shadow:none;}
.cover-3 #aiLoginForm .sms_code_number {width:3rem; font-size: 20px; padding: .5rem 1rem; border-radius: 1rem; background: #fff;}
.cover-3 #aiLoginForm input[type="number"]::-webkit-outer-spin-button,
.cover-3 #aiLoginForm input[type="number"]::-webkit-inner-spin-button {display: none; -webkit-appearance: none; margin: 0;}
/*end login form*/

/* кнопка-стрелка в правом нижнем углу */
.cover-3 #scrollArrow {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0d6efd;
    color: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 1000;
}

/* адаптивный размер кнопки: базовый размер задаём через CSS-переменные */
:root {
    --arrow-size: 3.5rem; /* базовый размер */
    --arrow-icon-size: 1.25rem;
}

/* уменьшаем на маленьких экранах */
@media (max-width: 576px) {
    :root {
        --arrow-size: 3rem;
        --arrow-icon-size: 1rem;
    }
}

/* увеличиваем на больших экранах */
@media (min-width: 1200px) {
    :root {
        --arrow-size: 4.25rem;
        --arrow-icon-size: 1.5rem;
    }
}

#scrollArrow {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: var(--arrow-size);
    height: var(--arrow-size);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0d6efd;
    color: #fff;
    border: none;
    box-shadow: 0 6px 18px rgba(13,110,253,0.18);
    cursor: pointer;
    z-index: 2147483647; /* максимально возможный z-index для уверенности */
    pointer-events: auto; /* на всякий случай */
    transition: transform 0.15s ease, opacity 0.15s ease;
}

#scrollArrow:active { transform: scale(0.98); }

#scrollArrow svg {
    width: var(--arrow-icon-size);
    height: var(--arrow-icon-size);
}

/* скрытие кнопки через класс */
#scrollArrow.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
}

[data-color="#ffffffff"] {color:#ffffffff}

.articles-2 .items .content {padding: 100px 1rem; background: #fff;}
.articles-2 .items .row {height:100%;}

.articles-2 .items .img {position: relative; overflow: hidden; height: 100%; display: block;}
.articles-2 .items .img img {transition: .3s; position: absolute; z-index: -2; left: 0; top: 0; width:100%; height: 100%; object-fit: cover; border-radius: 0;}
.articles-2 .items .img .module-background {z-index: -1;}

.articles-2 .items .item:hover img {transform: scale(1.1) rotate(-1deg);}
.articles-2 .owl-js .row {flex-direction: column-reverse;}
.articles-2 .owl-js .row .content {background: #fff; padding: 1rem;}
.articles-2 .owl-js .row > * {width:100%;}


.articles-2.zerro-flex-row-reverse .container > .row,
.articles-2.zerro-flex-row-reverse .container-fluid > .row {flex-direction: row !important;}

.articles-2 .row {
    --row-revers: row-reverse !important;
}
.articles-2.zerro-flex-row-reverse .row {
    --row-revers: row !important;
}

@media (max-width: 575px) {
    .articles-2 .items .item.col-xs-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n) .row,
    .articles-2 .items .item.col-xs-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-xs-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-xs-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-xs-3:nth-child(8n) .row,
    .articles-2 .items .item.col-xs-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-xs-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-xs-4:nth-child(6n) .row,
    .articles-2 .items .item.col-xs-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-xs-6:nth-child(4n) .row,
    .articles-2 .items .item.col-xs-12:nth-child(4n) .row {flex-direction: var(--row-revers);}
}
@media (min-width: 576px) and (max-width: 767px) {
    .articles-2 .items .item.col-sm-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n) .row,
    .articles-2 .items .item.col-sm-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-sm-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-sm-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-sm-3:nth-child(8n) .row,
    .articles-2 .items .item.col-sm-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-sm-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-sm-4:nth-child(6n) .row,
    .articles-2 .items .item.col-sm-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-sm-6:nth-child(4n) .row,
    .articles-2 .items .item.col-sm-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}

@media (min-width: 768px) and (max-width: 991px) {
    .articles-2 .items .item.col-md-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n) .row,
    .articles-2 .items .item.col-md-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-md-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-md-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-md-3:nth-child(8n) .row,
    .articles-2 .items .item.col-md-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-md-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-md-4:nth-child(6n) .row,
    .articles-2 .items .item.col-md-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-md-6:nth-child(4n) .row,
    .articles-2 .items .item.col-md-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .articles-2 .items .item.col-lg-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n) .row,
    .articles-2 .items .item.col-lg-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-lg-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-lg-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-lg-3:nth-child(8n) .row,
    .articles-2 .items .item.col-lg-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-lg-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-lg-4:nth-child(6n) .row,
    .articles-2 .items .item.col-lg-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-lg-6:nth-child(4n) .row,
    .articles-2 .items .item.col-lg-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .articles-2 .items .item.col-xl-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n) .row,
    .articles-2 .items .item.col-xl-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-xl-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-xl-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-xl-3:nth-child(8n) .row,
    .articles-2 .items .item.col-xl-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-xl-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-xl-4:nth-child(6n) .row,
    .articles-2 .items .item.col-xl-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-xl-6:nth-child(4n) .row,
    .articles-2 .items .item.col-xl-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}
@media (min-width: 1400px) {
    .articles-2 .items .item.col-xxl-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n) .row,
    .articles-2 .items .item.col-xxl-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-xxl-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-xxl-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-xxl-3:nth-child(8n) .row,
    .articles-2 .items .item.col-xxl-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-xxl-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-xxl-4:nth-child(6n) .row,
    .articles-2 .items .item.col-xxl-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-xxl-6:nth-child(4n) .row,
    .articles-2 .items .item.col-xxl-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}


.module.articles-2 {padding:100px 0;}
[data-color="#000000FF"] {color:#000000FF}

.texts-1 [data-image] {mix-blend-mode:multiply;}
.texts-1 img {width: 100%;}
.texts-1 .cards-title {font-weight: bold;}
.texts-1 .cards-uptitle { opacity: 0.7;}
.texts-1 .row {align-items: center;}

.module.texts-1 {padding:100px 0;}
[data-color="#000"] {color:#000}

.footer-1 {padding:3rem 0;}
.footer-1 ul {display:block; margin:0; padding:0;}
.footer-1 ul li {display:block; margin:0; padding:0; border-bottom:1px solid var(--color-inverse);}
.footer-1 ul li a {display:block; margin:0; padding:.3rem 1rem;}
.footer-1 .zerro-author {display: flex; color:#A2A2A2;}
.footer-1 .zerro-author:hover {color:#A2A2A2;}
.footer-1 .zerro-author::before {content: url('/assets/images/zerro.svg'); margin-right:1rem; filter:grayscale(1) invert(1);}
.footer-1 .row:nth-child(1) {padding-bottom:1.5rem; margin-bottom:1.5rem; border-bottom:1px solid #a2a2a2;}
.footer-1 .row:nth-child(2) a:hover {filter:contrast(3);}


[data-color="#ffffffFF"] {color:#ffffffFF}
[data-color="#A2A2A2"] {color:#A2A2A2}

