.filter-nav {
    display: flex;
    flex-wrap: wrap;
    column-gap: normal;
    row-gap: 0;
    margin-bottom: 30px;
}

.filter-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 5px;
    column-gap: normal;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #DCDEE0;
    border-radius: 8px;
	color: #010101;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: -0.02em;
	text-decoration: none;
    transition: all 0.3s linear;
}

.filter-nav__item:hover, .filter-nav__item.active {
  background: #FF2F2F;
  border-color: #FF2F2F;
  color: #fff;
}

.delivery-price__table {
    max-width: 844px;
    margin-bottom: 30px;
}
.delivery-price__table table {
    width: 100%;
    border-collapse: collapse;
}
.delivery-price__table table thead th {
    padding: 0 2px 14px;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #010101;
    white-space: nowrap;
}
.delivery-price__table table thead th:first-child {
    padding-left: 0;
}

.delivery-price__table table tbody td {
    padding: 14px 2px;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #010101;
}
.delivery-price__table table tbody td:first-child {
    padding-left: 0;
}

.delivery-price {
    padding-top: 10px;
    padding-bottom: 80px;
}

.tabsDostConts .tabsDostCont {
    display: none;
}

.tabsDostConts .tabsDostCont.active {
    display: block;
}
.delivery-price__desc {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #010101;
}

.delivery-price__desc {
    max-width: 730px;
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #656565;
}

.delivery-price__desc a {
	color: #FF2F2F;
}

.delivery-price__link {
	display: flex;
	justify-content: center;
	font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
.delivery-price__link a {
	color: #FF2F2F;
}