
@media (min-width: 1200px)
{
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 993px) {

}
@media (max-width: 767px) {
    .logo {
        display: none;
    }
    .logomenu {
        height: 50px;
        display: inline-block;
        padding: 4px;
        width: 50px;
    }
    .logomenu > img {
        width: 100%;
    }
    .timeline>.row>div>.item:after
    {
        display: none;
    }
    .nav>li:hover .block-sub
    {
        display: none;
    }
    .block-sub
    {
        position: static;
        padding-left: 20px;
        background-color: #424345;
        box-shadow: none;
        min-width: unset;
    }
    .block-sub>li
    {
        border-bottom: none;
    }
    .block-sub>li>a
    {
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .sub-menu>a:after
    {
        right: 20px;
        background-color: white;
        padding: 5px;
        color: black;
        opacity: 1;
        border-radius: 4px;
        transform: scale(1) rotate(90deg);
        top: 5px;
    }
    .navbar-inverse .navbar-nav li a
    {
        border-bottom: 1px solid rgba(181, 181, 181, 0.11);
    }
    .sub-menu.active>.block-sub
    {
        display: block !important;
    }
    .navbar.active
    {
        background-color: #424345;
    }
    .table-price
    {
        display: block;
    }
    .table-price .item.attr
    {
        display: none;
    }
    .listContent
    {
        display: none;
    }
    .listTable
    {
        display: none;
    }
    .table-price .item
    {
        margin-top: 20px;
    }
    .table-price .item .main .price {
        font-size: 20px;
    }
    .showListTable
    {
        display: block;
    }
    .listTable>table>tbody>tr>td
    {
        vertical-align: middle;
        position: relative;
        padding-right: 15px;
    }
    .icontooltip
    {
        position: absolute;
        font-size: 16px;
        color: grey;
        right: 5px;
        width: 100%;
        text-align: right;
        top: calc((100% - 18px)/ 2);
    }
    .slider-style1>.content
    {
        position: static;
        padding-top: 100px;
    }
    .slider-style1>.img
    {
        display: block;
        position: static;
        height: 250px;
        text-align: center;
    }
    .slider-style2 .text p,
    .slider-style2 .text span,
    .slider-style2 .text div,
    .slider-style1 .text p,
    .slider-style1 .text span,
    .slider-style1 .text div
    {
        font-size: 20px !important;
    }
    .timeline .item,
    .timeline>.row>div:nth-child(2n)>.item
    {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .timeline>.row>div:nth-child(2n+1)>.item:before,
    .timeline>.row>div:not(:last-child):nth-child(2n)>.item:before
    {
        right: calc( 50% - 15px);
        bottom: -35px;
        top: unset;
        width: 30px;
        height: 30px;
        background: #ccced2;
        border-radius: 50%;
        position: absolute;
        margin-top: -11px;
        content: "";
        border: 4px #fff solid;
        background: #145c92;
    }
    .row-service {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #header .logo {
        text-align: center;
    }
}