

/* Start:/local/components/reaspekt/banner/templates/banners-partner/style.css?17694252512989*/
.banner-partner .container{
    max-width: 1500px;
}
.bannerPartner-slideWrap {
    text-decoration: none;
    border: none;
    transition: opacity .3s ease;
}
.bannerPartner-slideWrap:hover {
    opacity: .75;
}
.bannerPartner-leftSide {
    max-width: 50%;
    padding: 24px 19px 24px 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    color: rgba(29, 33, 38, .9);
}
.bannerPartner-tags {
    margin-bottom: 63px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.bannerPartner-tags span {
    white-space: nowrap;
    border: 1px solid;
    border-color: rgba(29, 33, 38, .9);
    border-radius: 24px;
    margin-right: 12px;
    padding: 3px 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    font-family: JetBrains;
}
.bannerPartner-middle {
    margin-bottom: 63px;
}
.bannerPartner-name {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: -.2px;
    font-family: OceanicGrotesk;
}
.bannerPartner-name.bannerPartner-name-big {
    font-size: 64px;
    line-height: 64px;
}
.bannerPartner-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: OceanicText;
}
.banner-partners__block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.bannerPartner-logo {
    padding: 0 12px;
    border-left: 1px solid;
    border-color: rgba(29, 33, 38, .1);
}
.bannerPartner-logo:first-child {
    border-left: none;
    padding-left: 0;
}
.bannerPartner-logo img {
    max-width: 100%;
}
@media (max-width: 990px) {
    .banner-partner-wrapper {
        background-position-y: bottom;
    }
    .bannerPartner-leftSide {
        background: rgba(240, 238, 247, .6);
    }
    .bannerPartner-name {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width: 640px) {
    .banner-partner {
        display: none;
    }
}
/* End */


/* Start:/local/components/reaspekt/section-main/templates/section-new/style.css?17633812504766*/
.ideaSection-topPart .hbr-name {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    font-family: OceanicGrotesk;
}
.container .ideaSection-link {
    border: 1px solid rgba(29, 33, 38, .2);
    color: rgba(29, 33, 38, .9);
    font-size: 16px;
    line-height: 20px;
    padding: 11px 24px;
    border-radius: 32px;
    max-width: 368px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    display: block;
    transition: all .3s ease-in-out;
    font-family: OceanicGrotesk;
}
.container .ideaSection-link:hover {
    color: #A41034;
    border-color: #A41034;
}
.ideaSection-subsection {
    font-family: OceanicGrotesk;
}
.ideaSection-subsection:last-child {
    border-bottom: none;
}
.ideaSection-name {
    color: rgba(29, 33, 38, .9);
    font-size: 16px;
    line-height: 20px;
    padding-right: 8px;
}
.ideaSection-count {
    background: #F0F5F7;
    padding: 3px 4px;
    box-sizing: border-box;
    font-family: JetBrains;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    border-radius: 32px;
}
.ideaSection-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    font-family: OceanicGrotesk;
    gap: 16px;
}
.ideaSection-article {
    width: 33%;
    transition: opacity .3s ease;
}
.ideaSection-article:hover {
    opacity: .75;
}
.ideaSection-picture {
    margin-bottom: 12px;
    overflow: hidden;
}
.ideaSection-picture img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transition: all .3s ease;
    display: block;
}
@media screen and (min-width: 1600px) {
    .ideaSection-picture img {
        width: 100%;
    }
}
.ideaSection-article:hover img {
    transform: scale(1.15);
}
.ideaSection-breadcrumb {
    margin-bottom: 12px;
    display: flex;
}
.ideaSection-breadcrumb span {
    display: block;
    color: #A41034;
    font-size: 14px;
    line-height: 18px;
    padding-left: 28px;
    position: relative;
}
.ideaSection-breadcrumb span:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 1px;
    left: 8px;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.91851 2.082C6.74277 1.90626 6.45785 1.90626 6.28211 2.082C6.10638 2.25773 6.10638 2.54266 6.28211 2.71839L9.08392 5.5202H1.80031C1.53522 5.5202 1.32031 5.7351 1.32031 6.0002C1.32031 6.26529 1.53522 6.4802 1.80031 6.4802H9.08392L6.28211 9.282C6.10638 9.45773 6.10638 9.74266 6.28211 9.91839C6.45785 10.0941 6.74277 10.0941 6.91851 9.91839L10.8367 6.0002L6.91851 2.082Z" fill="%23A41034"/></svg>');
}
.ideaSection-breadcrumb span:first-child {
    padding-left: 0;
    font-weight: 500;
}
.ideaSection-breadcrumb span:first-child:before {
    content: none;
}
.ideaSection-articleName {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    font-family: OceanicText;
    color: rgba(29, 33, 38, .9);
}
.ideaSection-description {
    font-size: 16px;
    line-height: 20px;
    color: rgba(29, 33, 38, .9);
    margin-bottom: 12px;
    padding: 4px 16px 0 0;
}
.ideaSection-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.ideaSection-authors {
    margin-right: 16px;
    font-weight: 500;
}
.ideaSection-authors,
.ideaSection-date {
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 33, 38, .9);
}

@media (max-width: 640px) {
    .container .ideaSection-link {
        padding: 7px 24px;
        max-width: 328px;
    }
    .ideaSection-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }
    .ideaSection-article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 65px;
    }
    .container .ideaSection-link {
        margin-top: 0;
    }
}
/* End */


/* Start:/local/components/reaspekt/section-main/templates/section-idea/style.css?17633812504766*/
.ideaSection-topPart .hbr-name {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    font-family: OceanicGrotesk;
}
.container .ideaSection-link {
    border: 1px solid rgba(29, 33, 38, .2);
    color: rgba(29, 33, 38, .9);
    font-size: 16px;
    line-height: 20px;
    padding: 11px 24px;
    border-radius: 32px;
    max-width: 368px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    display: block;
    transition: all .3s ease-in-out;
    font-family: OceanicGrotesk;
}
.container .ideaSection-link:hover {
    color: #A41034;
    border-color: #A41034;
}
.ideaSection-subsection {
    font-family: OceanicGrotesk;
}
.ideaSection-subsection:last-child {
    border-bottom: none;
}
.ideaSection-name {
    color: rgba(29, 33, 38, .9);
    font-size: 16px;
    line-height: 20px;
    padding-right: 8px;
}
.ideaSection-count {
    background: #F0F5F7;
    padding: 3px 4px;
    box-sizing: border-box;
    font-family: JetBrains;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    border-radius: 32px;
}
.ideaSection-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    font-family: OceanicGrotesk;
    gap: 16px;
}
.ideaSection-article {
    width: 33%;
    transition: opacity .3s ease;
}
.ideaSection-article:hover {
    opacity: .75;
}
.ideaSection-picture {
    margin-bottom: 12px;
    overflow: hidden;
}
.ideaSection-picture img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transition: all .3s ease;
    display: block;
}
@media screen and (min-width: 1600px) {
    .ideaSection-picture img {
        width: 100%;
    }
}
.ideaSection-article:hover img {
    transform: scale(1.15);
}
.ideaSection-breadcrumb {
    margin-bottom: 12px;
    display: flex;
}
.ideaSection-breadcrumb span {
    display: block;
    color: #A41034;
    font-size: 14px;
    line-height: 18px;
    padding-left: 28px;
    position: relative;
}
.ideaSection-breadcrumb span:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 1px;
    left: 8px;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.91851 2.082C6.74277 1.90626 6.45785 1.90626 6.28211 2.082C6.10638 2.25773 6.10638 2.54266 6.28211 2.71839L9.08392 5.5202H1.80031C1.53522 5.5202 1.32031 5.7351 1.32031 6.0002C1.32031 6.26529 1.53522 6.4802 1.80031 6.4802H9.08392L6.28211 9.282C6.10638 9.45773 6.10638 9.74266 6.28211 9.91839C6.45785 10.0941 6.74277 10.0941 6.91851 9.91839L10.8367 6.0002L6.91851 2.082Z" fill="%23A41034"/></svg>');
}
.ideaSection-breadcrumb span:first-child {
    padding-left: 0;
    font-weight: 500;
}
.ideaSection-breadcrumb span:first-child:before {
    content: none;
}
.ideaSection-articleName {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    font-family: OceanicText;
    color: rgba(29, 33, 38, .9);
}
.ideaSection-description {
    font-size: 16px;
    line-height: 20px;
    color: rgba(29, 33, 38, .9);
    margin-bottom: 12px;
    padding: 4px 16px 0 0;
}
.ideaSection-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.ideaSection-authors {
    margin-right: 16px;
    font-weight: 500;
}
.ideaSection-authors,
.ideaSection-date {
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 33, 38, .9);
}

@media (max-width: 640px) {
    .container .ideaSection-link {
        padding: 7px 24px;
        max-width: 328px;
    }
    .ideaSection-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }
    .ideaSection-article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 65px;
    }
    .container .ideaSection-link {
        margin-top: 0;
    }
}
/* End */


/* Start:/local/components/reaspekt/section-main/templates/section/style.css?17691586926917*/
.topSection-topPart .hbr-name {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    font-family: OceanicGrotesk;
}
.topSection-link {
    border: 1px solid #D2D3D4;
    color: rgba(29, 33, 38, .9);
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 32px;
    transition: all .3s ease-in-out;
    font-family: OceanicGrotesk;
}
.topSection-link:hover {
    color: #A41034;
    border-color: #A41034;
}
.topSection-subsections {
    padding-right: 24px;
    box-sizing: border-box;
    font-family: OceanicGrotesk;
}
.topSection-subsection {
    border-bottom: 1px solid;
    border-color: rgba(29, 33, 38, .1);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 0;
    transition: color .3s ease-in-out;
}
div.topSection-subsection {
    padding-top: 0;
}
a.topSection-subsection:hover,
a.topSection-subsection:hover .topSection-name {
    color: #A41034;
}
.topSection-subsection:last-child {
    border-bottom: none;
}
.topSection-name {
    color: rgba(29, 33, 38, .9);
    font-size: 16px;
    line-height: 20px;
    padding-right: 8px;
    transition: color .3 ease-in-out;
}
.topSection-count {
    background: rgba(107, 155, 178, 0.1);
    padding: 3px 4px;
    box-sizing: border-box;
    font-family: JetBrains;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08em;
    border-radius: 32px;
    text-align: center;
}
.topSection-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.topSection-subsections {
    width: calc(25% - 12px);
}
.topSection-article {
    width: 33%;
    transition: opacity .3s ease;
    font-family: OceanicGrotesk;
}
.topSection-article:hover {
    opacity: .75;
}
.topSection-articles {
    width: calc(75% + 10px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 16px;
    padding-left: 10px;
}
.topSection-picture {
    margin-bottom: 12px;
    overflow: hidden;
}
.topSection-picture img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: all .3s ease;
    display: block;
}
@media screen and (min-width: 1600px) {
    .topSection-picture img {
        width: 100%;
    }
}
.topSection-article:hover img {
    transform: scale(1.15);
}
.topSection-breadcrumb {
    margin-bottom: 12px;
    display: flex;
}
.topSection-breadcrumb span {
    display: block;
    color: #A41034;
    font-size: 14px;
    line-height: 18px;
    padding-left: 28px;
    position: relative;
}
.topSection-breadcrumb span:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 1px;
    left: 8px;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.91851 2.082C6.74277 1.90626 6.45785 1.90626 6.28211 2.082C6.10638 2.25773 6.10638 2.54266 6.28211 2.71839L9.08392 5.5202H1.80031C1.53522 5.5202 1.32031 5.7351 1.32031 6.0002C1.32031 6.26529 1.53522 6.4802 1.80031 6.4802H9.08392L6.28211 9.282C6.10638 9.45773 6.10638 9.74266 6.28211 9.91839C6.45785 10.0941 6.74277 10.0941 6.91851 9.91839L10.8367 6.0002L6.91851 2.082Z" fill="%23A41034"/></svg>');
}
.topSection-breadcrumb span:first-child {
    padding-left: 0;
    font-weight: 500;
}
.topSection-breadcrumb span:first-child:before {
    content: none;
}
.topSection-articleName {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    font-family: OceanicText;
    color: rgba(29, 33, 38, .9);
}
.topSection-description {
    font-size: 16px;
    line-height: 20px;
    color: rgba(29, 33, 38, .9);
    margin-bottom: 12px;
    padding: 4px 16px 0 0;
}
.topSection-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.topSection-authors {
    margin-right: 16px;
    font-weight: 500;
}
.topSection-authors,
.topSection-date {
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 33, 38, .9);
}

@media (max-width: 900px) {   
    .topSection-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    } 
    .topSection-subsections {
        width: 100%;
    }
    .topSection-subsections {
        padding-right: 0;
        border-bottom: 1px solid;
        border-color: rgba(29, 33, 38, .1);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        align-items: center;
        min-width: 100%;
        width: auto;
        overflow-x: overlay;
        margin-bottom: 15px;
    }
    .topSection-subsection:first-child {
        display: none;
    }
    .topSection-subsection {
        border-bottom: none;
        white-space: nowrap;
        margin-bottom: 10px;
        margin-right: 24px;
    }
    .topSection-articles {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .topSection-articles {
        width: auto;
        overflow-x: overlay;
        overflow-y: hidden;
        padding-bottom: 20px;
        gap: 0;
    }
    .topSection-article {
        margin-left: 0;
        min-width: calc(100vw - 60px);
        margin-right: 16px;
    }
}

/* End */


/* Start:/local/components/reaspekt/banner/templates/banners-content/style.css?17633812506963*/
.bannerContent-slideWrap {
    text-decoration: none;
    border: none;
}
.bannerContent-leftSide {
    max-width: 50%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    font-family: OceanicGrotesk;
}
.bannerContent-inner {
    padding: 24px;
    border-radius: 24px;
    height: 668px;
    min-height: 668px;
    box-sizing: border-box;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 16px;
}
.bannerContent-tags {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.bannerContent-tags span {
    white-space: nowrap;
    border: 1px solid #fff;
    border-radius: 24px;
    margin-right: 12px;
    padding: 3px 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.8px;
    font-family: JetBrains;
}
.bannerContent-middle {
    margin-bottom: 63px;
}
.bannerContent-name {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 44px;
    font-weight: 400;
    font-family: Salina;
    letter-spacing: -0.02em;
    font-family: OceanicText;
}
.bannerContent-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    max-width: 50%;
    margin-bottom: 12px;
}
.bannerContent-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
.bannerContent-authors {
    margin-right: 16px;
    font-weight: 500;
}
.bannerContent-authors,
.bannerContent-date {
    font-size: 14px;
    line-height: 18px;
}
.banner-contents__block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.bannerContent-topLine {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 12px;
}
.bannerContent-breadcrumb {
    display: flex;
    margin-right: 12px;
}
.bannerContent-breadcrumb span {
    display: block;
    color: #EBCD00;
    font-size: 14px;
    line-height: 18px;
    padding-left: 28px;
    position: relative;
}
.bannerContent-breadcrumb span:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 7px;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.91851 2.082C6.74277 1.90626 6.45785 1.90626 6.28211 2.082C6.10638 2.25773 6.10638 2.54266 6.28211 2.71839L9.08392 5.5202H1.80031C1.53522 5.5202 1.32031 5.7351 1.32031 6.0002C1.32031 6.26529 1.53522 6.4802 1.80031 6.4802H9.08392L6.28211 9.282C6.10638 9.45773 6.10638 9.74266 6.28211 9.91839C6.45785 10.0941 6.74277 10.0941 6.91851 9.91839L10.8367 6.0002L6.91851 2.082Z" fill="%23EBCD00"/></svg>');
}
.bannerContent-breadcrumb span:first-child {
    padding-left: 0;
    text-shadow: 0px 0px 0px #EBCD00;
    font-weight: 500;
}
.bannerContent-breadcrumb span:first-child:before {
    content: none;
}
.glassEffect .bannerContent-leftSide {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(8.3px);
    -webkit-backdrop-filter: blur(8.3px);
    border-radius: 16px;
}
.bannerContent-bottom {
    margin-top: auto;
}
.partnerPicture {
    padding: 0;
    margin: 0;
    max-width: 50%;
    height: auto;
    object-fit: cover;
}
.partnerPicture-mobile {
    display: none !important;
}

@media (max-width: 640px) {
    .bannerContent-inner {
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto;
        min-height: auto;
        border-radius: 0;
    }
    .bannerContent-leftSide {
        width: 100%;
        max-width: 100%;
    }
    .bannerContent-slideWrap .container {
        padding: 0;
    }
    .bannerContent-name {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 28px;
    }
    .bannerContent-description {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%;
    }
    .partnerPicture {
        display: none;
    }
    .partnerPicture-mobile {
        display: block !important;
        margin: auto;
    }
    .bannerContent-middle {
        margin-bottom: 56px;
    }
    .bannerContent-bottom {
        margin-top: 76px;
    }
    .glassEffect .bannerContent-bottom {
        margin-top: 0;
    }
    .glassEffect .bannerContent-middle {
        margin-bottom: 0;
    }
    .bannerContent-block {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .glassEffect .bannerContent-leftSide {
        padding: 12px;
        margin-top: 100%;
    }
    .bannerContent-tags {
        display: none;
    }
}

.banner-content .container {
    padding: 0 16px;
}

@media screen and (max-width: 640px) {
    .banner-content .container {
        padding: 0;
    }
    .bannerContent-inner {
        padding: 16px;
    }
    .glassEffect .bannerContent-inner {
        padding: 4px;
    }
}
/* End */


/* Start:/local/components/reaspekt/mailing/templates/.default/style.css?17350297013719*/

.mailing-lists {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 20px;
}
.mailing-part {
    width: calc(33.33% - 11px);
    padding: 24px;
    background-color: rgba(29, 33, 38, .9);
    border-radius: 24px;
    color: #fff;
    transition: all .3s ease;
    position: relative;
    font-family: OceanicGrotesk;
}
.mailing-part .custom-checkbox {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14.7992 3.00166C14.7992 2.55983 14.441 2.20166 13.9992 2.20166C13.5574 2.20166 13.1992 2.55983 13.1992 3.00166V13.2017H2.99922C2.55739 13.2017 2.19922 13.5598 2.19922 14.0017C2.19922 14.4435 2.55739 14.8017 2.99922 14.8017H13.1992V25.0017C13.1992 25.4435 13.5574 25.8017 13.9992 25.8017C14.441 25.8017 14.7992 25.4435 14.7992 25.0017V14.8017H24.9992C25.441 14.8017 25.7992 14.4435 25.7992 14.0017C25.7992 13.5598 25.441 13.2017 24.9992 13.2017H14.7992V3.00166Z" fill="%231D2126" fill-opacity="0.9"/></svg>') 50% 50% no-repeat;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.mailing-part.checked .custom-checkbox {
    background: #fff url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25.5649 7.43597C25.8773 7.74839 25.8773 8.25493 25.5649 8.56735L11.5649 22.5673C11.2525 22.8798 10.746 22.8798 10.4335 22.5673L2.43353 14.5673C2.12111 14.2549 2.12111 13.7484 2.43353 13.436C2.74595 13.1236 3.25248 13.1236 3.5649 13.436L10.9992 20.8703L24.4335 7.43597C24.746 7.12356 25.2525 7.12356 25.5649 7.43597Z" fill="%23A41034"/></svg>') 50% 50% no-repeat;
    background-color: #fff;
}
.mailing-part:hover,
.mailing-part.checked {
    background: #A41034;
}
.mailing-part:hover .mailing-badge,
.mailing-part.checked .mailing-badge {
    background: #EBCD00;
    color: #A41034;
}
.mailing-name {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
}
.mailing-date {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    opacity: .5;
    margin-bottom: 16px;
}
.mailing-badge {    
    white-space: nowrap;
    background: #fff;
    border: none;
    border-radius: 32px;
    padding: 3px 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    color: rgba(29, 33, 38, .9);
    display: inline-block;
    margin-bottom: 40px;
    font-family: JetBrains;
    transition: all .3s ease;
}
.mailing-description {
    font-size: 16px;
    line-height: 20px;
    padding-right: 70px;
    margin-top: 55px;
}
@media (max-width: 640px) {
    .mailing-lists {
        overflow: overlay;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .mailing-part {
        width: calc(100vw - 17px);
        min-width: calc(100vw - 60px);
        margin-right: 16px;
    }
    .mailing-part:last-child {
        margin-right: 0;
    }
    .mailing-description {
        font-size: 14px;
        line-height: 18px;
        padding-right: 0;
    }
    .mailing-part .custom-checkbox {
        position: relative;
        right: auto;
        bottom: auto;
        width: 36px;
        height: 36px;
        margin-top: 16px;
    }
}
/* End */


/* Start:/local/templates/bigi/components/bitrix/news.list/hbr-list/style.css?17350298022470*/
.hbrMain {
    margin-bottom: 120px;
}
.hbrMain .slide {
    width: 305px;
    height: auto;
}
.hbrMain .swiper-wrapper {
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.collectionItem {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100%;
    font-family: OceanicGrotesk;
}
.collectionItem-spine {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, .2);
    width: 28px;
    position: relative;
    box-sizing: border-box;
}
.collectionItem .collectionItem-main {
    background: #F0F5F7;
    width: 277px;
    padding: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
}
.collectionItem:hover .collectionItem-main {
    background: transparent;
    color: #fff !important;
}
.collectionItem-count {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.08px;
    margin-bottom: 46px;
    font-family: JetBrains;
}
.collectionItem-name {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 50px;
    font-family: OceanicText;
}
.collectionItem-description {
    margin-top: auto;
    font-size: 16px;
    line-height: 20px;
}
.collectionItem-spine svg {
    position: absolute;
    top: 13px;
    left: 6px;
}
.collectionItem-classics {
    color: #fff;
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    left: 8px;
    bottom: 18px;
    font-family: JetBrains;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08px;
}
@media (max-width: 640px) {
    .collectionItem-classics {
        letter-spacing: .8px;
    }
}
/* End */
/* /local/components/reaspekt/banner/templates/banners-partner/style.css?17694252512989 */
/* /local/components/reaspekt/section-main/templates/section-new/style.css?17633812504766 */
/* /local/components/reaspekt/section-main/templates/section-idea/style.css?17633812504766 */
/* /local/components/reaspekt/section-main/templates/section/style.css?17691586926917 */
/* /local/components/reaspekt/banner/templates/banners-content/style.css?17633812506963 */
/* /local/components/reaspekt/mailing/templates/.default/style.css?17350297013719 */
/* /local/templates/bigi/components/bitrix/news.list/hbr-list/style.css?17350298022470 */
