

/* Start:/local/templates/hm_2023/components/b1team/landing/.default/style.css?17376578882515*/
.b1t-hm-l-d .b1t-hm-l-block {
    padding: 75px 0px 75px;
    position: relative;
}

.b1t-hm-l-d .b1t-hm-l-block hr {
    margin: 0px;
}

.b1t-hm-l-d .b1t-hm-l-block .bg {
    position: absolute;
    
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    background-size: cover;
    background-position: center center;
}

.b1t-hm-l-d .b1t-hm-l-block .landing-block-title {
    margin: 0px;
    padding: 0px;
    
    margin: 0px 0px 30px;
    
    text-align: left;
    
    font-size: 35px;
    font-weight: bold;
    
    line-height: 1.1;
}

.b1t-hm-l-d .b1t-hm-l-block .landing-block-inner {
    position: relative;
}

/*
* Карусель
*/
.b1t-hm-l-d .b1t-hm-l-block .owl-carousel.owl-carousel-custom  .owl-nav {
    position: absolute;
    right: 0px;
}

@media (min-width: 1200px) {
    
    /*
    * Карусель
    */
    .b1t-hm-l-d .b1t-hm-l-block .owl-carousel .owl-nav {
        top: -58px;
    }
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    .b1t-hm-l-d .b1t-hm-l-block {
        padding: 60px 0px 60px;
    }
    
    .b1t-hm-l-d .b1t-hm-l-block .landing-block-title {
        margin: 0px 0px 25px;
        
        font-size: 32px;
    }
    
    /*
    * Карусель
    */
    .b1t-hm-l-d .b1t-hm-l-block .owl-carousel .owl-nav {
        top: -52px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-l-d .b1t-hm-l-block {
        padding: 40px 0px 40px;
    }
    
    .b1t-hm-l-d .b1t-hm-l-block .landing-block-title {
        margin: 0px 0px 20px;
        
        font-size: 28px;
    }
    
    /*
    * Карусель
    */
    .b1t-hm-l-d .b1t-hm-l-block .owl-carousel .owl-nav {
        top: -45px;
    }
}

@media (max-width: 767px) {
    .b1t-hm-l-d .b1t-hm-l-block {
        padding: 30px 0px 30px;
    }
    
    .b1t-hm-l-d .b1t-hm-l-block .landing-block-title {
        margin: 0px 0px 15px;
        
        font-size: 22px;
    }
    
    /*
    * Карусель
    */
    .b1t-hm-l-d .b1t-hm-l-block .owl-carousel .owl-nav {
        top: -37px;
    }
}

/*
* Версия для слабовидящих
*/
@media (max-width: 1199px) {
    
    html.fs-normal .b1t-hm-l-d .blocks-2-column-2x1 .column,
    html.kerning-medium .b1t-hm-l-d .blocks-2-column-2x1 .column,
    html.fs-big .b1t-hm-l-d .blocks-2-column-2x1 .column,
    html.kerning-big .b1t-hm-l-d .blocks-2-column-2x1 .column {
        width: 100%;
    }
    
}

html.specialversion .b1t-hm-l-d .b1t-hm-l-block .bg {
    display: none;
}
    
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/main.screen/style.css?17376578882140*/
.b1t-hm-ch-main-screen {
    position: relative;
    height: 0px;
    padding-top: 40%;
}


.b1t-hm-ch-main-screen .back {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    
    background-size:  cover;
    background-position: center center;
}

.b1t-hm-ch-main-screen:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background:#000;
    opacity: 0.5;
}

.b1t-hm-ch-main-screen .inner {
    position: absolute;
    z-index: 3;
    
    text-align: center;
    
    top:50%;
    left: 200px;
    right: 200px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b1t-hm-ch-main-screen .title {
    font-size: 45px;
    color: #fff;
    font-weight: 600;    
    text-transform: uppercase;
}

.b1t-hm-ch-main-screen .btn {
    position: relative;
    top: 20px;
    margin-top: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .b1t-hm-ch-main-screen .inner{
        left: 100px;
        right: 100px;
    }
    
    .b1t-hm-ch-main-screen .title {
        font-size: 35px;
    }
    
    .b1t-hm-ch-main-screen .btn {
        margin-top: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    
    .b1t-hm-ch-main-screen .inner{
        left: 100px;
        right: 100px;
    }
    
    .b1t-hm-ch-main-screen .title {
        font-size: 30px;
    }
    
    .b1t-hm-ch-main-screen .btn {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {
    
    .b1t-hm-ch-main-screen {
        margin: 0px -15px;
        
    }
    
    .b1t-hm-ch-main-screen.with-btn {
        padding-top: 60% !important;
    }
    
    .b1t-hm-ch-main-screen .inner{
        left: 15px;
        right: 15px;
    }
    
    .b1t-hm-ch-main-screen .title {
        font-size: 18px;
    }
    
    .b1t-hm-ch-main-screen .btn {
        margin-top: -10px;
        top: 20px;
    }
    
    

}

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/news.list/advantages.job/style.css?1737657888724*/
.b1t-hm-nl-aj {
    padding-top: 15px;
}

.b1t-hm-nl-aj .item {
    width: 165px;
    margin: 0px auto;
    text-align: center;
}

.b1t-hm-nl-aj .item .picture {
    position: relative;
    height: 55px;
    margin-bottom: 15px;
}

.b1t-hm-nl-aj .item .picture img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.b1t-hm-nl-aj .item .name {
    font-size: 18px;
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-nl-aj .item .name {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    
   
    
    .b1t-hm-nl-aj .item {
        width: auto;
    
    }
    .b1t-hm-nl-aj .item .name {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/news.list/vacancies/style.css?17376578881820*/
.b1t-hm-nl-v {
    margin-top: 40px;
}

.b1t-hm-nl-v .item {
    
    padding: 20px;
    border: 1px solid #B6C1CC;
    background: #fff;
    cursor: pointer;
    
    margin-bottom: 30px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
     transition: box-shadow 0.2s ease-out, top 0.2s ease-out;
    -webkit-transition: box-shadow 0.2s ease-out, top 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out, top 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out, top 0.2s ease-out;
    position: relative;
    top: 0px;
}

.b1t-hm-nl-v .item:hover {
    -moz-box-shadow:    0px 0px 29px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.16); 
    
    top: -5px;
}

.b1t-hm-nl-v .item .picture {
    position: relative;
    background: #FFF8F4;
    
    width: 50px;
    height: 50px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    margin-bottom: 20px;
}


.b1t-hm-nl-v .item .picture img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}


.b1t-hm-nl-v .item .name {
    font-weight: 600;
    margin-bottom: 15px;
}

.b1t-hm-nl-v .item .details {
    font-size: 12px;
    color: #9B9B9B;
}

@media (max-width: 767px) {
    
    .b1t-hm-nl-v .items {
        margin: 0px -10px;
    }
    
    .b1t-hm-nl-v .items > div {
        padding: 0px 10px;
    }
    
    .b1t-hm-nl-v .item {
        margin-bottom: 20px;
    }
    
    .b1t-hm-nl-v .item .picture {
        margin-bottom: 15px;
    }
    
    .b1t-hm-nl-v .item .name {
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    .b1t-hm-nl-v .item .details {
        font-size: 11px;
    }
}

/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/dummy/style.css?17376578883477*/

.b1t-hm-ch-dummy {
    padding: 40px 0px;
}

.b1t-hm-ch-dummy .text {
    font-size: 14px;
    color: #000;
}

.b1t-hm-ch-dummy .btn {
    margin-top: 40px;
}

.b1t-hm-ch-dummy .image {
    max-width: 500px;
    margin: 0px auto;
}

.b1t-hm-ch-dummy .image:before {
    content: "";
    display: block;
    height: 0px;
    padding-top: 100%;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width: 768px) {
    
    .b1t-hm-ch-dummy .row{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .b1t-hm-ch-dummy .row > div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-dummy {
        padding: 20px 0px;
        text-align: center;
    }
    
    .b1t-hm-ch-dummy .image {
        max-width: 180px !important;
        margin: 40px auto 0px;
    }
    
    .b1t-hm-ch-dummy .btn {
        margin-top: 20px;
    }
}

/*
    Режим обёртки в серую подложку
*/

.b1t-hm-ch-dummy.substrate {
    background: #F0F3F6;
    padding: 70px 65px;
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-dummy.substrate {
        padding: 20px 15px;
    }

    
}

/*
    Режим когда текст перед заголовком
*/

.b1t-hm-ch-dummy.text-first .title{
    margin: 1.38em 0px!important;
}

.b1t-hm-ch-dummy.text-first .text {
    margin: 0px;
}


/* 
    Избранное
*/

.b1t-hm-ch-dummy.favorites .image {
    max-width: 376px;
}

.b1t-hm-ch-dummy.favorites .image:before {
    padding-top: 117%;
    background-image: url('/local/templates/hm_2023/components/b1team/custom.html/dummy/images/favorites.svg');
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-dummy.favorites .image {
        position: relative;
        left: 25px;
    }
}

/* 
    Сравнение
*/

.b1t-hm-ch-dummy.compare .image {
    max-width: 509px;
}

.b1t-hm-ch-dummy.compare .image:before {
    padding-top: 96.8%;
    background-image: url('/local/templates/hm_2023/components/b1team/custom.html/dummy/images/compare.svg');
}

/* 
    Корзина
*/

.b1t-hm-ch-dummy.basket .image {
    max-width: 512px;
}

.b1t-hm-ch-dummy.basket .image:before {
    padding-top: 100%;
    background-image: url('/local/templates/hm_2023/components/b1team/custom.html/dummy/images/basket.svg');
}

/* 
    поиск
*/

.b1t-hm-ch-dummy.search .image {
    max-width: 424px;
}

.b1t-hm-ch-dummy.search .image:before {
    padding-top: 100%;
    background-image: url('/local/templates/hm_2023/components/b1team/custom.html/dummy/images/search.svg');
}

/* 
    поиск - нет результатов
*/

.b1t-hm-ch-dummy.search_empty .image {
    max-width: 424px;
}

.b1t-hm-ch-dummy.search_empty .image:before {
    padding-top: 100%;
    background-image: url('/local/templates/hm_2023/components/b1team/custom.html/dummy/images/search_empty.svg');
}

/* 
    404 Страница не найдена
*/

.b1t-hm-ch-dummy.not_found .image {
    max-width: 523px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.b1t-hm-ch-dummy.not_found .image:before {
    padding-top: 50.28%;
    background-image: url('/local/templates/hm_2023/components/b1team/custom.html/dummy/images/404.svg');
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-dummy.not_found .image {
        position: relative;
        
    }
}

/* 
    Вакансии
*/

.b1t-hm-ch-dummy.vacancies .image {
    max-width: 350px;
}

.b1t-hm-ch-dummy.vacancies .image:before {
    padding-top: 100%;
    background-image: url('/local/templates/hm_2023/components/b1team/custom.html/dummy/images/vacancies.svg');
}

/* 
    Каталог
*/

.b1t-hm-ch-dummy.catalog .image {
    max-width: 469px;
}

.b1t-hm-ch-dummy.catalog .image:before {
    padding-top: 100%;
    background-image: url('/local/templates/hm_2023/components/b1team/custom.html/dummy/images/catalog.svg');
}
/* End */
/* /local/templates/hm_2023/components/b1team/landing/.default/style.css?17376578882515 */
/* /local/templates/hm_2023/components/b1team/custom.html/main.screen/style.css?17376578882140 */
/* /local/templates/hm_2023/components/bitrix/news.list/advantages.job/style.css?1737657888724 */
/* /local/templates/hm_2023/components/bitrix/news.list/vacancies/style.css?17376578881820 */
/* /local/templates/hm_2023/components/b1team/custom.html/dummy/style.css?17376578883477 */
