

/* 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/blockDescription/style.css?17700383581246*/
.blockDescription_text {
    margin-bottom: 48px;
}
.blockDescription_text,
.blockDescription_text * {
    font-size: 18px;
    line-height: 27px;
}


.blockDescription_thesesList {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.blockDescription_thesis {
    display: flex;
    width: calc(33% - 58px);
    margin-left: 88px;
    margin-bottom: 40px;
}
.blockDescription_thesis:nth-child(3n+1) {
    margin-left: 0;
}
.blockDescription_icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
.blockDescription_thesisTitle,
.blockDescription_thesisDescr,
.blockDescription_thesisDescr a {
    font-size: 17px;
    line-height: 24px;
}
.blockDescription_thesis.withDescr .blockDescription_thesisTitle {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}


@media (max-width: 1279px) {
    .blockDescription_thesis {
        width: calc(50% - 44px);
        margin-left: 88px;
        margin-bottom: 32px;
    }
    .blockDescription_thesis:nth-child(3n+1) {
        margin-left: 88px;
    }
    .blockDescription_thesis:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .blockDescription_thesis {
        width: 100%!important;
        margin-left: 0!important;
    }
}
/* End */


/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockSchedule/style.css?17700383581425*/
h2.blockSchedule_header {
    margin: 0 0 24px;
}
.blockSchedule_text {
    margin-bottom: 32px;
}
.blockSchedule_inner {
    position: relative;
    display: flex;
    /*flex-flow: column nowrap;*/
}
.blockSchedule_mainBlock {
    z-index: 1;
    display: flex;
    flex-flow: column nowrap;
    max-width: 54%;
    width: 100%;
}
.blockSchedule_step {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 41px;
    padding-bottom: 24px;
    border-left: 2px dashed #78A0BE;
    margin-left: 17px;
}
.blockSchedule_step:last-child {
    border-left: 2px dashed transparent;
}
.blockSchedule_stepNum {
    position: absolute;
    top: 0;
    left: -19px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;
    border-radius: 50%;

    font-weight: 500;
    font-size: 15px;
    line-height: 20px;

    color: #82C831;

    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);

}
.blockSchedule_stepCaption {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
}
.blockSchedule_stepDescr {
    margin-bottom: 0;
}
.blockSchedule_imgBlock {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 240px;
}


@media (max-width: 767px) {
    .blockSchedule_mainBlock {
        max-width: 100%;
    }
    .blockSchedule_imgBlock {
        display: none;
    }
}
/* End */


/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockGallery/style.css?17700383581968*/
.blockGallery_container {
    max-width: 1224px;
    margin: auto;
}

.blockGallery_slider {
    position: relative;
    max-width: 100%;
}
.blockGallery_slider .slick-track {
    display: flex!important;
}
.blockGallery_slider .slick-slide {
    height: inherit!important;
}

.blockGallery_slide {
    width: 280px;
}
.blockGallery_slideInner {
    height: calc(100% - 16px);
    margin: 0 16px;
    background: #FFFFFF;
    overflow: hidden;
}
.blockGallery_item {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    text-decoration: none!important;
}
.blockGallery_itemPhoto {
    width: 100%;
    height: 248px;
    margin-bottom: 8px;
}
.blockGallery_itemInfo {
    position: relative;
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    padding-bottom: 8px;
}
.blockGallery_itemPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
    border-radius: 10px;
}
.blockGallery_itemName {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 24px;
    color: #7A858D;
}



.blockGallery_arrow {
    position: absolute;
    top: calc(50% - 28px);
}
.blockGallery_arrow.left {
    left: -76px;
}
.blockGallery_arrow.right {
    right: -76px;
}
.blockGallery_paginationContainer {
    display: flex;
    justify-content: center;
}



@media (max-width: 1439px) {
    .blockGallery_arrow {
        display: none!important;
    }
}

@media (max-width: 1279px) {
    .blockGallery_container {
        margin: 0 16px;
    }

}

@media (max-width: 767px) {
    .blockGallery_container {
        margin: 0 0 0 8px;
    }
    .blockGallery_slide {
        width: 100vw;
    }
    .blockGallery_slideInner {
        box-sizing: border-box;
        min-height: auto;
        padding: 0 8px;
    }
}

@media (max-width: 359px) {
    .blockGallery_itemName {
        font-size: 15px;
        line-height: 25px;
    }
}

/* 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/blockDescription/style.css?17700383581246 */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockSchedule/style.css?17700383581425 */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockGallery/style.css?17700383581968 */
/* /local/templates/sgm_landings/components/bitrix/news.list/blockMap/style.css?17700383586960 */
