

/* Start:/local/components/activica/filter.catalog.seo/templates/.default/style.css?17290841804299*/
.block_quarantee-side {
    display: flex;
    margin-bottom: 60px;
}

.block_quarantee-left {
    display: flex;
    width: calc(100% / 2);
    flex-direction: column;
}

.block_quarantee-right {
    display: flex;
    width: calc(100% / 2);
    flex-direction: column;
    margin-top: 40px;
}

.quarantee_common-text {
    display: inline-flex;
    width: 100%;
    margin-bottom: 22px;
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*font-size: 16px !important;*/
    /*line-height: 22px !important;*/
    color: #7E7E7E !important;
    margin-bottom: 22px;
}

.block_quarantee-side p {
    color: #7E7E7E !important;
}

.quarantee-title {
    font-style: normal;
    font-weight: 400;
    line-height: 26px !important;
    color: #8fb342 !important;
    font-size: 19px !important;
    margin-bottom: 14px;
}
.mb-10{
    margin-bottom: 10px!important;
}
.mb-16{
    margin-bottom: 16px!important;
}
.mb-20{
    margin-bottom: 20px!important;
}

.d-flex {
    display: flex;
}

.quarantee_block-warning {
    background: #FAE9D7;
    border-radius: 6px;
    padding: 16px 20px;
    min-height: 115px;
    /*width: max-content;*/
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    line-height: 26px !important;
    color: #434343 !important;
}

.quarantee_block-warning img {
    margin: 0 18px 0 5px;
}

.contact_link {
    font-weight: 400;
    font-size: 19px !important;
    line-height: 26px !important;
    color: #8fb342 !important;
    display: inline-flex;
    border-bottom: 1px solid #8fb342;
    text-decoration: none;
    width: fit-content;
    margin-right: 20px;
    margin-bottom: 15px;
}

.quarantee_table-container {
    padding-right: 70px;
}

.quarantee_table {
    border: 1px solid #efba83;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.quarantee_table-row {
    display: flex;
    border-bottom: 1px solid #efba83;
}
.quarantee_table .quarantee_table-row:nth-last-child(-n+1){
    border: none;
}
.quarantee_table-left {
    padding: 15px;
    display: flex;
    width: calc(100% - 30%);
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: 400!important;
    font-size: 15px!important;
    line-height: 22px!important;
    color: #7E7E7E!important;
    border-right: 1px solid #efba83;
}

.quarantee_table-right {
    padding: 15px;
    display: flex;
    width: calc(100% - 70%);
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #7E7E7E!important;
}

.color-text_black {
    color: #434343 !important;
}

@media (max-width: 1080px) {
    .block_quarantee-side {
        display: flex;
        margin-bottom: 60px;
        flex-direction: column;
        align-items: center;
    }

    .quarantee-title {
        margin-top: 15px;
        text-align: center;
    }

    .quarantee_common-text {
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 15px!important;
        font-weight: 600!important;
    }

    .quarantee_block-warning {
        background: #FAE9D7;
        border-radius: 6px;
        padding: 16px 20px;
        min-height: 115px;
        width: 100%;
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        line-height: 26px !important;
        color: #434343 !important;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .hidden-small {
        display: none;
    }

    .d-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .block_quarantee-left,
    .block_quarantee-right {
        width: 100%;
    }

    .block_quarantee-right {
        margin-top: 30px;
    }
    .quarantee_table-container {
        padding-right: 0px;
    }
    .quarantee_table-left,
    .quarantee_table-right {
        text-align: left;
        font-size: 15px!important;
    }
    .block_quarantee-right p{
        font-size: 15px!important;
    }
}













/* End */


/* Start:/local/templates/.default/components/wecan/catalog.smart.filter/.default/style.css?1729084181461*/
.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/catalog/style.css?1729084180744*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog_filter/style.css?1729084180407*/
.video-wrap {
    margin: 0 auto;
}
.video-block {
    display: flex;
}
.results-more a {
	background: #7fa828;
    color: #fff !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    height: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.results-more a:hover {
    background: #b7d341;
}
/* End */
/* /local/components/activica/filter.catalog.seo/templates/.default/style.css?17290841804299 */
/* /local/templates/.default/components/wecan/catalog.smart.filter/.default/style.css?1729084181461 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/catalog/style.css?1729084180744 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog_filter/style.css?1729084180407 */
