.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.flex_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.isearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.isearch form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.375rem
}

body .isearch input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 34.375rem;
    height: 3rem;
    background: #fff;
    border: .0625rem solid #d7d9dc;
    border-radius: .375rem;
    padding: .9375rem 1rem .875rem 1rem;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    color: #3a3f43;
    margin-right: .3125rem
}

.isearch button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 1.125rem;
    gap: .625rem;
    width: 3.75rem;
    height: 3rem;
    background: #2398ed;
    border-width: 0;
    border-radius: .375rem
}

.isearch__result {
    text-align: center;
    max-width: 38.4375rem
}

.isearch__result-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #3a3f43
}

.isearch__result-text {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #8f8f8f
}

@media(max-width: 639px) {
    .isearch input {
        max-width:-webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }
}

.icategory {
    font-family: "Roboto",Sans-serif;
    font-size: 2.1875rem;
    font-weight: 600;
    color: #0e7ccc;
    cursor: pointer
}

.icategory__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: .9375rem;
    border: .0625rem solid rgba(0,0,0,.02);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icategory__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.icategory__icon svg {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    fill: #0e7ccc;
    margin-right: 10px;
}

.icategory__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.4
}

.icategory .icategory__icon-next svg {
    fill: #444
}

.icategory__header.active .icategory__icon-closed {
    display: none
}

.icategory__header:not(.active) .icategory__icon-opened {
    display: none
}

.icategory .icategory__content {
    padding: .625rem
}

.icategory__content .icategory__title {
    font-family: "Inter",Sans-serif;
    font-size: 1.5rem;
    font-weight: 600
}

.icategory__content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: auto
}

.icategory__content-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icategory__content-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

.icategory__content-divider span {
    width: 100%;
    border-top: 1px solid #000
}

.icategory__content-icon {
    padding: .625rem
}

.icategory__content-icon img {
    width: 2.4375rem;
    height: 2.4375rem
}

.icategory__content-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: .625rem;
    color: #3a3f43;
    font-family: "Inter",Sans-serif;
    font-size: 1rem;
    font-weight: 400
}

.icategory__content-button {
    width: 14.664%;
    border-style: solid;
    border-width: .0625rem .0625rem .0625rem .0625rem;
    border-radius: 0 0 0 0;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: .9375rem
}

.icategory__content-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #56ade2;
    border-color: #56ade2;
    padding: .75rem 1.5rem
}

.icategory__content-button a:hover {
    color: #56ade2 !important;
    background-color: #fff !important;
    border-color: #56ade2 !important
}

.icategory__header:not(.active)+.icategory__content {
    display: none
}