@import url("https://fonts.googleapis.com/css?family=Khand:300,400,500,600,700&amp;subset=latin,latin-ext");
.khandFontLogo {
    font-family: Khand, sans-serif;
}

.khandFont {
    font-family: Khand, sans-serif;
}

.khandFontNews {
    font-family: Khand, sans-serif;
    font-size: 18px;
}

.khandFontWriter {
    font-family: Khand, sans-serif;
    font-size: 16px;
}

.khandFontWidget {
    font-family: Khand, sans-serif;
    font-size: 16px;
}

.khandFontTV {
    font-family: Khand, sans-serif;
    font-size: 16px;
}

#menuFont {
    font-family: Khand, sans-serif;
    font-size: 16px;
}

.height500 {
    height: 500px !important;
}

.height400 {
    height: 400px !important;
}

.height300 {
    height: 300px !important;
}

.height250 {
    height: 250px !important;
}

.height170 {
    height: 170px !important;
}

.height220 {
    height: 220px !important;
}

.height230 {
    height: 230px !important;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.tableBasket {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.tableBasket caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.tableBasket tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.tableBasket th,
.tableBasket td {
    width: 100%;
    text-align: left;
}

.tableBasket th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .tableBasket {
        border: 0;
    }

    .tableBasket caption {
        font-size: 1.3em;
    }

    .tableBasket thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tableBasket tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .825em;
    }

    .tableBasket td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .tableBasket td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tableBasket td:last-child {
        border-bottom: 0;
    }
}