/*чекбокс в форме
#custom_checkbox[type="checkbox"] {
  margin:0;
  margin-right:8px;
  accent-color: #Fefefe;
  width: 24px !important;
  height: 24px !important;
  border-radius: 2px;
}  */

/*чекбокс в форме
.t704__form-bottom-text {
    display: grid;
    align-items: center;
    gap:8px;
    grid-template-columns: 25px 1fr;
    flex-direction: row;
} */
   

/*ховер на ссылки в хедере*/
.tn-molecule {
    color: #435FA2;
    transition: color 0.3 ease;
  }
  
.tn-molecule>a>div:hover {
    color: #435FA2 !important;
    transition: color 0.3 ease;
  }
  
  .tn-atom>a:hover {
    color: #435FA2 !important;
    transition: color 0.3 ease;
  }



/* Отступы между пунтками в блоке Этапы работы */
@media screen and (max-width: 960px) {
    .t-container {
    row-gap: 0px !important;
    }
}


/* Отступ после заголовка в блоке Услуги  */
@media screen and (max-width: 768px) {
    #rec1733198901 .t-section__title {
        padding-bottom: 40px !important;
    }
    
}

@media screen and (max-width: 960px) {
    .t997__col {
        margin-bottom: 20px !important;
    }
    
    





