/*!
Theme Name: MRS
Author: Madcraft
Author URI: https://madcraft.co/
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 8.2
Text Domain: mrs-theme
*/




.always__items-title,
.always__items-description {
  color: #ffffff !important;
  background-color: #0b65c2 !important; 
  opacity: 1 !important;
}


.wpcf7 form label {
  color: #ffffff !important;
  background: transparent !important; 
  opacity: 1 !important;
}


.wpcf7 form select,
.wpcf7 form input,
.wpcf7 form textarea {
  color: #0b0b0b !important;
}

.wpcf7 form select{
  background-color: #ffffff !important;
  color: #0b0b0b !important;
  opacity: 1 !important;
}

.trust__slide-info,
.trust__slide-person {
  opacity: 1 !important; 
}

.trust__slide-name {
  color: #0b0b0b !important;
  opacity: 1 !important;
}

.footer__copyright-text,
.footer__copyright-policy {
  color: #ffffff !important;  
  opacity: 1 !important;      
}


.footer__copyright-policy:hover,
.footer__copyright-policy:focus-visible {
  text-decoration: underline;
}

.fade,
*[class*="fade"]{
  opacity: 1 !important;
  transform: none !important;
}


.always__title,
.always__description,
.financial__title,
.financial__description,
.financial__btn,
.trust__title,
.contacts__title{
  opacity: 1 !important;
  transform: none !important;
}

#menu-item-103 > a.btn{
  background-color: #0a6bc5 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}


#menu-item-103 > a.btn:hover,
#menu-item-103 > a.btn:focus-visible{
  background-color: #084f91 !important;
  color: #ffffff !important;
  outline: 2px solid #0a6bc5 !important;
  outline-offset: 2px;
}