

/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/system.pagenavigation/main_catalog/style.css?17345082711909*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination li::before,
.pagination li::after {
    display: none !important;
}
.clearfix::after{
    display: table;
    content: '';
    clear: both;
}
.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 35px;
    padding-left: 0;

    list-style: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination__item {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 30px;
    max-width: 40px;
    height: 30px;
    margin: 0 1px;
    padding: 0 5px !important;

    cursor: pointer;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;

    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 0 rgba(65, 133, 0, 0);
    box-shadow: 0 -1px 0 rgba(65, 133, 0, 0);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__item span,
.pagination__item a{
    -webkit-transition: .3s color;
    transition: .3s color;
}

.pagination__item:hover,
.pagination__item.is-current,
.pagination__item:hover a {
    color: #fff;
    background-color: #ff8a02;
}
.pagination__item:hover a{
    background-color: transparent;
}

.pagination__link {
    position: relative;
    z-index: 5;
    text-decoration: none;
    color: inherit;
    width: 100%;
    text-align: center;
}
/* End */


/* Start:/local/templates/aspro_kshop_web-c/components/bitrix/news.list/actions/style.css?1677572292801*/
.actions-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 18px;
    margin: 40px 0 60px;
}
.agi__image{
    position: relative;
    overflow: hidden;
    padding: 50%;
}
.agi__image img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.agi__title a{
    color: #000;
    font-size: 12px;
    display: block;
}

@media (max-width: 992px){
    .agi__title a span{font-size: 11px !important;}
    .actions-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 600px){
    .actions-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 457px){
    .actions-grid{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

/* End */


/* Start:/local/components/amaday/creative.view/templates/.default/style.css?17054844208130*/
.token {
    display: none;
}
.reklleft {
    position: absolute !important;
    top: 4px !important;
    z-index: 10 !important;
    left: 4px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    cursor: pointer !important;
    max-width: calc(100% - 40px) !important;
    height: 12px !important;
    line-height: normal !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 10px 10px !important;
    border-radius: 16px !important;
    font-size: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: .125em !important;
    pointer-events: none !important;
    text-decoration: none !important;
    color: #575c66 !important;
    background-color: #fff !important;
    opacity: .8 !important;
    font-family: YS Text Variable,YS Text,Helvetica,Arial,sans-serif !important;
}
.rekllefttext {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.dotted {
    right: 4px !important;
    position: absolute !important;
    top: 4px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    position: absolute !important;
    right: 4px !important;
    top: 4px !important;
    z-index: 10 !important;
    width: 24px !important;
    height: 24px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    border-radius: 50% !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
.dotted:hover {
    opacity: .8 !important;
}

.dotted-content {
    background-color: #fff !important;
    opacity: .8 !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    border-radius: inherit !important;
    -webkit-transition: opacity .15s,background-color .5s ease-in-out !important;
    -o-transition: opacity .15s,background-color .5s ease-in-out !important;
    transition: opacity .15s,background-color .5s ease-in-out !important;
}
.rekl-close {
    position: absolute !important;
    display: none;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    pointer-events: auto !important;
    direction: ltr !important;
    border-radius: inherit !important;
}
.rekl-button {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    min-width: 24px !important;
    min-height: 24px !important;
    right: 4px !important;
    position: absolute !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff !important;
    outline: 0 !important;
    top: 4px !important;
    z-index: 2 !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
.rekl-button:before {
    content: "" !important;
    width: 42px !important;
    height: 42px !important;
    position: absolute !important;
    top: -4px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;

}
.rekl-button span:after {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}
.rekl-button span:before {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.rekl-button span:after, .rekl-button span:before {
    position: absolute !important;
    top: 6px !important;
    left: 11px !important;
    content: " " !important;
    height: 12px !important;
    width: 2px !important;
    background-color: #a3acbf !important;
}

.popup-rekl {
    border-color: #ebebeb !important;
    top: 32px !important;
    width: 232px !important;
    max-height: 95% !important;
    right: 2px !important;
    border: none !important;
    border-radius: 16px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    position: absolute !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden !important;
    z-index: 1 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
}
.popup-c {
    width: 100% !important;
    max-height: 100% !important;
    overflow: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: #c6cfd8 #fff !important;
}

.ReportAdMenu {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    font-family: YS Text Variable,YS Text,Helvetica,Arial,sans-serif !important;
    height: 100% !important;
}
.ReportAdMenu section {
    font-size: 14px !important;
    padding: 8px !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    padding: 0 14px 8px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.ReportAdMenu section div{
    padding: 8px 16px 8px 8px !important;
}
.ReportAdMenu section div p{
    font-family: YS Text Variable,YS Text,Helvetica,Arial,sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 14px !important;
    color: #a3acbf !important;
    margin: 0 !important;
    word-break: break-word !important;
}
.ReportAdMenu section button{
    cursor: pointer;
    white-space: nowrap!important;
    position: relative !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    width: 100% !important;
    padding: 8px !important;
    color: #498bff !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    text-align: left !important;
    outline: none !important;
    font: inherit !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

.ReportAdMenu section button span{
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
    color: #498bff !important;
    text-align: left !important;
    font: inherit !important;
}
.ReportAdMenu section button span svg{
    height: 100% !important;
    width: 20px;
}
/* End */
/* /local/templates/aspro_kshop_web-c/components/bitrix/system.pagenavigation/main_catalog/style.css?17345082711909 */
/* /local/templates/aspro_kshop_web-c/components/bitrix/news.list/actions/style.css?1677572292801 */
/* /local/components/amaday/creative.view/templates/.default/style.css?17054844208130 */
