@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/amavickfont.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MYRIADPRO-REGULAR1.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MYRIADPRO-REGULAR2.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MYRIADPRO-SEMIBOLD.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MYRIADPRO-BOLD.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/* === ОБЩИЕ СТИЛИ === */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'MyriadPro', Arial, sans-serif;
    font-weight: 100!important;
}
body {
    background-color: #ffffff;
    color: #333;
    line-height: 1.4;
}
input, select, button, textarea {
    outline: none;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
.footer-nav a {
    text-decoration: none;
}
.container {
    max-width: 1200px;
    margin: auto;
}
.footer-rut{
    margin-top: 30px; 
    padding-top: 20px; 
    border-top: 2px solid #e6e6e7; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px; /* Минимальная ширина */
    height: 40px;
    padding: 0 8px; /* Отступы по бокам — текст не будет прижат к краям */
    font-weight: bold;
    font-size: 24px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap; 
    max-width: 200px;
    max-height: 100px;
}
/* === БОЛЬШОЙ ВЫТЯНУТЫЙ ФОН === */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    background-color: #afccde;
    border-radius: 0 0 350px 350px;
    z-index: -1;
}
.hero-bg-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    border-radius: 0 0 350px 350px;
    z-index: -1;
}
/* === ШАПКА САЙТА === */
header {
    background-color: #ffffff;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    z-index: 9;
}
.macbookImg {
    border-radius:0 0 55px 0;
    display: flex;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-height: 55px;
    width: 60px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    white-space: nowrap; 
    aspect-ratio: 5 / 4;
  
}
.logo-Izs-Block {
    padding: 0px;
    max-width: 150px;
    max-height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo-Izs {
    padding: 0px;
    max-width: 150px;
    max-height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo-Izs img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}
.logos {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}
#menu-main-menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    list-style-type:  none;
}
#menu-main-menu li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}
#menu-main-menu li a:hover {
    text-decoration: none;
}
.loading-message {
    text-align: center;
    padding: 130px 130px;
    color: #000000;
    font-size: 18px;
    border-radius: 8px;
    margin: 120px 360px;;
}

.no-news-message {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff00;
    border: 2px solid #ffffff00;
    border-radius: 12px;
    margin: 20px 0;
    color: #6c757d;
}

.no-news-message h3 {
    color: #555555;
    font-size: 24px;
    margin-bottom: 15px;
}

.no-news-message p {
    color: #6c757d;
    font-size: 16px;
}
.no-news .about-image-news {
    display: none !important;
}

.no-news .txt-news-aaa {
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 40px 20px;
}

.no-news .zagalovok {
    color: #999;
    text-align: center;
}
.error-message {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff5f5;
    border: 2px solid #fed7d7;
    border-radius: 12px;
    margin: 20px 0;
    color: #c53030;
}
.header-promo-button {
    background-color: #ffffff00;
    color: #333;
    border: 1px solid #333!important;
    padding: 15px;
    border-radius: 20px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    padding-bottom: 15px!important;
}
a.header-promo-button {
    text-decoration: none;
}
.hero-section {
    padding: 170px 0 50px;
    position: relative;
    z-index: 1;
    color: #1a1a1a; 
}
.news-container {
    margin-top: 30px;
}
.news-item {
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
}
.news-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}
.news-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}
.news-date {
    font-size: 14px;
    color: #000000;
    margin-bottom: 12px;
}
.news-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.news-loading {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 18px;
}
.news-empty {
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 16px;
    font-style: italic;
}
.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
.hero-text {
    flex: 1;
    min-width: 300px;
}
.div-care-sel{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.div-logo-down{
    background-color: #e6e6e7; 
    border-radius: 8px; 
    padding: 15px; 
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.img-tttrrr{
    border-radius:55px;
    width:100%;
}
.nav-btn.blocked {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f8f9fa00 !important;
    border-color: #e9ecef00 !important;
    transform: none !important;
}
.nav-btn.blocked img {
    filter: brightness(0) saturate(100%) opacity(0.5) !important;
    transform: none !important;
}
.nav-btn.blocked {
    animation: pulse-blocked 1s ease-in-out;
}
@keyframes pulse-blocked {
    0% { opacity: 0.5; }
    50% { opacity: 0.7; }
    100% { opacity: 0.5; }
}
.img-rrrttt{
    position: absolute;
    max-width: 200px;
    border-radius: 40px;
    backdrop-filter: blur(10px);
    padding: 20px;
    top: 30px;
    right: 20px;
}
.titleAll {
    font-size: 36px;
    font-weight: 100!important;
}
.newsTitle{
    font-size: 18px;
    display: none;
}
.newsTitlealp{
    font-size: 18px;
}
.about-wrapper-news{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    flex-direction: row-reverse;
    background-color:#ffffff00;
    max-width: 750px;
    border-radius: 45px;
}
.about-wrapper-news-html{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    flex-direction: row-reverse;
    max-width: 600px;
    border-radius: 45px;
}
.hero-title {
    font-weight: bold;
    margin-bottom: 20px;
    color: #fcfcfc; 
}
.promo-badge {
    display: inline-block;
    background-color: #86be0e;
    color: #ffffff;
    padding: 20px;
    height: 60px;
    border-radius: 25px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
}
.promo-coupon {
    width: 62px;
    height: 62px;
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #86be0e;
    border-radius:100%;
    margin-left: -15px;
    margin-top: -1px;
    position: absolute;
}
.logoCoupon {
    background: url(/resources/images/coupon.png) no-repeat scroll 8px 14px / 40px 27px rgba(0, 0, 0, 0);
    float: left;
    width: 60px;
    height: 60px;
}
.promo-percentage {
    display: inline-block;
    background-color: #333;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 50%;
    font-weight: bold;
}
.ideas-box {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 35%;
    color: #333;
}
.ideas-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 100;
}
.social-icons-circular {
    display: flex;
    gap: 10px;
    align-items: center;
}
.social-icons-circular-footer{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
    margin-top: 25px;
}
.social-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%; /* Исправлено на идеально круглые */
}
.container-garant{
    max-width: 1200px;
    margin: auto;
    border-radius:55px;
    background-color:#f5f5f7;
}
.container-news-{
    max-width: 1200px;
    margin: auto;
    border-radius:55px;
    padding: 35px;
}
.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1) contrast(1);
}
element.style {
    margin-top: 150px; 
}
.social-icon.youtube img {
    background-color: white;
    padding: 0px;
    border-radius: 50%; 
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.social-icon.vk img {
    background-color: transparent;
    border-radius: 100%; 
}
.social-icon.telegram img {
    background-color: transparent;
}
.image-grid {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 100px;
    background: #ffffff;
    padding: 15px;
    border-radius: 30px 30px 0 0;
}
.image-item {
    border-radius: 10px;
}
.image-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.about-section {
    padding: 80px 0;
}
.news-section-ind{
    padding-top: 120px ;
}
.about-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about-wrapper.p-l {
    flex-direction: row-reverse;
}
.newshtml-left{
    flex-direction: row-reverse;
    display: flex;
    border-radius: 55px;
}
.newshtml-right{
    flex-direction: row-reverse;
    display: flex;
    border-radius: 55px;
}
.about-wrapper.l-p {
    flex-direction: row;
}
.txt-nas{
    color:#000000;
    font-weight: bold;
}
.about-text {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.about-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}
.about-image {
    flex: 1;
    min-width: 300px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.about-logo {
    position: absolute;
    bottom: 20px;
    left: 15px;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: calc(100% - 40px);
}
.catalog-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog-rit{
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 7px;
}
.Witcher-kat-l{
    width:50%;
}
.Witcher-kat-r{
    display: flex;
    width:50%;
    flex-direction: row-reverse;
}
.catalog-down-txt{
    font-size: 32px;
}
.news-txt{
    font-size: 32px;
    display: flex;
    justify-content: center;
}
.catalog-title {
    margin-bottom: 50px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
}
.big-card {
    grid-column: span 4;
    background: white;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    overflow: hidden;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 32%;
}
.medium-card {
    grid-column: span 3;
    background: white;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    overflow: hidden;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 23%;
}
.card {
    margin-bottom: 30px;
}
.card h3 {
    font-size: 18px; 
    margin: 0 0 10px 0; 
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    margin: 30px 15px;
}
.logos {
    display: flex;
    justify-content: center;
    gap: 8px; 
    margin-bottom: 10px;
    background-color: #f5f5f7;
    width: auto;
    margin: 0 auto;
    padding: 10px;
    border-radius: 15px;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 80px; 
    border-top-right-radius: 80px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 30px; 
    border-radius: 40px;
    aspect-ratio: 3 / 4;
}
.medium-card img {
    height: 100%; 
    object-fit: cover;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: 30px;
}
.guarantee-section {
    padding: 60px 0;
    background-color: #ffffff;
}
.guarantee-title {
    text-align: center;
    margin-bottom: 70px;
    color: #333;
}
.guarantee-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.guarantee-card {
    width: 100%;
    max-width: 31%;
    padding: 30px 20px 70px; 
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    position: relative;
    background-color: #f5f5f7;
    color: #333;
    overflow: visible; 
}
.guarantee-card.dark {
    background-color: #444;
    color: white;
}
.guarantee-title-small {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 75px;
}
.guarantee-title-small-dark {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 30px;
}
.guarantee-content {
    font-size: 16px;
    color: inherit;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 20px;
}
.guarantee-number-inside {
    position: absolute;
    top: -40px; 
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-color: #afccde;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 7px solid #ffffff;
}
.guarantee-card.dark .guarantee-number-inside {
    background-color: #afccde; 
    color: #ffffff; 
}
.promo-guarantee-section {
    padding: 80px 0;
    background-color: #ffffff;
}
.promo-guarantee-container {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.promo-form {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.form-group {
    margin-bottom: 20px;
}
.form-input {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    height: 50px;
}
.form-promo-button {
    width: 100%;
    background-color: #afccde;
    color: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 60px;
}
.promo-note {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}
.care-section {
    padding: 80px 0;
    background-color: #ffffff;
}
.news-section{
    padding: 20px 0;
    background-color: #ffffff;
}
.care-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.care-info {
    flex: 1;
    min-width: 300px;
    position: sticky;
    top: 130px;
}
.care-title {
    margin-bottom: 20px;
    color: #333;
}
.care-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}
.care-contact {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 35px;
    background-color: #f0f0f0;
    border-radius: 30px;
}
.phone-number {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.care-form {
    flex: 1;
    min-width: 300px;
    background-color: #afccde;
    padding: 40px 40px 30px 40px;
    border-radius: 40px;
}
.care-form-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}
.care-form-group {
    margin-bottom: 15px;
}
.care-form-select,
.care-form-input,
.care-form-textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    min-height: 50px;
}
.care-form-textarea {
    resize: vertical;
    min-height: 80px;
}
.news-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 0;
}
.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
}
.indicator.active {
    background-color: #afccde;
}
.indicator:hover {
    background-color: #666;
    transform: scale(1.1);
}
.care-form-button {
    width: 100%;
    background-color: #333;
    color: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 60px;
}
.care-form-note {
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}
footer {
    background-color: #f5f5f7;
    padding: 40px 0 20px;
    border-radius:70px 70px 0 0;

}
.news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-top:120px ;
}

.news-item {
    display: flex;
    align-items: flex-start; 
    gap: 40px;
    margin-bottom: 60px;
}

.news-item:nth-child(odd) {
    flex-direction: row;
}

.news-item:nth-child(odd) .txt-news-int {
    text-align: right; 
}

.news-item:nth-child(even) {
    flex-direction: row-reverse;
}

.news-item:nth-child(even) .txt-news-int {
    text-align: left; 
}

.news-item.one {
    flex-direction: column;
}

.photo-news.one {
    position: relative;
    top: 0;
}

.photo-news {
    flex: 0 0 600px;
    border-radius: 35px;
    position: sticky;
    top: 130px;
}
.photo-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 45px;
    aspect-ratio: 4 / 2;
}
.txt-news-int {
    flex: 1;
    align-self: flex-start; 
}
.news-date {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}
.main-txt-news {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.news-text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.circle-spinner {
    animation: spinner .7s linear infinite;
    border: 2px solid #FFF;
    border-right-color: transparent;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 99999999;
}
#preloader.hide-preloader {
    animation: hidePreloader 1s;
}
#preloader.preloader-hidden {
    display: none;
}
@keyframes hidePreloader {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.preloader-icon {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-icon-spin 2s linear infinite;
}
.preloader-icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BFE2FF;
    animation: preloader-icon-spin 3s linear infinite;
}
.preloader-icon:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-icon-spin 1.5s linear infinite;
}
@keyframes preloader-icon-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .news-item {
        flex-direction: column !important;
        gap: 20px;
        margin-bottom: 40px;
    }
    .photo-news {
        flex: none;
        width: 100%;
        position: static;
        top: 0px; 
        height: 250px;
    }
    
    .txt-news-int {
        text-align: left !important; /* На мобилках всегда слева */
    }
    
    .main-txt-news {
        font-size: 20px;
    }
    
    .news-text {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .photo-news {
        height: 200px;
    }
    
    .main-txt-news {
        font-size: 18px;
    }
}
.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
}
.indicator.active {
    background-color: #afccde;
}
.indicator:hover {
    background-color: #666;
    transform: scale(1.1);
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}
.footer-logo {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.footer-nav {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.footer-contact {
    font-size: 16px;
    color: #333;
    text-align: right;
}
.foter-cons {
    font-size: 24px;
}
.footer-contact p {
    margin: 5px 0;
}
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.footer-social-icon {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.footer-marketplaces {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.footer-marketplace-icon {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.logos-down {
    display: flex;
    gap: 8px; 
    margin-bottom: 10px;
    background-color: #f5f5f7;
    margin: 0 auto;
    border-radius: 15px;
}
.logos-down a {
    display: flex;
}
.footer-copyright {
    margin-top: 30px;
    font-size: 20px;
    color: #000000;
    width: 100%;
}
.footer-copyright-rith {
    margin-top: 30px;
    font-size: 20px;
    color: #000000;
    width: 100%;
    display: flex;
    text-align: right;
}
.footer-txt-border{
    margin-bottom: 30px;

}
.footer-down-txt-r{
    display: flex;
}
.footer-down-txt-l{
    display: flex;
}
.about-text2 {
   width:50%;
   padding:50px;
}
.fade-out {
        opacity: 0;
        animation: fadeOut 0.5s ease forwards;
}
.fade-in {
        opacity: 0; 
        animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeOut {
        from { opacity: 1; }
        to { opacity: 0; }
}

@keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
}
.news-content{
    display: flex;
    flex-direction: column;
}

.news-content-l{
    display: flex;
    flex-direction: row-reverse;    
    justify-content: center;
}
.news-content-r{
    display: flex;
    flex-direction: row;
    justify-content: center;    
}
.txt-news-form-l{
    width:50%;
    padding-bottom:10px;
    max-width: 50%;
}
    .news-all-button {
        display: inline-block;
        background: #afccde;
        color: white !important;
        padding: 12px 24px;
        border-radius: 8px;
        text-decoration: none;
        min-width: 350px;
        font-weight: 600;
        transition: all 0.3s ease;
        border: 2px solid #afccde;
        text-align: center;
        margin-top: 10px;
    }
.news-all-button:hover {
    text-decoration: none;
}

.news-all-button:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .news-all-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}
.about-image2 {
    width: 50%;
}
.about-image22 {
    width: 50%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.about-image-news {
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 2;
    border-radius: 35px;
}
.txt-news-aaa{
    color: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: break-spaces;
 }
.icoVector {
    position: absolute;
    right: 0;
}
.photo-news{
    display: flex;
    border-radius: 35px;
}
.cookie-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease;
}
.nav-btn img {
    filter: brightness(0) !important; 
    width: 24px;
    height: 24px;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    overflow-y: auto;
    padding: 40px 20px;
}
.modal-overlay.active {
    display: flex;
}
.modal-dialog {
    max-width: 500px;
    width: 90%;
    margin:auto;
}
.modal-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}
.modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal-close {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #6c757d;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-close:hover {
    color: #333;
}
.modal-body {
    padding: 25px;
}
.custom-modal-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}
.custom-modal-content p {
    line-height: 1.6;
    color: #666;
    margin: 0;
}
.cookie-notification {
    z-index: 10000 !important;
}
.nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.nav-btn img {
    filter: brightness(0);
    width: 24px;
    height: 24px;
}
body.modal-open {
    overflow: hidden;
}
.btn-primary {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}
.btn-secondary {
    background: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.btn-secondary {
    background: #6c757d;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    min-width: 120px;
}
.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 117, 125, 0.4);
}
body.modal-open {
    overflow: hidden;
}
.modal-trigger {
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.modal-trigger:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .modal-container {
        padding: 20px;
        margin: 20px;
        width: calc(100% - 40px);
    }
    
    .modal-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}
.nav-btn:hover img {
    transform: scale(1.1);
    filter: brightness(0) saturate(100%) invert(33%) sepia(94%) saturate(1382%) hue-rotate(195deg) brightness(97%) contrast(101%);
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.nav-btn:disabled:hover {
    background: transparent;
}

.nav-btn:disabled img {
    transform: none;
    filter: brightness(0) saturate(100%) opacity(0.3);
}

.cookie-notification.show {
    transform: translateY(0);
    opacity: 1;
}
.t886__wrapper{
    background-color:#f8f8f8; 
    width:600px; 
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    box-shadow: 0px 5px 35px 15px rgba(0, 0, 0, 0.1);
}
.but-wrapper{
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center; 
    align-items: center;
    user-select: none; 
    border-radius: 10px;
    background-color: #dddddd;
    cursor: pointer;
}
@media (max-width: 768px) {
    .cookie-notification {
        left: 20px;
        right: 20px;
        width: auto !important;
    }
    
    .t886__wrapper {
        width: 100% !important;
    }
    .txt-news-aaa{
        -webkit-line-clamp: 6; 
        display: -webkit-box; 
        -webkit-box-orient: vertical; 
        overflow: hidden;
        white-space: break-spaces;
    }
    .news-section{
        padding: 0 0; 
    }
}

.cookie-accept-btn {
    cursor: pointer;
}

.cookie-accept-btn:hover {
    background-color: #e0e0e0 !important;
}
.icoVectorCatalog {
    position: absolute;
    left: 6px;
    top: 44px;
}
.footer-stl{
    display:flex;
    justify-content: space-between;
}
.stl-katalog{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.logos-katalog{
    min-width: 200px;
    align-items: center;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.logo-rig-catalog{
    border-radius:10px;
    max-width: 50px; 
    max-height: 45px;
    display: flex;
}
.overlay-icon {
    position: absolute;
    top: 15px;    
    left: 10px;   
    z-index: 8; 
}
.wb-container {
    position: relative;
    display: inline-block;
}
.small-icon-bottom-center {
    position: absolute;
    bottom: 5px;             
    left: 50%;               
    transform: translateX(-50%); 
    width: 4px;              
    height: 4px;
    z-index: 10;              
    border-radius: 50%;       
}
.Flex-catalog{
    display: flex;
    height: 100%;
}
.nav-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 10px !important;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.no-news-message {
    text-align: center;
    padding: 60px 20px;
    color: #333333;
    font-size: 18px;
    border-radius: 8px;
    margin: 150px 0;
}
.news-item {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 35px;
}
.news-date {
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}
.main-txt-news {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
}
.news-text {
    color: #666;
    line-height: 1.6;
    white-space: break-spaces;
    text-align: left;
}
.about-wrapper-news.no-news {
    background-color: transparent !important;
}
.about-wrapper-news.no-news .about-image-news {
    display: none !important;
}
.about-wrapper-news.no-news .txt-news-aaa {
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 40px 20px;
}
.about-wrapper-news.no-news .zagalovok {
    color: #555555;
    text-align: center;
}
.iconI {
    display: block;
    max-width:60px;
    max-height:60px;
}
.about-wrapper-news.no-news {
    background-color: transparent !important;
}
.about-wrapper-news.no-news .about-image-news {
    display: none !important;
}
.about-wrapper-news.no-news .txt-news-aaa {
    display:none;
}
.about-wrapper-news.no-news .zagalovok {
    color: #555555;
    text-align: center;
}
.no-news{
    padding: 125px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.date{
    font-size: 16px;
}
.zagalovok{
    font-size: 24px;
}
.header-style{
    background:rgba(255, 255, 255, 0);
}
.conternier-wasabFromRoma{
    border-radius:55px;
    background-color:#f5f5f7;
    max-width: 1200px;
    margin: auto;
}
.conternier-wasabFromDamir{
    border-radius:55px;
    max-width: 1000px;
    max-height:1000px;
    margin: auto;
}
@media (min-width: 769px) {
    header li a.active {
        padding-bottom: 5px;
        border-bottom: 2px solid #000000!important;
    }
    
    header li a[href^="#"] {
        padding-bottom: 5px;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
    }
}
@media (min-width: 769px) {
    .main-nav {
        display: block;
    }
}

.nav-menu a.active {
    text-decoration: none;
    font-weight: bold; 
}

@media (min-width: 769px) {
    .main-nav a.active {
        border-bottom: 2px solid #000000;
    }
    
    .main-nav a.nav-link {
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        padding: 5px 0;
        margin: 0 15px;
    }
}
@media (max-width: 768px) {
    .titleAll {
        font-size: 28px;
        font-weight: 100!important;
    }
    .ideas-box {
        width: 100%;
        max-width: 300px;
    }
    .guarantee-numbers {
        gap: 20px;
    }
    .footer-copyright-rith {
        margin-top: 30px;
        font-size: 20px;
        color: #000000;
        width: 100%;
        display: flex;
        text-align: center;
    }
    .foter{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logos-down{
        justify-content: center;
    }
    .stl-katalog{
        display:flex;
        justify-content: space-between;
        margin-bottom: 30px;
        flex-direction: column;
        gap: 10px;
    }
    .Flex-catalog{
        display: flex;
        max-height: 50px;
    }
@media (max-width: 768px) {
    .main-nav a.active-mobile {
        color: #afccde !important;
        background: #F5F5F5;
        border-left: 3px solid #afccde;
    }
    
    .main-nav a.nav-link {
        transition: all 0.3s ease;
        padding: 8px 15px;
        margin: 2px 0;
        border-left: 3px solid transparent;
        display: block;
        text-decoration: none;
    }
}

/* Скрываем основное меню на мобилке */
@media (max-width: 768px) {
    .main-nav {
        display: none;
    }
}


}
header li a.active {
    border-bottom: 2px solid #000000;
}

header li a[href^="#"] {
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}
.guarantee-section{
    padding-top:20px;
}
/* Под мобилу*/
@media (max-width: 768px) {
    .icoVectorCatalog{
        display: none;
    }
    .footer-rut {
        margin-top: 30px!important;
        padding-top: 20px;
        flex-direction: column;
        align-items: center;
    }
    .footer-down-txt-r{
        display: flex;
        margin-right: 0px;
        margin-top: 15px;
    }
    .guarantee-section{
        padding-top: 50px;
    }
    .guarantee-title {
        text-align: center;
        margin-bottom: 55px;
        color: #333;
    }
    .catalog-rit{
        font-size: 8px;
        text-align: left;
    }
    .logos-katalog{
        min-width: 200px;
        align-items: center;
        max-height: 45px;
        margin-top: 0px;
    }
    .Witcher-kat-r{
        width: 100%;
    }
    .Witcher-kat-l{
        width: 100%;
    }
    .news-section{
    min-height: 0px;
    }
    .stail-wb-catalog{
        border-radius: 10px; 
        background-size: cover; 
        width: 100%;
        height:100%; 
    }
    /* Меню */
    #nav-icon3 {
        display: none;
        width: 40px;
        height: 35px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #000000;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 12px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 24px;
    }
    #nav-icon3.open span:nth-child(1),#nav-icon3.opened span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
    }
    #nav-icon3.open span:nth-child(2),#nav-icon3.opened span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon3.open span:nth-child(3),#nav-icon3.opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon3.open span:nth-child(4),#nav-icon3.opened span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
    }
    .sidebar #nav-icon3 span {
        background: #000000;
    }
    body.sidebar-opened {
        overflow: hidden;
    }
    .hidden-overley {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: #000000;
        opacity:0;
        width:0;
        height:0;
        transition: opacity 1s;
    }
    .hidden-overley.show {
        height: 100%;
        width: 100%;
        opacity: 0.5;
        transition: opacity 1s;
    }
    .sidebar{
        position: fixed;
        z-index: 100;
        width: 300px;
        height: 100%;
        right: -300px;
        top:0;
        background: #fff;
        transition: right 0.4s ease;
        overflow: auto;
    }
    .sidebar .d-flex.p-2 {
        display: -webkit-box;
        display: flex;
        padding: 30px!important;
    }
    .sidebar .text{
        color: white;
        font-size: 18px;
        font-weight: 600;
        line-height: inherit;
        text-align: center;
        background: #ffffff;
        letter-spacing: 1px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sidebar .side-tel {
        font-size: 0.8rem;
    }
    .sidebar .text a {
        color: white;
    }
    .sidebar.show{
        right: 0px;
    }
    .sidebar ul{
        background: none;
        height: auto;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .sidebar ul li{
        line-height: 60px;
        border-top: 1px solid #eee;
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .sidebar ul li:last-child{
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .sidebar ul li a{
        box-sizing:border-box;    
        position: relative;
        color: #757575;
        text-decoration: none;
        font-size: 18px;
        padding-left: 30px;
        font-weight: 500;
        display: block;
        width: 100%;
        border-left: 3px solid #ffffff00;
    }
    .sidebar ul li.current-menu-item a{
        color: #afccde;
        background: #F5F5F5;
        border-left-color: #afccde;
    }
    .sidebar ul li a:hover{
        cursor:pointer;
        background: #F5F5F5;
        border-left-color: #afccde;
    }
    .sidebar ul ul{
        position: static;
        display: none;
    }
    .sidebar ul .sub-menu.show{
        display: block;
    }
    .sidebar ul ul li{
        line-height: 42px;
        border-top: none;
    }
    .sidebar ul ul li a{
        font-size: 17px;
        color: #333;
        padding-left: 40px;
    }
    .sidebar ul li.current-menu-item ul li a{
        color: #333;
        background: #f9f9f9;
        border-left-color: transparent;
    }
    .sidebar ul li ul li.current-menu-item a {
        color:#2196F3;
    }
    .sidebar ul ul li a:hover{
        color: #333!important;
        background: #F5F5F5!important;
    }
    .sidebar ul li a i:before {
        display:none;
    }
    .sidebar ul li.menu-parent-item a i:before{
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 22px;
        transition: transform 0.4s;
        width: 20px;
        height: 20px;
        background-repeat:no-repeat; 
        background-position: 0 0;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.011 512.011' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-size: contain;
        display: block;
    }
    .sidebar ul ul a i:before {
        display: none !important;
    }
    

    .sidebar ul li a i.rotate:before{
        transform: translateY(-50%) rotate(-180deg);
    }
    /* Общее */
    html {
        font-size: 14px;
    }
    .phone-set{
        max-height: 240px;
    }
    .logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        font-size: 24px;
        border-radius: 10px;
        color: white;
        text-decoration: none;
        white-space: nowrap; 
        aspect-ratio: 5 / 4;
    }
    .footer-stl{
        display:flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
     }
    /* Шапка */
    .header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
        gap: 0px;
    }
    #menu-main-menu {
        margin: 15px 0;
        justify-content: center;
        gap: 0px;
        flex-direction: column;
    }
    #menu-main-menu li a {
        font-size: 16px;
        padding: 1px 30px;
    }
    .header-promo-button {
        font-size: 14px;
        padding: 6px 12px;
    }
    /* Главный блок */
    .hero-section {
        padding: 170px 0 30px;
    }
    .hero-content {
        flex-direction: column;
        align-items: stretch;
    }
    .ideas-box {
        width: 100%;
        max-width: 320px;
        margin: 20px auto;
    }
    .image-grid {
        flex-direction: column;
        gap: 10px;
        margin-top: 50px;
        border-radius: 15px 15px 0 0;
    }
    .about-wrapper {
        flex-direction: column;
    }
    .about-wrapper.p-l,.about-wrapper.l-p {
        flex-direction: column;
    }
    .about-text,
    .abvout-image {
        min-width: 100%;
    }
    .about-logo {
        bottom: 10px;
        left: 10px;
        padding: 8px 15px;
        width: calc(100% - 20px);
    }
    .about-logo-text {
        font-size: 20px;
    }
    .about-logo-subtext {
        font-size: 12px;
    }
    /* Каталог */
    .catalog-grid {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: repeat(2, 1fr); /* 2 колонки на смартфоне */
        gap: 15px;
        max-width:1200px
    }
    .catalog-title {
        padding-left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    .big-card,
    .medium-card {
        height: auto;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .big-card h3,
    .medium-card h3 {
        font-size: 16px;
        min-height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .card img {
        margin-top: 15px;
        border-radius: 40px;
    }
    .logos {
        gap: 6px;
        border-radius: 0;
        width: 100%;
    }
    .logo {
        font-size: 11px;
        line-height: 20px;
    }

    /* Гарантии */
    .guarantee-cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .guarantee-card {
        max-width: none;
        width: 90%;
        margin: 10px 0;
        padding: 20px 15px 60px;
    }
    .guarantee-number-inside {
        top: -35px;
        width: 70px;
        height: 70px;
        font-size: 18px;
        color: #fdfeff;
    }
    /* Промо-форма */
    .promo-guarantee-container {
        flex-direction: column;
        text-align: center;
    }
    .promo-form,
    .promo-image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .promo-image img {
        height: 200px;
    }
    .about-wrapper-news{
        max-width: 750px;
        min-width: 250px;
    }
    /* Служба заботы */
    .care-container {
        flex-direction: column;
    }
    .care-info,
    .care-form {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
        top: auto;
    }
    .care-info{
        width: 100%;
        max-width: 400px;
        padding: 30px;
        margin: 0 auto 20px;
        top: auto;
    }
    /* Футер */
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .footer-nav {
        margin: 15px 0;
    }
    .footer-contact {
        margin: 15px 0;
    }
    .ideas-box {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .footer-copyright {
        font-size: 20px;
        padding: 0 20px;
    }
    /* Убираем лишние отступы */
    body {
        overflow-x: hidden;
    }
    .container {
        margin: 0 20px;
        padding: 0px;
    }
    .container-garant{
        margin: 0 20px;
    }
    .about-text2 {
       width:100%;
    }
    .about-image22 {
        width:100%;
    }
    .medium-card, .big-card {
        width:47%;
    }
    .txt-nas{
        font-size: 24px;
    }
    .hero-bg {
        border-radius: 0 0 70px 70px;
    }
    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }
    .footer-contact {
        text-align: center;
    }
    .logo-Izs-Block {
        max-width: 100%;
        width: 100%;
    }
    .nav-menu, .header-promo-button {
        display: none;
    }
    .macbookImg {
        border-radius:0 0 55px 55px;
    }
    .icoVector {
        display: none;
    }
    #nav-icon3 {
        display: block;
    }
    .iconI {
        display: none;
    }
    .img-rrrttt {
        max-width: 200px;
    }
}
@media (max-width: 769px) {
.sidebar li.current-menu-item {
    background-color: #f8f9fa;
    border-left: 2px solid #afccde;
}
}
.sidebar a.current-menu-item {
    font-weight: bold;
}
.sidebar li.current-menu-item {
    margin-left: 0px;
}
.sidebar li {
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}
@media (max-width: 768px) {
    header li a.active {
        padding-bottom: 5px;
        border-bottom: 2px solid #00000000!important;
        border-left-color: #afccde;
    }
    header li a[href^="#"] {
        padding-bottom: 5px;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
    }
    .card h3 {
        margin: 15px;
    }
}
.buttonBottom-block-button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    user-select: none;
    cursor: pointer;
    border: 5px solid #ffffff;
    z-index: 1;
}
.buttonBottom-block-button.call {
    position: fixed;
    left: 30px;
    bottom: 30px;
    background: url(/resources/images/icons/call.png) no-repeat scroll center center / 30px 30px rgb(175 204 222 / 80%);
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}
.buttonBottom-block-button.call:hover {
    background: url(/resources/images/icons/call.png) no-repeat scroll center center / 30px 30px rgb(175 204 222 / 100%);
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
}
.buttonBottom-block-button.call::after, .buttonBottom-block-button.call::before {
    content: '';
    position: absolute;
    border: 3px solid rgb(175 204 222 / 80%);
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}
.buttonBottom-block-button.call::after {
    animation-delay: 1.25s;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.buttonBottom-block-button.top {
    position: fixed;
    right: 30px;
    bottom: -100px;
    background: url(/resources/images/icons/arrow.png) no-repeat scroll center center / 30px 30px rgb(175 204 222 / 80%);
    transition: all .7s ease-in-out;
}
.buttonBottom-block-button.top:hover {
    background: url(/resources/images/icons/arrow.png) no-repeat scroll center center / 30px 30px rgb(175 204 222 / 100%);
}