

/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockBanner/style.css?17700383581762*/
.banner {
    position: relative;
}
.banner_text {
    position: absolute;
    top: 160px;
    z-index: 20;
    width: 100%;
}
.banner_info {
    max-width: 640px;
}
.banner_title {
    margin: 0 0 24px;
}
.banner_subTitle {
    margin: 0 0 24px;
}
.banner_subTitle,
.banner_subTitle a {
    font-size: 32px;
    line-height: 38px;
}
.banner.dark .banner_title,
.banner.dark .banner_subTitle {
    color: #FFFFFF;
}

.banner_images {
    position: relative;
    width: 100%;
    height: 760px;
}
.banner_img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.banner_desktopImage {
    min-height: 400px;
    height: 100%;
}
.banner_desktopMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: calc(100% + 8px);
}

.banner_mobileImage {
    display: none;
    min-height: 400px;
}
.banner_mobileMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    height: calc(100% + 8px);

    object-fit: fill;
    font-family: "object-fit: fill";
}


@media (max-width: 767px) {
    .banner_text {
        top: 48px;
    }
    .banner_info {
        max-width: 280px;
    }
    .banner_title {
        font-size: 36px;
        line-height: 43px;
        letter-spacing: 0.02em;
    }
    .banner_subTitle,
    .banner_subTitle a {
        font-size: 18px;
        line-height: 27px;
    }


    .banner_images {
        height: 584px;
    }

    .banner_desktopImage,
    .banner_desktopMask {
        display: none;
    }
    .banner_mobileImage,
    .banner_mobileMask {
        display: block;
    }
}


@media (max-width: 400px) {
    .banner_mobileMask {
        object-fit: cover;
        font-family: "object-fit: cover";
    }
}
/* End */


/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockAdvantage/style.css?17700383581877*/
.blockAdvantage {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.blockAdvantage_main {
    width: 100%;
    margin-right: 24px;
}
.blockAdvantage_text {
    margin-bottom: 24px;
    font-weight: bold;
}
.blockAdvantage_text,
.blockAdvantage_text * {
    font-size: 18px;
    line-height: 27px;
}
.blockAdvantage_list {
    margin-bottom: 16px;
}
.blockAdvantage_listLi {
    margin-bottom: 8px;
}
.blockAdvantage_listLi .blockAdvantage_listLiIcon {
    display: inline-block;
    padding-top: 2px;
    padding-right: 8px;
    vertical-align: top;
}
.blockAdvantage_listLi .blockAdvantage_listLiIcon svg {
    max-width: 24px;
    max-height: 24px;
    fill: #F4A13C;
}
.blockAdvantage_listLi .blockAdvantage_listLiText {
    display: inline-block;
    width: calc(100% - 40px);
}
.blockAdvantage_listLi .blockAdvantage_listLiText a {
    font-size: 18px;
}
.blockAdvantage_img {
    /*position: absolute;*/
    /*width: 300px;*/
    /*height: 300px;*/
    /*right: 0;*/
    /*top: 0;*/
    /*z-index: 0;*/
    max-width: 500px;
}
.blockAdvantage_img .blockAdvantage_imgSrc {
    max-width: 100%;
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*object-position: center center;*/
}
/*.blockAdvantage_img .blockAdvantage_imgMask {*/
    /*position: absolute;*/
    /*top: -1px;*/
    /*left: -1px;*/
    /*z-index: 10;*/
    /*height: 101%;*/
    /*width: 101%;*/
    /*object-fit: fill;*/
    /*font-family: "object-fit: cover";*/
/*}*/
.checkboxRelation {
    margin-bottom: 16px;
}


@media (max-width: 767px) {
    .blockAdvantage_img {
        display: none;
    }
    .blockAdvantage {
        display: inline-block;
        width: 100%;
    }
    .blockAdvantage_main {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .blockAdvantage_img {
        width: 200px;
        height: 200px;
    }
}
/* End */


/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockReviews/style.css?17700383586939*/
.blockReviews{
    position: relative;
    margin-bottom: 64px;
}
.blockReviews_link {
    text-align: center;
    margin-top: 24px;
}
.sliderReviews{
    position: relative;
    max-width: 1224px;
    margin: auto;

}
.sliderReviews .slick-slider {
    height: 280px;
}
.sliderReviews .slick-slide{
    height: auto;
}
.sliderReviews .slick-track{
    transition: height 0.5s;
}
.sliderReviews_slide{
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
}
.sliderReviews .slick-list.draggable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.reviewItem{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 10px;
    height: 260px;
    box-sizing: border-box;
    padding: 24px 24px 9px 24px;
    margin: 0 12px;
    overflow: hidden;
    vertical-align: top;
    left: 0;
    transition: width 0.5s, left 0.5s, height 0.3s;
}
/*SOLO ITEM*/
.sliderReviews.solo .reviewItem{

    height: auto!important;
    padding: 24px;
}
.sliderReviews.solo .reviewItem .sliderReviews_text{
    max-height: 100%;
}
.sliderReviews.solo .reviewItem .reviewItem_text{
    width: 100%!important;
    height: auto!important;
    max-height: unset!important;
}
.sliderReviews.solo .reviewItem .reviewItem_text{
    width: 100%!important;
    height: auto!important;
    max-height: unset!important;
    margin-bottom: 8px;
}

/*Item hover*/
.reviewItem:not(.js_noOpen):hover {
    height: 270px;
}
.reviewItem.full:not(.js_noOpen):hover {
    height: auto;
}

.reviewItem_white{
    background: #fff;
    height: 20px;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: top 0.5s, height 0.5s;
}
.reviewItem_more{
    display: block;
    cursor: pointer;
    margin: 0 0 16px;
    padding: 0 24px;
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
    opacity: 0;
    transition: all 0.5s;
    box-sizing: border-box;
}
.reviewItem_more p{
    color: #82C831;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.reviewItem_more svg{
    height: 14px;
    width: 20px;
    display: inline-block;
    fill: #82C831;
    margin-left: 6px;
    vertical-align: middle;
}

.reviewItem:not(.js_noOpen):hover .reviewItem_more{
    opacity: 1;
}
.full .reviewItem_more{
    display: none!important;
}

.reviewItem.full{
    position: relative;
    z-index: 99;
    box-shadow: 0 2px 15px rgba(120, 160, 190, 0.3);
    height: auto;
    overflow-y: auto;
}

.reviewItem.full .reviewItem_white{
    height: 0;
}
div.reviewItem.full .sliderReviews_text{
    max-height: 100%;
}
div.reviewItem.full.js_noOpen{
    height: 250px;
}
.reviewItem.full .reviewItem_close{
    display: block;
    position: relative
}
.reviewItem_close{
    display: none;
    cursor: pointer;
    margin: 0 0 16px;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    padding: 0 16px;
    bottom: 0;
}
.reviewItem_close p{
    color: #82C831;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08rem;
    font-weight: 500;

}
.reviewItem_close svg{
    height: 14px;
    width: 20px;
    display: inline-block;
    fill: #82C831;
    margin-left: 6px;
    vertical-align: middle;
    transform: rotate(180deg);
}
.sliderReviews_text{
    position: relative;
    max-height: 175px;
    overflow: hidden;
    transition: all 0.5s;
}
.reviewItem:not(.js_noOpen):not('.solo'):hover .sliderReviews_text{
    max-height: 175px;
}
.reviewItem.full:not(.js_noOpen):hover .sliderReviews_text{
    max-height: 100%;
}
.full .sliderReviews_text{
    margin-bottom: 27px;
}
.reviewItem_name{
    font-weight: bold;
    line-height: normal;
    font-size: 21px;
    color: #1D2F3C;
}
.reviewItem_text, .reviewItem_text p{
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    color: #1D2F3C;
    overflow: hidden;
    transition: max-height 0.5s;
    -webkit-text-size-adjust: 100%;
}
.sliderReviews_pagination{
    display: flex;
    justify-content: center;
}

div.reviewItem.js_noOpen .reviewItem_white,
div.reviewItem.js_noOpen .reviewItem_more,
div.reviewItem.js_noOpen .reviewItem_close{
    display: none!important;
}
/*=====ARROWS======*/
.arrow_button {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #82C831;
    width: 56px;
    height: 56px;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    transition: 0.3s;
}
.sliderReviews_button {
    position: absolute;
    top: 40%;
}
.js_prev.sliderReviews_button {
    left: -64px;
}
.js_next.sliderReviews_button {
    right: -64px;
}
.arrow_button svg {
    fill: #82C831;
    width: 24px;
    height: 24px;
}
/*=====ARROWS======*/

@media (max-width: 1330px) {
    .sliderReviews  .sliderReviews_button{
        display: none;
    }
    .reviewItem .reviewItem_more{
        display: block;
    }
    .reviewItem.full .reviewItem_more{
        display: none;
    }
    .reviewItem .reviewItem_more{
        position: absolute;
        bottom: 8px;
        right: 16px;
    }
}
@media (max-width: 1279px) {
    .sliderReviews {
        margin:auto 12px;
    }
}
@media (max-width: 767px) {

    .sliderReviews_pagination .sliderPagination {
        margin-top: 40px;
    }
    .sliderReviews {
        margin:0 0 0 8px;
    }
    .reviewItem_more{
        display: none!important;
    }
    .sliderReviews_slide .reviewItem.full{
        position: static;
        padding-bottom: 16px;
    }
    .sliderReviews_slide {
        width: calc(100vw - 40px);
    }
    .reviewItem{
        height: fit-content;
        min-height: auto;
        margin: 8px;
        padding-bottom: 16px;
    }
    div.reviewItem.js_noOpen.full{
        height: fit-content;
    }
    .reviewItem .reviewItem_text {
        max-height: fit-content;
    }
    .sliderReviews_text{
        min-height: 240px;
    }
    .reviewItem_more p{
        opacity: 1;
    }
    .sliderReviews_slide div.reviewItem.full{
        position: unset!important;
        left: unset!important;
        height: auto;
    }
    .reviewItem.full:not(.js_noOpen):hover{
        height: auto;
    }

    .reviewItem:not(.js_noOpen):hover {
        height: fit-content;
    }
    .reviewItem:not(.js_noOpen):hover .sliderReviews_text {
        max-height: 240px;
    }
    div.reviewItem.full:not(.js_noOpen) .sliderReviews_text {
        max-height: unset;
    }
    /*solo*/
    .sliderReviews.solo{margin: 8px;
    }
    .sliderReviews.solo .sliderReviews_slide{
        width: 100%;
    }
    .sliderReviews.solo .reviewItem .sliderReviews_text{
        min-height: 100%;
    }
    .sliderReviews.solo .reviewItem:hover .sliderReviews_text{
        max-height: 100% !important;
    }
}
.elPositionTop{
    z-index:3;
}
/* End */


/* Start:/local/templates/sgm_landings/components/bitrix/news.list/blockMap/style.css?17700383586960*/
.mapBlock_item {
    display: none;
    width: 100%;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 16px;
    font-size: 0;
    overflow: hidden;
    height: 450px;
}
.mapBlock_item.active {
    display: block;
}

.tapMap_list {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    box-sizing: border-box;
    width: 30%;
    height: 100%;
    overflow-y: auto;
    min-width: 280px;
}

.tapMap_listItem{
    width: 100%;
    margin-bottom: 0;
    padding: 8px 24px;
    box-sizing: border-box;
}
.tapMap_listItem:hover {
    background-color: #f6f9fb;
    cursor: pointer;
}

.tapMap_listItem svg{
    fill: #82C831;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.tapMap_listItemName{
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #1D2F3C;
    margin-bottom: 8px;
}
.tapMap_listItemPhone {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 8px;
    font-size: 15px;
}
.tapMap_listItemPhone a {
    font-size: 15px;
    line-height: 21px;
    color: #1D2F3C;
    display: inline-block;
    margin: 0;
}
.tapMap_listItemPhone span {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7A858D;
    margin: 0;
}
.tapMap_listItemAddress {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 8px;
}
.tapMap_listItemAddress p,
.tapMap_listItemAddress a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #7A858D;
    margin: 0;
}
.tapMap_listItemAddress span {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7A858D;
    margin: 0;
}
.tapMap_listItemSubway {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
}
.tapMap_listItemSubway p {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7A858D;
    margin: 0;
    width: 100%;
}

.metro_ball{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0);
    border-radius: 50%;
    margin-right: 4px;
}
.metro_ball.blue{
    background: #339BE6;
}
.metro_ball.orange{
    background: #FEAA59;
}
.metro_ball.green{
    background: #82c831;
}
.metro_ball.red{
    background: #D81615;
}
.metro_ball.purple{
    background: #b700d8;
}
.tapMap_listItemHours{
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7A858D;
}

.mapBlock_itemMap{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    max-width: calc(100% - 280px);
}
.mapBlock_itemMapYa {
    width: 100%;
    height: 100%;
}




.mapBlock_tabs {
    width: 100%;
    font-size: 0;
    margin-bottom: 24px;
    display: none;
}
.mapBlock_tabsItem {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(130, 200, 50, 0.5);
    font-size: 13px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #82c831;
    padding: 14px 0 14px;
    font-weight: 500;
    cursor: pointer;
}
.mapBlock_tabsItem:first-child {
    border-radius: 8px 0 0 8px;
}
.mapBlock_tabsItem:last-child {
    border-radius: 0 8px 8px 0;
    border-left: none;
}
.mapBlock_tabsItem.open {
    background: rgba(130, 200, 49, 0.12);
}
.tapMap_listShowMore {
    display: none!important;
}



@media (min-width: 768px) {
    .tapMap_list {
        display: inline-block!important;
    }
    .mapBlock_itemMap {
        display: inline-block!important;
    }
}

@media (max-width: 767px) {
    .mapBlock_tabs {
        display: block;
    }
    .tapMap_list {
        display: none;
        max-width: unset;
        min-width: unset;
        width: 100%;
        background: none;
    }
    .mapBlock_itemMap {
        display: none;
        max-width: unset;
        min-width: unset;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }
    .mapBlock_itemMap.tab_active {
        display: block;
    }
    .tapMap_list.tab_active {
        display: block;
    }


    .mapBlock_item {
        box-shadow: none;
        border-radius: 0;
        height: auto;
        transition: height, 0.2ms;
    }
    .mapBlock_itemMapYa {
        height: 320px;
    }
    .tapMap_listItem {
        padding: 8px 0;
    }
    .tapMap_listShowMore {
        display: inline-flex!important;
        width: 100%;
    }
    .tapMap_listItem:nth-child(n+5) {
        display: none;
    }
}


/*MAP BALLOON*/
.mapBalloon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    max-width: 315px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 8px;
    padding: 16px 24px 24px 16px;
}
.mapBalloon_content {
    max-width: 275px;
}
.mapBalloon_arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-width: 11px;
}
.mapBalloon_arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

}
.mapBalloon_arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.mapBalloon .close {
    position: absolute;
    top: 4px;
    right: 4px;
}
.mapBalloon .close svg{
    fill: #7A858D;
    width: 24px;
    height: 24px;
}
.mapBalloon_content svg{
    fill: #82C831;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 600px) {
    .mapBalloon{
        max-width: 225px;
        padding: 16px 8px 12px 12px;
    }
    .mapBalloon .tapMap_listItemName {
        max-width: 185px;
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 1;
    }
    .mapBalloon_content {
        max-width: 205px;
    }
    .mapBalloon_content svg {
        display: none;
    }
    .mapBalloon_content .tapMap_listItemPhone {
        display: none;
    }
    .mapBalloon_content .tapMap_listItemAddress {
        padding-left: 0;
        margin-bottom: 4px;
        line-height: 1;
    }
    .mapBalloon_content .tapMap_listItemAddress span{
        display: none;
    }
    .mapBalloon_content .tapMap_listItemAddress p {
        display: block;
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 0.02em;
        color: #7A858D;
    }
    .mapBalloon_content .tapMap_listItemHours {
        padding-left: 0;
        margin-bottom: 0;
    }
    .mapBalloon_content .tapMap_listItemSubway {
        padding-left: 0;
        margin-bottom: 4px;
    }
}
/* End */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockBanner/style.css?17700383581762 */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockAdvantage/style.css?17700383581877 */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockReviews/style.css?17700383586939 */
/* /local/templates/sgm_landings/components/bitrix/news.list/blockMap/style.css?17700383586960 */
