h1 {
    color: #0093c3;
    margin: 1.5em 15px 1.5em !important;
    font-size: 26px;
    font-weight: 600;
}
.site-main {
    padding: 0 0 40px;
}
.teplohod-main-photo a {
    display: flex;
    width: 100%;
}
.p-teplohod-inform {
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0;
}
.teplohod-info-descriptionbig {
    margin: 40px 0;
}
.month_table_item th{
    background-color: #46a6c5;
}
.month_table_item {
    display: none;
}
h3.month-date-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    padding: 12px 24px;
    color: #0093c3;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    margin: 2em 0 1em;
    text-transform: uppercase;
    line-height: inherit;
    border-radius: inherit;
    cursor: pointer;
    transition: all .5s ease;
}
.month_table_item.active{
       display: flex;
}
h3.month-date-navigation .caret {
        transition: 0.5s;
    border-width: 5px 5px 0;
    border-bottom-width: 0;
    transition: 0.5s;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
h3.month-date-navigation.active .caret {
    transform: rotate(180deg);
}
.soc img {
    width: 49px;
}
.soc {
    display: flex;
}
.ship_gals_title {
    color: #0093c3;
    margin: 1.5em 0 1em;
    font-size: 26px;
    font-weight: 600;
}
.ship_gals_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ship_gals_item {
    width: calc(33.33% - 14px);
}
.ship_gals_item img {
    max-width: 400px;
    max-height: 240px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 770px) {
    .container, .container-sm {
        max-width: 100%;
    }
    .ship_gals_item {
    width: calc(50% - 14px);
}
.month_table_item.active {
    overflow-x: auto;
}
}

@media (max-width: 500px) {
    .ship_gals_item {
    width: 100%;
}
.ship_gals_item img {
    max-width: 100%;
}
}