﻿.tm_bot {
    margin-top: 20px;
}

.tm_showall {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
    border-radius: 30px;
    margin: 10px 15px;
    border: none;
    background-color: #00bff3;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.owl-dots {
    text-align: center;
}

button.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    margin-left: 4px;
    margin-right: 4px;
    background-image: url(../../images/sprite.png);
    background-position: -373px -238px;
    background-repeat: no-repeat;
}

    button.owl-dot.active {
        background-image: url(../../images/sprite.png);
        background-position: -347px -238px;
        background-repeat: no-repeat;
    }

.tm_nav {
    text-align: center;
    margin-top: 20px;
}

.tm_nav0 {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.tm_nav1 {
    display: inline-block;
}

.tm_main {
    text-align: center;
}

.tm_block {
    background-color: white;
}

.tm_h2 {
    display: inline;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 20px;
}

.tm_table {
    border-collapse: collapse;
    width: 100%;
}

    .tm_table td {
        width: 300px;
        vertical-align: top;
    }

.tm_table_td1 {
    width: 10px !important;
}
