/*------------------------------------------------------------
    Template name    : Avangard
    Author           : Avangard
    Version          : 1.0
    File Description : Main css file of the template
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    scroll-behavior: smooth;
    overflow-x: hidden;
    --font-default: 'Montserrat';
    --font-heading: 'Loos Wide';
    --color-bg-default: white;
    --color-bg-second: #222222;
    --color-bg-black: #111111;
    --color-bg-third: #353535;
    --color-bg-red: #FFB8B8;
    --color-bg-grey: #ECECEC;
    --color-violet: #9747FF;
    --color-violet-hover: #8138E0;
    --overlay-color: transparent;
    --menu-color: #222222;
    --href-color-light: #FF4B4B;
    --href-color-dark: #FF4B4B;
    --href-color-hover: #EB1F1F;
    --href-color-disable: #FAC7C7;
    --border-color: #DDDDDD;
    --border-color-white: #DDDDDD;
    --border-color-black: #555555;
    --text-color: #222222;
    --text-white-color: #ffffff;
    --text-gray-color: #969ba5;
    --box-shadow-color-red: #FAC7C7;
    --box-shadow-color: #969ba5;
    --color-primary: #FF4B4B;
    --color-secondary: rgba(0, 136, 204, 1);
    --my-accordion-btn-icon: url(/assets/images/plus.svg);
    --my-accordion-btn-icon-active: url(/assets/images/minus.svg);
    --border-radius-25px: 25px;
    --border-radius-14px: 14px;
    --border-radius-10px: 10px;
    --border-radius-6px: 6px;
    --swiper-navigation-size: 20px;
    --min-font-size: 12px;
}

body {
    font-family: var(--font-default);
    color: var(--text-color);
    /*background: var(--color-bg-default);*/
    background: var(--color-bg-grey);
    transition: 0.5s background ease;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    body {
        background: var(--color-bg-grey);
    }
}

a {
    color: var(--href-color-light);
    text-decoration: none;
    transition: 0.3s color ease-in-out;
}

a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.href-dark {
    color: var(--href-color-dark);
}

.href-light {
    color: var(--href-color-light);
}

p {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    p {
        font-size: 0.825rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: normal;
}

h1, h2 {
    font-size: 36px;
}

h3, h4 {
    font-size: 24px;
}

.font-heading {
    font-family: var(--font-heading);
}

.fs875 {
    font-size: .875rem;
}

.fs700 {
    font-size: .7rem;
}

.fs-big {
    font-size: 5rem;
}

.fs-h1 {
    font-size: 3rem;
}

.mw-50 {
    max-width: 50vw;
}

.mw-75 {
    max-width: 75vw;
}

.overlay-max {
    display: none;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.9;
    left: 0;
    top: 0;
}

.overlay-max.active {
    display: block;
}

html.no-scroll {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.separator-min {
    height: 40px;
}

.separator {
    height: 60px;
}
.separator-2 {
    height: 100px;
}
.separator-3 {
    height: 140px;
}

.h-full {
    height: 100vh;
}

.text-gray {
    color: var(--text-gray-color);
}

.default-font {
    font-family: var(--font-default);
}

.base-container {

}

@media screen and (max-width: 576px) {
    .top-block {
        z-index: 80;
    }
}

.w-42 {
    width: 42px;
}
.h-42 {
    height: 42px;
}

.w-8px {
    width: 8px;
}

.object-fit-cover {object-fit: cover;}
.object-fit-contain {object-fit: contain;}

.logo-text .logo-min {
    font-size: var(--min-font-size);
    margin-bottom: -6px;
}

.logo-text .logo-max {
    font-size: 24px;
}

.left-menu {
    position: sticky;
    width: 320px;
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 97vh;
    background: var(--color-bg-second);
    overflow-y: auto;
    max-height: 97vh;
    scrollbar-width: none;
}
.left-menu::-webkit-scrollbar {
    width: 0; /* Убираем скроллбар */
    background: transparent; /* Делаем его прозрачным */
}
/* Для IE и Edge (старые версии) */
.left-menu {
    -ms-overflow-style: none; /* Убираем скроллбар для IE и Edge */
}

.menu-icons a, .mega-menu a{
    color: var(--text-white-color);
    font-weight: bold;
    transition: 0.3s color ease-in-out;
    line-height: 1.2;
}

.menu-icons a:hover, .mega-menu a:hover, .mega-menu .link:hover  {
    color: var(--href-color-light);
}

.menu-list {
    background-color: var(--color-bg-third);
    cursor: pointer;
    transition: 0.3s background-color ease-in-out;
    margin-top: 2px;
    margin-bottom: 2px;
}

.menu-list span {
    text-transform: none;
    line-height: 1.1rem;
}

.menu-list:hover {
    background-color: var(--color-bg-black);
}

.menu-list img {
    width: 48px;
    height: 48px;
    transform: scale(90%);
    transition: 0.3s transform ease-in-out;
}

.menu-list:hover img {
    transform: scale(115%);
}

.list-name img {
    transition: 0.3s transform ease-in-out;
    transform: rotate(-90deg);
}
.list-name:hover img {
    transform: rotate(90deg);
}

.list-box.active .list-name img {
    transform: rotate(0deg);
}

.list-box .menu-list > * {
    opacity: 0;
}

.list-box.active .menu-list > * {
    opacity: 1;
}

.list-box > a:last-child {
    margin-bottom: 4px;
}

.mega-menu .link {
    height: 42px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.countIcon {
    height: 1.25rem;
    min-width: 1.25rem;
}

#countsHearts {
    margin: 0 2px;
}
.countIcon {
    position: absolute;
    top: -10px;
    right: -8px;
    height: 1.3rem;
    min-width: 1rem;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    padding: 0 3px;
    background: var(--color-violet);
    font-weight: bold;
}

.countIcon.menuCount {
    position: absolute;
    top: -4px;
    right: -6px;
    height: 1.3rem;
    min-width: 1rem;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    padding: 0 6px;
    background: var(--color-violet);
    font-weight: bold;
}



.top-user-panel .icon {
    width: 46px;
    height: 46px;
    fill: white;
    background-color: var(--color-bg-third);
    border-radius: var(--border-radius-6px);
    transition: 0.3s transform ease-in-out;
    padding: 2px;
    cursor: pointer;
}

.top-user-panel .icon:hover {
    background-color: var(--href-color-hover);
    transform: scale(110%);
}

.menu-icons .icon {
    width: 46px;
    height: 46px;
    fill: white;
    background-color: var(--color-bg-third);
    border-radius: var(--border-radius-6px);
    transition: 0.3s transform ease-in-out;
    padding: 2px;
}

.menu-icons .link {
    background: var(--color-bg-second);
    width: 100%;
    transition: 0.3s all ease-in-out;
}

.menu-icons .link:hover .icon {
    opacity: 0.8;
    background-color: var(--color-bg-second);
    border-radius: var(--border-radius-6px);
    transform: scale(110%);
}

.menu-icons .link:hover {
    background: var(--color-bg-black);
}

.mega-menu .link {
    border-top: 1px solid var(--border-color-black);
    background: var(--color-bg-second);
    width: 100%;
    transition: 0.3s all ease-in-out;
}

.mega-menu .link:hover {
    background: var(--color-bg-black);
    width: 100%;
    transition: 0.3s all ease-in-out;
}

.sticky-top-box {
    position: fixed;
    top: 0.5rem;
    z-index: 1030; /* аналогично fixed-top для перекрытия элементов */
    width: 100%; /* ширина по умолчанию, будет переопределяться в jQuery */
    max-width: none;
}

.top-menu {
    height: 100px;
    background: var(--color-bg-second);
    width: 100%;
    border-radius: var(--border-radius-14px);
}

.separator-top-menu {
    display: none;
}

@media screen and (max-width: 576px) {
    .top-menu {
        border-radius: 0;
        position: fixed;
        z-index: 70;
    }
    .separator-top-menu {
        display: block;
        height: 56px;
    }
}

.search-container {
    display: flex;
    align-items: center;
    padding: 2px;
    background: var(--color-bg-black);
    border: 1px solid var(--border-color-black);
    border-radius: var(--border-radius-10px);
    height: 48px;
    z-index: 100;
}

.search-input {
    border: none;
    outline: none;
    background: var(--color-bg-black);
    color: white;
    height: auto;
}

.input-group-text {
    background: var(--color-bg-black);
    border: none;
}

.top-search {
    flex-basis: 755px;
    max-width: 755px;
}

@media screen and (max-width: 1200px) {
    .top-search {
        flex-basis: auto;
        max-width: 755px;
    }
}


.btn-search {
    background: var(--href-color-light);
    border-radius: var(--border-radius-10px);
    font-weight: 600;
    color: #ffffff;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease-out;
    max-width: fit-content;
    border: none;
    height: 100%;
}

.btn-search:hover {
    color: var(--text-white-color);
    background-color: var(--href-color-hover);
    border: none;
}

.btn-search:focus {
    color: var(--text-white-color);
    background-color: var(--href-color-hover);
    border: none;
}

.btn-free:after {
    content: "free";
    display: block;
    width: 50px;
    height: 20px;
    color: #fff;
    font-family: var(--font-default);
    background-color: var(--color-violet);
    position: absolute;
    background-repeat: no-repeat;
    top: -10px;
    right: 14px;
    border-radius: 26px;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
    height: 100%;
    border-radius: 10px 0 0 10px;
    color: #212529;
    background-color: #fff;
    border-color: var(--color-violet);
    outline: 0;
}

.form-check-input:checked {
    background-color: var(--color-violet);
    border-color: var(--color-violet);
}

.form-check-input[type="checkbox"] {
    border-radius: .25em;
    padding: 0;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem .75rem;
    background: #FAFAFA;
}

input[type="tel"].valid {
    border-color: green;
}

input[type="tel"].invalid {
    border-color: red;
}

.overlaySearch {
    z-index: 101;
}

.suggestion-search {
    z-index: 102;
    margin-top: 60px;
    background: var(--color-bg-black);
}

.suggestion-item {
    padding: 4px 14px;
    margin: 4px 14px;
    transition: .2s ease-in all;
    cursor: pointer;
}

.suggestion-item:hover {
    background: var(--color-bg-third);
    border-radius: var(--border-radius-6px);
}

.suggestion-item img {
    width: 24px;
    height: 24px;
}

.suggestion-search, .overlaySearch {
    display: none; /* скрываем блоки по умолчанию */
}

.top-video .top-video-item {
    width: 56px;
    height: 56px;
    display: flex;
    overflow: hidden;
    margin-left: -20px;
    border: 2px solid var(--color-bg-third);
}

.top-video .top-video-item:hover {
    border: 2px solid var(--href-color-light);
    z-index: 2;
}

.top-video .top-video-item img {
    object-fit: cover;
    transition: .3s ease-in all;
}

.top-video .top-video-item:hover img {
    transform: scale(120%);
}



.height-auto {
    height: auto;
}

.btn {
    background: var(--href-color-light);
    padding: 15px 30px;
    border-radius: var(--border-radius-10px);
    font-weight: 600;
    color: #ffffff;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease-out;
    max-width: fit-content;
    border: none;
}

@media screen and (max-width: 768px) {
    .btn {
        background: var(--href-color-light);
        padding: 10px 26px;
        border-radius: 6px;
    }
}

.btn:hover {
    color: var(--text-white-color);
    background-color: var(--href-color-hover);
    border: none;
    transform: scale(0.95);
}

.btn:focus {
    color: var(--text-white-color);
    background-color: var(--href-color-hover);
    border: none;
}

.half-size-box {
    width: 60%;
}

@media screen and (max-width: 768px) {
    .half-size-box {
        width: 100%;
    }
}



.btn-black {
    background-color: var(--color-bg-second);
}

.btn-black:hover {
    background-color: var(--color-bg-third);
}


.sdw-red {
    box-shadow: 0 0 50px var(--box-shadow-color-red);
    transition: 0.5s ease-in-out all;
}

.sdw-red:hover {
    box-shadow: 0 0 5px var(--box-shadow-color-red);
}

.title-min {
    font-size: 24px;
    line-height: 1.6rem;
}

.text-red {
    color: #FF5858;
}

.toggle-container {
    position: relative;
}

.hide-on-mobile {
    display: block;
}

.br-14 {
    border-radius: 14px;
}

.br-25 {
    border-radius: 25px;
}

.border-gray {
    border: 1px solid #DDDDDD;
}

.bg-gray {
    background: #FAFAFA;
}

.bg-black-img {
    background-image: url("/assets/images/bg-img-black-top.jpg");
}

.text-red {
    color: #FF5858;
}

.span-blue {
    color: white;
    border-radius: 5px;
    padding: 0px 9px;
    background: #4DC4FF;
}

.span-red {
    color: white;
    border-radius: 5px;
    padding: 0px 9px;
    background: #FF5858;
}

.modal-content {
    color: var(--text-color);
    pointer-events: auto;
}

.input-100 input {
    width: 100%;
}

input {
    border-radius: 25px;
    box-shadow: none;
    border: 1px solid var(--border-color);
    height: 60px;
    padding: 8px 14px;
}


.input-with-text span {
    margin-left: 1.3rem;
    display: block;
    color: var(--text-color);
    background: var(--color-bg-grey);
    width: fit-content;
    padding: 3px 30px;
    border-radius: 10px 10px 0 0;
    font-size: 0.9rem;
    transition: 0.3s background-color ease-in-out;
}

.input-with-text:hover span {
    background: var(--color-bg-second);
}

.privacy-policy-linc span {
    font-size: 0.7rem;
}

.privacy-policy-linc input[type="checkbox"] {
    width: 30px;
    margin-right: 20px;
    height: auto;
}

.form .r_error {
    background: red;
    color: white;
    font-weight: bold;
    margin-left: 1.3rem;
    width: fit-content;
    padding: 3px 30px;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: 0.3s background-color ease-in-out;
}

.form-select-lg {
    border-radius: 25px;
    font-size: 1rem;
}

.form-select {
    display: block;
    width: auto;
    margin-right: 20px;
    min-width: 200px;
}

.form-select:last-child {
    margin-right: 0;
}

.table thead tr td {
    background-color: var(--href-color-light);
    height: 60px;
    padding: 10px;
}

.table thead tr td:first-child {
    border-radius: 10px 0 0 0;
}

.table thead tr td:last-child {
    border-radius: 0 10px 0 0;
}

.table .name {
    min-width: 230px;
}

@media screen and (max-width: 768px) {
    .form-select {
        margin-right: 0;
    }
}
.accordion-button {
    background-color: var(--color-violet);
    color: white;
    font-weight: bold;
}
.accordion-button:hover {
    background-color: var(--color-bg-second);
    color: white;
}
.accordion-button::after {
    display: none;
}
.accordion-button::before {
    margin-right: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1805_13210)'%3E%3Cpath d='M33.0648 13.4314L28.1065 4.93144C26.8414 2.76394 24.4968 1.41669 21.9879 1.41669H11.9735C9.46457 1.41669 7.11857 2.76394 5.85491 4.93144L0.895156 13.4314C-0.386927 15.6315 -0.386927 18.3657 0.895156 20.5686L5.85491 29.0686C7.11999 31.2361 9.46316 32.5819 11.9721 32.5819H21.9865C24.4954 32.5819 26.84 31.2361 28.1051 29.0686L33.0634 20.5672C34.3455 18.3657 34.3455 15.6315 33.0634 13.43L33.0648 13.4314ZM30.6154 19.142L25.6585 27.642C24.8992 28.9425 23.4924 29.75 21.9865 29.75H11.9721C10.4676 29.75 9.05941 28.9425 8.30149 27.642L3.34316 19.1434C2.57249 17.8217 2.57249 16.1798 3.34316 14.8594L8.30149 6.35944C9.05941 5.05894 10.4662 4.25002 11.9721 4.25002H21.9865C23.491 4.25002 24.8992 5.05752 25.6571 6.35944L30.6154 14.8594C31.3861 16.1812 31.3861 17.8217 30.6154 19.142Z' fill='white'/%3E%3Cpath d='M24.0832 17C24.0832 17.782 23.4499 18.4167 22.6665 18.4167H18.4165H15.5832H11.3332C10.5497 18.4167 9.91649 17.782 9.91649 17C9.91649 16.218 10.5497 15.5834 11.3332 15.5834H15.5832H18.4165H22.6665C23.4499 15.5834 24.0832 16.218 24.0832 17Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1805_13210'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding: 20px;
    background-position: center;
    transition: var(--bs-accordion-btn-icon-transition);
    width: 40px; /* Добавьте ширину */
    height: 40px; /* Добавьте высоту */
    display: inline-block;
}

.accordion-button.collapsed::before {
    margin-right: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1805_13215)'%3E%3Cpath d='M33.0648 13.4314L28.1065 4.93144C26.8414 2.76394 24.4968 1.41669 21.9879 1.41669H11.9735C9.46457 1.41669 7.11857 2.76394 5.85491 4.93144L0.895156 13.4314C-0.386927 15.6315 -0.386927 18.3657 0.895156 20.5686L5.85491 29.0686C7.11999 31.2361 9.46316 32.5819 11.9721 32.5819H21.9865C24.4954 32.5819 26.84 31.2361 28.1051 29.0686L33.0634 20.5672C34.3455 18.3657 34.3455 15.6315 33.0634 13.43L33.0648 13.4314ZM30.6154 19.142L25.6585 27.642C24.8992 28.9425 23.4924 29.75 21.9865 29.75H11.9721C10.4676 29.75 9.05941 28.9425 8.30149 27.642L3.34316 19.1434C2.57249 17.8217 2.57249 16.1798 3.34316 14.8594L8.30149 6.35944C9.05941 5.05894 10.4662 4.25002 11.9721 4.25002H21.9865C23.491 4.25002 24.8992 5.05752 25.6571 6.35944L30.6154 14.8594C31.3861 16.1812 31.3861 17.8217 30.6154 19.142ZM24.0832 17C24.0832 17.782 23.4499 18.4167 22.6665 18.4167H18.4165V22.6667C18.4165 23.4501 17.7832 24.0834 16.9998 24.0834C16.2164 24.0834 15.5832 23.4501 15.5832 22.6667V18.4167H11.3332C10.5497 18.4167 9.91649 17.782 9.91649 17C9.91649 16.218 10.5497 15.5834 11.3332 15.5834H15.5832V11.3334C15.5832 10.5514 16.2164 9.91669 16.9998 9.91669C17.7832 9.91669 18.4165 10.5514 18.4165 11.3334V15.5834H22.6665C23.4499 15.5834 24.0832 16.218 24.0832 17Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1805_13215'%3E%3Crect width='34' height='34' fill='black'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding: 20px;
    background-position: center;
    transition: var(--bs-accordion-btn-icon-transition);
    width: 40px; /* Добавьте ширину */
    height: 40px; /* Добавьте высоту */
    display: inline-block;
}

.accordion-button:focus {
    z-index: 3;
    border-color: white;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: var(--color-bg-second);
    color: white;
    font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--my-accordion-btn-icon-active);
}

.accordion-item, .accordion-flush .accordion-item {
    border-radius: var(--border-radius-14px);
}

.accordion-button, .accordion-header {
    border-radius: inherit;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: inherit;
}

.accordion-flush .accordion-item:first-child {
    margin-top: 0px;
}

.accordion-flush .accordion-item {
    margin-top: 20px;
}

.visible-hand {
    display: none;
}

.signature-gray {
    color: var(--text-gray-color);
    font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
    .part-hide-region .part-hide-body {
        max-width: 100%;
    }

    .title-double-arrow::before {
        left: 3px;
        top: -9px;
    }

    .title-double-arrow {
        margin-left: 0px;
    }

    .visible-hand {
        display: block;
    }

    h1, .fs-h1 {
        font-size: 28px;
    }

    h2, .fs-h2 {
        font-size: 24px;
    }

    h3, h4, .fs-h3, .fs-h4 {
        font-size: 22px;
    }

    .title-min {
        font-size: 20px;
        line-height: 1.4rem;
    }
}

/*--------------------------------------------------------------
# ad banners
--------------------------------------------------------------*/

.gosInfo {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.ad-top {
    height: 100px;
    border-radius: var(--border-radius-14px);
    overflow: hidden;
    position: relative;
}

.adTopLeftImg {}

.ad-title {
    font-size: 1.25rem;
}

.ad-description {
    font-size: 0.825rem;
}

@media screen and (max-width: 992px)  {
    .ad-description {
        font-size: 0.625rem;
    }
    .ad-title {
        font-size: 0.825rem;
    }
    .ad-top {
        height: 60px;
    }
}

@media screen and (max-width: 576px) {
    .adTopLeftImg {
        width: 100px;
        height: 60px;
        object-fit: cover;
    }
    .ad-description {
        display: none;
    }
    .ad-title {
        font-size: 0.7rem;
    }
    .ad-top {
        border-radius: 0;
    }
}

/*--------------------------------------------------------------
# pop-up-menu
--------------------------------------------------------------*/

.pop-up-menu {
    right: 0;
    z-index: 2000;
    background: black;
    min-width: 360px;
    position: fixed;
    top: 0;
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
}

@media screen and (max-width: 576px) {
    .pop-up-menu {
        min-width: 280px;
        max-width: 360px;
        width: 90%;
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    .hide-on-mobile {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# tabs
--------------------------------------------------------------*/
.tab-avangard .titles .tab-title.active {
    opacity: 1;
    cursor: default;
}
.tab-avangard .titles .tab-title.active:hover {
    color: var(--text-color);
}
.tab-avangard .titles .tab-title {
    opacity: 0.4;
    cursor: pointer;
    transition: .3s ease-in all;
    position: relative;
}
.tab-avangard .titles .tab-title:hover {
    color: var(--href-color-hover);
    opacity: 1;
}

.tab-avangard .titles .tab-title:first-child {
    margin-left: 0px;
}
.tab-avangard .titles .tab-title {
    margin-left: 80px;
}
.tab-avangard .titles .tab-title:last-child::after {
    content: none;
}
.tab-avangard .titles .tab-title::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url('/assets/images/icon-exchange.svg');
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 24px;
}
.tab-avangard {
    overflow: hidden;
    position: relative;
}
.titles {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.tab-title:first-child {
    padding-left: 0;
}

.tab-title {
    flex: 0 0 auto;
    padding: 22px 14px;
    cursor: pointer;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.fade-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    pointer-events: none;
}

/*--------------------------------------------------------------
# public-box
--------------------------------------------------------------*/

.public-box {
    border-radius: var(--border-radius-14px);
    min-height: 340px;
    color: white;
    cursor: pointer;
    background-color: initial;
    transition: background-color 0.3s ease-in-out;
}

.public-box:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.public-box .badge-black {
    font-size: var(--min-font-size);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 12px;
    border-radius: var(--border-radius-6px);
    font-weight: bold;
    width: fit-content;
    height: fit-content;
}
.public-box .badge-red {
    font-size: var(--min-font-size);
    background: var(--href-color-hover);
    color: white;
    padding: 6px 12px;
    border-radius: var(--border-radius-6px);
    font-weight: bold;
}

.avatar {
    width: 56px;
    height: 56px;
    display: flex;
    overflow: hidden;
    margin-left: -20px;
    border: 2px solid var(--color-bg-third);
}

.avatar:hover {
    border: 2px solid var(--href-color-light);
    z-index: 2;
}

.avatar img {
    object-fit: cover;
    transition: .3s ease-in all;
}

.avatar:hover img {
    transform: scale(120%);
}

.br-b-14 {
    border-radius: 0px 0px 14px 14px;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--border-color-black) !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--href-color-hover));
}


/*--------------------------------------------------------------
# glav-slider
--------------------------------------------------------------*/

.top-sliders {
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .top-sliders {
        z-index: 80;
        background: white;
    }
}

.glav-slider .swiper-button-prev, .glav-slider .swiper-button-next {
    width: 60px;
    height: 60px;
    border: 2px solid white;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    font-weight: 800;
    text-shadow: none;
    transition: none;
    color: #171717;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    opacity: 1;
    background: white;
    border-radius: 14px;
    top: 30px;
}


.glav-slider .swiper-button-prev, .glav-slider .swiper-button-next {
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    font-weight: 800;
    text-shadow: none;
    color: #171717;
}

.glav-slider .swiper-button-prev:hover, .glav-slider .swiper-button-next:hover {
    background: var(--href-color-hover);
    color: white;
}

.glav-slider {
    overflow: visible;
}

.glav-slider .swiper-button-disabled {
    opacity: 0.2;
}

@media screen and (max-width: 768px) {
    .glav-slider .swiper-slide {
        min-height: 475px;
    }

    .top-sliders .container {
        padding: 0;
        border-radius: 50px;
    }
}


/*--------------------------------------------------------------
# index-public-slider
--------------------------------------------------------------*/

.public-slider {
    overflow: visible;
}

.public-slider .swiper-button-prev, .public-slider .swiper-button-next {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    font-weight: 800;
    text-shadow: none;
    transition: none;
    color: var(--text-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    opacity: 1;
    background: white;
    border-radius: 6px;
    border: 1px solid var(--href-color-light);
}

.public-slider .swiper-button-prev {
    position: absolute;
    top: -60px;
    right: 80px;
    left: auto;
}

.public-slider .swiper-button-next {
    position: absolute;
    top: -60px;
    right: 20px;
    left: auto;
}

.public-slider .swiper-button-prev:hover, .public-slider .swiper-button-next:hover {
    background: var(--href-color-light);
    color: white;
}

.public-slider .swiper-button-disabled {
    opacity: 0.2;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -15px;
}

.near-slider {
    max-width: calc(100% - 148px);
}

@media screen and (max-width: 768px) {
    .near-slider {
        max-width: calc(100% - 100px);
    }

    .public-slider .swiper-button-prev {
        position: absolute;
        top: -60px;
        right: 60px;
        left: auto;
    }

    .public-slider .swiper-button-next {
        position: absolute;
        top: -60px;
        right: 12px;
        left: auto;
    }

    .public-slider .swiper-button-prev, .public-slider .swiper-button-next {
        width: 34px;
        height: 48px;
    }
}



/*--------------------------------------------------------------
# slider-cards-min
--------------------------------------------------------------*/


.slider-cards-min {
    overflow: visible;
}

.slider-cards-min .swiper-button-prev, .slider-cards-min .swiper-button-next {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    font-weight: 800;
    text-shadow: none;
    transition: none;
    color: var(--text-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    opacity: 1;
    background: white;
    border-radius: 100px;
    border: 1px solid var(--href-color-light);
}

.slider-cards-min .swiper-button-prev {
    position: absolute;
    top: -60px;
    right: 60px;
    left: auto;
}

.slider-cards-min .swiper-button-next {
    position: absolute;
    top: -60px;
    right: 0;
    left: auto;
}

.slider-cards-min .swiper-button-prev:hover, .slider-cards-min .swiper-button-next:hover {
    background: linear-gradient(344deg, rgba(1, 46, 205, 1) 0%, rgba(0, 136, 204, 1) 70%);
    color: white;
}

.slider-cards-min .swiper-button-disabled {
    opacity: 0.2;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.glav-slider .swiper-horizontal > .glav-slider .swiper-pagination-bullets, .glav-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .glav-slider .swiper-pagination-custom, .glav-slider .swiper-pagination-fraction {
    top: 0px;
    height: min-content;
}

.backdropBlur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: #000000d6;
    border-radius: 14px;
}

.big-text-under-slider {
    font-weight: bold;
    width: 100%;
    position: relative;
    z-index: -1;
    margin-top: -6%;
}

.box-with-shadow::before {
    content: "";
    position: absolute;
    right: 9%;
    max-width: 60%;
    width: 500px;
    height: 70px;
    z-index: -1;
    border-radius: 22px;
    bottom: 0px;
    box-shadow: 1px 12px 60px #000;
}

.mh-560 {
    max-height: 560px;
}

@media screen and (max-width: 768px) {
    .backdropBlur {
        background: #0006;
    }
}

.video-button-wrapper {
    position: relative;
    display: inline-block;
}

.play-button {
    background: var(--href-color-dark);
    padding: 10px;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.play-button:hover {
    transform: scale(0.95);
    background: var(--color-violet-hover);
}

.video-button-wrapper::before,
.video-button-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: var(--color-violet);
    border-radius: 14px;
    animation: pulse 2s infinite;
    z-index: 1;
}

.button-wrapper::after {
    animation-delay: 0.5s;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-button-wrapper {
    position: relative;
    display: inline-block;
}

.play-button {
    background: red;
    padding: 10px;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.play-button:hover {
    transform: scale(0.95);
}

.video-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);
}

.video-modal-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    top: 120px;
}

.close-video {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 20;
}

.video-modal-content video {
    width: 100%;
}

.offcanvas-top {
    min-height: 90vh;
    background-color: var(--color-bg-black);
    color: white;
    fill: white;
}

.offcanvas-header {
    border-bottom: 1px solid var(--color-bg-second);
}

.offcanvas-header .close-pop-up-menu {
    z-index: 100;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade {
    transition: opacity 0.3s linear;
}

.modal.fade:not(.show) {
    opacity: 0;
}

/*  favorite  */

.add-favorite {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: white;
    transition: fill 0.3s linear;
}

.add-favorite-box {
    top: 0;
    right: 0;
    border-radius: 0 14px 0 14px;
    cursor: pointer;
    transition: all 0.3s linear;
    border: 3px solid var(--color-bg-grey);
}

.add-favorite-box:hover {
    top: -6px;
    right: -6px;
    background-color: var(--color-bg-second);
    border: 3px solid var(--color-bg-grey);
    border-radius: 8px;
}

.add-favorite-box:hover .add-favorite {
    fill: var(--href-color-dark);
}

.z-index-10 {
    z-index: 10;
}

.z-index-100 {
    z-index: 100;
}

.even-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 150px;
    overflow: hidden;
    border-top-right-radius: 14px;
    pointer-events: none;
}

.even-bg-pos {
    position: absolute;
    border-radius: 50%;
    filter: blur(25px);
}

.even-bg-2-color {
    width: 150px;
    height: 150px;
    background-color: var(--color-violet);
    top: -70px;
    right: -70px;
}

.even-bg-3-color {
    width: 150px;
    height: 150px;
    background-color: var(--color-bg-black);
    top: -70px;
    right: -110px;
}

/**
calendar
 */



.calendar-man img {
    max-width: 600px;
    z-index: 1;
}

.invisible-calendar-box {
    min-width: 400px;
}

.calendar-card-box {
    border-radius: 14px;
    /*border: 1px solid var(--border-color);*/
    background-color: var(--color-bg-second);
    color: white;
    border: 1px solid var(--color-bg-third);
    z-index: 2;
    transition: all 0.3s linear;
    backdrop-filter: blur(8px);
}

.calendar-card-box:hover {
    scale: 104%;
    background-color: var(--color-bg-third);
    color: white;
    border: 1px solid var(--color-bg-third);
}

.calendar-card-box a {
    color: var(--font-default);
    transition: color 0.3s linear;
}

.calendar-card-box a:hover {
    color: var(--text-gray-color);
}

.date-badge {
    margin-top: -2.5rem;
    padding: .75rem;
    min-width: 100px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    height: fit-content;
    color: var(--text-color);
    background-color: white;
    transition: all 0.3s linear;
}

.calendar-card-box:hover .date-badge {
    background-color: var(--color-bg-third);
    color: white;
    border: 1px solid var(--color-bg-second);
}

.ccb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 150px;
    overflow: hidden;
    border-top-left-radius: 14px;
    pointer-events: none;
}
.ccb-bg-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 150px;
    overflow: hidden;
    border-top-right-radius: 14px;
    pointer-events: none;
}

.ccb-bg-1-color {
    width: 150px;
    height: 150px;
    background-color: var(--href-color-light);;
    top: -70px;
    right: 81px;
}

.ccb-bg-2-color {
    width: 150px;
    height: 150px;
    background-color: var(--href-color-dark);;
    top: -50px;
    right: -110px;
}


.ccb-bg-3-color {
    width: 150px;
    height: 150px;
    background-color: var(--color-bg-black);
    top: -110px;
    left: 50px;
}

.ccb-bg-4-color {
    width: 150px;
    height: 150px;
    background-color: var(--color-violet);
    top: -50px;
    left: -110px;
}

.ccb-bg-pos {
    position: absolute;
    border-radius: 50%;
    filter: blur(25px);
}

.date-badge span {
    font-size: var(--min-font-size);
}

.c-calendar-badge {
    color: var(--border-color);
    border-radius: 4px;
    border: 1px solid var(--border-color);
    font-weight: 500;
    padding: 2px 8px;
    font-size: var(--min-font-size);
}

.calendar-heart {
    scale: 104%;
    transition: all 0.3s ease-in;
}
.calendar-heart:hover {
    scale: 108%;
    cursor: pointer;
}
.calendar-heart:hover svg {
    fill: var(--href-color-dark);
}

@media screen and (max-width: 768px) {
    .calendar-card-box {
        /*background-color: #ffffff;*/
    }
    .date-badge {
        min-width: 70px;
    }
    .calendar-container {
        overflow-x: auto;
    }
}

/**
** servis-cards
 */

.servis-box {
    background-image: url("/assets/images/bg-servis.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 140%;
    color: white;
    min-height: 328px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s linear;
    overflow: hidden;
}

.servis-box img {
    width: 74%;
    right: 0;
    bottom: -24px;
    display: block;
    position: absolute;
    max-width: 300px;
    transition: width 0.8s ease-in-out;
}

.servis-box:hover {
    /*background-image: url("/assets/images/bg-servis-hover.jpg");*/
    background-size: auto 180% ;
    transform: scale(96%);
}

.servis-box:hover img {
    width: 100%;
}

.servis-container {

}

.serv-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 150px;
    overflow: hidden;
    border-bottom-right-radius: 14px;
    pointer-events: none;
}

.serv-bg-pos {
    position: absolute;
    border-radius: 50%;
    filter: blur(25px);
}

.serv-bg-1-color {
    width: 150px;
    height: 150px;
    background-color: var(--href-color-light);;
    bottom: -55px;
    right: 12px;
}

.serv-bg-2-color {
    width: 150px;
    height: 150px;
    background-color: var(--color-violet);
    bottom: -46px;
    right: -84px;
}


.serv-bg-3-color {
    width: 150px;
    height: 150px;
    background-color: var(--color-bg-black);
    bottom: -60px;
    right: -86px;
}

@media screen and (max-width: 768px) {
    .servis-box {
        background-size: cover;
    }
    .servis-container {
        overflow-x: auto;
    }
}

/**
* footer
 */

.footer-form {
    background-image: url("/assets/images/bg-servis.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 140%;
    min-height: 328px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s linear;
    overflow: hidden;
}

.footer {
    background: var(--color-bg-second);
    border-radius: 14px;
}

.custom-breadcrumb {
    background-color: var(--color-bg-third);
    padding: 1rem;
    border-radius: 0.5rem;
}

.bg-third {
    background-color: var(--color-bg-third);
}

.custom-breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding: 0;
}

.custom-breadcrumb .breadcrumb-item {
    font-size: 0.9rem;
    font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.69231 2.87179C5.87863 2.94943 6 3.13148 6 3.33333L6 4.66667C6 4.86852 5.87863 5.05057 5.69231 5.12821L0.692308 7.21154C0.362964 7.34876 -2.88792e-07 7.10679 -2.73196e-07 6.75L-3.27835e-08 1.25C-1.71878e-08 0.893211 0.362964 0.651235 0.692307 0.788461L5.69231 2.87179Z' fill='%23FF4B4B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.5rem;
    margin-top: 0.45rem;
}

.custom-breadcrumb .breadcrumb-item a {
    color: var(--href-color-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: var(--href-color-hover);
}

.custom-breadcrumb .breadcrumb-item.active {
    color: var(--text-gray-color);
    overflow: auto;
}

.footer-icons {
    background-color: var(--color-bg-third);
    border-radius: 6px;
}

@media (max-width: 768px) {
    .custom-breadcrumb .breadcrumb {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .custom-breadcrumb .breadcrumb-item {
        font-size: 0.8rem;
    }

    .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        margin-right: 0.3rem;
        margin-left: 0.3rem;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        float: none;
    }
}

/**
calendar-area
 */

.day-of-week {
    width: calc(100% / 7);
    flex-shrink: 0;
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 10px;
}

.month-date {
    width: calc(100% / 7);
    flex-shrink: 0;
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 10px;
    gap: 1em;
}

.prev-month {
    color: var(--text-gray-color);
}

.next-month {
    color: var(--text-gray-color);
}

.c-calendar-badge-min {
    color: var(--border-color);
    border-radius: 4px;
    border: 1px solid var(--border-color);
    font-weight: 500;
    padding: 2px 8px;
    font-size: .7rem;
}

.filter-badge {
    background: var(--color-bg-third);
    color: white;
    border-radius: 0.2rem;
    padding: 4px 10px;
}

.filter-badge.active {
    background: var(--href-color-hover);
}

.filter-menu {
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .day-of-week {
        display: none;
    }
    .month-date {
        width: calc(100% / 1);
    }
    .filter-menu {
        width: fit-content;
        max-width: 100%;
        overflow-x: auto;
    }
}

@media (min-width: 768px) and (max-width: 1620px) {
    .cal-over {
        overflow-x: auto;
    }
    .min-w-1200 {
        min-width: 1200px;
    }
}

/**
gallery
 */

.gallery-box {
    border-radius: var(--border-radius-14px);
    min-height: 340px;
    color: white;
    cursor: pointer;
    background-color: initial;
    transition: background-color 0.3s ease-in-out;
}

.glightbox-clean .gslide-title {font-family: var(--font-heading);}
.glightbox-clean .gslide-desc {font-family: var(--font-default);}

.gallery-container {
    display: grid;
    gap: 20px;
    /*padding: 20px;*/
}

.gallery-grid-4 {grid-template-columns: repeat(4, 1fr);}
/*.gallery-grid-3 {grid-template-columns: repeat(auto-fit, minmax(300px, calc(33% - 20px)));}*/
.gallery-grid-3 {grid-template-columns: repeat(3, 1fr);}

.glightbox {
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: var(--border-radius-14px);
}

.glightbox:hover {
    transform: scale(1.05);
}

.glightbox img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius-14px);
}

.glightbox:hover img {
    transform: scale(0.92);
}

.ginner-container .gslide-image { border-radius:14px 14px 0 0; }
.ginner-container .gslide-image img { border-radius:14px 14px 0 0; }

.ginner-container .description-bottom {border-radius:0 0 14px 14px;}
.ginner-container .description-bottom .gdesc-inner {border-radius:0 0 14px 14px;}

.gslide-media.gslide-image {
    --image-shadow-color: var(--href-color-hover);;
    position: relative;
    padding-bottom: 20px;
    isolation: isolate;
}

.gslide-media.gslide-image::after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 30px;
    background: var(--image-shadow-color);
    filter: blur(15px);
    border-radius: 50%;
    opacity: 0.6;
    z-index: -1;
}

.gslide-media.gslide-image img {
    position: relative;
    z-index: 1;
    /* Добавляем subtle glow */
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Анимация при наведении */
.gslide-media.gslide-image:hover img {
    transform: translateY(-5px);
}

.gslide-media.gslide-image:hover::after {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.7;
}

.gallery-vertical-img {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    cursor: grab;
    user-select: none;
}

.gallery-vertical-img::-webkit-scrollbar {
    display: none;
}

.gallery-vertical-img a.glightbox {
    flex: 0 0 auto;
    height: 420px;
    width: 260px;
    margin-right: 16px;       /* отступ между элементами (соответствует gap-4) */
}

/* Последний элемент без правого отступа */
.gallery-vertical-img a.glightbox:last-child {
    margin-right: 0;
}

/* Стили для изображений внутри ссылок */
.gallery-vertical-img a.glightbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;        /* чтобы изображения корректно заполняли контейнер */
    border-radius: 8px;       /* опционально: скругление углов изображений */
}

.gallery-vertical-img:active {
    cursor: grabbing;
}

@media (max-width: 768px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        /*padding: 10px;*/
    }
}
