@media screen and (max-width:767px) {
    .climat_map {
        display: none!important;
    }
    div.page-content {
        width: 100%!important;
        margin-left: 0;
    }
    .tabs-nav ul li,
    .tabs-nav ul li:last-of-type,
    .climat-indicators ul li,
    .climat-indicators ul li:last-of-type {
        width: initial;
        flex: 1 1 auto;
        min-width: 100px;
        border-bottom: 1px solid #e0e0e0;
    }
    .tabs-nav ul li:not(:last-of-type),
    .climat-indicators ul li:not(:last-of-type) {
        border-bottom: 1px solid #e0e0e0;
    }
    .climat-indicators ul li br {
        display: none;
    }
    .tabs-nav>ul,
    .climat-indicators>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .tabs-button {
        width: 100%;
    }
    .region-list ul li {
        padding: 8px 0;
    }
    .page-content .container-catalog {
        min-height: auto;
    }
}


.tabs-nav {
    border: 1px solid #e0e0e0;
    border-bottom: none;
}

.tabs-nav ul {
    font-size: 0;
    margin: 0;
    list-style: none;
}
.services-tabs ul li::before{
    display: none;
}
.tabs-nav ul li {
    display: inline-block;
    width: 183px;
    padding: 15px 0;
    background-color: #e0e0e0;
    border-right: 1px solid #c4c4c4;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #313131;
    cursor: pointer;
}

.tabs-nav ul li.active, .tabs-nav ul li:hover {
    border-bottom: none;
    background-color: #fff;
    color: #2c3e6f;
}

.tabs-nav ul li:last-of-type {
    width: 180px;
    border-right: none;
}

.tabs-content {
    padding: 20px;
    margin-bottom: 45px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.tabs-pane {
    display: none;
    font-size: 14px;
    color: #313131;
}

.tabs-pane.active {
    display: block;
}

.tabs-pane p {
    margin-top: 15px;
}

.tabs-pane p:first-of-type {
    margin-top: 0;
}

.climat-indicators {
    margin-top: 15px;
    border: 1px solid #c4c4c4;
}

.climat-indicators ul {
    font-size: 0;
    margin: 0;
}

.climat-indicators ul li {
    display: inline-block;
    width: 290px;
    padding: 15px;
    padding-left: 25px;
    border-right: 1px solid #e0e0e0;
    background-color: #e9eefc;
    font-family: 'solomon_sans_regular';
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
    color: #2c3e6f;
}

.climat-indicators ul li:last-of-type {
    border-right: none;
}

.tabs-button {
    width: 356px;
    margin-top: 10px;
    background-color: #2c3e6f;
    border: 2px solid #2c3e6f;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.tabs-button a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
}

.services-descr {
    color: #232323;
    font-size: 14px;
}

.services-nav {
    margin-bottom: 50px;
    font-size: 0;
}

.services-nav-item {
    display: inline-block;
    vertical-align: top;
    width: 295px;
    margin-top: 25px;
    margin-right: 14px;
    position: relative;
    -webkit-filter: invert(0) grayscale(1);
    filter: invert(0) grayscale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.services-nav-item:hover {
    -webkit-filter: none;
    filter: none;
}

.services-nav-item img {
    width: 100%;
}

.services-nav-item:nth-of-type(3n) {
    margin-right: 0;
}

.region-list {
    margin-top: 10px;
    padding: 0 10px;
}

.region-list ul li {
    display: inline-block;
    margin-right: 6px;
    border-bottom: 1px dashed #367DE2;
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
}

.region-list ul li:hover {
    border-color: transparent;
}

.region-list ul li a {
    color: #367DE2;
    text-decoration: none;
}
.tabs-pane p{
    color: #fff;
}