﻿body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}


.myToolTip {
    width: 100%;
    min-width: 200px;
    max-width: 350px;
    padding: 10px !important;
    font-size: 14px;
}

    .myToolTip h2 {
        font-size: 24px;
        padding-bottom: 8px;
        text-align: left;
        border-bottom: solid gray 1px;
    }

.toolInfo {
    display: inline;
    position: relative;
    top: -2px;
}
/*úprava 0425*/
.bltit, .rdtit {
    margin-bottom: 0 !important;
}

.rdtit {
    margin-top: 20px;
}

.infoText .myToolTip {
    width: 100%;
    max-width: unset;
}

    .infoText .myToolTip p, .useIcon {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        width: 90%;
        margin: 0 auto 20px;
        font-weight: 600;
        color: #2c2c2c;
    }

    .infoText .myToolTip h2 {
        display: none !important;
    }

.pricesTextTab {
    width: 100%;
}

.mainTitleMb {
    background-color: #f1b100;
    height:65px !important;
}


@media screen and (max-width: 800px) {
    .onlyDesk {
        display: none !important;
    }
}

