

/* Start:/local/templates/.default/components/bitrix/news.list/banner_front2/style.css?16031985467573*/
.abSlide:active,
.abSlide:hover,
.abSlide:focus {
    outline: 0;
    outline-offset: 0;
}

.abBanner {
    width: 560px;
    position: relative;
}

.abSlide {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.abSlide_img {
    object-fit: cover;
    font-family: "object-fit: cover";
    object-position: right top;
    height: 468px;
    width: 100%;
}

.abSlide_overlay {
    content: "";
    background-image: url('/local/includes/images/banner/bannerOverlay.png');
    width: 573px;
    height: 468px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 9;
    border-radius: 8px;
}

.abSlide_text {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 60%;
    z-index: 10;
}

/*=====TEXT BLOCK CONTENT=====*/
.abSlide .abSlide_name {
    font-size: 26px;
    line-height: 31px;
}
.mobShow,
.abSlide_mobileName {
    display: none;
}

.abSlide_detailText {
    font-size: 15px;
    line-height: 20px;
    color: #5E5E5E;
}

.abSlide_link {
    margin-top: 16px;
    height: 45px;
    position: relative;
}

.abSlide_link a {
    position: absolute;
    white-space: nowrap;
    font-size: 13px;
}

/*=====TEXT BLOCK CONTENT=====*/

/*=======CONTROLS============*/
.abControls {
    position: absolute;
    /*width: 51%;*/
    display: flex;
    bottom: 17px;
    left: 26px;
}

.abControls_arrow {
    color: #82c832;
    display: flex;
    background: #fff;
    border-radius: 50%;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
    filter: drop-shadow(0px 4px 15px rgba(120, 160, 190, 0.15));
    align-items: center;
    justify-content: center;
}
.abControls_svg{
    height: 10px;
    width: 10px;
}
.abControls_arrow.slick-prev .abControls_svg{
    transform: rotate(180deg);
}

.abControls_arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abBanner_dots {
    width: 100%;
}

.sliderPagination {
    margin-right: 10px;
}

.abControls ul {
    list-style: none;
    margin-left: 0;
}

.abControls li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    height: 8px;
    margin-left: 10px;
}

.abControls li+li {
    /*margin-left: 10px;*/
}

.abControls li.abControls li {
    height: 10px;
}

.abControls button {
    color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #7A858D;
}

.abControls li.slick-active button {
    background: #82C831;
    border: 1px solid #82C831;
}

/*=======END CONTROLS============*/

@media (max-width: 1279px) {
    .abBanner{
        width: 100%;
    }

    .abSlide_text {
        max-width: 330px;
        transform: none;
        top: 34px;
        left: 25px;
    }
    .abSlide_overlay {
        width: inherit;
        background: #F7FCFF;
        height: 308px;
        display: block;
        position: relative;
    }
    .abSlide_wr {
        display: flex;
        justify-content: flex-end;
        background: #F7FCFF;
    }
    .abSlide_ingWrp:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -7%;
        transform: matrix(-1, 0, 0, 1, 0, 0);
        background: linear-gradient(270deg, #F7FCFF 26.79%, rgba(255, 255, 255, 0) 77.36%), linear-gradient(245.65deg, #F6F9FB 35.93%, rgba(255, 255, 255, 0) 63.87%);
    }
    .abSlide_ingWrp:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        right: -4%;
        transform: matrix(-1, 0, 0, 1, 0, 0);
        background: linear-gradient(270deg, #F7FCFF 26.79%, rgba(255, 255, 255, 0) 77.36%), linear-gradient(245.65deg, #F6F9FB 35.93%, rgba(255, 255, 255, 0) 63.87%);
    }
    .abSlide_ingWrp {
        position: relative;
        display: flex;
        width: fit-content;
        justify-content: flex-end;
    }
    .abSlide_wr .abSlide_img {
        height: 308px;
        width: fit-content;
        object-fit: contain;
        display: inline-block;
    }
    .abSlide .abSlide_name {
        font-size: 26px;
        line-height: 31px;
    }
    .abControls_arrow {
        display: none;
    }
    .abControls{
        bottom: 8px;
    }
    .abSlide_link{
        margin-top: 24px;
    }

    .abSlide_link a{
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 12px;
    }

}

@media (max-width: 767px) {
    .abSlide {
        border-radius: 0;
    }


    .abSlide_link  .descShow,
    .abSlide_name {
        display: none;
    }
    .abSlide_ingWrp:after {
        left: 0;
    }
   .abSlide_link .mobShow{
        display: block;
    }
    .abSlide_mobileName {
        display: block;
        font-weight: bold;
        font-size: 21px;
        line-height: 29px;
    }
    .abSlide_detailText{
        font-size: 14px;
        line-height: 16px;
    }
    .abSlide_img {
        height: 264px;
        width: 100%;
        object-fit: contain;
    }

    .abSlide_text {
        width: 294px;
        top: 24px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 32px;
    }

  }

@media (max-width: 428px) {
    .abSlide_text{
        width: 225px;
    }
    .abSlide_mobileName {
        font-size: 21px;
        line-height: 29px;
    }
}
@media (max-width:382px) {
    .abSlide_wr .abSlide_img {
        object-fit: cover;
    }
}
/* ====================================== SLIDER PAGINATION ======================================*/

.sliderPagination_dots li button {
    display: inline-block;
    vertical-align: top;

    box-sizing: border-box;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #7A858D;
    border-radius: 50%;

    font-size: 0;
    line-height: 0;
    outline: none;

    color: transparent;
    opacity: 0.5;
    background: none;
    transition: background-color 0.5s, opacity 0.5s;
    cursor: pointer;
}

.sliderPagination_dots li.slick-active button {
    background: #82C831;
    opacity: 1;
    border: 0;
}

.sliderPagination_dots li {
    display: inline-block;
    /*margin: 0;*/
    letter-spacing: normal;
    width: 10px;
    height: 10px;
    padding: 0 5px;
}

.sliderPagination_dots li:before {
    content: none;
}

.sliderPagination_dots {
    margin: 0;
    line-height: 0;
    text-align: center;
}

.sliderPagination.smart {
    max-width: 220px;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.sliderPagination.smart ul {
    width: 2000px;
    text-align: left;
    transition: margin, 0.3s;
}

.sliderPagination.smart::before {
    /*content: "";*/
    /*background: linear-gradient(to right, #ffffffe6  39.02%, rgba(255, 255, 255, 0) 100%);*/
    /*position: absolute;*/
    /*left: 3px;*/
    /*top: 0;*/
    /*height: 10px;*/
    /*width: 0;*/
    /*transition: 0.3s;*/
    /*z-index: 1;*/
    /*display: block;*/
    /*border-bottom-left-radius: 50%;*/
    /*border-top-left-radius: 50%;*/
}

.sliderPagination.smart::after {
    content: "";
    /*background: linear-gradient(to left, #ffffffe6 39.02%, rgba(255, 255, 255, 0) 100%);*/
    position: absolute;
    right: 3px;
    top: 0;
    height: 10px;
    width: 11px;
    transition: 0.3s;
    z-index: 1;
    display: block;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
}

.sliderPagination.smart.js_move::before,
.sliderPagination.smart.js_end::before {
    width: 11px;
}

.sliderPagination.smart.js_end::after {
    width: 0;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1570546928666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/banner_front2/style.css?16031985467573 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1570546928666 */
