/* rs-breadcrumbs */
.rs-breadcrumbs{
    margin-top: 35px;
}
.breadcrumb {
    border: 1px solid #DDDDDD;
    background: none;
}
.breadcrumb a {
    font-size: 13px;
    color: #454545;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: #4ec67f;
    text-decoration: none;
}

.success {
    color: green!important;
    font-weight: bold;
	margin-top: 10px;
}
.bg-success{
	padding: 15px;
	border-radius: 4px;
}
.rs-17 .rs-accordion .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rs-17 .rs-accordion .panel-title a:after {
    content: '';
    display: block;
    width: 20px;    align-items: center;
    height: 20px;
    background: url(../img/arrow-down.svg) no-repeat center;
    background-size: contain;
    transition: all 0.5s;
    position: absolute;
    top: 1px;
    z-index: 0;
    right: 2px;
}
#contactsForm label {
    color: #FCD462;
}
.rs-17 .rs-accordion .panel-title.active a:after {
    transform: rotate(180deg);
}
.panel-group .panel+.panel {
    margin-top: 12px;
}
@media (max-width: 767.98px) {
    .rs-17 .rs-accordion .panel-title a:after {
        right: -7px;
    }
    .rs-17 .rs-accordion .panel-heading a {
        padding-right: 20px;
    }
    .rs-slider__arrows {
        display: none;
    }

    section.rs-slider {
        pointer-events: none;
    }
}