.gallery-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;    
}
.col-fix {
    width: 268px !important;
    flex: unset !important;
}
.col-big {
    width: calc(100% - 268px - 30px);    
}
.widget-category__nav {
    padding: 0;
    margin: 0;
    list-style: none;    
}
.widget-category__nav a {
    width: 100%;
    margin-bottom: 10px;
	box-sizing: border-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	min-width: unset;
	min-height: unset;
	padding: .6rem 1rem;
	line-height: 1.375rem;
	color: #336198;
	letter-spacing: .025em;
	border: 1px solid #336198;
	border-radius: .25rem;
	transition: .3s;
}
.widget-category__nav .selected a,
.widget-category__nav a:hover {
    color: #fff;
    background: #336198;
}
.col-fix.site-h2 .widget-category__nav a,
.col-fix.site-e2 .widget-category__nav a,
.col-fix.site-c2 .widget-category__nav a {
	color: #2c6a3f;
	border: 1px solid #2c6a3f;
}
.col-fix.site-h2 .widget-category__nav .selected a,
.col-fix.site-h2 .widget-category__nav a:hover,
.col-fix.site-e2 .widget-category__nav .selected a,
.col-fix.site-e2 .widget-category__nav a:hover,
.col-fix.site-c2 .widget-category__nav .selected a,
.col-fix.site-c2 .widget-category__nav a:hover {
    color: #fff;
    background: #2c6a3f;
}
.drop__select {
    display: none;    
}
.sl-item--first:first-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.sl-item--first:first-child .card-gallery::before {
    display: none;
}
.sl-item--first:first-child .card-gallery__img-wrap {
    padding: 0;
}
.sl-item--first:first-child .card-gallery__overflow {
    position: relative;
    overflow: hidden;
    width: calc(100% - 8px);
    height: 100%;
    border-radius: .375rem;
}
.sl-item--first:first-child .card-gallery__overflow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sl-item--first:first-child .card-gallery__overflow::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(352.42deg,rgba(0,0,0,.6) 32.77%,transparent 74.05%);
}
.sl-item--first:first-child .card-gallery__inner {
    margin-left: auto;    
    height: 33rem;
    background: #fff;
}
.sl-item--first:first-child .card-gallery__label-date {
    margin-left: -8px;
}
.sl-item--first:first-child .card-gallery__title {
    flex: unset;
    height: auto;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    color: #336198;
}
.site-h2 .sl-item--first:first-child .card-gallery__title,
.site-e2 .sl-item--first:first-child .card-gallery__title,
.site-c2 .sl-item--first:first-child .card-gallery__title {
    color: #2c6a3f;
}
.sl-item--first:first-child .card-gallery__quantity {
	margin-bottom: 32px;
}
.sl-item--first:first-child .card-gallery__footer {
	margin-bottom: auto;
}
@media (max-width: 1400px) {
    .sl-item {
        width: 50% !important;     
        flex: 0 0 50% !important;  
        max-width: 50% !important;
    }
    .sl-item--first:first-child {
        width: 100% !important;     
        flex: 0 0 100% !important;  
        max-width: 100% !important;
    }
    .sl-item--first:first-child .card-gallery__img-wrap,
    .sl-item--first:first-child .card-gallery__inner {
        width: 50% !important;     
        flex: 0 0 50% !important;  
        max-width: 50% !important;
    }
    .sl-item--first:first-child .card-gallery__inner {
        height: 25rem;
    }
}
@media (max-width:  1023px){
    .col-fix {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px;
    }
    .col-big {
        width: 100%;
    }
    .drop {
        width: 100%;        
    }
    .drop__body {
        width: 100%;
        display: none;   
    }
    .drop__select {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
        min-width: unset;
        min-height: unset;
        padding: .6rem 1rem;
        line-height: 1.375rem;
        color: #336198;
        letter-spacing: .025em;
        border: 1px solid #336198;
        border-radius: .25rem;
        transition: .3s;
    }
    .col-fix.site-h2 .drop__select,
    .col-fix.site-e2 .drop__select,
    .col-fix.site-c2 .drop__select {
        color: #2c6a3f;
        border: 1px solid #2c6a3f;
    }
    .drop__select .icon {
        margin-left: 10px;
    }
    .drop__select.open .icon {
        transform: rotate(180deg);
    }
    .sl-item--first:first-child .card-gallery__img-wrap,
    .sl-item--first:first-child .card-gallery__inner {
        width: 100% !important;     
        flex: 0 0 100% !important;  
        max-width: 100% !important;
    }
    .sl-item--first:first-child .card-gallery__inner {
        background: none;
    }
    .sl-item--first:first-child .card-gallery__title {
        color: #fff !important;
    }
}
@media (max-width:  767px){
    .sl-item {
        width: 100% !important;     
        flex: 0 0 100% !important;  
        max-width: 100% !important;
    }
    .sl-item--first:first-child .card-gallery__inner {
        height: 18rem;
    }
}