.custom_text{
  font-family: 'Geometria',Arial,sans-serif;
  line-height: 1.3;
}

.custom_text h2{
  font-size: 24px;
  margin: 30px 0 15px;
}

.custom_text h2:first-child{
    margin-top: 0;
}

.custom_text p{
  margin: 15px 0;
}

.custom_text ol,
.custom_text ul{
  margin: 15px 0;
}

.custom_text li{
  margin: 7px 0;
}

.req_title{
    margin-top: 50px;
}

.premap_title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Geometria',Arial,sans-serif;
}

.map_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px
}

.map_grid .title{
    font-family: 'Geometria',Arial,sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.t678 .t-section__topwrapper {
    margin-bottom: 30px;
}

.category_tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    font-family: arial;
}
.category_tags a{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #DDDDDD;
	color: black !important;
}
.category_tags a:hover{
	border-color: #666;
}

.category_tags a[href='/septiki/evrobion/']{
	order: 1;
}
.category_tags a[href='/septiki/bez-otkachki/']{
	order: 2;
}
.category_tags a[href='/septiki/tver/']{
	order: 3;
}
.category_tags a[href='/septiki/plastikovie/']{
	order: 4;
}
.category_tags a[href='/septiki/dlja-visokih-gruntovih-vod/']{
	order: 5;
}
.category_tags a[href='/septiki/jenergonezavisimie/']{
	order: 6;
}
.category_tags a[href='/septiki/dlja-tualeta/']{
	order: 7;
}
.category_tags a[href='/septiki/na-3-cheloveka/']{
	order: 8;
}
.category_tags a[href='/septiki/glubokoj-ochistki/']{
	order: 9;
}
.category_tags a[href='/septiki/dlja-bani/']{
	order: 10;
}
.category_tags a[href='/septiki/s-kompressorom/']{
	order: 11;
}
.category_tags a[href='/septiki/promishlennie/']{
	order: 12;
}
.category_tags a[href='/septiki/dlja-postojannogo-prozhivanija/']{
	order: 13;
}
.category_tags a[href='/septiki/dlja-gostinici/']{
	order: 14;
}
.category_tags a[href='/septiki/dlja-nepostojannogo-prozhivanija/']{
	order: 15;
}
.category_tags a[href='/septiki/na-4-cheloveka/']{
	order: 16;
}
.category_tags a[href='/septiki/na-5-chelovek/']{
	order: 17;
}
.category_tags a[href='/septiki/na-8-chelovek/']{
	order: 18;
}
.category_tags a[href='/septiki/s-otkachkoj/']{
	order: 19;
}

.t862__quiz-description-text,
.t835__quiz-description-text,
.t862__quiz .t-form .t-input-title,
.t835__quiz .t-form .t-input-title{
    font-family: arial !important;
}

@media (max-width: 990px) {
    .premap_title {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .map_grid{
      grid-template-columns: 1fr;
      gap: 30px
    }
    .map_grid .title{
      font-size: 16px;
    }
}

@media (max-width: 980px) {
	.category_tags {
		gap: 5px;
	}		
	.category_tags a{
		font-size: 14px;
	}
	.t978__menu{
	    max-width: 200px;
	    margin: auto;
	}
}

@media (max-width: 640px) {
  .custom_text h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 20px 0 10px;
  }
  .custom_text p {
    margin: 12px 0;
    line-height: 1.3;
  }
}