.tn-atom a:hover {
   /* цвет ссылки после наведения */
color: #FC51C2 !important; 
   text-decoration: none !important;
   padding-bottom: 2px !important; 
   transition-duration: 0.3s;
}

.t-calc__prefix-text { /* стили калькулятора (заработок в неделю)*/
    color: #F0F0F0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

.t-calc {
    color: #EA3AAE;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

.t-calc__postfix-text {
     color: #EA3AAE;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

.gradient-border-shape { /*градиент обводки блока с зайчиком и такси*/
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 20px;
/* background: white; /* или прозрачный, если нужно */
  z-index: 1;
}

.gradient-border-shape::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(180deg, #FC51C2, #5D1946);
  z-index: -1;
  border-radius: inherit;
}


#rec1193299081 .t668 .t-container { /* настройки блока вопрос-ответ*/
    margin-right: 0px;
    width: 50%;
}
    
#rec1193180716 .t-icon_svg {  /*икнока календаря в форме */
  fill: #7B7B7B !important;
}

#rec1193180716 .t-datepicker__icon {  /*икнока календаря в форме */
  fill: #7B7B7B !important;
  width: 16px !important; 
}     
    
