/* BUTTON*/
.transparent-btn .tn-molecule {
  border-color: #ffffff !important;
  transition: border-color 0.3s ease !important;
}

.transparent-btn .tn-atom {
  color: #ffffff  !important;
  transition: color 0.3s ease!important;
}

/* hover */
.transparent-btn:hover .tn-molecule {
  border-color: #FFA200 !important;
}


.transparent-btn:hover .tn-atom {
  color: #FFA200 !important;
}

/* ---------------- */

.black-btn .tn-molecule {
  background-color: #000000 !important;
  transition: background-color 0.3s ease !important;
}

.black-btn:hover .tn-molecule {
  background-color: #ffa201 !important;
}

/* ---------------- */

.white-btn .tn-molecule {
  background-color: #ffffff !important;
  transition: background-color 0.3s ease !important;
}

.white-btn:hover .tn-molecule {
  background-color: #ffa201 !important;
}

/* ---------------- */

.blue-btn .tn-molecule {
  background-color: #2793ff !important;
  transition: background-color 0.3s ease !important;
}

.blue-btn:hover .tn-molecule {
  background-color: #ffa201 !important;
}

/* ------HEADER---------- */

.header-nav .tn-atom {  
  transition:  0.3s ease !important;
}

.header-nav:hover .tn-atom {
  color: #ffa201 !important;
}

.header-tel .tn-atom {  
  transition:  0.3s ease !important;
}

.header-tel:hover .tn-atom {
  color: #ffa201 !important;
}

/* ------CARDS---------- */

.uc-projects-card .t923__bgimg.t-bgimg.loaded {
    border-radius: 30px;
}

@media screen and (max-width: 393px) {
  .uc-projects-card .t923__bgimg.t-bgimg.loaded {
    border-radius: 20px;
}
}

/* ------SLIDER---------- */

.uc-steps-slider .t-btn.t-btnflex.t-btnflex_type_button2.t-btnflex_xxl.t-card__btn {
    min-height: 104px;
}

/* ------accordion---------- */

.uc-accordion td.quill-table__cell {
    border: unset;
}

.uc-accordion button.t668__trigger-button {
  border-top: 1px solid white;
}


.uc-feedbacks .t-btn.t-btnflex.t-btnflex_type_button.t-btnflex_xs.t-card__btn {
    margin-top: 30px;
}


