



@media screen and (min-width: 1200px) {
a:hover, a:visited:hover {
color: #B1965D !important;
-webkit-transition: 0s ease;
transition: 0s ease; 
}
}

.uc-description .t1050 .t-col{
    z-index: 3;
}

.uc-texture .t772__img {
     border-radius: 300px;
     box-shadow: 0px 8px 22px -6px #C4C4C4;
     margin:;
}

.uc-texture .t772__img:hover {
     border: 4px solid #0045B6;
}


.uc-texture .t772__scroll-icon-wrapper {
    display: none;
}

.uc-texture .t772__imgwrapper {
    margin-top: 20px;
}

@media screen and (max-width: 640px){

.uc-texture .t-name_md {
    font-size: 24px;
    lineheight: 1;
}

.uc-hors .t772__col {
    min-width: 70%;
    max-width: 70%;
}
   
 .uc-grid2 .t-name_xl   {
     font-size: 30px;
    lineheight: 1;
 }
 
 .uc-grid2 .t772__col_mobile-grid {
     margin-bottom: 80px;
     
 }
 
.uc-grid .t829__btnwrapper {
    padding-bottom: 40px;
}

.uc-grid .t-btn_xs {
    height: 45px;
}

.uc-grid .t-name_md {
    font-size: 12pt;
}
   
    
}

.uc-hors .t772__img {
     border-radius: 23px;
     box-shadow: 0px 8px 22px -6px #C4C4C4;
     margin:;
}

.uc-hors .t772__img:hover {
     border: 4px solid #0045B6;
}


.uc-hors .t772__scroll-icon-wrapper {
    display: none;
}

.uc-hors .t772__imgwrapper {
    margin-top: 20px;
}


.t-popup__container {
   border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px; 
}

@media screen and (max-width: 1200px) {
.t-descr_xxs {
    font-size: 20px;
}
}


.uc-grid .t829__imgwrapper {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url(gold apple II 233.jpg);
box-shadow: 0px 8px 22px rgba(161, 161, 161, 0.5);
border-radius: 23px;

}

.uc-grid .t829__img {
border-radius: 23px;
 
}

.uc-grid2 .t772__bgimg{
border-radius: 23px;
box-shadow: 0px 7px 27px 6px #000000;
}

.uc-grid2 .t912__container {
    justify-content: space-evenly; 
}



.t829__grid-item_mb-40 {
    
        width: 600px;
}




/* 1. РАСТЯГИВАЕМ БЛОК НА ВЕСЬ ЭКРАН */
#rec1749645041 .t465__container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#rec1749645041 .t-sociallinks__wrapper {
    display: flex !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important; /* Кнопки вплотную */
}

/* 2. ЗАСТАВЛЯЕМ КАЖДУЮ КНОПКУ ПРИНИМАТЬ РАВНУЮ ШИРИНУ */
#rec1749645041 .t-sociallinks__item {
    flex: 1 1 0px !important; /* Это заставит их растянуться поровну на 100% ширины */
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

#rec1749645041 .t-sociallinks__item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important; /* Кнопка занимает всё выделенное ей место */
    transition: transform 0.2s ease-in-out !important;
    
    /* ВЫСОТА КНОПОК ДЛЯ КОМПЬЮТЕРА */
    height: 100px !important; 
}

/* 3. НАСТРОЙКА ЗНАЧКОВ ВНУТРИ */
#rec1749645041 .t-sociallinks__svg {
    width: 40px !important; /* Размер значков */
    height: 40px !important;
}

/* 4. АНИМАЦИЯ ПРИ НАВЕДЕНИИ: ЛЕГКОЕ УМЕНЬШЕНИЕ */
#rec1749645041 .t-sociallinks__item a:hover {
    transform: scale(0.92) !important; /* Эффект нажатия/уменьшения */
    z-index: 2; /* Чтобы при уменьшении не было видно щелей */
}

/* 5. МОБИЛЬНАЯ ВЕРСИЯ */
@media screen and (max-width: 960px) {
    #rec1749645041 .t-sociallinks__item a {
        height: 70px !important; /* Высота кнопок на телефоне */
    }
    #rec1749645041 .t-sociallinks__svg {
        width: 30px !important; /* Размер значков на телефоне */
        height: 30px !important;
    }
}








