

/* Start:/local/templates/mhi/components/bitrix/catalog.section.list/section.list/style.css?170141579921550*/
.sectionlist-title__box {
    padding-bottom: 150px;
}
.title__box {
    text-align: center;
}
.title__box h1 {
    text-transform: uppercase;
    margin-top: 70px;
    text-align: center;
}
.title__text {
    padding: 0 10vw;
}
.sectionlist-title__img {
    padding: 30px 5px 40px;
}
.sectionlist-subtitle__box .catalog-top__icontext {
    text-align: center;
    margin-top: 70px;
}

.h1_subtitle {
    text-transform: none;
    font-size: 0.65em;
}
.title__box h1.low_line_height {
    text-align: center;
    line-height: 1em;
}
.title__box h1.low_line_height .red-line {
    margin-top: 10px;
    display: inline-block;
    line-height: 1em;
}

.sectionlist__series-title {
    text-align: center;
    font-size: 25px;
    padding: 0 10vw;
    margin: 0;
}
.sectionlist__wrapper {
    display: grid;
    grid-gap: 40px;
    margin: 0 15px 20px;
}
.sectionlist__series-title + .sectionlist__wrapper {
	margin-top: 40px;
}
.sectionlist__item {
    padding: 50px 30px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sectionlist__accessories {
    padding: 30px 0;
}
.sectionlist__img {
    margin: auto 0;
}
.sectionlist__textbox {
    margin: 20px 0 30px;
}
.sectionlist__textbox-title {
    font-size: 1.33em;
    font-weight: 700;
    line-height: 1.33em;
    margin: 5px 0 8px;
    color: #d81718;
    text-align: center;
}
.sectionlist__btn .btn {
    width: 200px;
}

.sectionlist__title {
    display: block;
    margin: 70px 15px 15px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.sectionlist__text {
    margin: 0 15px;
    text-align: center;
}
.sectionlist__text +.sectionlist__wrapper {
    margin-top: 30px;
}
.sectionlist__title +.sectionlist__wrapper {
    margin-top: 20px;
}

.catalog-models,
.section-benefits,
.section-functions,
.section-docs {
    padding: 25px 0;
}

.spage__head-gallery {
    width: 100%;
}

.spage__head-subtitle {
    margin-top: 20px;
    font-weight: 700;
}
.spage__head-subtitle + h1 {
    margin: 10px 0 30px;
}

.gallery-top {
    position: relative;
    padding-top: 66%;
    margin-bottom: 30px;
}
.gallery-item {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-icon__list {
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.gallery-icon__item {
    flex: 0 1 auto;
    height: 100%;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
}

.gallery-thumbs {
    display: flex;
    justify-content: center;
}
.gallery-thumb + .gallery-thumb {
    margin-left: 10px;
}

.gallery-thumb {
    height: 70px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid transparent;
    transition: 0.3s ease;
    cursor: pointer;
}
.gallery-thumb img {
    width: auto!important;
}
.spage__head-description {
    margin-top: 30px;
}
.gallery-thumb {
    border: 1px solid #b2b6ba;
    position: relative;
    padding: 5px;
}
.gallery-thumb.pressed::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    height: 5px;
    background: #d81718;
}
.gallery-thumbs.owl-carousel .owl-item {
    padding: 1px 1px 30px;
}

.catalog-models h2,
.section-benefits h2,
.section-functions h2,
.section-docs h2 {
    text-align: center;
}
.catalog-items__link-wrapper {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
.catalog-item__title {
    font-weight: 700;
    margin-bottom: 5px;
}
.catalog-item__link {
    color: #d81718;
    text-decoration: underline;
}
.compare-container {
    display: none;
}

.section-benefits__wrapper {
    margin: 20px 0;
    text-align: center;
    display: grid;
    grid-gap: 60px;
}
.section-benefits__full-box.sb__type-background {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.section-benefits__full-box_bgimage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.section-benefits__full-box_bgimage img {
    object-fit: cover;
    max-width: calc(100vw - 30px);
}
.section-benefits__text-box h3 {
    margin: 30px 0 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-benefits__text-box p {
    margin: 0;
}

.section-functions__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 40px;
    justify-items: center;
    margin: 30px 0;
}
.section-functions__box {
    cursor: pointer;
}
.section-functions__img img {
    width: 50px;
}
.section-functions__title {
    display: none;
}

.docs_video_wrapper {
    display: grid;
    grid-gap: 50px;
}
.section-docs__wrapper {
    display: grid;
    grid-gap: 20px;
}
.section-docs__title {
    margin: 0 0 20px!important;
}
.section-docs__item {
    padding: 0 10vw;
    display: flex;
    align-items: center;
}
.section-docs__item-text {
    margin-left: 0;
    text-decoration: underline;
    font-size: 15px;
}
.section-video__item {
    position: relative;
    padding-top: 66%;
}
.section-video__item + .section-video__item{
    margin-top: 20px;
}
.video__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
div#container-video-mej {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#section-functions__popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1500;
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
}
.section-functions__popup-wrapper {
    width: 550px;
    max-width: 80vw;
    max-height: 90vh;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 70px 45px;
    position: relative;
    overflow: hidden
}
.section-functions__popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.section-functions__popup-close::before,
.section-functions__popup-close::after {
    content: '';
    height: 1px;
    width: 30px;
    background: #797979;
    top: 10px;
    left: -4px;
    position: absolute;
}
.section-functions__popup-close::before {
    transform: rotate(45deg);
}
.section-functions__popup-close::after {
    transform: rotate(-45deg);
}
.section-functions__popup-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-functions__popup-img {
    height: 130px;
    width: 130px;
}
.section-functions__popup-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}
.section-functions__popup-title {
    font: 400 20px/1.1em 'Brutal Type';
    margin: 30px 0 10px;
}
.section-functions__popup-text {
    font-size: 14px;
}

.sectionlist-subtitle__text * {
    line-height: 1.25em;
}

.sectionlist-subtitle__btn {
    display: flex;
    justify-content: center;
    padding: 50px 0 20px;
}

.poluprom_icons {
    text-align: center;
}
.poluprom_icons h3 {
    font-size: 20px;
}
.poluprom_icons .catalog-top__icontext {
    margin: 40px 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.poluprom_icons .catalog-top__text-with-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 5vw;
}
.poluprom_icons .catalog-top__text-with-icons .catalog-top__text-title {
    font-size: 15px;
    line-height: 1.2em;
}
.poluprom_add {
    margin: 20px 0 50px;
}
.poluprom_add .background-addon.bt-to-right {
    left: 0;
    height: unset;
    top: 0;
    bottom: 0;
    border-width: 20px;
}

.section-__multisplit-title {
    margin-top: 80px;
}
.section__multisplit-btn {
    display: flex;
    justify-content: center;
}
.section__multisplit-btn .btn {
    padding-right: 80px;
}

.gallery-thumbs.owl-carousel {
    width: calc(100% - 90px);
    margin: 0 auto;
}
.gallery-thumbs.owl-carousel .owl-nav {
    bottom: 80px;
    width: calc(100% + 90px);
    left: -45px;
    display: flex;
}
.gallery-thumbs.owl-carousel .owl-nav button {
    width: 25px;
    height: 25px;
    border: 1px solid #797979!important;
    background: none!important;
    position: absolute;
}
.gallery-thumbs.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.gallery-thumbs.owl-carousel .owl-nav button::after {
    width: 8px;
    height: 17px;
    position: absolute;
    content: '';
    background: linear-gradient(45deg,transparent 30%,#797979 30%,#797979 39%, transparent 39%), linear-gradient(135deg,transparent 30%,#797979 30%,#797979 39%, transparent 39%);
    top: 3px;
    left: 7px;
}
.gallery-thumbs.owl-carousel .owl-nav button.owl-next::after {
    transform: rotate(180deg);
    left: 9px;
}

.sectionlist-newtitle__box .sectionlist-title__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-docs__item-icon {
    flex: 0 0 50px;
    height: 28px;
    background: url('/images/svg/icon_download_red_new.svg') no-repeat center left / contain;
}

@media all and (min-width: 576px) {
  .catalog-items__link-wrapper {
      grid-template-columns: repeat(2, 1fr);
  }
    
    .sectionlist-subtitle__box .catalog-top__icontext {
        text-align: left;
    }
    .sectionlist-subtitle__box .catalog-top__text-icon {
        justify-content: flex-start;
    }
    .section-functions__wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .poluprom_add {
        padding: 12vw 10vw;
        margin: 4vw 0 8vw;
    }
}


@media all and (min-width: 768px) {
    .h1_subtitle {
        font-size: 0.5em;
    }
    .title__box h1.low_line_height {
        line-height: 0.6em;
    }
    .sectionlist-subtitle {
        margin-top: 30px;
    }
    .sectionlist__series-title {
        font-size: 30px;
        padding: 0 75px;
    }
    .sectionlist__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin: 0;
    }
    .sectionlist__title +.sectionlist__wrapper {
        margin-top: 40px;
    }
    .sectionlist__title {
        font-size: 25px;
        text-align: left;
        margin-left: 0;
    }
    .sectionlist__text {
        text-align: left;
        margin-left: 0;
    }
    .gallery-top {
        padding-top: 370px;
        margin: 0 95px 30px;
    }
    .gallery-icon__list {
        height: 80px;
    }
    .gallery-thumb {
        height: 90px;
        padding-bottom: 10px;
    }
    .catalog-models h2,
    .section-benefits h2,
    .section-functions h2,
    .section-docs h2 {
        text-align: left;
    }
    .catalog-items__table-wrapper {
        display: flex;
        margin: 20px 0;
    }
    .catalog-items__table-body-wrapper {
        overflow: hidden;
        padding-bottom: 15px;
        margin-left: -1px;
    }
    .catalog-items__table-body {
        overflow-y: hidden;
        overflow-x: auto;
        position: relative;
        display: flex;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
    }
    .catalog-items__table-body::-webkit-scrollbar-track{
        border: 2px solid #d8d8d8;
        background-color: #d8d8d8;
        border-radius: 5px;
    }
    .catalog-items__table-body::-webkit-scrollbar {
        height: 5px;
        background-color: #d8d8d8;
        border-radius: 5px;
    }
    .catalog-items__table-body::-webkit-scrollbar:horizontal {
        height: 5px;
        background-color: #D81718;
        border-radius: 5px;
    }
    .catalog-items__table-body::-webkit-scrollbar:vertical {
        display: none;
    }
    .catalog-items__table-body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        border: 2px solid #D81718; 
        background-color: #D81718;
    }
    .item-cell {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .item-cell a {
        font-weight: 700;
        text-decoration: none;
    }
    .item-cell a span {
        display: block;
        white-space: nowrap;
    }
    .catalog-items__table-body-wrapper .item-cell {
        padding: 10px 15px;
        border-top: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        justify-content: center;
        min-height: 71px;
        min-width: 190px;
    }
    .catalog-items__table-first-col .item-cell {
        padding: 10px 15px;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        min-height: 71px;
        color: #797979;
    }
    .catalog-items__table-body-wrapper .item-cell:last-child,
    .catalog-items__table-first-col .item-cell:last-child {
        border-bottom: 1px solid #e5e5e5;
    }
    .catalog-items__table-body-wrapper .btn-to-compare {
        width: 22px;
        height: 27px;
        background: url('/images/svg/icon_compare.svg') no-repeat center center / contain;
        cursor: pointer;
    }
    .catalog-items__table-body-wrapper .btn-to-compare.in-compare {
        background-image: url('/images/svg/icon_compare_active.svg');
    }
    .item-compare {
        font-size: 20px;
        font-weight: 700;
        color: #202329!important;
    }
    .compare-container {
        display: flex;
    }
    .compare-container .btn + .btn {
        margin-left: 50px;
    }
    .compare-container .btn-red {
        width: 190px;
    }
    .compare-container .btn-red-outline {
        width: 210px;
    }
    .compare-container .btn-red-outline .btn-inner::after {
        right: -30px;
    }

    .section-functions__wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
    .section-functions__box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .poluprom_add {
        padding: 5vw 0 12vw 0;
        margin: 4vw 0 8vw;
    }
    .poluprom_add .background-addon {
        border-width: 15px;
    }
    .poluprom_icons .catalog-top__iconsubtitle,
    .poluprom_icons h3 {
        text-align: left;
        padding-right: 30%;
    }
    .poluprom_icons h3 {
        font-size: 25px;
    }
    .poluprom_icons .catalog-top__icontext {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
        margin-top: 50px;
    }
    .poluprom_icons .catalog-top__text-with-icons {
        padding: 0;
    }
    .sectionlist-title__img img {
        max-width: unset;
        max-height: unset;
    }
    section.sectionlist-newtitle__box {
        padding-top: 40px;
    }
    .section-benefits__full-box .section-benefits__text-box {
        text-align: left;
        font-size: 0.85em;
        display: flex;
        flex-direction: column;
    }
    .sb__type-background .section-benefits__text-box {
        position: absolute;
        top: 0;
        left: 25px;
        right: 25px;
        bottom: 25px;
    }
    .sb__type-background.sb__side-right .section-benefits__text-box {
        left: calc(50% + 25px);
    }
    .sb__type-background.sb__side-left .section-benefits__text-box {
        right: calc(50% + 25px);
    }
    .sb__vertical-middle .section-benefits__text-box {
        justify-content: space-around;
    }
    .sb__vertical-top .section-benefits__text-box {
        justify-content: flex-start;
    }
    .sb__vertical-bottom .section-benefits__text-box {
        justify-content: flex-end;
    }
    .sb__type-image {
        display: flex;
    }
    .sb__type-image.sb__side-left {
        flex-direction: row-reverse;
    }
    .sb__type-image .section-benefits__img-box {
        flex: 0 0 370px;
    }
    .sb__type-image.sb__side-left .section-benefits__img-box {
        margin-left: 40px;
    }
    .sb__type-image.sb__side-right .section-benefits__img-box {
        margin-right: 40px;
    }
    .section-benefits__full-box_bgimage img {
        max-width: 100vw;
    }
}

@media all and (min-width: 992px) {
    .title__box {
        text-align: left;
    }
    .title__text {
        padding: 0;
    }
    section.sectionlist-newtitle__box {
        padding-bottom: 0;
    }
    .sectionlist-title__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 50px;
        margin: 50px 0 -50px;
    }
    .sectionlist-newtitle__box .sectionlist-title__container {
        margin: 40px 0;
    }
    .sectionlist-title__container h1 {
        margin-top: 0;
    }
    .sectionlist-title__img {
        grid-row: 1/3;
        grid-column: 2/3;
        padding: 0 0 0 50px;
        position: relative;
    }
    .sectionlist-title__img img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .title__box h1 {
        z-index: 2;
    }
    .sectionlist-subtitle {
        margin-top: 40px;
    }
    .sectionlist__series-title {
        font-size: 37px;
        padding: 0 87px;
    }
    .sectionlist__wrapper {
        grid-gap: 70px;
    }
    .sectionlist__title {
        font-size: 30px;
    }
    .spage__head-wrapper {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
    }
    .spage__head-gallery {
        grid-column: 1/2;
        grid-row: 1/5;
    }
    .gallery-item {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .gallery-top {
        margin: 0 200px 30px;
    }
    section.section__gallery_row {
        padding-top: 0;
    }
    .gallery-thumbs.owl-carousel {
        width: 365px;
        margin: auto 0 auto 30px;
    }
    .spage__head-description {
        font-size: 0.9em;
        margin: 0 0 auto;
    }
    .spage__head-subtitle {
        margin-top: 0;
    }
    .catalog-models,
    .section-benefits,
    .section-functions,
    .section-docs {
        padding: 50px 0;
    }
    .catalog-models h2,
    .section-benefits h2,
    .section-functions h2,
    .section-docs h2 {
        margin: 0;
        font-size: 30px;
    }
    .catalog-items__table-first-col .item-cell {
        max-width: 350px;
    }
    .section-benefits__wrapper {
        grid-gap: 80px;
        margin: 40px 0;
    }
    .section-benefits__full-box {
        display: flex;
        align-items: center;
        text-align: left;
    }
    .section-benefits__img-box {
        flex: 1 1 68%;
        padding: 0 90px;
    }
    .section-benefits__text-box-with-pic {
        flex: 1 1 32%;
    }
    .section-benefits__text-box-with-pic h3 {
        margin-top: 0;
    }
    .section-benefits__full-box .section-benefits__text-box {
        font-size: 0.92em;
    }
    .sb__type-background.sb__side-right .section-benefits__text-box {
        left: calc(50% + 50px);
    }
    .sb__type-background.sb__side-left .section-benefits__text-box {
        right: calc(50% + 50px);
    }
    .sb__type-background .section-benefits__text-box {
        top: 25px;
        left: 50px;
        right: 50px;
        bottom: 50px;
    }
    .sb__type-image .section-benefits__img-box {
        flex: 0 0 auto;
        height: 285px;
        padding: 0;
    }
    .sb__type-image.sb__side-left .section-benefits__img-box {
        margin-left: 80px;
    }
    .sb__type-image.sb__side-right .section-benefits__img-box {
        margin-right: 80px;
    }
    .section-functions__wrapper {
        grid-template-columns: repeat(7, 1fr);
    }
    .docs_video_wrapper.docs-and-video {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 40px;
    }
    .section-docs__wrapper {
        margin-bottom: auto;
    }
    .section-docs__item {
        padding: 0;
    }
    h2.section-video__title {
        margin-bottom: 30px;
    }
    .poluprom_add {
        padding: 3vw 0 9vw 0;
        margin: 8vw 0 8vw;
    }
    .poluprom_icons .catalog-top__iconsubtitle,
    .poluprom_icons h3 {
        padding-right: 40%;
    }
    .poluprom_icons .catalog-top__text-with-icons {
        padding: 0 20px;
    }
}

@media all and (min-width: 1200px) {
    .gallery-top {
        margin: 0 290px 30px;
    }
    .gallery-thumbs.owl-carousel {
        width: 480px;
    }
    .spage__head-description {
        font-size: 1em;
    }
    .sectionlist-subtitle {
        margin-top: 50px;
    }
    .sectionlist__series-title {
        font-size: 45px;
        padding: 0 100px;
    }
    .sectionlist__wrapper {
        grid-gap: 90px;
    }
    .section-functions__wrapper {
        grid-template-columns: repeat(8, 1fr);
    }
    .poluprom_add {
        padding: 3vw 0 9vw 0;
        margin: 10vw 0 8vw;
    }
    .poluprom_icons .catalog-top__iconsubtitle,
    .poluprom_icons h3 {
        padding-right: 50%;
    }
    .poluprom_icons .catalog-top__text-with-icons {
        padding: 0 30px;
    }
    .section-benefits__full-box .section-benefits__text-box {
        font-size: 1em;
    }
    .sb__type-background.sb__side-right .section-benefits__text-box {
        left: calc(50% + 90px);
    }
    .sb__type-background.sb__side-left .section-benefits__text-box {
        right: calc(50% + 90px);
    }
    .sb__type-background .section-benefits__text-box {
        top: 60px;
        left: 90px;
        right: 90px;
        bottom: 90px;
    }
    .sb__type-image .section-benefits__img-box {
        height: 344px;
    }
    .sb__type-image.sb__side-left .section-benefits__img-box {
        margin-left: 120px;
    }
    .sb__type-image.sb__side-right .section-benefits__img-box {
        margin-right: 120px;
    }
}

/* End */


/* Start:/local/templates/mhi/components/bitrix/main.userconsent.request/rperf/user_consent.css?17458639595473*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 99999;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin-bottom: 20px;
	font-size: 30px;
	color: rgba(87, 87, 86, 1);
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 22px;
		text-align: left;
	}
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-buttons {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		width: 100%;
		max-width: 1140px;
		padding: 40px;
		border-radius: 20px;
	}

	.main-user-consent-request-popup-header {
		text-align: left;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}


.main-user-consent-request-popup-text {
	border: 0;
}


.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(181, 181, 181, 1);
	border-radius: 20px;
}


.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	width: 10px;
	border-radius: 20px;
	background: rgba(181, 181, 181, 1);


}




.main-user-consent-request-popup-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 10px;
	min-width: 225px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.main-user-consent-request-popup-button:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-button {
		margin-right: 0;
		width: 100%;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #009fe3;
	border: 1px solid #009fe3;

	color: #fff;
}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(0, 133, 190, 1);
	border: 1px solid rgba(0, 133, 190, 1);
}

.main-user-consent-request-popup-button-rej {
	border: 1px solid #009fe3;
	color: #009fe3;
	background: #fff;
}

.main-user-consent-request-popup-button-rej:hover {
	border: 1px solid rgba(0, 133, 190, 1);
	color: rgba(0, 133, 190, 1);
	background: #fff;

}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-text {
		height: calc(100vh - 292px);

		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/mhi/assets/css/owl.carousel.min.css?16379252603351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/mhi/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/mhi/assets/css/owl.theme.default.min.css?16379252601013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /local/templates/mhi/components/bitrix/catalog.section.list/section.list/style.css?170141579921550 */
/* /local/templates/mhi/components/bitrix/main.userconsent.request/rperf/user_consent.css?17458639595473 */
/* /local/templates/mhi/assets/css/owl.carousel.min.css?16379252603351 */
/* /local/templates/mhi/assets/css/owl.theme.default.min.css?16379252601013 */
