.home-body > * + * {
    margin-top: 6rem !important;
}

.home-body > .home-header + * {
    margin-top: 4rem !important;
}

.home-header {
    margin-top: var(--outer-offset-fix);
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 27rem;
    background: url('/i/slides/slide-tha-1.jpg') no-repeat left center / cover;
    transition: var(--common-transition);
}

.home-header-inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.home-header-inner > div > * + * {
    margin-top: var(--small-gap);
}

.home-header-button {
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;

    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #828CA4;
}
.home-header-button:hover {
    background-color: var(--active-color);
}
.home-header-button:before {
    content: '';
    display: block;
    width: 2.5rem;
    margin-right: -1rem;
    border-top: 2px solid #fff;
}
.home-header-button:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.home-header-title {
    max-width: 53.5rem;

    font: 500 2.7rem/3.5rem Montserrat;
}

.home-header-content {
    max-width: 42rem;
}

.home-header-content > * + * {
    margin-top: 1rem;
}

.home-header-search {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.home-header-search-label {
    width: 100%;
    height: 100%;
}

.home-header-search-input {
    width: 100%;
    height: 4rem;
    padding: 0 4.4rem 0 2rem;
    border: 1px solid #ffffff;
    border-radius: 2.2rem;

    background: #ffffff;

    font: 500 1.5rem/2.6rem Montserrat;
}

.home-header-search-input:focus {
    border-color: rgba(104, 99, 167, 0.3);
}

.home-header-search-button {
    margin-left: -4.4rem;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 2.2rem;
    background: #EE7950 url('/i/icon-search-w.svg') no-repeat center / 1.8rem;
}

.home-bnrs-slider-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.home-bnrs-slider {
    overflow: hidden;
    width: 100%;
}

.home-bnrs-slider-body {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.home-bnrs-slider-body > .home-bnr {
    flex-shrink: 0;
    flex-grow: 0;
    width: 30%;

    transition: var(--common-transition), margin-left 0ms;
}

.home-bnrs-slider-body > * + * {
    margin-left: 5%;
}

.home-bnrs-slider-button {
    display: block;
    width: 1.3rem;
    height: 2.4rem;

    background: url('/i/slider-arrow.svg') no-repeat center / contain;
}

.home-bnrs-slider-button:first-child {
    margin-right: 4.7rem;
    transform: rotate(180deg);
}

.home-bnrs-slider-button:last-child {
    margin-left: 4.7rem;
}

.home-bnr {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: 17rem;
    background: url('/i/bnrs/empty.jpg') no-repeat center / cover;
}
.home-bnr:hover {
    box-shadow: var(--common-shadow);
}

.home-bnr > span {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 5rem;
    padding: 0.5rem 2rem;
    font: 700 1.5rem/1.8rem Montserrat;
    color: #FFFFFF;
    background: rgba(130,140,164,.9);
}

.home-bnr > i {
    max-width: 58rem;
    margin: auto 0 auto var(--big-gap);

    padding-bottom: var(--normal-gap);

    font: var(--font-h2);

    background: url('/i/super-arrow-d.svg') no-repeat left bottom;
}

.bnr-heat-and-mass-transfer-in-phase-changes {
    background-image: url('/i/bnrs/heat-and-mass-transfer-in-phase-changes.jpg') !important;
}
.bnr-heat-transfer-in-aerospace-engineering {
    background-image: url('/i/bnrs/heat-transfer-in-aerospace-engineering.jpg') !important;
}
.bnr-heat-transfer-in-combustion-systems {
    background-image: url('/i/bnrs/heat-transfer-in-combustion-systems.jpg') !important;
}
.bnr-heat-exchangers {
    background-image: url('/i/bnrs/heat-exchangers.jpg') !important;
}
.bnr-heat-transfer-in-microfluidics {
    background-image: url('/i/bnrs/heat-transfer-in-microfluidics.jpg') !important;
}
.bnr-heat-transfer-modes-and-combined-heat-transfer {
    background-image: url('/i/bnrs/heat-transfer-modes-and-combined-heat-transfer.jpg') !important;
}
.bnr-thermal-behavior-of-nanofluids {
    background-image: url('/i/bnrs/thermal-behavior-of-nanofluids.jpg') !important;
}
.bnr-heat-transfer-in-solar-engineering {
    background-image: url('/i/bnrs/heat-transfer-in-solar-engineering.jpg') !important;
}
.bnr-thermal-protection-and-advanced-thermal-insulations {
    background-image: url('/i/bnrs/thermal-protection-and-advanced-thermal-insulations.jpg') !important;
}
.bnr-energy-efficient-technologies-in-buildings {
    background-image: url('/i/bnrs/energy-efficient-technologies-in-buildings.jpg') !important;
}
.bnr-hydrogen-production-storage-transportation-and-utilization {
    background-image: url('/i/bnrs/hydrogen-production-storage-transportation-and-utilization.jpg') !important;
}

.bnr-hydrogen-production-storage-transportation-and-utilization-second {
    background-image: url('/i/bnrs/hydrogen-production-storage-transportation-and-utilization-second.jpg') !important;
}
.bnr-clean-and-renewables-energy {
    background-image: url('/i/bnrs/clean-and-renewables-energy.jpg') !important;
}
.bnr-micro-and-nano-scale-heat-transfer {
    background-image: url('/i/bnrs/micro-and-nano-scale-heat-transfer.jpg') !important;
}
.bnr-heat-transfer-in-biological-systems {
    background-image: url('/i/bnrs/heat-transfer-in-biological-systems.jpg') !important;
}
.bnr-process-heat-transfer {
    background-image: url('/i/bnrs/process-heat-transfer.jpg') !important;
}
.bnr-heat-transfer-problems-in-geophysics {
    background-image: url('/i/bnrs/heat-transfer-problems-in-geophysics.jpg') !important;
}
.bnr-clean-power {
    background-image: url('/i/bnrs/clean-power.jpg') !important;
}
.bnr-advanced-energy-systems {
    background-image: url('/i/bnrs/advanced-energy-systems.jpg') !important;
}
.bnr-advanced-energy-systems-second {
    background-image: url('/i/bnrs/advanced-energy-systems-second.jpg') !important;
}
.bnr-energy-efficient-technologies-in-buildings-second {
    background-image: url('/i/bnrs/energy-efficient-technologies-in-buildings-second.jpg') !important;
}
.bnr-energy-storage-and-batteries {
    background-image: url('/i/bnrs/energy-storage-and-batteries.jpg') !important;
}
.bnr-sustainable-environment {
    background-image: url('/i/bnrs/sustainable-environment.jpg') !important;
}
.bnr-combustion-and-emission-control {
    background-image: url('/i/bnrs/combustion-and-emission-control.jpg') !important;
}
.bnr-clean-energy {
    background-image: url('/i/bnrs/clean-energy.jpg') !important;
}
.bnr-ololo {
    height: 22rem;
    background-image: url('/i/bnrs/ololo.jpg') !important;
}


.home-bnr-network {
    height: 28rem;
    background-image: url('/i/bnrs/network.jpg') !important;
}
.home-bnr-contribute-1 {
    height: 28rem;
    background-image: url('/i/bnrs/contribute-1.jpg') !important;
}
.home-bnr-authors-editors-reviewers {
    height: 22rem;
    background-image: url('/i/bnrs/authors-editors-reviewers.jpg') !important;
}

.home-bnr-tha-focus {
    height: 22rem;
    background-image: url('/i/bnrs/tha-focus.jpg') !important;
}

.home-bnr-tha-focus-title-wrapper {
    margin: auto 0;
    padding: 0 2rem;
    color: var(--active-color);
}

.home-bnr-tha-focus-title {
    font: 700 3rem/3rem HelveticaNeueCyr;
}

.home-bnr-tha-focus-subtitle {
    font: 700 2.6rem/3rem HelveticaNeueCyr;
}

.home-bnr-how-it-works {
    height: 22rem;
    background-image: url('/i/bnrs/how-it-works.jpg') !important;
    justify-content: space-between;
}

.home-bnr-how-it-works > i {
    padding: 0 0 1.7rem 3.5rem;
}



.home-columns {
    display: flex;
    flex-flow: row nowrap;
}

.home-special-grid {
    display: grid;
    grid-gap: 6rem var(--big-gap);
    grid-template-columns: 570fr 600fr;
}

.home-special-grid .common-columns > * + * {
    margin-left: 2rem;
}

.home-special-grid-banners {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.home-special-grid-banners > * + * {
    margin-left: var(--normal-gap);
}

.home-event, .home-event > * {
    display: block;
}

.home-event + .home-event {
    margin-top: 1.5rem;
}

.home-event-title {
    display: block;
    font: 700 1.6rem/2.8rem Montserrat;
    color: #3D4153;
}

.home-event-place {
    color: #71758B;
}

.home-event-all {
    display: inline-block;
    margin-top: 2rem;
    font: 700 1.1rem/1.7rem Montserrat;
    color: #3D4153;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.article-list-item {
    display: flex;
    flex-flow: column;
    color: #3D4153;
}

.article-list-item + .article-list-item {
    margin-top: 2rem;
}

.article-list-item > * + * {
    margin-top: .4rem;
}

.article-list-item-title {
    font: 700 1.5rem/2.6rem Montserrat;
    opacity: 0.85;
}

.article-list-item-text {
    font: 500 1.1rem/1.7rem Montserrat;/* ... Cocurrent flow: Parallel flow The motion of two heat-transfer agents in a heat-exchange system (e.g., in a double-pipe heat exchanger) parallel to each other in the same direction. ... */
    letter-spacing: 0.05em;
}

.home-supporters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.home-supporters .product-item + .product-item {
    border-left: 1px solid rgba(61, 65, 83, .25);
}

.top-users {
    overflow: hidden;
    /*display: grid;*/
    /*grid-gap: 1.9rem;*/
    /*grid-template-columns: repeat(auto-fit, minmax(0, 1fr));*/

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.top-user {
    flex-shrink: 0;
    flex-grow: 0;
    width: 20.5rem;
    height: 12.2rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;

    padding: 1rem 2.4rem;

    background: #ffffff;

    transition: var(--common-transition), margin-left 0ms;
}

.top-user + .top-user {
    margin-left: 1.9rem;
}

.top-user-logo {
    width: 100%;
    height: 100%;
    background: no-repeat center ;
}

.top-user-name {
    flex-shrink: 0;
    flex-grow: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 4rem;

    font: 500 1.5rem/2rem Montserrat;
    text-align: center;
    color: #3D4153;
}


.logo-ku-leuven {
    background-image: url('/i/logo-ku-leuven.png') !important;
}
.logo-delft-university-of-technology {
    background-image: url('/i/logo-delft-university-of-technology.png') !important;
}
.logo-georgia-tech {
    background-image: url('/i/logo-georgia-tech.png') !important;
}
.logo-imperial-college-london {
    background-image: url('/i/logo-imperial-college-london.png') !important;
}
.logo-kyushu-university {
    background-image: url('/i/logo-kyushu-university.png') !important;
}
.logo-purdue-university-libraries {
    background-image: url('/i/logo-purdue-university-libraries.png') !important;
}
.logo-stanford-university {
    background-image: url('/i/logo-stanford-university.png') !important;
}
.logo-tsinghua-university {
    background-image: url('/i/logo-tsinghua-university.png') !important;
}

.strange-panel {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: center;

    margin-top: 3rem;

    padding: 4.2rem 0;

    background: rgba(255,255,255,.7);
}

.strange-panel-item {
    width: 100%;
    height: 6.6rem;
    background: no-repeat center / contain;
}

.vg-panel {
    display: grid;
    grid-gap: var(--tiny-gap);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.vg-panel-item {
    display: flex;
    flex-flow: column;
}

.vg-panel-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13.6rem;
    background: no-repeat center / cover;
}

.vg-panel-item-image:after {
    content: '';
    width: 4.4rem;
    height: 4.4rem;
    background: url('/i/icon-vg-play.svg') no-repeat center / contain;
}

.vg-panel-item-name {
    margin-top: .8rem;
    font: 500 1.1rem/1.7rem Montserrat;
    letter-spacing: 0.02em;
    color: #3D4153;
}

@media (max-width: 1439px) {

}

@media (max-width: 1023px) {
    .home-header-button {
        display: none;
    }

    .home-bnrs-slider-body > .home-bnr {
        width: 45%;
    }

    .home-bnrs-slider-body > * + * {
        margin-left: 10%;
    }

    .home-special-grid {
        grid-template-columns: 1fr;
        grid-gap: 3rem;
    }

    .home-supporters {
        grid-gap: 2rem 1rem;
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    }

    .product-item + .product-item {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .home-body > * + * {
        margin-top: 2rem !important;
    }

    .home-header {
        min-height: 14rem;
    }

    .home-header-inner > div > * + * {
        margin-top: 2rem;
    }

    .home-header-title {
        font: 500 1.25rem/1.8rem Montserrat;
    }

    .home-header-text {
        display: none;
    }

    .home-header-search {
        height: 3.9rem;
    }

    .home-header-search-input {
        height: 3.5rem;
        padding: 0 3.9rem 0 2rem;
        font-size: 1.2rem;
    }

    .home-header-search-button {
        margin-left: -3.9rem;
        width: 3.9rem;
        height: 3.9rem;
        background-size: 1.56rem;
    }

    .home-bnrs-slider-wrap {
        overflow: auto;
    }

    .home-bnrs-slider {
        overflow: visible;
        width: auto;
    }

    .home-bnrs-slider-body {
        padding: 0 var(--horizontal-offset);
    }

    .home-bnrs-slider-body > .home-bnr {
        height: auto;
        width: 16rem;
        background: none;
    }

    .home-bnrs-slider-body > .home-bnr > span {
        height: 100%;
        min-height: 5rem;
    }

    .home-bnrs-slider-body > * + * {
        margin-left: 1rem;
    }

    .home-bnrs-slider-button {
        display: none;
    }

    .vg-panel-text {
        order: -1;
    }

    .vg-panel-text > .main-text {
        display: none;
    }

    .how-to-contribute-panel {
        display: none;
    }

    .vg-panel {
        margin-top: -2rem;
        grid-gap: 1rem;
    }

    .vg-panel-item-image {
        height: 8rem;
    }

    .home-bnr > span {
        min-height: 3rem;
        padding: 0 0 0 1rem;
        font: 700 1.3rem/1.6rem Montserrat;
    }

    .home-bnr-tha-focus-title {
        font: 700 2.3rem/2.5rem HelveticaNeueCyr;
    }

    .home-bnr-tha-focus-subtitle {
        font: 700 1.6rem/2.5rem HelveticaNeueCyr;
    }

    .home-bnr-how-it-works {
        display: none;
    }
    .home-bnr-network {
        height: 10.7rem;
    }
    .home-bnr-contribute-1 {
        height: 10.7rem;
    }
    .home-bnr-tha-focus,
    .home-bnr-authors-editors-reviewers {
        width: auto;
        height: 16rem;
    }
    .bnr-ololo {
        width: auto;
        height: 16rem;
    }

    .home-bnr > i {
        max-width: 21.3rem;
        font: var(--font-h4);
    }

    .strange-panel {
        display: none;
    }

    .top-user {
        width: 18.5rem;
        height: 13rem;

        padding: 1rem 1.5rem;
    }

    .top-user + .top-user {
        margin-left: 1.7rem;
    }

    .home-supporters {
        grid-gap: var(--normal-gap) 0;
        grid-template-columns: repeat(auto-fill, minmax(8.8rem, 1fr));
    }

    .home-supporters .product-item {
        border-bottom: 1px solid rgba(61, 65, 83, .25);
        padding-bottom: var(--normal-gap);
    }

    .home-supporters .product-item > span {
        max-width: 8.8rem;
    }

    .home-supporters .product-item:nth-child(4n) {
        border-left: 0;
    }

    /*.home-supporters .product-item:nth-child(odd) {*/
    /*    border-left: none;*/
    /*}*/

    /*.home-supporters .product-item:last-child:nth-child(odd) {*/
    /*    transform: translateX(50%);*/
    /*}*/
}

