<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .marquee-wrapper {
    width: 100%;
    background: white; /* Р‘РµР»С‹Р№ С„РѕРЅ СЃРІРµСЂС…Сѓ */
    padding-top: 20px; /* РћС‚СЃС‚СѓРї СЃРІРµСЂС…Сѓ */
  }

  .marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
  }

  .marquee-content {
    display: inline-block;
    font-size: 18px; /* РЈРјРµРЅСЊС€РµРЅРЅС‹Р№ СЂР°Р·РјРµСЂ С‚РµРєСЃС‚Р° */
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    animation: marquee 10s linear infinite;
  }

  @keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
  }



@media (max-width: 768px) {
    .js-store-parts-select-container.t951__sidebar {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
    }
    .js-store-parts-select-container.t951__sidebar &gt; * {
        flex: 0 0 auto;
    }

    .t-store__parts-switch-wrapper.t-align_center {
        display: none;
    }
}




@media (max-width: 768px) {
    .t-store__parts-switch-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .js-store-parts-switcher.t-store__parts-switch-btn.t-name.t-name_xs.t-menu__link-item {
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 15px;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        font-size: 16px;
    }

    /* РЎРєСЂС‹РІР°РµРј РїРѕРґСЂР°Р·РґРµР»С‹, РєРѕС‚РѕСЂС‹Рµ СѓР¶Рµ РЅР°С…РѕРґСЏС‚СЃСЏ РІ РІС‹РїР°РґР°СЋС‰РёС… СЃРїРёСЃРєР°С… */
    .subsection .sub-chapter {
        display: none !important;
    }
}





/* РћСЃРЅРѕРІРЅРѕР№ РїСѓРЅРєС‚ РјРµРЅСЋ */
.main-chapter {
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

/* РЎС‚СЂРµР»РєР° */
.main-chapter::after {
    content: "в–¶";
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

/* РџСЂРё РѕС‚РєСЂС‹С‚РёРё СЃРїРёСЃРєР° РјРµРЅСЏРµРј СЃС‚СЂРµР»РєСѓ */
.open-chapter::after {
    transform: rotate(90deg);
}

/* Р’СЃРїР»С‹РІР°СЋС‰РµРµ РјРµРЅСЋ */
.subsection {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 15px;
    z-index: 1000;
    width: 900px; /* РЈРІРµР»РёС‡РёР» С€РёСЂРёРЅСѓ */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 100%; /* РЎРґРІРёРі РІРїСЂР°РІРѕ */
    transform: translateX(10px); /* РќРµРјРЅРѕРіРѕ СЃРґРІРёРіР°РµРј РµС‰С‘ РїСЂР°РІРµРµ */
}

/* Р“СЂРёРґ-РєРѕРЅС‚РµР№РЅРµСЂ */
.subsection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 РєРѕР»РѕРЅРєРё */
    gap: 20px;
}

/* Р­Р»РµРјРµРЅС‚С‹ СЃРїРёСЃРєР° */
.sub-chapter {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-decoration: none;
    display: block;
    transition: background 0.3s;
}

.sub-chapter:hover {
    background: #f0f0f0;
}

/* РџРѕРєР°Р·С‹РІР°РµРј РјРµРЅСЋ */
.show-subsection {
    display: block;
}



/* РћСЃРЅРѕРІРЅРѕР№ РїСѓРЅРєС‚ РјРµРЅСЋ */
.main-fpv {
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

/* РЎС‚СЂРµР»РєР° */
.main-fpv::after {
    content: "в–¶";
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

/* РџСЂРё РѕС‚РєСЂС‹С‚РёРё СЃРїРёСЃРєР° РјРµРЅСЏРµРј СЃС‚СЂРµР»РєСѓ */
.open-fpv::after {
    transform: rotate(90deg);
}

/* Р’СЃРїР»С‹РІР°СЋС‰РµРµ РјРµРЅСЋ */
.fpv-subsection {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 15px;
    z-index: 1000;
    width: 1120px; /* РЈРІРµР»РёС‡РµРЅРЅР°СЏ С€РёСЂРёРЅР° */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 100%;
    transform: translateX(10px);
}

/* Р“СЂРёРґ-РєРѕРЅС‚РµР№РЅРµСЂ */
.fpv-subsection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 РєРѕР»РѕРЅРєРё */
    gap: 20px;
}

/* Р­Р»РµРјРµРЅС‚С‹ СЃРїРёСЃРєР° */
.fpv-chapter {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-decoration: none;
    display: block;
    transition: background 0.3s;
}

.fpv-chapter:hover {
    background: #f0f0f0;
}

/* РџРѕРєР°Р·С‹РІР°РµРј РјРµРЅСЋ */
.show-fpv {
    display: block;
}





/* РћСЃРЅРѕРІРЅРѕР№ РїСѓРЅРєС‚ РјРµРЅСЋ */
.main-accessories {
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

/* РЎС‚СЂРµР»РѕС‡РєР° СЂСЏРґРѕРј СЃ РЅР°Р·РІР°РЅРёРµРј */
.main-accessories::after {
    content: "в–¶";
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

/* РџСЂРё РѕС‚РєСЂС‹С‚РёРё СЃРїРёСЃРєР° РјРµРЅСЏРµРј СЃС‚СЂРµР»РєСѓ */
.open-accessories::after {
    transform: rotate(90deg);
}

/* Р’СЃРїР»С‹РІР°СЋС‰РµРµ РјРµРЅСЋ */
.accessories-subsection {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 15px;
    z-index: 1000;
    width: 400px; /* Р¤РёРєСЃРёСЂРѕРІР°РЅРЅР°СЏ С€РёСЂРёРЅР° */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 100%; /* Р&nbsp;Р°Р·РјРµС‰Р°РµРј СЃРїСЂР°РІР° */
    transform: translateX(10px);
}

/* Р“СЂРёРґ-РєРѕРЅС‚РµР№РЅРµСЂ */
.accessories-subsection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 РєРѕР»РѕРЅРєРё */
    gap: 10px;
}

/* Р­Р»РµРјРµРЅС‚С‹ СЃРїРёСЃРєР° */
.accessories-chapter {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-decoration: none;
    display: block;
    transition: background 0.3s;
}

.accessories-chapter:hover {
    background: #f0f0f0;
}

/* РџРѕРєР°Р·С‹РІР°РµРј РјРµРЅСЋ */
.show-accessories {
    display: block;
}





/* РћСЃРЅРѕРІРЅРѕР№ РїСѓРЅРєС‚ РјРµРЅСЋ */
.main-stabilizers {
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

/* РЎС‚СЂРµР»РѕС‡РєР° СЂСЏРґРѕРј СЃ РЅР°Р·РІР°РЅРёРµРј */
.main-stabilizers::after {
    content: "в–ј";
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

/* РџСЂРё РѕС‚РєСЂС‹С‚РёРё СЃРїРёСЃРєР° РјРµРЅСЏРµРј СЃС‚СЂРµР»РєСѓ */
.open-stabilizers::after {
    transform: rotate(180deg);
}

/* РЎС‚РёР»Рё РґР»СЏ РІС‹РїР°РґР°СЋС‰РµРіРѕ СЃРїРёСЃРєР° */
.stabilizers-subsection {
    display: none;
    background: white;
    width: 100%;
    padding: 5px 0;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

/* РЎС‚РёР»Рё РґР»СЏ СЌР»РµРјРµРЅС‚РѕРІ СЃРїРёСЃРєР° */
.stabilizers-subsection .stabilizers-chapter {
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
    text-decoration: none;
}

.stabilizers-subsection .stabilizers-chapter:hover {
    background: #f0f0f0;
}

/* РџРѕРєР°Р·С‹РІР°РµРј РІС‹РїР°РґР°СЋС‰РёР№ СЃРїРёСЃРѕРє */
.show-stabilizers {
    display: block;
}


 /* РћСЃРЅРѕРІРЅРѕР№ РїСѓРЅРєС‚ РјРµРЅСЋ */ .main-industrial {  position: relative;  cursor: pointer;  text-decoration: underline;  display: flex;  align-items: center;  font-size: 14px;  font-weight: bold;  color: #333;  white-space: nowrap; } /* РЎС‚СЂРµР»РѕС‡РєР° СЂСЏРґРѕРј СЃ РЅР°Р·РІР°РЅРёРµРј */ .main-industrial::after {  content: "в–¶";  font-size: 12px;  margin-left: 5px;  transition: transform 0.3s ease; } /* РџСЂРё РѕС‚РєСЂС‹С‚РёРё СЃРїРёСЃРєР° РјРµРЅСЏРµРј СЃС‚СЂРµР»РєСѓ */ .open-industrial::after {  transform: rotate(90deg); } /* Р’СЃРїР»С‹РІР°СЋС‰РµРµ РјРµРЅСЋ */ .industrial-subsection {  display: none;  position: absolute;  background: white;  border: 1px solid #ddd;  padding: 15px;  z-index: 1000;  width: 400px; /* Р¤РёРєСЃРёСЂРѕРІР°РЅРЅР°СЏ С€РёСЂРёРЅР° */  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);  top: 0;  left: 100%; /* Р&nbsp;Р°Р·РјРµС‰Р°РµРј СЃРїСЂР°РІР° */  transform: translateX(10px); } /* Р“СЂРёРґ-РєРѕРЅС‚РµР№РЅРµСЂ */ .industrial-subsection-grid {  display: grid;  grid-template-columns: repeat(2, 1fr); /* 2 РєРѕР»РѕРЅРєРё */  gap: 10px; } /* Р­Р»РµРјРµРЅС‚С‹ СЃРїРёСЃРєР° */ .industrial-chapter {  padding: 10px;  cursor: pointer;  font-size: 14px;  font-family: 'Montserrat', sans-serif;  color: #333;  text-decoration: none;  display: block;  transition: background 0.3s; } .industrial-chapter:hover {  background: #f0f0f0; } /* РџРѕРєР°Р·С‹РІР°РµРј РјРµРЅСЋ */ .show-industrial {  display: block; } 





/* ???? РњРѕР±РёР»СЊРЅР°СЏ РІРµСЂСЃРёСЏ: СЃРєСЂС‹РІР°РµРј РІСЃРµ СЂР°Р·РґРµР»С‹ */
@media (max-width: 768px) {
    .main-chapter, .main-industrial, .main-accessories, .main-fpv {
        display: none !important;
    }

    /* РЈР±РёСЂР°РµРј СЃРєСЂРѕР»Р» РІ РјРѕР±РёР»СЊРЅРѕР№ РІРµСЂСЃРёРё */
    body, html {
        overflow-x: hidden;
    }
}</pre></body></html>