html, body {
    font-family: 'Montserrat', sans-serif;
    background: none;
}
.header {
    margin-top: 0;
}
.header .navbar-toggler-icon {
    background-image: url(../img/burger-black.svg);
}
.header .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

    color: #161616;
}
.cabinet-header-menu button {
    color: #161616!important;
}
.page-head p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #393939;
    margin: 0 0 16px 0;
}
.page-head h1 {
    color: #161616;
    text-align: center;
    text-shadow: 0 4px 150px 0 rgba(0, 0, 0, 0.20);
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 77px;
    margin: 0 0 16px 0;
}
.content-section {
    margin-bottom: 106px;
}
.filter-box {
    padding: 32px;
    border-radius: 16px;
    border: 3px solid #F0F0F0;
    background: #FEFEFE;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 17, 0.04);
}
.search-area{
    position: relative;
    background: #F0F0F0;
    border-radius: 16px;
    padding: 20px 20px 20px 56px;
    width: 100%;
}
.search-area input{
    width: 100%;
    border: none;
    background: none;
    color: #161616;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.search-area input:focus{
    border: none;
    outline: none;
}
.search-area input::placeholder{
    color: #A2AAAD;
}
.search-area img{
    position: absolute;
    top: 20px;
    left: 16px;
}
.filter-group {
    border-radius: 16px;
    border: 3px solid #F0F0F0;
    background: #F0F0F0;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 17, 0.04);
    padding: 16px 32px 32px 32px;
}
.filter-group h2 {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 33px 0;
    padding: 0;
}
.filter-group a {
    text-decoration: none;
}
.filter-group .label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    cursor: pointer;
}
.items-list .item {
    border-radius: 16px;
    border: 3px solid #F0F0F0;
    background: #FEFEFE;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 17, 0.04);
    padding: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.items-list .item img {
    width: 45px;
    height: 45px;
    margin-right: 24px;
}
.items-list .item h2 {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 8px 0;
}
.items-list .item a,
.items-list .item p {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.filter-head a,
.items-list .item a {
    color: #03C3D7;
    text-decoration: none;
}
.filter-head a:hover,
.items-list .item a:hover {
    color: #E87722;
}

.filter-head h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #161616;
}
.filter-head a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}
.filter-box a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #03C3D7;
}
.filter-box .accordion-item a {
    font-weight: 500;
    color: #161616
}
.filter-box .accordion-item {
    background: #F0F0F0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 14px;
}

.filter-box .accordion-button {
    background: none;
    padding: 0;
    outline:none;
    border:none;
    color: #161616;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    box-shadow: none!important;
}
.filter-box .accordion-button::after{
    background-image: url("../img/arrow-down.svg");
    width: 24px;
    height: 24px;
    background-size: auto;
}
.filter-box .accordion-button:hover::after{
    background-image: url("../img/arrow-down-blue.svg") !important;
}

.filter-box .accordion-body{
    padding: 32px 0 0 0;
}
.footer {
    padding: 32px 16px;
    background: #000000;
    position: relative;
}