

/* Start:/local/components/lbb/search.tariffs/templates/.default/style.css?17253508095271*/
.simple-table tbody tr.search-tariffs-table__row {
    --tw-border-opacity: 1;
    border-top: 1px solid rgb(225 231 244 / var(--tw-border-opacity));
    border-bottom: none;
}

.search-tariffs-table.simple-table tr td,
.search-tariffs-table.simple-table tr td:first-child,
.search-tariffs-table.simple-table tr td:last-child {
    padding: 1rem .5rem;
}

form.search-select-form {
    flex-direction: column;
}

.simple-table.search-tariffs-table .search-tariffs-table__row {
    background: #fff;
}

@media (max-width: 767px) {
    .search-tariffs-table__row td {
        padding: 12px;
    }
}

.simple-table.search-tariffs-table .search-tariffs-table__row--section {
    --tw-bg-opacity: 1;
    background-color: rgb(244 246 251 / var(--tw-bg-opacity));
}

.search-tariffs-table__row--section.__level-1 td {
    font-weight: 600 !important;
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .search-tariffs-table__row--section.__level-1 td {
        font-size: 16px !important;
    }
}

.search-tariffs-table__row--section.__level-2 td {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .search-tariffs-table__row--section.__level-2 td {
        font-size:14px !important;
    }
}

.search-tariffs-table__row--section.__level-3 td {
    font-weight: 500;
}

.search-tariffs-table__row--element td:nth-child(2) {
    width: 50%;
    min-width: 15rem;
}

.search-tariffs-table__row--element td:nth-child(4) {
    min-width: 15rem;
}

.search-tariffs-table__row--element .search-tariffs-table__price span {
    display: block;
}

.search-tariffs-table__row--element .search-tariffs-table__price small {
    color: #90a4ae;
}

.search-tariffs-table .search-tariffs-table__row.__selected {
    border: 1px solid rgb( 30, 170, 162 ) !important;
    --tw-bg-opacity: 1;
    background-color: rgb(238 249 249 / var(--tw-bg-opacity));
}

.search-select-form-wrapper.__fixed + .search-tariffs-table {
    margin-top: 15rem;
}

.search-select-field__input {
    padding-right: 2rem;
    padding-left: 1.5rem;
    font-size: 1.25rem !important;
}

.search-select-field__clear {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    padding: 5px;
    cursor: pointer;
}

.search-select-field__delimiter {
    border-top: 1px solid #e5e7eb;
    width: calc(97%);
    top: 100%;
    left: 50%;
    position: absolute;
    display: block;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

@media (max-width: 479px) {
    .search-select-field__delimiter {
        width:calc(98.5%);
    }
}

.search-select-field__suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 6px 6px rgba(34,45,65,.3);
    border-radius: 0.5rem;
    max-height: 50vh;
    overflow-y: auto;
    z-index: 10;
    font-size: 14px;
}

.search-select-field__suggestions::-webkit-scrollbar {
    width: .25rem
}

.search-select-field__suggestions::-webkit-scrollbar-track {
    --tw-bg-opacity: 1;
    background-color: rgb(244 246 251 / var(--tw-bg-opacity))
}

.search-select-field__suggestions::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(162 173 195 / var(--tw-bg-opacity))
}

@media (max-width: 479px) {
    .search-select-field__suggestions {
        padding: .5rem;
    }
}

.search-select-field__suggestion {
    padding: .5rem 2.5rem;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-select-field__suggestion:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 2.5rem;
    background: url(/img/icons/search-grey.svg) center center no-repeat;
}

@media (max-width: 479px) {
    .search-select-field__suggestion {
        padding:.5rem;
    }

    .search-select-field__suggestion:before {
        content: none;
    }
}

.search-select-field__suggestion:hover {
    cursor: pointer;
    --tw-bg-opacity: 1;
    background: #F0F0F0;
}

.search-select-field__suggestion:hover:before {
    background-image: url(/img/icons/search-green.svg);
}

.search-select-form-wrapper.__fixed {
    position: fixed;
    width: calc( 100% - 2rem );
    top: 0;
    z-index: 11;
}

.search-select-form-wrapper.__fixed .search-select-form {
    border-radius: 0 0 1rem 1rem;
}

@media (min-width: 640px) {
    .search-select-form-wrapper.__fixed {
        max-width: calc( 640px - 3rem );
    }
}

@media (min-width: 768px) {
    .search-select-form-wrapper.__fixed {
        max-width: calc( 768px - 3rem );
    }
}

@media (min-width: 1024px) {
    .search-select-form-wrapper.__fixed {
        max-width: calc( 1024px - 7rem );
    }

    .search-select-field__suggestions::-webkit-scrollbar {
        width: .5rem
    }
}

@media (min-width: 1366px) {
    .search-select-form-wrapper.__fixed {
        max-width: calc( 1366px - 14rem );
    }
}

@media (min-width: 2300px) {
    .search-select-form-wrapper.__fixed {
        max-width: calc( 1920px - 26rem );
    }
}
/* End */
/* /local/components/lbb/search.tariffs/templates/.default/style.css?17253508095271 */
