.section-title,
.section-title a {
    font-weight: 600;
    font-size: 27px;
    line-height: 38px;
    cursor: pointer;
}

.section-title span {
    font-size: 24px;
}
.parent .section-title span {
	font-size: 18px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title a {
	color: currentColor;
}
.section-list a {
	display: inline-block;
}

.nav-section > .section-title,
.nav-section > .section-title a,
.nav-section > .section-title span {
	color: #F3C277;
}

.products.seed .nav-section > .section-title,
.products.seed .nav-section > .section-title a,
.products.seed .nav-section > .section-title span{
    color: #A1BD7D;
}

.products.fertilizers .nav-section > .section-title,
.products.fertilizers .nav-section > .section-title a,
.products.fertilizers .nav-section > .section-title span{
    color: #FFA393;
}

.nav-section > .section-title {
    margin-bottom: 13px;
}

.section-title .arrow {
    transition: transform 150ms ease-in-out;
}

.selected > .section-title .arrow {
    transform: rotate(180deg);
}

.nav-section.selected > .section-title a,
.nav-section.selected > .section-title,
.nav-section.selected > .section-title span,
.nav-section .selected > .section-title {
    color: #EA9517;
}

.products.seed .nav-section.selected > .section-title a,
.products.seed .nav-section.selected > .section-title,
.products.seed .nav-section.selected > .section-title span,
.products.seed .nav-section .selected > .section-title {
    color: #6D9A33;
}

.products.fertilizers .nav-section.selected > .section-title a,
.products.fertilizers .nav-section.selected > .section-title,
.products.fertilizers .nav-section.selected > .section-title span,
.products.fertilizers .nav-section .selected > .section-title {
    color: #F04C2E;
}

.nav-section:not(.selected) .section-list{
    display: none;
}

.catalog-section {
    margin-bottom: 32px;
}

.section-list li a {
    font-weight: 600;
    font-size: 20px;
    line-height: 43px;
    text-align: left;
}

.products .section-list li a {
    font-size: 19px;
    line-height: 1.3;
    padding: 7px 0;
}

/*.nav-section .selected > .section-title {
    color: #6D9A33;
}*/

.root-item.selected:not(.parent) a {
	border-bottom: 2px solid #000000;
}

/*.nav-section .inner-item.selected a {
    border-bottom: 2px solid #000000;
}*/

.parent .section-title {
	margin: 0;
}

.section-list .parent {
	position: relative;
}
.section-list .parent .submenu {
	display: none;
}
.section-list .parent .submenu > li {
	padding-left: 15px;
	border-left: 2px solid #ccc;
}
.nav-section .inner-item.selected,
.section-list .parent .submenu > li.selected {
	border-color: black;
}
.section-list .parent.selected .submenu {
	display: block;
}

@media (max-width: 1400px){
    .section-title,
    .section-title a {
        font-size: 22px;
        line-height: 35px;
    }

    .section-list li a {
        font-size: 16px;
        line-height: 40px;
    }
}