body div {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.mod-languages ul {
 text-align: right; 
}
.breadcrumb {
  font-size: 12px;
  margin: 0;
}
@media (max-width: 768px){
    .ba-hamburger-menu .open-menu i:after {
     content: "Menu";
     float: left;
     font-family: Tahoma;
     font-size: 17px;
     margin-top: 1px;
     margin-right: 10px;
    }
}
a.ba-btn-transition.active {
     background: var(--secondary) !important;
     color: #fff !important;
}
/*градиент кнопки*/
.ss-button a{
background:  linear-gradient(45deg, #F87FA0 10%, #FF4477) !important;
transition: all 0.7s ease;
}
.ss-button a:hover{
  background: linear-gradient(45deg,  #DA5A7D 20%, #D1184B) !important;
}
/* end градиент кнопки*/
/*кастом аккордеон*/
.accordion-toggle.collapsed .ba-icon-chevron-right:before {
    content: "+";
}

.accordion-toggle.active .ba-icon-chevron-right:before {
    content: "–";
}

.accordion-toggle.active > span + i:before {
    transform: none;
}

.accordion-toggle.active > span {
	color: var(--secondary);
}
/*end кастом аккордеон*/
