/*!

Theme Name: aquitec

Theme URI: https://saytum.ru/

Author: Saytum

Author URI: https://saytum.ru/

Description: Description

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: aquitec.ru

*/



strong, b {

    font-weight: bold;

}



/*.info__text ul {

    list-style: inherit;

    padding-left: 20px;

}*/

.info_text_main {
    max-height: 750px;
    overflow: hidden;
}

.show_info_text {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
    background: #eee;
    height: 63px;
    font-size: 18px;
    line-height: 63px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .onlypc {
        display: none !important;
    }

    table {
        width: 700px !important;
    }
    tr:nth-child(odd) {
        background: #fbfbfb;
    }
}

.breadcrumb__item {
    display: contents;
}

@media (min-width: 769px) {
    .nomobilemenu {
        display: inherit !important;
    }

    .onlymobile {
        display: none !important;
    }

}