

/* Start:/local/components/korus/catalog.start_kit/templates/.default/style.css?17561028823558*/
.catalog-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.product-item-container {
    width: 20%;
    padding: 0 8px;
}

.catalog-section-description {
    display: flex;
    background: #F3F3F3;
    align-items: center;
    padding: 55px 0;
    margin-top: -58.6px;
    margin-bottom: 24px;
    position: relative;
}

.catalog-section-description::after {
    content: '';
    position: absolute;
    width: 500%;
    background: #F3F3F3;
    height: 100%;
    left: -250%;
}

.catalog-section-item {
    width: 50%;
    position: relative;
    z-index: 9;
}

.catalog-section-item.catalog-section-img {
    text-align: center;
}

.section-description-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;
    position: relative;
    max-width: 507px;
}

.section-description-title::after {
    content: '';
    border-bottom: 1px solid #333333;
    width: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-description {
    padding-top: 24px;
    max-width: 507px;
    font-size: 16px;
}

.catalog-section-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.catalog-section-amount {
    color: #666666;
    margin-bottom: 16px;
}

@media (max-width: 1440px) {
    .product-item-container {
        width: 25%;
    }
}

@media (max-width: 1024px) {
    .catalog-section-description {
        display: none;
    }

    .product-item-button-container {
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .product-item-container {
        width: 33.3333%;
    }
}

@media (max-width: 480px) {
    .product-item-container {
        width: 50%;
    }
}





.my-flex-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.my-flex-box {
    margin: 10px;
    padding: 10px;
    flex: 1 1 auto;
    align-self: stretch;
	width:50%;
}
.checkbox-block {
    max-width:200px;
}
img.start_kit{
    max-width:100%
}
.my-flex-box.img-block{
    max-width:50%;
}

.my-flex-box .label-checkbox {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    min-width: 180px;
	pointer-events: none;
}

.my-flex-box .label-checkbox .btn {
	pointer-events: auto;
}

.my-flex-box .label-checkbox::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 3px;
}

.my-flex-box .label-checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 30px;
    height: 21px;
}

.my-flex-box input[type="checkbox"]:checked + .label-checkbox::after {
    background: url("/local/templates/lreshop/images/icons/active_checkbox.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.my-flex-box input[type="checkbox"] + .label-checkbox>.btn-primary::before
{
	content:'Выбрать'
}

.my-flex-box input[type="checkbox"]:checked + .label-checkbox>.btn-primary::before
{
	content:'Отменить'
}


#continue{
    width: 250px;
    margin: 25px auto;
}

@media (max-width: 759px) {
    .my-flex-cont{
        display: block;
        border-bottom: 1px solid #cacaca;
    }
    .my-flex-box{
        width: 100%!important;
        max-width: 100%!important;
    }
    .btn.btn-secondary{
        margin-bottom: 10px;
    }
}


h4
{
	font-size:14px;
}

.catalog-section>div
{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
}

select
{
	background:unset;
	border:1px solid #CCCCCC;
	padding:2px 5px;
	border-radius:3px;
}

.hidden
{
	visibility:hidden;
}
/* End */
/* /local/components/korus/catalog.start_kit/templates/.default/style.css?17561028823558 */
