

/* 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/menu/current/style.css?17376578884108*/
.b1t-hm-m-c .item-wrapper {
    margin-bottom: 30px;
}

.b1t-hm-m-c .item {
    position: relative;
    top: 0px;
    display: block;
    border-bottom: 0px;
    color: #333;
    height: 100%;
    
    padding: 25px 40px 25px 30px;
    
    border: 1px solid #B6C1CC;
    
    -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;
}

.b1t-hm-m-c .item .name {
    font-size: 18px;
    font-weight: bold;
    
    transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
}

.b1t-hm-m-c .item:hover .name {
    color: #0d8dd3;
}

.b1t-hm-m-c .item .description {
    color: #9B9B9B;
    margin-top: 10px;
}

.b1t-hm-m-c .item.with-picture {
    padding-left: 95px;
}

.b1t-hm-m-c .item .picture {
    position: absolute;
    top: 20px;
    left: 27px;
    width: 36px;
    height: 36px;
}


.b1t-hm-m-c .item .picture img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 768px)  {
    
    .b1t-hm-m-c .item-wrapper:nth-of-type(3n+1) {
        clear: both;
    }
    
    .b1t-hm-m-c .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;
    }
    
    html.flexbox.flexwrap .b1t-hm-m-c .items{
        display: -webkit-box;       /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;          /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;       /* TWEENER - IE 10 */
        display: -webkit-flex;      /* NEW - Chrome */
        display: flex;              /* NEW, Spec - Opera 12.1, Firefox 20+ */

        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flexbox-direction: row;
        flex-direction: row;

        -webkit-flex-wrap:  wrap;
        -moz-box-wrap:  wrap;
        -ms-flexbox-wrap:  wrap;
        flex-wrap:  wrap;
    }
    
    html.flexbox.flexwrap .b1t-hm-m-c .items:after {
        display: none;
    }
    
    html.flexbox.flexwrap .b1t-hm-m-c .items > div{
        float: none;
    }
  
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .b1t-hm-m-c .item.with-picture {
        padding-left: 75px;
    }
    
    .b1t-hm-m-c .item .picture {
        left: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    
    .b1t-hm-m-c .items {
        margin: 0px -7px;
    }
    
    .b1t-hm-m-c .item-wrapper {
        padding: 0px 7px;
    }
    
    .b1t-hm-m-c .item {
        text-align: center;
    }
    
    .b1t-hm-m-c .item.with-picture {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .b1t-hm-m-c .item .picture {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .b1t-hm-m-c .item .name {
        font-size: 16px;
    }
    
    .b1t-hm-m-c .item .description {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-m-c .item-wrapper {
        margin-bottom: 20px;
    }
    
    .b1t-hm-m-c .item.with-picture {
        padding-left: 70px;
    }
    

    .b1t-hm-m-c .item {
        padding-right: 15px;
    }
    
    .b1t-hm-m-c .item .picture {
        left: 15px;
    }
    
    .b1t-hm-m-c .item .name {
        font-size: 15px;
    }
    
    .b1t-hm-m-c .item .description {
        font-size: 13px;
    }
}
/* 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/menu/current/style.css?17376578884108 */
