<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /*  ===============================
   рџ”» РџРћР”Р’РђР› РЎРђР™РўРђ
   =============================== */
.htn-footer {
  background-color: var(--black1);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}

.htn-footer-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start; /* Р”РѕР±Р°РІР»РµРЅРѕ РґР»СЏ РІС‹СЂР°РІРЅРёРІР°РЅРёСЏ РїРѕ РІРµСЂС…Сѓ */
}

.htn-footer-col {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
   padding: 10px 10px; /* рџ“Њ Р’РЅСѓС‚СЂРµРЅРЅРёРµ РѕС‚СЃС‚СѓРїС‹: 10px СЃРІРµСЂС…Сѓ Рё СЃРЅРёР·Сѓ, 20px СЃР»РµРІР° Рё СЃРїСЂР°РІР° */
   
}
 
 .footer-heading {
  font-size: 20px;        
  color: white !important;           /* Р¦РІРµС‚ С‚РµРєСЃС‚Р°, РЅР°РїСЂРёРјРµСЂ Р±РµР»С‹Р№ РґР»СЏ С„СѓС‚РµСЂР° */
  margin: 10px 0;           /* РћС‚СЃС‚СѓРїС‹ СЃРІРµСЂС…Сѓ Рё СЃРЅРёР·Сѓ */
  text-align: left;       /* Р’С‹СЂР°РІРЅРёРІР°РЅРёРµ С‚РµРєСЃС‚Р° РїРѕ С†РµРЅС‚СЂСѓ */
  font-family: 'Unbounded', sans-serif;  /* РџСЂРёРјРµСЂ С€СЂРёС„С‚Р° */

}
 



.htn-footer h3, .htn-footer h4 {
	
  color: #dddddd;
  font-family: 'Unbounded', sans-serif;
  margin-bottom: 4px;
  margin-top: 0;       /* рџљ« РЈР±РёСЂР°РµРј Р»РёС€РЅРёР№ РѕС‚СЃС‚СѓРї СЃРІРµСЂС…Сѓ */
}

.htn-footer p, .htn-footer a {
  color: #eee;
}

.htn-footer a {
  text-decoration: none;
   color: #eee !important;
  text-decoration: none !important;
}

.htn-footer a:hover {
  color: #fb8500 !important;
}

.htn-footer-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.htn-footer-bottom {
  margin-top: 40px;
  text-align: center;
}

.htn-footer-logo {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.htn-installment-btn img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.htn-installment-btn img:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}




/* рџ“Џ РЈРїР»РѕС‚РЅСЏРµРј С‚РµРєСЃС‚РѕРІС‹Рµ Р±Р»РѕРєРё РІ РєРѕР»РѕРЅРєР°С… */
.htn-footer-col p {
  margin: 0px 0;
  line-height: 1.6;
}
/* РЈР±РёСЂР°РµРј Р»РёС€РЅРёРµ РѕС‚СЃС‚СѓРїС‹ РїРѕСЃР»Рµ Р·Р°РіРѕР»РѕРІРєРѕРІ */
.htn-footer-col h3 + *,
.htn-footer-col h4 + * {
  margin-top: 4px !important;
}

/* РњРѕР¶РЅРѕ С‡СѓС‚СЊ СѓР¶Р°С‚СЊ СЃР°Рј Р·Р°РіРѕР»РѕРІРѕРє */
.htn-footer h3,
.htn-footer h4 {
  margin-bottom: 4px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  margin-bottom: 6px;
}

.contact-line svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: white;
  transition: fill 0.3s ease;
}

.contact-line a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-line:hover a {
  color: #fb8500;
}

.contact-line:hover svg {
  fill: #fb8500;
}

/* РџРѕС‡С‚Р° */
.contact-email-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  margin-top: 6px;
}

.contact-email-line svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: white;
  fill: none;
  stroke-width: 2;
  transition: stroke 0.3s ease;
}

.contact-email-line a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-email-line:hover a {
  color: #fb8500;
}

.contact-email-line:hover svg {
  stroke: #fb8500;
}





@media (max-width: 640px) {
  .htn-footer-container {
    max-width: none;
    padding: 0; /* Р§С‚РѕР±С‹ С‚РµРєСЃС‚ РЅРµ Р»РёРї Рє РєСЂР°СЏРј СЃРѕРІСЃРµРј */
  }
  .htn-footer {
    padding: 10px 5px; /* РЅР°РїСЂРёРјРµСЂ, СЃРґРµР»Р°РµРј РїРѕР±РѕР»СЊС€Рµ СЃРІРµСЂС…Сѓ-СЃРЅРёР·Сѓ Рё С‡СѓС‚СЊ РјРµРЅСЊС€Рµ РїРѕ Р±РѕРєР°Рј */
  }
    .htn-footer-icons {
    justify-content: center;
  }
  
}

</pre></body></html>