/*.n72r-*/
@font-face {
    font-display: swap;
    font-family: 'Neoris';
    font-style: normal;
    font-weight: 400;
    src: url('/local/templates/aspro_next/fonts/TT Neoris/eot/TT_Neoris_Regular.eot');
    src: url('/local/templates/aspro_next/fonts/TT Neoris/eot/TT_Neoris_Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/aspro_next/fonts/TT Neoris/woff2/TT_Neoris_Regular.woff2') format('woff2'),
    url('/local/templates/aspro_next/fonts/TT Neoris/woff/TT_Neoris_Regular.woff') format('woff'),
    url('/local/templates/aspro_next/fonts/TT Neoris/ttf/TT-Neoris-Regular.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Neoris';
    font-style: normal;
    font-weight: 600;
    src: url('/local/templates/aspro_next/fonts/TT Neoris/eot/TT_Neoris_DemiBold.eot');
    src: url('/local/templates/aspro_next/fonts/TT Neoris/eot/TT_Neoris_DemiBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/aspro_next/fonts/TT Neoris/woff2/TT_Neoris_DemiBold.woff2') format('woff2'),
    url('/local/templates/aspro_next/fonts/TT Neoris/woff/TT_Neoris_DemiBold.woff') format('woff'),
    url('/local/templates/aspro_next/fonts/TT Neoris/ttf/TT-Neoris-DemiBold.ttf') format('truetype');
}

#pagetitle {
    font-family: 'Neoris', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin-bottom: 24px;
    padding-bottom: 0;
    line-height: 1.05;
}
@media (max-width: 767px) {
    #pagetitle{
        font-size: 32px;
        line-height: 1.12;
    }
}
.n72r-catalog{
    font-family: 'Neoris', sans-serif !important;
}
.n72r-catalog a{
    color: #1764C8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.n72r-catalog a:hover,
.n72r-catalog a:focus {
    color: #074392;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.row.row-gap-16 {
    margin-right: -8px;
    margin-left: -8px;
}
.row.row-gap-16>[class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}
a.n72r-arrow-link{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
}
.n72r-arrow-link__decor{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 7.93877L2 5.24404L8 10.1214L14 4.80396V7.62177L8.6334 12.2569C8.26685 12.5735 7.72612 12.5819 7.34992 12.2768L2 7.93877Z' fill='%231764C8'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 4px;
}

a.n72r-arrow-link:focus{
    color: #1764C8;
}
a.n72r-arrow-link:focus:hover{
    color: #074392;
}
a.n72r-arrow-link:hover .n72r-arrow-link__decor{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 7.93877L2 5.24404L8 10.1214L14 4.80396V7.62177L8.6334 12.2569C8.26685 12.5735 7.72612 12.5819 7.34992 12.2768L2 7.93877Z' fill='%23074392'/%3E%3C/svg%3E%0A");
}
a.n72r-arrow-link.active .n72r-arrow-link__decor{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.n72r-catalog-root{

}
.n72r-catalog-root__section{
    margin-bottom: 16px;
    padding-bottom: 47px;
    border-bottom: 1px solid #E7F0FC;
}
.n72r-catalog-root__section:last-child{
    border-color: transparent;
}

.n72r-catalog-root__section-inner{
    margin-left: -8px;
    margin-right: -8px;
}

.n72r-catalog-root__item{
    width: 33.3333333%;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 991px) {
    .n72r-catalog-root__item{
        width: 50%;
    }
}
@media (max-width: 750px) {
    .n72r-catalog-root__item{
        width: 100%;
    }
}

.n72r-catalog-root-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 32px 24px;
    background: #F4F5F8;
    border-radius: 24px;
    margin-bottom: 16px;
}

.n72r-catalog-root-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 16px;
}
.n72r-catalog-root-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    position: relative;
}
.n72r-catalog-root-item__img a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.n72r-catalog-root-item__img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;


    mix-blend-mode: multiply;
    border-radius: 16px;
}
.n72r-catalog-root-item__title {
    display: block;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
}
.n72r-catalog-root-item__subs {

}
.n72r-catalog-root-subs {

}
.n72r-catalog-root-subs__item {
    margin-bottom: 8px;
    line-height: 1;
}
.n72r-catalog-root-subs__item a{
    color: #000;
    line-height: 1.3;
    display: inline-block;
}
.n72r-catalog-root-subs__item a:hover,
.n72r-catalog-root-subs__item a:focus{
    color: #1764C8;
}
.n72r-catalog-root-subs__counter {
    color: #7B8EA7;
}
.n72r-catalog-root-subs-hidden .n72r-catalog-root-subs__item{
    display: none;
}
.n72r-catalog-root-subs-hidden.active .n72r-catalog-root-subs__item{
    display: block;
}
.n72r-catalog-root-subs-hidden .n72r-catalog-root-subs-hidden__label{
    display: inline;
    pointer-events: none;
}
.n72r-catalog-root-subs-hidden .n72r-catalog-root-subs-hidden__label_active{
    display: none;
    pointer-events: none;
}
.n72r-catalog-root-subs-hidden.active .n72r-catalog-root-subs-hidden__label{
    display: none;
}
.n72r-catalog-root-subs-hidden.active .n72r-catalog-root-subs-hidden__label_active{
    display: inline;
}
.n72r-catalog-root-subs-hidden .n72r-arrow-link__decor{
    pointer-events: none;
}
@media (max-width: 1199px) {
    .n72r-catalog-root-item__title {
        word-break: break-word;
    }
}

.n72r-catalog-related{
    margin-bottom: 94px;
}
@media (max-width: 991px) {
    .n72r-catalog-related{
        margin-bottom: 88px;
    }
}
@media (max-width: 767px) {
    .n72r-catalog-related{
        margin-bottom: 80px;
    }
}

.n72r-catalog-info-banners{
    margin-bottom: 24px;
}

.n72-relative {
    margin-top: 0!important;
}