@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap')

body, .catalogcategory .subcategorylink, #subcategorygrid a p {
	font-family: 'Montserrat', sans-serif;
	background-color: #000;
}
h1, #categorybanner p, .subcategorylink, .categorylink p, #subcategorygrid a h2 {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-weight: 600;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

.banner-header h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
#menu li a, nav a {
	font-family: 'Roboto', sans-serif;
}
nav a {
	font-weight: 600;
}
nav svg {
	fill: #fff;
}
.shadow-close {
	-webkit-box-shadow: 0 0.8em 0.8em 0 rgba(100,190,255,.15);
	box-shadow: 0 0.8em 0.8em 0 rgba(100,190,255,.15);
}
#menu {
	background: rgba(0,0,0,0.9);
}
nav {
	background: #000;
}
body {
	background: #000;
}
* {
	color: #fff;
}
.bar {
	background: #7e747f;
}
#expand:hover .bar {
	opacity: 0.4;
	-webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
#expand {
	cursor: pointer;
}
#menu li a:hover {
	background: rgba(140,190,255,0.15);
}
#menu .menu.active {
    background: rgba(100,177,255,0.1);
}
#searchbox {
	background: rgba(20,20,20,0.96);
}
#searchbox input {
	color: #fff;
	border-bottom: 1px solid #666;
}
#searchsubmit svg {
	fill: #fff;
}
#footer {
	background: #111;
}
nav .button:hover > a {
    color: #4bf;
}
#catalog {
	background: rgba(0,5,15,0.92);
}
.subcategory.button {
	background: rgba(0,12,35,0.95);
}
.subcategory.button:hover {
	background: rgba(0,12,35,0.85);
}
#main {
	background: #0a0a0a;
}
.stores.headline a, .services.headline a {
	color: #acf !important;
	text-decoration: none;
}
.stores.view div.active, #blacklistall {
	background: #222;
}
#storesbody > div.active {
	background: #222;
}
#storesselectinput input {
	border-bottom: 1px solid #444;
	background: #333;
}
.country.active, .city.active {
	color: #9bf;
}
.stores.countries {
	background: #151515;
}
.stores.cities {
	background: #181818;
}
.stores.units {
	background: #1b1b1b;
}
#categorybanner p {
	background: #111;
}
.icon {
	fill: #fff;
}
.categorylink p {
	background: #222 !important;
}
#subcategoryshowcase #subcategorygrid {
	background: none;
}
#subcategorygrid a h2 {
	background: #333;
}
#subcategorygrid a {
	background: #161616;
}
#controls {
	background: #444;
}
#description {
	background: #222;
}
.spec, .subspec {
	background: #111;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.part {
	background: #444;
}
.subspec {
	border-left: 1em solid #444;
}
#description h1 {
	color: #7bf;
}
#index-main {
	max-width: none;
	padding: 0 2em;
}
#aula-four-categories {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
}
.aula-two-categories {
	display: flex;
	flex: 1 1 30%;
}
@media (max-width: 800px) {
	.aula-two-categories {
		flex: 1 1 100%;
	}
}
.aula-category {
	display: block;
	flex: 1 1 50%;
	margin: 4em 2em;
	padding-bottom: 75%;
	position: relative;
	cursor: pointer;
}
.aulacat {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
}
.aula-category p {
	display: block;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 3em;
	padding: 1em;
	box-sizing: border-box;
	background: rgba(170,170,170,0.2);
	color: #fff;
	font-size: 1.3em;
	opacity: 0.65;
	z-index: 102;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
.aulacat.lower {
	z-index: 100;
}
.aulacat.upper {
	z-index: 101;
	opacity: 0;
	-webkit-transition: all 350ms ease-out;
	-moz-transition: all 350ms ease-out;
	-ms-transition: all 350ms ease-out;
	-o-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}
.aula-category:hover > .upper {
	opacity: 1;
}
.aula-category:hover > p {
	opacity: 1;
}

@keyframes fade {
  0% { opacity: 0; }
  5% { opacity: 1; }
  30% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes dot {
  0%, 5%, 30% { background: #000; }
  35%, 100% { background: #555; }
}

/* start

CA 11.02.2026 */

/* =======================
   WRAPPER
======================= */

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 30px;
}
/* =======================
   БАННЕР
======================= */
.hero {
    margin-bottom: 60px;
}

.hero-slider {
    border-radius: 25px;
    overflow: hidden;
}
.hero img {
    width: 100%;
    display: block;
    border-radius: 25px;
}




/*начало карточки */
.products {
    padding: 60px 0;
}

.products__container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}


/* ===== Карточка ===== */

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;

    border-radius: 25px;
    border: 2px solid transparent;

    background:
        linear-gradient(#111, #111) padding-box,
        linear-gradient(135deg, #00b7e6, rgba(0,183,230,0.4), #00b7e6) border-box;

    transition: 0.3s ease;
}

/* Рамка только при hover */
.product-card:not(:hover) {
    background:
        linear-gradient(#111, #111) padding-box,
        linear-gradient(transparent, transparent) border-box;
}

/* Лёгкий подъём */
.product-card:hover {
    transform: translateY(-5px);
}


/* ===== Картинка (квадрат) ===== */

.product-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

/* Обе картинки */
.product-card__image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

/* Основная */
.img-default {
    opacity: 1;
}

/* Hover */
.img-hover {
    opacity: 0;
}

/* Переключение */
.product-card__image:hover .img-default {
    opacity: 0;
}

.product-card__image:hover .img-hover {
    opacity: 1;
}


/* ===== Подпись ===== */

.product-card__title {
    background: #0E0B17;
    color: #85a3ab;
    font-size: 20px;

    height: 80px;
    padding: 0 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    transition: color 0.3s ease;

    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

/* Цвет текста при hover */
.product-card:hover .product-card__title {
    color: #ffffff;
}



/*конец карточки */



.footer {
    margin-top: 80px;
    background: #0E0B17;
    padding: 40px 0; /* только вертикальные отступы */
}

/* ВНУТРЕННИЙ КОНТЕЙНЕР */
.footer-inner {
    max-width: 1200px;   /* ТА ЖЕ ширина что у .wrapper */
    margin: 0 auto;      /* центрирование */
    padding: 0 20px;     /* боковые отступы */
    text-align: center;

    color: #9aa0a6;
    font-size: 14px;
}

.footer-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; /* SemiBold */
    font-size: 20px;
    color: #a0a0a0;
    text-align: center;
}

/* Ссылки в футере */
.footer-text a {
    color: #a0a0a0;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}




/*соц сети начало*/
.mp-bar {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    gap: 12px;

    z-index: 9999;
}

/* Кнопка-иконка */
.mp-bar a {
    width: 52px;
    height: 52px;

    background: #0E0B17;
    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

/* Иконка внутри */
.mp-bar img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* Hover-эффект */
.mp-bar a:hover {
    transform: translateX(-6px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* Лёгкий "премиум" эффект */
.mp-bar a:active {
    transform: scale(0.95);
}
/*соц сети конец*/

/* подсказки */

.tooltipz {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltipz-text {
    visibility: hidden;
    opacity: 0;

    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);

    background: #333;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;

    white-space: nowrap;

    transition: 0.2s;
}

.tooltipz:hover .tooltipz-text {
    visibility: visible;
    opacity: 1;
}


/* подсказки конец */





/* ===== Адаптив ===== */

@media (max-width: 1200px) {
    .products__container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .products__container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .products__container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .products__container {
        grid-template-columns: 1fr;
    }
}

