.weak {
        background: #fff;
    border-radius: 10px;
    padding: 10px;
    max-width: 200px;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

body.active  {
    font-size: 22px;
    font-weight: 900;
}

.site-blocks-cover{
    position: relative;
    z-index: 1;
}
.site-blocks-cover .container-fluid {
    position: relative;
    z-index: 3;
}
.site-blocks-cover::after {
    content: "";
    background-color: #000000ad;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
}
.site-block-1 {
    z-index: 5;
}
.welcome-block {
    background: #ECE8D9;
    padding: 15px 50px 15px 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.welcome-block--title {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 500;
}
.welcome-block--desc {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 34px;
}
.welcome-block-link {
    width: 190px;
    height: 40px;
    background: #F23A2E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.welcome-block-link a {
    width: 100%;
    color: #fff;
}
.stock-item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background: #ECE8D9;
    padding: 0;
    color: #000;
}
.stock-item img {
    width: 100%;
    height: 228px;
    object-fit: cover;
}
.stock-item--title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
}
.stock-item--desc {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.accordeon-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.accordeon-item .accordeon-item--body {
    max-height: 0;
}
.accordeon-item.open .accordeon-item--body {
    max-height: 100%;
    transition: max-height .8s;
}
.accordeon-item--head {
    background: #ECE8D9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.accordeon-item--body {
    background: #ececec;
    max-height: 0;
    transition: max-height .8s;
}
.accordeon-item--price {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.accordeon-item--price:nth-child(even) {
    background: #fff;
}
.doctor-item img {
    border-radius: 70px;
}
.main-menu ul {
    list-style: none;

}
.main-menu a {
    color: #fff;
    font-size: 24px;
}