

/* Start:/local/templates/avaclinic/css/search.css?17116426687587*/
/*region Search — General*/
.search_block {
    max-width: 800px;
}

/*endregion*/



/*region Search — Form block*/
.search_control .search_controlInput {
    border: 1px solid #cfd3da;
    border-radius: 100px;
    padding: 0 128px 0 54px;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.search_control .search_controlInput:focus {
    /*ios fix*/
    display: flex;
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
}

.search_control .search_controlIcon {
    position: absolute;
    top: 0;
    left: 16px;
    height: 56px;
    width: 24px;
    fill: #7d8694;
}

.search_control.onFocus .search_controlIcon {
    fill: #79ce4b;
}

.search_control.onError .search_controlIcon {
    fill: #D81615;
}

.search_control .search_controlButtons {
    position: absolute;
    right: 26px;
    height: 56px;
    display: flex;
    align-items: center;
}

.search_control svg.search_controlClean {
    padding: 0 8px;
    display: none;
    position: unset;
}

.search_control .search_controlSubmit {
    background: unset;
    border: unset;
    color: #5EB92D;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 0 8px;
}

/*endregion*/

/*region Search — Language guess*/
.search_info .search_infoPrimary,
.search_info .search_infoSecondary {
    margin-bottom: 0;
}

.search_info .search_infoPrimary {
    line-height: 26px;
    font-size: 16px;
}

.search_info .search_infoSecondary {
    line-height: 24px;
    font-size: 14px;
}
/*endregion*/

.searchSection {
    margin-bottom: 40px;
}

.searchSection_item {
    display: flex;
    flex-flow: column;
}

.searchSection_title {
    font-size: 20px;
}

.searchSection_itemTitle {
    margin-bottom: 8px;
}

.searchSection_items {
    transition: height 0.3s ease-in;
    display: grid;
    gap: 25px;
    margin: 24px 0;
}

.searchSection_card .tripleGrid {
    grid-template-columns: 31.4% 31.4% 31.4%;
}

.searchSection_card .quadrupleGrid {
    grid-template-columns: 23% 23% 23% 23%;
}

.searchSection_item:last-child {
    border: unset;
    border-bottom: unset;
}

.searchSection_item.js_hiddenSection {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.searchSection_itemTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #5EB92D;
}

.searchSection_itemContent {
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.searchSection_itemTitle,
.searchSection_itemContent {
    justify-content: center;
}

.btn {
    text-transform: unset;
    letter-spacing: unset;
    font-size: 16px;
    line-height: 24px;
}

.search_result {
    font-weight: 600;
    font-size: 18px;
}

.searchSection_showMore a {
    display: flex;
    font-size: 16px;
    font-weight: 500;
}

.searchSection_showMore a svg {
    margin-left: 5px;
    width: 27px;
    height: 27px;
    fill: #5EB92D;
}

.search_controlPanel {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 24px 0 48px;
}

.search_panelItem {
    padding: 8px 20px;
    background: #F0F9FF;
    border-radius: 8px;
    color: #1D2F3C;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
}

.search_panelItem span {
    line-height: 30px;
}

.search_panelItem .count {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    background: #79CE4B;
    border-radius: 50%;
    color: white;
    width: 15px;
    height: 15px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_panelItem:hover {
    color: initial;
    text-decoration: none;
}

.search_controlPanel .active {
    color: #1D2F3C;
    font-weight: 500;
    background: #FFFFFF;
    border: 1px solid #79CE4B;
}

.mobilePanel {
    z-index: 2;
    display: flex;
    width: calc(100% - 40px);
    position: fixed;
    margin: 0;
    padding: 16px 20px;
    flex-wrap: nowrap;
    box-shadow: 0px 4px 15px rgba(120, 160, 190, 0.15);

    animation-duration: 0.4s;
    animation-name: animate-fade;
    animation-delay: 0.3s;
    animation-fill-mode: backwards;
}

@keyframes animate-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*region News — General*/
.mainNews_item {
    display: flex;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.mainNews_item:hover {
    text-decoration: none;
}

.mainNews_item:hover .mainNews_name {
    color: #5EB92D;
    transition: color 0.3s;
}

.mainNews_item:not(.specialCard):hover .mainNews_image {
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    transition: box-shadow 0.3s;
}

.mainNews_image {
    display: block;
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    transition: box-shadow 0.3s;
    flex-shrink: 0;
}

.mainNews_activeRange {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin-bottom: 8px;
}

.mainNews_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    transition: color 0.3s;
    color: #1D2F3C;
    margin: 0;
    word-break: break-word;
}

.mainNews_text {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 24px;
}

/*endregion*/

/*region Widget — General*/
.widget_wrapper {
    position: relative;
    max-width: 800px;
    margin-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 10px;
}

.widget_main {
    padding: 24px 75px 16px 24px;
}

.widget_main h4 {
    margin: 0 0 12px 0;
}

.widget_main p {
    font-size: 13px;
    margin: 0;
}

.widget_actions {
    display: flex;
}

.widget_actions div,
.widget_actions a
{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    font-weight: 500;
    font-size: 16px;
}

.widget_actionOrder {
    background: #FFA742;
    color: #FFFFFF;
    border-radius: 0 0 0 10px!important;
}

.widget_actionCall {
    background: #ECFBDA;
    color: #5EB92D;
    border-radius: 0 0 10px 0!important;
}

.widget_icon {
    position: absolute;
    top: 33px;
    right: 34px;
}

/*endregion*/

@media (max-width: 1279px) {
    .searchSection_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .searchSection_item {
        flex-flow: column;
    }

    .searchSection .btn,
    .searchSection_action {
        width: 100%;
    }

    .search_panelContainer {
        height: 64px;
    }

    .search_controlPanel {
        overflow-x: scroll;
        display: flex;
        left: 0;
        top: 62px;
        background: #fff;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .search_controlPanel::-webkit-scrollbar {
        background: transparent;
        display: none;
        height: 0;
        width: 0;
    }

    .search_panelItem {
        font-size: 13px;
    }

    .mainNews_image {
        height: auto;
    }

    .widget_main h4 {
        font-size: 18px;
    }

    .widget_actions div,
    .widget_actions a
    {
        font-size: 13px;
        font-weight: 500;
    }

    .widget_icon {
        top: 16px;
        right: 16px;
    }
}

/* End */
/* /local/templates/avaclinic/css/search.css?17116426687587 */
