

/* Start:/local/templates/mhi/components/bitrix/catalog.section.list/mhi.about.tech.list/style.css?16379252409655*/
.tech-title__container {
    margin: 180px 5vw;
    text-align: center;
}
.tech-title__container h1 {
    text-transform: uppercase;
    margin: 10px 0 40px;
}
.tech-title__subtitle-text {
    font-size: 20px;
    line-height: 1.2em;
}
.tech-title__box .title__btn-row .btn {
    width: 280px;
}
.tech-text__main {
    font-size: 20px;
    line-height: 1.25em;
    text-align: center;
    padding: 50px 5vw;
}
.tech-white,
.tech-white h2 {
    color: #fff;
}
.tech-section {
    text-align: center;
}
.tech-section .background__inner {
    background-size: auto 100%;
}
.tech__counter-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.tech-white .tech__counter-wrapper {
    margin-top: 100px;
}
.tech__counter {
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 1em;
}
.tech__counter::before {
    content: '';
    position: absolute;
    width: 41px;
    height: 41px;
    border-radius: 25px;
    border: 1px solid #202329;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tech-white .tech__counter::before {
    border: 1px solid #fff;
}
.tech-section h2 {
    text-transform: uppercase;
    margin-top: 30px;
}
.tech__btn {
    display: flex;
    justify-content: center;
    margin: 30px 0 120px;
}
.tech__btn .btn {
    width: 190px;
}
.tech__image-wrapper {
    position: relative;
}
.tech__image-bg-box {
    height: 400px;
    width: 300px;
    position: relative;
    margin: 15% auto!important;
}
.tech__image-bg-inner {
    position: absolute;
    top: -15%;
    left: 0;
    bottom: -15%;
    right: 0;
    background-size: auto 100%;
}
.tech__image-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.tech-left {
    margin: -50px 0 -100px;
}
.tech-left .background-addon.bt-from-left {
    top: 2vw;
    right: 0;
    height: 40vw;
}
.tech-left .background-title__wrapper {
    top: -7vw;
}
.tech-left .tech__counter-wrapper {
    margin-top: 140px;
}
.tech-left .tech__btn {
    margin-bottom: 210px;
}
.tech-section + .tech-white {
    margin-top: -50px;
}
.tech-section + .tech-white .background__wrapper {
    top: -11vw;
}
.tech-image-and-bg + .tech-right .background-addon.bt-to-left {
    height: 50vw;
    left: 0;
}
.tech-section + .tech-white .tech__btn {
    margin-bottom: 200px;
}
.tech-popup__wrapper {
    position: relative;
    width: calc(100vw - 30px);
    max-width: 1140px;
    height: calc(100vh - 30px);
    background: #fff;
    padding: 50px 30px 30px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
.tech-popup__outer {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
.tech-popup__outer::-webkit-scrollbar-track{
    border: 2px solid #d8d8d8;
    background-color: #d8d8d8;
    border-radius: 8px;
}
.tech-popup__outer::-webkit-scrollbar {
    width: 4px;
    background-color: #d8d8d8;
    border-radius: 8px;
}
.tech-popup__outer::-webkit-scrollbar:vertical {
    width: 4px;
    background-color: #d81718;
    border-radius: 8px;
}
.tech-popup__outer::-webkit-scrollbar:horizontal {
    display: none;
}
.tech-popup__outer::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid #d81718; 
    background-color: #d81718;
}
.tech-popup__inner {
    padding: 0 10px;
}
.tech-popup__head {
    min-height: 420px;
    display: flex;
    align-items: center;
    position: relative;
}
.tech-popup__title h2 {
    margin: 0 0 25px;
}
.tech-color__white,
.tech-color__71,
.tech-color__white h2,
.tech-color__71 h2 {
    color: #fff;
}
.tech-color__white::before,
.tech-color__71::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1;
    opacity: 0.25;
}
.tech-side__right,
.tech-side__73 {
    padding: 40px;
    background-position: left center!important;
}
.tech-popup__title {
    position: relative;
    z-index: 2;
}
.tech-popup__body-wrapper {
    margin: 30px 0;
    display: grid;
    grid-row-gap: 30px;
}
.tech-popup__item h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.tech-popup__item-text-box {
    position: relative;
}
.tech-popup__item-picture {
    height: 80px;
    position: absolute;
    top: 5px;
    left: 0;
}
.tech-popup__item-picture + .tech-popup__item-text {
    min-height: 100px;
    padding-left: 90px;
}
.tech-popup__item-gallery {
    margin-top: 30px;
    display: grid;
    grid-row-gap: 20px;
}
.tech-popup__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

@media all and (min-width: 768px) {
    .tech-title__container {
        text-align: left;
        margin: 50px 50px 150px 150px;
    }
    .title__btn-row {
        justify-content: left;
        margin-top: 80px;
    }
    .tech-text__main {
        padding: 50px 100px;
    }
    .tech-section {
        text-align: left;
    }
    .tech-white .container {
        padding-right: 300px;
    }
    .tech__counter-wrapper {
        justify-content: flex-start;
        padding-left: 20px;
    }
    .tech-white .tech__counter-wrapper {
        margin-bottom: 40px;
    }
    .tech-right .tech__counter-wrapper {
        margin-top: 0;
    }
    .tech-left .tech__counter-wrapper {
        margin-top: 120px;
    }
    .tech__btn {
        justify-content: flex-start;
    }
    .tech-white .tech__btn {
        margin-bottom: 150px;
    }
    .tech-container__with-image {
        display: grid;
        grid-template-columns: 2fr 3fr;
    }
    .tech__image-wrapper {
        grid-column: 1/2;
        grid-row: 1/6;
    }
    .tech__image-bg-box {
        width: 200px;
        height: 300px;
    }
    .tech__image-box {
        top: 40px;
        padding: 0 20px;
    }
    .tech-section + .tech-white .tech__btn {
        margin-bottom: 250px;
    }
    .tech-section + .tech-left .tech__btn {
        margin-bottom: 150px;
    }
    .tech-left {
        margin-bottom: -50px;
    }
    .tech-section + .tech-white {
        margin-top: 0;
    }
    .title__btn-row {
        margin-top: 90px;
    }
    .tech-image-and-bg + .tech-right .background-addon.bt-to-left {
        height: 300px;
    }
    .tech-left .background-addon.bt-from-left {
        height: 300px;
        top: 0;
    }
    .tech-popup__wrapper {
        padding: 40px 50px;
    }
    .tech-popup__inner {
        padding: 0 20px;
    }
}

@media all and (min-width: 992px) {
    .tech-title__box .background__inner {
        background-size: auto 80%;
    }
    .tech-title__subtitle-text {
        font-size: 25px;
    }
    .tech-title__container {
        margin: 50px 0 50px 310px;
    }
    .tech-text__main {
        padding: 100px 200px;
        font-size: 25px;
    }
    .tech__image-bg-box {
        width: 250px;
        height: 400px;
    }
    .tech-left {
        margin-bottom: 0;
    }
    .tech-left + .tech-image-and-bg {
        margin-bottom: -30px;
    }
    .tech-image-and-bg + .tech-right .background__wrapper {
        top: 5vw;
    }
    .tech-image-and-bg + .tech-right .background-addon.bt-to-left {
        top: 5vw;;
    }
    .tech-right .tech__counter-wrapper {
        margin-top: 100px;
    }
    .tech-white .container {
        padding-right: 400px;
    }
    .tech-color__white::before,
    .tech-color__71::before {
        display: none;
    }
    .tech-side__right,
    .tech-side__73 {
        padding: 40px 40px 40px 40%;
    }
    .tech-popup__body-wrapper {
        display: block;
        margin-right: -30px;
    }
    .tech-popup__item {
        width: calc(50% - 30px);
        float: left;
        margin-right: 30px;
    }
    .tech-popup__single-item {
        width: 100%;
    }
}

@media all and (min-width: 1200px) {
    .tech-title__box .background__inner {
        background-size: auto 70%;
    }
    .tech-text + .tech-section .tech__btn {
        margin-bottom: 250px;
    }
    .tech-title__container {
        margin: 50px 0 50px 390px;
    }
    .tech-image-and-bg + .tech-right .background-addon.bt-to-left {
        height: 450px;
        left: 30vw;
    }
    .tech__image-bg-box {
        width: 300px;
        height: 450px;
    }
    .tech-container__with-image {
        grid-column-gap: 40px;
    }
    .tech-white .container {
        padding-right: 500px;
    }
}

@media all and (min-width: 1450px) {
    .tech-title__box .background__inner {
        background-position: center bottom;
    }
    .tech-section .background__inner {
        background-size: auto 100%;
        background-position: 50% bottom;
    }
    .tech-image-and-bg + .tech-left {
        margin-top: 150px;
    }
    .tech-left + .tech-image-and-bg {
        margin-top: 50px;
    }
    .tech-image-and-bg + .tech-right .tech__counter-wrapper {
        margin-top: 150px;
    }
    .tech-image-and-bg + .tech-right .tech__btn {
        margin-bottom: 300px;
    }
}

@media all and (min-width: 992px) {
    .tech-popup__body-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 1600px;
        grid-row-gap: unset;
    }
    .tech-popup__item {
        margin-bottom: 30px;
    }
}
/* End */
/* /local/templates/mhi/components/bitrix/catalog.section.list/mhi.about.tech.list/style.css?16379252409655 */
