

/* Start:/local/templates/webizi_vuz/components/bitrix/search.page/search/style.css?17410071642670*/
/* .search {
    padding: 64px 0;
}
.search__container {
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 42px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    border: 2px solid #fff;
    background: radial-gradient(469.27% 50% at 50% 50%, #fff 0%, #ececec 100%);
}
.search__container form {
    position: relative;
}
.search__container form input {
    width: 828px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border: none;
    border-radius: 8px;
    background: #ececec;
}
.search__container form button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    z-index: 1;
}
.search__container form button svg path {
    transition: 0.3s stroke ease-in-out;
}
.search__container form button:hover svg path {
    stroke: #993233;
}
.search__container .category {
    display: flex;
    gap: 24px;
}
.search__container .category__text {
    color: #131315;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.search__container .category__tags {
    display: flex;
    margin: auto 0;
    gap: 24px;
}
.search__container .category__tags a {
    color: #993233;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: color 0.3s ease-in-out;
}
.search__container .category__tags a:hover {
    color: #501a1b;
}
 .search__container::before {
    content: '';
    position: absolute;
    left: -46px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/local/templates/webizi_vuz/components/bitrix/search.page/search/../../img/search_bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 526px;
    height: 349px;
}
.search__container::after {
    content: '';
    position: absolute;
    right: -46px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url('/local/templates/webizi_vuz/components/bitrix/search.page/search/../../img/search_bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 526px;
    height: 349px;
} */
.search form .search_line {
    display: flex;
    gap: 12px;
}
.search form .search_line input[type='text'] {
    width: 100%;
    border-radius: 8px;
    padding: 12px 24px;
    border: 1px solid #c4c4c4;
    outline: none;
}
.search form button {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #993233;
    padding: 14px 24px;
    border: none;
    cursor: pointer;
}

/* End */
/* /local/templates/webizi_vuz/components/bitrix/search.page/search/style.css?17410071642670 */
