/* .main {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
} */
table {
    width: 100%;
}
td {
    padding: 8px;
}
td > p {
    margin: 0 !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-light-grey {
  color: #d4d4d4 !important;
}
.text-white {
  color: #fff;
}
.font-weight-bold {
  font-weight: bold;
}
.border {
  border: 1px solid #d4d4d4;
}
.border-top {
  border-top: 1px solid #d4d4d4;
}
.border-right {
  border-right: 1px solid #d4d4d4;
}
.border-bottom {
  border-bottom: 1px solid #d4d4d4;
}
.border-left {
  border-left: 1px solid #d4d4d4;
}
._chips .dropdown-filter__btn-name._fixedWidth {
    width: 124px;
}
.title-home{
    text-align: center;
    padding-bottom: 30px;
}
.msf-wrap_description{
	font: 14px/30px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}
.msf-wrap_description p {
    padding-bottom: 10px;
}
.msf-wrap_description h2,
.msf-wrap_description h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.msf-wrap_description ul {
    list-style: disc;
}
.msf-wrap_description ol {
    list-style: decimal;
}
.msf-wrap_description ul,
.msf-wrap_description ol {
    margin-left: 40px;
    margin-bottom: 10px;
}



@media (max-width: 767px) {

    .hidden-mobile {
        display: none;
    }
}
@media (min-width: 768px) {

    .hidden-large {
        display: none;
    }
}

.swiper-slide:not(.swiper-slide-active) .mainPage-carousel-description {
    display: none;
}

/*=================*/

.header__catalog-nav {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
}

/*=================*/

._chips .dropdown-filter__btn {
    padding-right: 10px;
    padding-left: 10px;
}

.filter-more {
    order: 1;
    position: relative;
}

.catalog-filter__list .filter-more {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 220px;
    margin-bottom: 2px;
}

.filter-more._chips {
    max-width: unset;
}

@media (max-width: 767px) {
    .filter-more._chips {
        max-width: unset;
    }
}

.filter-more__btn {
    display: inline-block;
    border: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    padding: 0 20px 0 10px;
    font: 14px/52px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
}

._chips .filter-more__btn {
    padding-right: 10px;
    padding-left: 10px;
}

.dropdown-filter__btn-toggle,
.filter-more__btn::before {
    right: 25px;
}

.dropdown-filter__btn {
    background-color: transparent !important;
}

.catalog-filter__list ._chips {
    /* border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9; */
    margin-bottom: -1px;
    order: 0;
}

.catalog-filter__list {
    flex-flow: row wrap;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .catalog-filter__list ._chips {
        width: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1024px) {
    .catalog-filter__list ._chips {
        width: 14.28%;
        max-width: 14.28%;


    }
}

.dropdown-filter._chips:nth-of-type(n+7) {
}
.catalog-filter__list:not(._js-show-all-filters) .dropdown-filter._chips:nth-of-type(n+10) {
    display: none;
}

@media (max-width: 1023px) {
    .dropdown-filter._chips:nth-of-type(n+5) {
        order: 2;
    }
    .catalog-filter__list:not(._js-show-all-filters) .dropdown-filter._chips:nth-of-type(n+5) {
        display: none;
    }
}

@media (max-width: 767px) {
    .catalog-filter__list:not(._js-show-all-filters) .dropdown-filter._chips {
        display: none;
    }
    .mob_fut{
        width: 100%;
        height: 120px;
    }
}


