.feed {
    display: block;
    padding: 60px 0;
    margin: 30px 0;
    border-radius: 9px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(/uploads/ban-bg-1.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/uploads/ban-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 12px 1px #00000026;
    box-shadow: 0px 0px 12px 1px #00000026;
}

.feed .feed-hd {
    display: block;
    clear: both;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0.8em;
}

.feed .feed-form {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.feed .feed-form input[type=text] {
    border: none;
    border-radius: 0;
    padding: 1.5em 1em;
    margin-bottom: 1.2em;
}

.feed .feed-form .checkbox {
    margin-bottom: 1.2em;
}

.feed .feed-form .checkbox a {
    color: #fff;
    text-decoration: underline;
}

.tip-catalog {
    padding: 30px 0 0;
}

.tip-catalog .tip-cat-item {
    margin: 0 0 30px;
}

.tip-catalog .tip-cat-item .thumb {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
}

.tip-catalog .tip-cat-item .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tip-catalog .tip-cat-item .hd {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ca412b;
    margin-bottom: 1em;
}

.tip-catalog .tip-cat-item .info {
    font-size: 0.75rem;
    margin-bottom: 1em;
}

.tip-catalog .tip-cat-item .pricee {
    text-align: right;
    margin-bottom: 1em;
}

.tip-catalog .tip-cat-item table {
    width: 100%;
}

.tip-catalog .tip-cat-item table tr:nth-child(odd) {
    background: #fbfbfb;
}

.tip-catalog .tip-cat-item table tr td {
    vertical-align: top;
    padding: 0.5em;
}

.tip-catalog .tip-cat-item table tr td:first-child {
    width: 50%;
    text-align: left;
}

.tip-catalog .tip-cat-item table tr td:last-child {
    width: 50%;
    text-align: right;
}

.btn-cat {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff!important;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    padding: 0.8em 1.6em;
    border: none;
    background: #ca412b;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-cat:hover {
    color: #fff;
    background: #b30000;
    text-decoration: none;
}

main h2 {
    margin: 1em 0 0.5em;
}

main .navbar {
    padding: 10px 15px!important;
}

main .navbar .nav-link {
    padding: 5px 0!important;
}

.map-footer {
    margin: 90px 0 0;
    padding: 0;
    border-top: 1px solid #464655
}

.tip-tabs {
    padding: 15px 0;
}

.tip-tabs .nav-pills {
    margin-bottom: 1em;
}

.tip-tabs .nav-pills .nav-item .nav-link {
    color: #ca412b;
    background: transparent;
    font-size: 0.9rem;
    border-radius: 0;
}

.tip-tabs .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #ca412b;
}

.tbl-str,
.tip-tabs .tab-content table {
    width: 100%;
    font-size: 0.9rem;
}

.tbl-str tr:first-child,
.tip-tabs .tab-content table tr:first-child {
    font-weight: bold;
    background: #fbfbfb;
    border-bottom: 1px solid #464655;
}

.tbl-str tr:nth-child(odd),
.tip-tabs .tab-content table tr:nth-child(odd) {
    background: #fbfbfb;
}
.tbl-str tr td,
.tip-tabs .tab-content table tr td {
    padding: 10px 15px;
}

.tbl-str {
    margin: 30px 0;
}

.about .about-seo {
    font-size: 1.2rem;
    margin: 2em 0;
}

.sec-seo {
    font-size: 1.2rem;
}

.tip-price .tip-price-item.first-item:first-child {
    font-weight: bold!important;
    background: #fbfbfb;
    border-bottom: 1px solid #464655;
}

