

/* Start:/bitrix/templates/.default/components/incom/menu/top_adv_lsd/style.css?16450847535008*/
.header__contacts {
    position: relative;
    top: 10px;
}

.head-zvonok-icon {
    cursor: pointer;
}

.top-adv-lsd-main-menu {
    margin-left: 19%;
    position: relative;
    top: 17px;
}

@media screen and (min-width: 1285px) {
    .top-adv-lsd-main-menu {
        margin-left: 19.5%;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1131px) {
    .top-adv-lsd-main-menu {
        margin-left: 19.5%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1099px) {
    .top-adv-lsd-main-menu {
        margin-left: 19.5%;
    }
}


@media screen and (min-width: 1030px) and (max-width: 1050px) {
    .top-adv-lsd-main-menu {
        margin-left: 20% !important;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1100px) {
    .top-adv-lsd-main-menu {
        margin-left: 18%;
    }
}

@media screen and (min-width: 1021px) and (max-width: 1124px) {
    .top-adv-lsd-main-menu__list > li {
        margin-right: 9px !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1040px) {
    .top-adv-lsd-main-menu__list > li {
        margin-right: 5px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .top-adv-lsd-main-menu__list > li {
        margin-right: 8px !important;
    }
}

.top-adv-lsd-main-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-adv-lsd-main-menu__list > li {
    display: inline-block !important;
    margin-right: 10px;
    position: relative;
    overflow: visible;
}

.top-adv-lsd-main-menu__list > li:last-child {
    margin-right: 0;
}

.top-adv-lsd-main-menu__list > li > a {
    text-decoration: none;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;

    color: #2A343F;
}

.top-adv-lsd-main-menu__list > li > a:hover {
    color: #034DA2;
}

.top-adv-lsd-main-menu__item > a > svg {
    display: inline !important;
}

.top-adv-lsd-main-menu__list > li > .top-adv-lsd-main-menu__item-bottom-line {
    height: 1px;
    width: 0;
    background: #034DA2;
    margin-top: 5px;
    transition: width 0.2s linear;
}

.top-adv-lsd-main-menu__list > li.show > .top-adv-lsd-main-menu__item-bottom-line {
    width: 100%;
}

.top-adv-lsd-main-menu__list > li > a > svg {
    position: relative;
    top: -2px;
    transition: transform 0.2s linear;
}

.top-adv-lsd-main-menu__list > li:hover > a > svg {
    transform: rotate(-180deg);
    transition: transform 0.2s linear;
}

.top-adv-lsd-main-menu__list > li:hover > a > svg > path {
    stroke: #034DA2 !important;
}

/*Второй уровень меню*/
.top-adv-lsd-main-menu__ext {
    position: absolute;
    z-index: 1000;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
    margin-top: 3px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
}

.top-adv-lsd-main-menu__list > li.show > .top-adv-lsd-main-menu__ext {
    max-height: 300px;
    padding: 26px;
    margin-left: -25px;

    transition: max-height .2s linear;
}

.top-adv-lsd-main-menu__list > li.show:nth-child(1) > .top-adv-lsd-main-menu__ext {
    width: 254px;
    box-sizing: border-box;
}

.top-adv-lsd-main-menu__list > li.show:nth-child(3) > .top-adv-lsd-main-menu__ext {
    width: 145px;
    box-sizing: content-box !important;
}

.top-adv-lsd-main-menu__list > li.show:nth-child(4) > .top-adv-lsd-main-menu__ext {
    width: 130px;
    box-sizing: content-box !important;
}

.top-adv-lsd-main-menu__ext-list {
    list-style: none;
    padding: 0;
    margin: 0;

}

.top-adv-lsd-main-menu__ext-list > li {
    margin-bottom: 15px;
}

.top-adv-lsd-main-menu__ext-list > li:last-child {
    margin-bottom: 0;
}

.top-adv-lsd-main-menu__ext-list a {
    text-decoration: none;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;

    color: #2A343F;

    white-space: nowrap;
}

.top-adv-lsd-main-menu__ext-list-item > a:hover {
    color: #034DA2;
}
/*END Второй уровень меню*/

@media screen and (max-width: 999px) {
    .top-adv-lsd-main-menu {
        display: none;
    }
}

@media screen and (max-width: 999px) {
    .header.container .newcall > ins > a.aside_phone {
        display: block !important;
        width: 28px !important;
    }
}

@media screen and (min-width: 1000px) {
    .header__menu {
        display: none;
    }
}

@media screen and (min-width: 1125px) and (max-width: 1130px) {
    .top-adv-lsd-main-menu__list > li {
        margin-right: 15px;
    }
}

.header__contacts .newcall {
    display: block !important;
}

.header__contacts .newcall > ins + p {
    display: none;
}

.header__contacts .newcall > ins {
    float: left !important;
    color: #034DA2 !important;
}
/* End */


/* Start:/bitrix/templates/.default/components/incom/menu/redesign_incom_lsd/style.css?163050106216592*/
.main-menu {
    background: #034DA2 !important;
    display: block !important;
    z-index: 20 !important;
}

.main-menu:after {
    content: none !important;
}

/*Список главного меню*/
.main-menu__wrap.container {
    max-width: 1170px;
    height: 47px;
    padding: 0;
    margin: 0 auto;
    min-height: auto !important;
    display: block;
    max-height: 47px;
    background: #034DA2;
    width: auto;
}

.main-menu__wrap.container > li {
    display: inline-block;
    vertical-align: top;
    padding-right: 29px;
}

.main-menu__wrap.container > li:not(#main-menu-logo-item) {
    padding-left: 13px;
    padding-right: 13px;
}

.main-menu__wrap.container > li:nth-child(2) {
    padding-left: 20px !important;
}

.main-menu__wrap.container > li .selected-line {
    height: 2px;
    width: 100%;
    background: #488dd5;
    position: relative;
    top: -2px;
    display: none;
}

.main-menu__wrap.container > li.current-main-menu {
    background: none !important;
}

.main-menu__wrap.container > li.current-main-menu .selected-line {
    display: block;
}

.main-menu__wrap.container > li.current-main-menu:hover .selected-line {
    display: none;
}

.main-menu__wrap.container > li:last-child {
    padding-right: 0;
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
    .main-menu__wrap.container > li {
        padding-right: 13px;
    }
}


.main-menu__wrap.container > li:not(#main-menu-logo-item):hover {
    background: none;
}

.main-menu__wrap.container > li > a {
    color: #fff !important;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 45px;
    letter-spacing: 0;
    display: inline-block;
    opacity: 1;
    height: 47px;
    /*height: auto !important;*/
}

#main-menu-logo-item {
    z-index: 2000;
    position: relative;
    top: -30px;
    margin-left: -47px !important;
    padding-right: 0 !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 247px;
    height: 88px;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
}

#main-menu-logo-item > a {
    width: 100%;
    height: 100%;
    display: flex;
}

.header__logo > img {
    width: 192px !important;
    max-width: 100% !important;
}

.main-menu__wrap.container > li.focus > a {
    opacity: 1 !important;
    transition: 0.2s linear;
}

.main-menu__wrap.container > li.no-focus > a{
    opacity: 0.5;
    transition: 0.5s linear;
}
/*END Список главного меню*/

/*Выезжающее подменю*/
.svg-hover {
    display: none;
}

.svg-no-hover {
    display: inline-block;
}

.main-menu__ext-section:hover .svg-hover {
    display: inline-block;
}

.main-menu__ext-section:hover .svg-no-hover {
    display: none;
}

.main-menu__ext-container {
    background: #034DA2 !important;
    z-index: 1001 !important;
    border: none !important;
    position: absolute !important;
    display: block !important;
    left: 0 !important;
    top: auto !important;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.7s linear;
    -moz-transition: max-height 0.7s linear;
    transition: max-height 0.7s linear;
}

.main-menu__ext-container.show,
.main-menu__ext-container.show2{
    max-height: 500px;
    opacity: 1;
    z-index: 1010 !important;

    display: inline-block !important;
    -webkit-transition: max-height 0.7s linear;
    -moz-transition: max-height 0.7s linear;
    transition: max-height 0.7s linear;
    background: #034DA2 !important;
}

.main-menu__ext-container .main-menu__ext {
    opacity: 0;

    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

@keyframes move-right {
    from {
        left: -50px;
    }

    to {
        left: 0;
    }
}


.main-menu__ext-container.show  .main-menu__ext,
.main-menu__ext-container.show2  .main-menu__ext {
    max-height: 500px;
    opacity: 1;
    -webkit-transition: opacity 0.8s linear;
    -moz-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear;
}

.main-menu__ext-container.show:not(.no-animation)  .main-menu__ext,
.main-menu__ext-container.show2:not(.no-animation)  .main-menu__ext {
    animation: move-right 0.4s linear;
}


.main-menu__wrap > li:hover > .main-menu-item-bottom-line {
    visibility: visible;
}

.main-menu__ext-top-line {
    height: 1px;
    background: #fff;
    width: 56px;
    position: relative;
    top: -4px;
    margin-bottom: 20px;
}

.main-menu__ext-title {
    margin-top: 20px;
}

.main-menu__ext-title > span {
    color: #fff !important;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    top: -11px;
    left: 7px;
}

.main-menu__ext-title:after {
    content: none !important;
}

.main-menu__ext-list-item {
    cursor: pointer;
}

.main-menu__ext-list-item:hover > a {
    opacity: 0.5;
}

.main-menu__ext-list-item > a {
    color: #fff !important;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 22px;

    white-space: normal !important;
}

.main-menu__ext {
    position: relative !important;
    display: block !important;
    max-width: 1170px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 4px !important;
}

.main-menu__ext .main-menu__ext-section {
    display: inline-block;
    vertical-align: top;
}

.main-menu__ext .main-menu__ext-section:not(.main-menu__ext-section-img-block) {
    margin-right: 10px;
    width: 20.5%;
}

@media screen and (max-width: 1024px) {
    .main-menu__ext .main-menu__ext-section:not(.main-menu__ext-section-img-block):nth-child(3) {
        margin-right: 0;
    }

    .main-menu__ext .main-menu__ext-section:not(.main-menu__ext-section-img-block):nth-child(5) {
        width: 17% !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1011px) {
    .main-menu__ext .main-menu__ext-section:not(.main-menu__ext-section-img-block) {
        margin-right: 5px;
    }
}

.main-menu__ext .main-menu__ext-section:not(.main-menu__ext-section-img-block):nth-child(4) {
    width: 15%;
    margin-right: 8px;
}

.main-menu__ext .main-menu__ext-section:not(.main-menu__ext-section-img-block):last-child {
    margin-right: 0;
    width: 20%;
}

.main-menu__ext-list {
    margin-right: 0 !important;
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
    #main-menu-logo-item {
        margin-left: -30px !important;
    }

    .head-zvonok-icon {
        left: 0 !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {

}

@media screen and (min-width: 1131px) and (max-width: 1240px) {
    #main-menu-logo-item {
        margin-left: -30px !important;
    }

    .top-adv-lsd-main-menu {
        margin-left: 19.5%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1165px) {
    .main-menu__ext .main-menu__ext-section:not(.main-menu__ext-section-img-block):nth-child(4) {
        margin-right: 5px;
    }

    .main-menu__ext-container[data-submenu="0"] .main-menu__ext > .main-menu__ext-section:last-child {
        width: 17%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1130px) {
    .main-menu__ext .main-menu__ext-section:not(.main-menu__ext-section-img-block) {
        margin-right: 8px;
    }

    #main-menu-logo-item {
        margin-left: -25px !important;
    }

    .main-menu__ext-section-img-block {
        left: 0 !important;
    }

    .main-menu__ext .main-menu__ext-section:last-child {
        margin-right: 0;
    }

    .main-menu__ext-container[data-submenu="0"] .main-menu__ext > .main-menu__ext-section:last-child {
        width: 17%;
    }
}

@media screen and (min-width: 1028px) and (max-width: 1120px){
    .main-menu__wrap.container > li:not(#main-menu-logo-item) {
        padding-left: 8px;
        padding-right: 8px;
    }

    .main-menu__wrap.container > li:nth-child(2) {
        padding-left: 18px !important;
    }

    .top-adv-lsd-main-menu {
        margin-left: 19%;
    }

    .header__contacts {
        padding-right: 15px !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1045px) {
    .header__contacts {
        padding-right: 5px !important;
    }
}

@media screen and (min-width: 1028px) and (max-width: 1085px){
    .top-adv-lsd-main-menu {
        margin-left: 19.5%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
    .main-menu__wrap.container > li:not(#main-menu-logo-item) {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .main-menu__wrap.container > li:not(#main-menu-logo-item) {
        padding-left: 6.5px;
        padding-right: 6.5px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1027px) {
    .main-menu__wrap.container > li:nth-child(2) {
        padding-left: 12px !important;
        margin-left: -3px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1015px) {
    .top-adv-lsd-main-menu {
        margin-left: 19.3%;
    }
}

.main-menu__ext-section-img-block {
    width: 215px !important;
    height: 205px !important;
}

.main-menu__ext-img-wrap {
    position: relative;
    width: 215px !important;
    height: 180px !important;
    padding: 0 !important;
    background: #034DA2;
    border-radius: 20px !important;
    text-align: center;
    transition: background 0.5s linear;
    padding-top: 25px !important;
    margin-top: 20px !important;
    cursor: pointer;
}

.main-menu__ext-img-wrap .first-state {
    position: absolute;
    left: 50%;
    margin-left: -64px;
}

.main-menu__ext-img-wrap .second-state > svg {
    opacity: 0;
    -webkit-transition: transform 0.3s linear, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s linear, opacity 0.3s ease-in-out;
    -o-transition: transform 0.3s linear, opacity 0.3s ease-in-out;
    transition: transform 0.3s linear, opacity 0.3s ease-in-out;
    display: inline !important;
}

.main-menu__ext-img-wrap:not(:hover) .second-state > svg:nth-child(1) {
    left: 10px;
    transform: translateX(15px);
}

.main-menu__ext-img-wrap:not(:hover) .second-state > svg:nth-child(2) {
    right: 11px;
    transform: translateX(-15px);
} 

.main-menu__ext-img-wrap:hover .second-state > svg {
    opacity: 1;
    -webkit-transition: transform 0.3s linear, opacity 0.5s ease-in-out;
    -moz-transition: transform 0.3s linear, opacity 0.5s ease-in-out;
    -o-transition: transform 0.3s linear, opacity 0.5s ease-in-out;
    transition: transform 0.3s linear, opacity 0.5s ease-in-out;
}

.main-menu__ext-img-wrap:hover .first-state > svg:nth-child(1) {
    transform: translateX(15px);
    transition: transform 0.3s linear, opacity 0.5s ease-in-out;
}

.main-menu__ext-img-wrap:hover .first-state > svg:nth-child(2) {
    transform: translateX(-15px);
    transition: transform 0.3s linear, opacity 0.5s ease-in-out;
}

.main-menu__ext-img-wrap .first-state > svg {
    opacity: 1;

    -webkit-transition: transform 0.3s linear, opacity 0.5s ease-in-out;
    -moz-transition: transform 0.3s linear, opacity 0.5s ease-in-out;
    -o-transition: transform 0.3s linear, opacity 0.5s ease-in-out;
    transition: transform 0.3s linear, opacity 0.5s ease-in-out;
    display: inline !important;
}

.main-menu__ext-img-wrap:hover .first-state > svg {
    opacity: 0;
}

.main-menu__ext-img-wrap .first-state > svg,
.main-menu__ext-img-wrap .second-state > svg {
    position: relative;
}

.main-menu__ext-img-wrap:hover .second-state > svg:nth-child(1) {
    left: 10px;
}

.main-menu__ext-img-wrap:hover .second-state > svg:nth-child(2) {
    right: 11px;
}

.main-menu__ext-img-wrap  > .first-state > svg:nth-child(1) {
    left: 10px;
}

.main-menu__ext-img-wrap > .first-state > svg:nth-child(2) {
    right: 11px;
}

.main-menu__ext-img-wrap > a > * {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 22px;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.main-menu__ext-img-wrap:hover {
    background: #fff;
    transition: background 0.5s linear;
}

.main-menu__ext-img-wrap:hover > a > *
{
    color: #034DA2 !important;
    opacity: 1;
}

.main-menu__ext-container > .main-menu__ext {
    position: static;
}
/*END Выезжающее подменю*/

/*Телефон в шапке сайта*/
.header {
    padding: 10px 50px 20px !important;
    width: auto !important;
}



@media screen and (max-width: 1124px) {
    .header.container {
        padding-right: 0 !important;
    }

    .top-adv-lsd-main-menu__list > li:last-child {
        margin-right: 0 !important;
    }

    .header__contacts {
        left: 0 !important;
    }
}

.header__contacts {
    left: 8px;
    padding-right: 5px;
}

.header__contacts .newcall #zayavka, .header__contacts .newcall #zvonok,
.header__contacts .newcall #zayavka3 {
    position: relative;
    left: 7px !important;
}

.newcall > a {
    display: inline-block !important;
    width: auto !important;
}

.newcall > ins, .newcall > ins > a, .newcall > ins > a[data-js-is-header-phone],
.newcall > ins > a.aside_phone {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

.newcall > ins > a,.newcall > ins[data-js-is-header-phone] > a, .newcall > ins > a[data-js-is-header-phone], .newcall > ins > a.aside_phone * {
    color: #034DA2 !important;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 18px;
    letter-spacing: 0 !important;
    position: relative;
    top: 3px;
}

.newcall > ins > a.aside_phone > div[data-js-is-header-phone] {
    top: 0px !important;
}


.header__contacts .newcall > #zvonok, .header__contacts .newcall > #zayavka,
.header__contacts .newcall > #zayavka3 {
    font-family: "Open Sans" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 29px !important;
    background: #90AF38;
    color: #fff;
    border: 1px solid #90AF38 !important;
    border-radius: 6px !important;
    width: 132px !important;
    height: 30px;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
    transform: none !important;
    float: none !important;
    min-width: 0 !important;
    top: 1px;
    box-sizing: content-box;
}

.header__contacts .newcall > #zvonok:hover, .header__contacts .newcall > #zayavka:hover,
.header__contacts .newcall > #zayavka3:hover {
    background: #7D991D;
}

.header__contacts .newcall > #zvonok > span, .header__contacts .newcall > #zayavka > span,
.header__contacts .newcall > #zayavka3 > span {
    min-width: auto !important;
    color: #fff;
    font-family: "Open Sans" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 29px !important;
    text-align: center !important;
}

.header__contacts .newcall > .cf:before, .header__contacts .newcall > .cf:after {
    content: none;
}

.head-zvonok-icon {
    display: none;
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .head-zvonok-icon {
        position: relative;
        top: 3px;
        left: 8px;
        display: inline-block !important;
    }

    .newcall > #zvonok, .newcall > #zayavka, .newcall > #zayavka3 {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .top-adv-lsd-main-menu {
        margin-left: 19%;
    }
}

/*Телефон в шапке сайта*/
@media screen and  (max-width: 999px) {
    .main-menu {
        display: none !important;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/incom/menu/hidden_mobile_redesign_incom_lsd/style.css?16219313597337*/
.mobile-main-menu {
    width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    left: -200%;
    top: 101px;
    transition: all 0.3s linear;
    z-index: 999999 !important;
    height: calc(100% - 100px);
}

.show-mobile-menu jdiv {
    display: none;
}

@media screen and (max-width: 999px) {
    .header__contacts .newcall .ya-phone-uvr, .header__contacts .newcall .ya-phone-uvr > a {
        color: transparent !important;
    }
}

@media screen and (max-width: 767px) {
    .mobile-main-menu {
        width: 100%;
    }
}

@media screen and  (max-width: 999px) {
    .header__logo > img {
        height: 42px;
        width: auto !important;
    }
}

.header__wrap.mobile-menu-show {
    padding: 15px 5px;
    transition: all 0.2s linear;
}

.header__burger-close {
    position: absolute;
    left: -26px;
    display: block !important;
    transition: left 0.2s linear;
}

.header__wrap.mobile-menu-show .header__burger-close {
    left: 0;
    transition: left 0.4s linear;
    top: 0;
    position: relative;
}

.font-size14 {
    font-size: 14px !important;
}

.header__contacts #zvonok {
    display: none;
}

.head-zvonok-icon {
    display: none;
}

.header__wrap {
    padding: 0;
    transition: all 0.4s linear;
    box-sizing: border-box;
}

.mobile-main-menu.mobile-menu-show {
    left: 0;
}

.mobile-main-menu__wrap {
    width: 100%;
    margin: 0;
    border-top: 1px solid #F1F1F1;
    padding: 10px 0 !important;
    padding: 0;
    list-style: none;
}

.mobile-main-menu__item {
    position: relative;
}

.mobile-main-menu__item:last-child {
    border-bottom: none;
}

.mobile-main-menu__item:nth-child(7) {
    border-bottom: 1px solid #2A343F;
    padding-bottom: 10px;
}

.mobile-main-menu__item:nth-child(7) .tap-color-change {
    border-bottom: 0;
}

.mobile-main-menu__item:nth-child(8) {
    padding-top: 10px;
}

.mobile-main-menu__item:nth-child(8) >.tap-color-change-wrapper > .tap-color-change {
    border-top: none;
}

.mobile-main-menu__item > a {
    text-decoration: none;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;

    color: #373737;
}

.mobile-main-menu__item  .mobile-main-menu__item-arrow-icon {
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.mobile-main-menu__item.show   .mobile-main-menu__item-arrow-icon {
    transform: rotate(90deg);
    transition: all 0.4s linear;
}

.tap-color-change-wrapper {
    border-radius: 10px;
}

.tap-color-change {
    margin-left: 10px;
    margin-right: 10px;
    padding: 14px 0;
    border-top: 1px solid #f1f1f1;
}

.not-top-border > .tap-color-change-wrapper > .tap-color-change {
    border: none;
}

.tap-color-change > .mobile-main-menu__item-arrow-icon {
    position: absolute;
    right: 10px;
    transition: all 0.5s ease-in-out;
}

.tap-color-change a {
    text-decoration: none;
    color: #2A343F;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.mobile-main-menu__ext-item.dont-title-content  a {
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2A343F;
}

.mobile-main-menu__item.show .mobile-main-menu__ext {
    max-height: 1000px;
    opacity: 1;
    transition: opacity 0.5s ease-in;
    animation: 0.35s max-height-delay linear;
}


/*Внутреннее подменю*/
.mobile-main-menu__ext {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in;
    animation: 0.35s max-height-delay-reverse linear;
}

.uslugi-root-item {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    padding-right: 10px;
}

.mobile-main-menu__item.show .mobile-main-menu__ext {
    overflow: visible;
}

.mobile-main-menu__ext-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
}

.mobile-main-menu__ext-item {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #F1F1F1;
}

.mobile-main-menu__ext-item.dont-title-content {
    padding: 0;
}

.mobile-main-menu__ext-item.dont-title-content a {
    color: #2A343F;
}

.mobile-main-menu__ext-item.show .mobile-main-menu__ext-item-label {
    color: #034DA2;
}

.mobile-main-menu__ext-item.show svg > path {
    fill: #034DA2;
}

.mobile-main-menu__ext-item:last-child {
    border-bottom: none;
}

.mobile-main-menu__ext-item-arrow-icon {
    position: absolute;
    right: 10px;
    top: 16px;
}

.mobile-main-menu__ext-item-icon {
    margin-right: 10px;
    display: inline-block !important;
}

.mobile-main-menu__ext-item-icon > svg {
    display: inline !important;
}

.mobile-main-menu__ext-item-label {
    position: relative;
    top: -10px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;

    color: #2A343F;
}

.mobile-main-menu__ext-item__sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in;
    animation: 0.35s max-height-delay-reverse linear;
}

.mobile-main-menu__ext-item.show .mobile-main-menu__ext-item__sub-menu {
    max-height: 1000px;
    margin-top: 15px;
    transition: all 0.5s ease-in;
    animation: 0.7s max-height-delay linear;
}

@keyframes max-height-delay {
    from {
        max-height: 0;
    }

    to {
        max-height: 250px;
    }
}

@keyframes max-height-delay-reverse {
    from {
        max-height: 250px;
    }

    to {
        max-height: 0
    }
}

.mobile-main-menu__ext-item.show > .mobile-main-menu__ext-item-icon-wrapper > .mobile-main-menu__ext-item-arrow-icon {
    transform: rotate(90deg);
    transition: all 0.4s linear;
}

.mobile-main-menu__ext-item__sub-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-main-menu__ext-item__sub-menu-list .mobile-main-menu__ext-item__sub-menu-item:last-child .tap-color-change {
    border-bottom: none;
}

.mobile-main-menu__ext-item__sub-menu-list > .mobile-main-menu__ext-item__sub-menu-item .tap-color-change {
    margin-left: 0;
}

.mobile-main-menu__ext-item__sub-menu-item  a {
    text-decoration: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2A343F;
}

.mobile-main-menu__ext-item > a {
    text-decoration: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2A343F;
}

.mobile-main-menu__ext-item.dont-title-content {
    border-bottom: none;
}
/*END Внутреннее подменю*/

.header__contacts .newcall > ins {
    background: transparent;
}

.header__contacts .newcall > ins > a[data-js-is-header-phone="1"]:nth-child(1) {
    display: inline-block;
}

.header__menu {
    width: 27px !important;
}

/* End */


/* Start:/bitrix/templates/new_incom_txt/components/bitrix/system.pagenavigation/new_incom/style.css?14822477602849*/
.pagination {
    position: relative;
    display: inline-block;
    padding-left: 0;
    margin: 8px 0;
    border-radius: 4px;
}
.pagination > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dddddd;
}
.pagination > li > .prev {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    line-height: 1.35;
}
.pagination > li > .next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 1.35;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #dddddd;
}



.pagenavigattion {
    position: relative;
}
.pagenavigattion li {
    background: none;
    text-indent: 0;
}
.pagenavigattion li a,
.pagenavigattion li span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #515151;
    padding: 6px 6px;
    background: #fff;

}
.pagenavigattion li a:hover {
    color: #f47d26;
    background-color: #f9f9f9;
}
.pagenavigattion li span {
    color: #f47d26;
    background-color: #f9f9f9;
    cursor: default;
}
.pagenavigattion li span:hover {
    background-color: #f9f9f9;
    border-color: #dddddd;
    color: #f47d26;
}
.pagenavigattion li .disabled {
    background-color: #fff;
    color: #bebebe;
    cursor: default;
}
.pagenavigattion li .disabled:hover {
    background-color: #fff;
    border-color: #dddddd;
    color: #bebebe;
}

.pagenavigattion li .first,
.pagenavigattion li .last {
    position: absolute;
    top:0;
    left: -92px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 60px;
    padding: 6px 12px;
}
.pagenavigattion li .last {
    right: -92px;
    left: auto;
}

.text-center {text-align: center}
/* End */


/* Start:/bitrix/templates/new_incom_txt/components/incom/realty.dzn.cottages.search_result_list.mysql/new_pager/style.css?159551478625716*/
.dotted {border-bottom:1px dotted; text-decoration:none; font-style:italic; line-height:11px; display:inline-block;}
a.on, a.dotted:hover, a:hover .dotted {color:#000000;}
.hide {display: none;}

#maincontent2 .table_result {/*z-index: 1000!important*/}
#maincontent2 .table_result > table {table-layout:fixed;}
#maincontent2 .table_result table tbody tr td .fon {display: block!important;}

#maincontent2 .table_result tr,
#maincontent2 .table_result th,
#maincontent2 .table_result td {border: none!important;}

#maincontent2 .table_result table tbody .t-tr-table tbody {border: 1px solid #D6D6D6; border-top: none;}

#maincontent2 .table_result table .t-tr-table .bold {font-weight: bold}

#maincontent2 .table_result table tr td {height:67px;color: #373737; font-size: 12px; line-height: 15px; padding: 1px; vertical-align: middle;}
#maincontent2 .table_result table tr { border-bottom: 1px solid #D6D6D6; }
#maincontent2 .table_result table td { border-bottom: 1px solid #D6D6D6; vertical-align: middle; }
#maincontent2 .table_result table th:first-child { text-align: center; -moz-border-radius: 3px 0 0 0; -webkit-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; }
#maincontent2 .table_result table tr { border-bottom: 1px solid #D6D6D6; }
#maincontent2 .table_result table tr td:first-child { border-left: 0px; padding: 1px}
#maincontent2 .table_result table tr td label {display:none;}

#maincontent2 .table_result table th a.noborder {border:none!important;}
#maincontent2 .table_result table th a.noborder span {line-height: 11px}
#maincontent2 .table_result table th a.noborder:hover span,
#maincontent2 .table_result table th a.noborder.white span {border-bottom: 1px dotted #fff}
#maincontent2 .table_result table th a.noborder + span {left: -1px}

#maincontent2 .table_result table thead {vertical-align:middle;}
#maincontent2 .table_result table tr th {height: 35px!important; line-height:16px; white-space:nowrap;text-align:left;padding: 5px 0 3px 8px;background: #034DA2; behavior: url(/PIE.htc);}
#maincontent2 .table_result table th:first-child {text-align: left;}
#maincontent2 .table_result table th, .table_result table th a {font-weight: normal!important;height: 14px!important;}

#maincontent2 .table_result table .inner-row {padding: 0!important;;cursor: pointer;}
#maincontent2 .table_result table .inner-row td,
#maincontent2 .table_result table .inner-row tr {border:none!important;}
#maincontent2 .table_result table .inner-row tr td {padding-left: 10px;}
#maincontent2 .table_result table .inner-row tr td:first-child {padding: 0px;}

#maincontent2 .table_result table tbody tr.spec-lider > td > tr > td,
#maincontent2 .table_result table tbody tr.spec-lider > td,
#maincontent2 .table_result table tbody tr.spec-lider:hover > td > tr > td,
#maincontent2 .table_result table tbody tr.spec-lider > td {background: #fff1b9!important}

#maincontent2 .table_result table tbody tr.spec-hit > td > tr > td,
#maincontent2 .table_result table tbody tr.spec-hit > td,
#maincontent2 .table_result table tbody tr.spec-hit:hover > td > tr > td,
#maincontent2 .table_result table tbody tr.spec-hit > td {background: #fff9db!important}

#maincontent2 .table_result table tbody tr.spec-up > td > tr > td,
#maincontent2 .table_result table tbody tr.spec-up > td,
#maincontent2 .table_result table tbody tr.spec-up:hover > td > tr > td,
#maincontent2 .table_result table tbody tr.spec-up > td {background: #eef9c4!important}

#maincontent2 .table_result table tr td a:hover {color: #000;border-color: #000;}
#maincontent2 .table_result table tr td.cost {font-size: 11px;}
#maincontent2 .table_result table tr td.cost .rub:before {font-size: 11px;color:#710909}
#maincontent2 .table_result table tr td:last-child {padding: 4px 0 4px 10px;text-align: left!important;}
#maincontent2 .table_result table tr td.spec > div {position: relative;height: 69px;}

#maincontent2 .table_result table tr td.spec .block {position: relative;left:  0;top:  0;width: 100%;height: 100%;}
#maincontent2 .table_result table tr td.spec .block:after {display: inline-block;*display: inline;*zoom: 1;width:  0;height: 100%;vertical-align: middle;content: ''}
#maincontent2 .table_result table tr td.spec .centered{display: inline-block;*display: inline;*zoom: 1;position: relative;vertical-align: middle;}
/* замена :after для IE<8 */
#maincontent2 .table_result table tr td.spec .valignfix {display: inline-block;*display: inline;*zoom: 1;width: 0;height: 100%;vertical-align: middle;}

#maincontent2 .table_result table tr td.spec .phone {color: #0c4da2;font-size: 16px;font-weight: bold;text-align: left;}
#maincontent2 .table_result table tr td.spec .branch {margin-top: 4px; width: 178px; font-size: 11px;}
#maincontent2 .table_result table tr td.spec .hit,
#maincontent2 .table_result table tr td.spec .lider,
#maincontent2 .table_result table tr td.spec .up {position: absolute;top:-1px;right:3px;width: 62px;height: 15px;background: url("/images/marks.png") no-repeat;}
#maincontent2 .table_result table tr td.spec .hit {background-position: 0 -30px;}
#maincontent2 .table_result table tr td.spec .lider {background-position: 0 -15px;}

#maincontent2 .table_result table tr.with_add.on {border-bottom: none;}
#maincontent2 .table_result table tr.with_add.on td {border-bottom: none;}
#maincontent2 .table_result table tr.with_add .fon a:hover {color:#0c4da2!important;}

#maincontent2 .table_result table tr.add .all-photo {padding: 7px 10px 0 0;}
#maincontent2 .table_result table tr.add > td {text-align: center;vertical-align: top; padding:8px 0 10px; height: auto;}
#maincontent2 .table_result table tr.add > td .action_text {text-align: left}

#maincontent2 .table_result .add .add-content {width: 800px;text-align: left;padding:0px!important;}
#maincontent2 .table_result .add .add-content .description_text {margin: 0 15px 0 6px!important; font-style:italic;}
#maincontent2 .table_result .add .add-content p {font-style: italic;color:#333;margin: 0;padding: 4px;font-size: 12px;line-height: 16px}
#maincontent2 .table_result .add .add-content ul {padding-left: 16px; font-style: italic; list-style: none;}
#maincontent2 .table_result .add .add-content ul li {background: url(/bitrix/templates/incom_tpl_main_2013/images/mdash.png) no-repeat 0 7px; padding: 0 0 0 14px;}

#maincontent2 .table_result table tr.add td .buttons-wrap {position:relative; margin:3px 12px 8px 8px;height: 16px;text-align: left;}
#maincontent2 .table_result table .inner-row table .buttons-wrap a {margin-right:20px;padding: 6px 0 1px}
#maincontent2 .table_result table .inner-row table .buttons-wrap a.remote {position: relative;margin-right: 30px}
#maincontent2 .table_result table .inner-row table .buttons-wrap a.remote span  {position: absolute; top: 4px; right: -11px; width: 8px; height: 8px; background: url(/images/background_img_1.png) -114px -130px no-repeat;}
#maincontent2 .table_result table tr td > a  > span , #maincontent2 .table_result table tr td > ins > a > span  {margin-left: 3px; width: 8px; height: 8px; background: url(/images/background_img_1.png) -114px -130px no-repeat;}
.buttons-wrap a {text-decoration: none;
    border-bottom: 1px solid #0c4da2;
    height: 12px;
    display: inline-block;}

.buttons-wrap a.dotted {
    border-bottom: 1px dotted #0c4da2;
    padding-bottom: 0!important;

}
.buttons-wrap a:hover {border: none;}


#maincontent2 .table_result table .inner-row .greenbtn {height: 22px;position: absolute;right: -7px;top: 0px;margin-right: 10px!important; padding:0!important}
#maincontent2 .table_result table .inner-row .greenbtn span {line-height: 18px;}
#maincontent2 .table_result table .inner-row .greenbtn:hover {border: 1px solid #728e21;border-top: 1px solid #83a425;border-bottom: 1px solid #5c731c;}

#maincontent2 .table_result .for_btn {position: relative;padding: 30px 0 0;margin: 0 auto;width: 360px;}
#maincontent2 .table_result .for_btn a {width: 360px;text-align: center;height: 50px;line-height: 35px;}
#maincontent2 .table_result .btn_gray {background:#fdfdfe; background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfe), to(#c1c3c7)); background:-webkit-linear-gradient(#fdfdfe, #c1c3c7); background:-moz-linear-gradient(#fdfdfe, #c1c3c7); background:-ms-linear-gradient(#fdfdfe, #c1c3c7); background:-o-linear-gradient(#fdfdfe, #c1c3c7); background:linear-gradient(#fdfdfe, #c1c3c7); -pie-background:linear-gradient(#fdfdfe, #c1c3c7);}
#maincontent2 .table_result .btn_gray:hover {background:#c1c3c7; background:-webkit-gradient(linear, 0 0, 0 bottom, from(#c1c3c7), to(#fdfdfe)); background:-webkit-linear-gradient(#c1c3c7, #fdfdfe); background:-moz-linear-gradient(#c1c3c7, #fdfdfe); background:-ms-linear-gradient(#c1c3c7, #fdfdfe); background:-o-linear-gradient(#c1c3c7, #fdfdfe); background:linear-gradient(#c1c3c7, #fdfdfe); -pie-background:linear-gradient(#c1c3c7, #fdfdfe);}
.btn_gray span{padding: 8px 16px;font-size: 22px;color:#373737;}


#maincontent2 .table_result .title-arrow {color:white;position:relative;left:2px;top:-1px;}

.baloon_block {position: relative;display: inline-block;*display: inline;}
.baloon_block > div {display: none;width: 144px;z-index: 100;position: absolute;left: -70px;bottom: 24px;background: #ffffff;border: 1px solid #d6d6d6;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-style: italic;-webkit-box-shadow: 0px 2px 5px rgba(150,150,150,1);-moz-box-shadow: 0px 2px 5px rgba(150,150,150,1);box-shadow: 0px 2px 5px rgba(150,150,150,1);behavior: url(/PIE.htc);}
.baloon_block > div.on {display: block;}
.baloon_block > div > span {display:block;color: #686868;padding: 8px 12px;line-height: 16px;}
.baloon_block > div > div {position: absolute;bottom: -16px;left: 50%;width: 14px;height: 16px;margin-left: -7px;background: url(/bitrix/templates/new_incom_default/images/white_str.png) no-repeat;}

#maincontent2 .table_result .with_add .info {width:8px;}

#maincontent2 .table_result .icon_foto {display: block; width: 75px; height: 75px; padding: 1px;}
#maincontent2 .table_result .icon_foto .for_icon {right: 2px; bottom: 1px!important; }

.mb30 {margin-bottom: 30px}


/* Ипотека и акция */

#maincontent2 .table_result .baloon_block.mortgage a,
#maincontent2 .table_result .baloon_block.action a {color: #710909;border-bottom: 1px dotted #710909;text-decoration: none;font-weight: bold;display: inline-block;height: 12px;line-height: 12px;padding-top: 10px; margin-right: 18px;}
#maincontent2 .table_result .baloon_block.action a {
    background: #CE0A0A;
    color: #fff;
    padding: 3px 7px;
    border: none;
    text-decoration: none;
    font-weight: bold;
    line-height: 12px;
    margin: 7px 18px 0 0;
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E46060), to(#CE0A0A));
    background: -webkit-linear-gradient(#E46060, #CE0A0A);
    background: -moz-linear-gradient(#E46060, #CE0A0A);
    background: -ms-linear-gradient(#E46060, #CE0A0A);
    background: -o-linear-gradient(#E46060, #CE0A0A);
    background: linear-gradient(#E46060, #CE0A0A);
    -pie-background: linear-gradient(#E46060, #CE0A0A);
    behavior: url(/PIE.htc);
}
#maincontent2 .table_result .baloon_block.mortgage a:hover,
#maincontent2 .table_result .baloon_block.action a:hover {color: #000;border-bottom: 1px dotted #000;}

#maincontent2 .table_result .baloon_block.action a:hover {color:#fff; background: #E46060; border: none}

#maincontent2 .table_result .baloon_block.mortgage > div,
#maincontent2 .table_result .baloon_block.action > div { width: 240px; left:-40px;}

#maincontent2 .table_result .baloon_block.mortgage > div > div {margin: 0; left: 60px;}
#maincontent2 .table_result .baloon_block.action > div > div {margin: 0; left: 50px;}

#maincontent2 .table_result .wide-wrap {position:relative; left:0; top:15px; margin-left: -63px; margin-right:15px; margin-bottom:20px; cursor: default;}
#maincontent2 .table_result .wide-wrap > div {position:relative; background:white; padding-bottom:20px; margin-bottom:14px; text-align:left;}


/* Карта  */

#maincontent2 .table_result .wide-wrap .map-wrap {
    background: none;
    height: 335px;
    padding: 0;
}
#maincontent2 .table_result .wide-wrap .map-wrap .ymaps-map{width:100%!important}


/* Слайдер */

#maincontent2 .table_result table tr.add td .images-wrap .for_block  {display:block;float:left;margin: 20px 0 0 20px;}
#maincontent2 .table_result table tr.add td .images-wrap .for_block img {width:282px; height: 210px;}
#maincontent2 .table_result table tr.add td .images-wrap-close,
#maincontent2 .table_result table tr.add td .map-wrap-close {position:absolute; top:1px; right:1px; z-index:1; width: 15px; height:15px; background: url(/bitrix/templates/new_incom_txt/components/incom/realty.dzn.cottages.search_result_list.mysql/new_pager/img/close.png);cursor:pointer;}
#maincontent2 .table_result table tr:hover td {background: none!important}


/* Всплывающее окно слайдера */

.open_window { z-index:500 !important; }
.open_window img { margin:0px !important; }
.open_window table { margin:0px !important; }
.open_window {display:none; position:fixed; width:100%; height:100%; left:0px; top:0px; z-index:1000; text-align:center;}
.open_window .fon {position:absolute; top:0; left:0; width:100%; height:100%; background:#c9c9c9; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6;}
.open_window table {width:100%; height:100%;}
#maincontent2 .table_result .open_window table tbody tr td {width:100%; height:100%; text-align:center!important; vertical-align:middle; background:none!important; text-indent:0px !important;}
.open_window .block_pic {position:relative; padding:40px; background:#ffffff; z-index:1001;
    -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px;
    -webkit-box-shadow: 0px 3px 5px rgba(160,160,160,1); -moz-box-shadow: 0px 3px 5px rgba(160,160,160,1); box-shadow: 0px 3px 5px rgba(160,160,160,1);
    behavior:url(/bitrix/templates/new_incom_default/css/PIE.htc); z-index:1001 !important; }
.open_window .block_pic a.close {position:absolute; top:20px; right:20px; width:21px; height:22px; text-decoration:none; cursor:pointer;}
.open_window h1 {margin-bottom:0px; text-align:left;}
.open_window .block_pic .for_pic {position:relative; overflow:hidden; text-align:center; margin:20px auto 0; float:left; min-width:300px; min-height:100px; text-align:center; cursor:pointer; max-width:600px !important; max-height:800px !important;}
.open_window .block_pic .for_pic img {margin:0; max-width:600px !important; max-height:800px !important; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px; behavior:url(/bitrix/templates/new_incom_default/css/PIE.htc);}
.open_window .block_pic .for_pic a {display:inline-block; position:absolute; top:50%; margin-top:-37px; width:42px; height:74px; z-index:1005;}
.open_window .block_pic .for_pic .str_left {left:0; width:80px; cursor:pointer; }
.open_window .block_pic .for_pic .str_right {right:0; width:80px; cursor:pointer;}
.open_window .block_pic .for_pic a:hover, .open_window .block_pic .for_pic a:hover img {cursor:pointer; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6;}
.open_window .block_pic .for_pic a img {position:relative; text-align:center; position:absolute; top:50%; left:50%; margin:-37px 0 0 -21px !important; z-index:1001;}

#up-scroll {position: fixed;width: 40px;height: 40px;bottom: 0;right: 0;border-radius: 5px;display: none;display: none;}


/* убогие браузеры */

.ie7 #maincontent2 .table_result table tr.add .add-content {padding-top: 5px;}
/*.ie7 #maincontent2 .table_result TABLE .inner-row td {padding-left: 4px;}*/
.ie7 #maincontent2 .table_result .t-tr-table .inner-row {border-bottom: 1px solid #D6D6D6!important;}
.ie7 #maincontent2 .table_result .t-tr-table .inner-row {border-top:none!important}
.ie7 #maincontent2 .table_result .t-tr-table td table td {border-bottom: none!important;}
.ie7 #maincontent2 .table_result .with_add td {border-bottom: none!important;}
.ie7 #maincontent2 .table_result .add .add-content .description_text {margin-left:0!important;}
.ie7 #maincontent2 .table_result .add .add-content .description_text p {padding-left: 0!important;}
.ie7 #maincontent2 .table_result TABLE TR.add TD .wide-wrap {left:-66px;margin:0;margin-right:-126px;margin-bottom:20px;}
.ie7 #maincontent2 .table_result TABLE TBODY TR TD .cost {position: static}



.more .btn_more {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.more .btn_more span {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    padding: 6px 0;
    background: #fff;
    border: 1px solid #dddddd;
    color: #515151;
    text-decoration: none;
    line-height: 1.42857143;
}
.more .btn_more:hover span {
    color: #f47d26;
    background-color: #f9f9f9;
    border-color: #dddddd;
}

#maincontent2 .table_result tr.pagecur {border-bottom: 1px solid #D6D6D6!important;}
#maincontent2 .table_result tr.pagecur td {padding: 0!important;}
#maincontent2 .table_result tr.pagecur td div {display: block;border-bottom: #999 solid 1px;  text-align: center;  padding: 5px;  margin: 0 0 12px 0;}
#maincontent2 .table_result tr.pagecur td div a {cursor: pointer;color: #999;text-decoration: none;}
#maincontent2 .table_result table tr.pagecur{border: none;border-bottom: 1px solid #d6d6d6!important;}
#maincontent2 .table_result table tr.pagecur:hover td {background: none!important;}
#maincontent2 .table_result table tr.pagecur td:last-child {  border: none!important; text-align: center!important;}

#maincontent2 .table_result {
    padding: 0 0 12px 0!important;
}
#maincontent2 .table_result table tr.pagecur a{
    display: inline-block;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    padding: 6px;
    background: #fff;
    border: 1px solid #dddddd;
    color: #f47d26;
    cursor: default;
    text-decoration: none;
    line-height: 1.42857143;
}
#maincontent2 .table_result table tr td a:hover {
    color: #f47d26;
    border-color: #dddddd;
}
.table_result table tr.pagecur:hover td {
    background: none!important;
}
.loading{
    display: block;
    text-align: center;
    padding: 24px 0 31px;
}
.map_button {
    position: relative;
    display: block;
    float: left;
    margin-left: 5px;
    padding: 4px 23px 6px;
    border: 1px solid #034DA2;
    font-size: 18px;
    color: #034da2;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/PIE.htc);
}
.table_button {
    position: relative;
    display: block;
    float: left;
    margin-left: 5px;
    padding: 4px 23px 6px;
    border: 1px solid #034DA2;
    font-size: 18px;
    color: #034DA2;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/PIE.htc);
}
.on_use_button {
    background: #034DA2;
    color: #ffffff !important;
    border-bottom: 1px solid #034DA2;
    behavior: url(/PIE.htc);
}
.selectionTitleVariant {
    float: right;
    margin-right: 10px;
    color: #034DA2;
    cursor: pointer;
}
.selectionTitle{
	margin-top: 10px;
	margin-bottom: 10px;
}
.resultMapWrapper {
    position: relative;
}
.infoMessage {
    position: absolute;
    background: white;
    height: 160px !important;
}
.infoMessageHidden{
	display: none;
}
.infoMessage .close {
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    margin-top: 5px;
    margin-right: 5px;
}
.infoMessage .infoMessageTitle {
    font-size: 20px;
    margin: 5px;
    margin-top: 20px;
}
.infoMessage .zoom-map{
    color: #034DA2;
    text-decoration: underline;
	cursor: pointer;
}
.infoMessage .infoMessageContent {
    margin: 5px;
    margin-bottom: 10px;
}
#resultMap .darkBlueDotIconWithCaption{
	color: #177bc9
}
#resultMap .greenDotIconWithCaption{
	color: #56db40;
}
#resultMap .redDotIconWithCaption{
	color: #ed4543;
}
#resultMap .lightblueDotIconWithCaption{
	color: #82cdff;
}
#resultMap .grayDotIconWithCaption{
	color: #b3b3b3;
}
#resultMap .orangeDotIconWithCaption{
	color: #e6761b;
}
#resultMap .oliveCircleDotIconWithCaption{
	color: #97a100;
}
#resultMap .blackDotIconWithCaption{
	color: #595959;
}
#resultMap .oliveDotIcon{
	color: #97a100;
}

ymaps .color-006792{
	color:#006792;
}
ymaps .color-Ffad00{
	color:#Ffad00;
}
ymaps .color-f35844{
	color:#f35844;
}
ymaps .color-a520e1{
	color:#a520e1;
}
ymaps .color-00ad8e{
	color:#00ad8e;
}
.cost{
	color: #710909;
	font-size: 11px;
}
.cost .bold{
	font-weight: bold;
}
.cost .rub:before{
	font-size: 11px;
    color: #710909;
}
ymaps [class$="-b-cluster-content__header"],
ymaps [class$="-balloon-content__header"]{
	margin-bottom: 0px;
}
ymaps [class$="-b-cluster-content__header"] .clustererCaption,
ymaps [class$="-balloon-content__header"] .clustererCaption{
	display: none;
}
ymaps [class$="-b-cluster-tabs__section_type_nav"]{
	width: 155px !important;
}
ymaps .dznbaloon {
    position: relative;
    background: #fff;
	font-family: Arial, sans-serif;
	padding: 15px;
}
ymaps .dznbaloon p{
	font-family: Arial, sans-serif;
}
ymaps .dznbaloon .mainInfo {
    position: relative;
    width: 450px;
    float: left;
    background: #fff;
}
ymaps .dznbaloon .mainImage {
    width: 192px;
    height: 192px;
}
ymaps .dznbaloon > div .description {
    float: left;
	width: 230px;
}
ymaps .dznbaloon .name {
    font-size: 18px;
    color: #0c4da2;
    padding: 12px 0 0;
    text-align: left;
}
ymaps .dznbaloon .hw {
    text-align: left;
    font-size: 12px;
    padding: 0 0 4px;
}
ymaps .dznbaloon .price {
    padding: 0;
    text-align: left;
    font-size: 12px;
}
ymaps .dznbaloon .price nobr {
    display: block;
    line-height: 19px!important;
    height: 19px;
}
ymaps .dznbaloon .price .type {
    color: #333;
    font-weight: normal;
}
ymaps .dznbaloon .price .rub:before{
	color: #710909;
	font-size: 12px;
}
ymaps .dznbaloon .close {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
ymaps .dznbaloon .close img {
    margin: 0 !important;
    width: auto;
    height: auto;
}
ymaps .dznbaloon .add .link{
	float: left;
    margin-right: 18px;
    line-height: 16px;
}
ymaps .dznbaloon .add .link a {
    text-decoration: none;
    display: block;
    color: #034DA2;
}
ymaps .dznbaloon .add .link a img {
    float: left;
}
ymaps .dznbaloon .add .link a span {
    display: block;
    height: 10px;
    line-height: 5px;
    margin-left: 28px;
    padding-top: 10px;
    font-style: italic;
}
ymaps .price {
    color: #710909 !important;
}
ymaps [class$="-cluster-content__body"] .cr5{
	border-radius: 0px;
	padding: 0px;
}
ymaps [class$="-cluster-content__body"] .dznbaloon{
	border: none;
}
ymaps [class$="-cluster-content__body"] .dznbaloon .shadow, #resultMap [class$="-cluster-content__body"] .dznbaloon .triangle{
	box-shadow: none;
	-webkit-box-shadow: none;
}
ymaps [class$="-cluster-content__body"] .dznbaloon .triangle{
	display: none;
}
ymaps [class$="-cluster-content__body"] .dznbaloon .close{
	display: none;
}
ymaps [class$="-b-cluster-content"]{
	width: auto !important;
	height: auto !important;
}
ymaps [class$="-b-cluster-content__body"] .dznbaloon > div{
	height: auto;
}
ymaps .clustererCaption .number{
	margin-right: 10px;
}
ymaps .clustererCaption .rub{
	color: inherit;
}
ymaps .clustererCaption .rub:before{
	color: inherit;
	font-size: 13px;
}
ymaps .dznbaloon .notloadedimage{
	width: auto;
	height: auto;
	margin-top: 80px;
}
ymaps .dznbaloon .imgWrapper{
    width: 192px;
    height: 192px;
    padding-right: 26px;
    float: left;
	text-align: center;
}
ymaps .dznbaloon .add .link .nopointer{
    color: #034DA2;
}
ymaps .dznbaloon .add .link .nopointer span{
	display: block;
    height: 10px;
    line-height: 5px;
    margin-left: 28px;
    padding-top: 10px;
    font-style: italic;
}
ymaps .dznbaloon .add .link .nopointer img{
	float: left;
}

ymaps .legenda {
    background-color: white;
	padding: 15px;
}
ymaps .legenda .legendaInner{
    position: relative;
}
ymaps .legenda .collapse{
    position: absolute;
    top: 0px;
    right: 0px;
	width: 10px;
    height: 10px;
    background-size: 100% 100%;
    cursor: pointer;
}
ymaps .legenda.legendaCollapsed {
	cursor: pointer;
}
ymaps .legenda.legendaExpanded .legendaTitleCollapsed{
    display: none;
}
ymaps .legenda.legendaCollapsed .legendaTitleExpanded{
    display: none;
}
ymaps .legenda.legendaCollapsed .legendaTitleCollapsed{
	margin-right: 20px;
    display: inline-block;
}
ymaps .legenda.legendaExpanded .legendaTitleExpanded{
	margin-right: 20px;
    display: inline-block;
	margin-bottom: 5px;
}
ymaps .legenda.legendaExpanded .collapse{
    background-image: url('/bitrix/templates/new_incom_default/images/close.png');
}
ymaps .legenda.legendaCollapsed .collapse{
    display: none;
}
ymaps .legenda .imgWrapper {
    float: left;
}
ymaps .legenda .text {
    margin-left: 20px;
}
ymaps .legenda.legendaCollapsed .legendaExpanded{
    display: none;
}
.legenda.legendaHidden{
	display: none;
}
ymaps .legenda .oneLegenda{
	clear: both;
}
ymaps [class$="-balloon-pane"]{
	z-index: 15000 !important;
}
ymaps [class$="-controls__toolbar"]{
	z-index: 1000;
}
ymaps [class$="-controls__control"]{
	z-index: 500;
}
ymaps .info300 {
    background-color: white;
    line-height: 18px;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
}
ymaps .info300 .infoSymbol{
    margin-left: 7px;
}

/* End */


/* Start:/bitrix/components/incom/use_cookies_message/templates/.default/style.css?16212596357433*/
#use_cookies_message-block {
    text-align: center;

    background: rgba(45, 56, 69, 0.95);
    box-shadow: 0px -16px 40px rgba(0, 0, 0, 0.25);

    width: 100%;

    padding-top: 26px;
    padding-bottom: 25px;

    z-index: 20000;
    box-sizing: border-box;

    position: fixed;
    bottom: 0;
}

#use_cookies_message-block > div {
    display: inline-block;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

#use_cookies_message-block > div > a {
    color: #75B6F3;
    text-decoration: underline;
}

#use_cookies_message-block--apply_button {
    width: 284px;
    height: 46px;
    background: #fff;
    color: #2A343F !important;
    /*display: block !important;*/
    margin: 18px auto 0 auto;

    font-family: Open Sans !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 45px !important;
    text-align: center !important;

    border-radius: 6px;

    margin-top: 18px;
    cursor: pointer;

    display: none !important;
}

#use_cookies_message-block--label {
    white-space: normal !important;
}

/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 850px) {
    #use_cookies_message-block--apply_button {
        display: block !important;
    }

    #use_cookies_message-block--label {
        width: 100% !important;
    }

    #use_cookies_message-block--close_button {
        display: none !important;
    }
}

#use_cookies_message-block--close_button {
    margin-left: 60px;
    cursor: pointer;
}

@media screen and (min-width: 451px) and (max-width: 850px) {
    #use_cookies_message-block--apply_button {
        width: 160px !important;
    }
}

#use_cookies_message-pw__content {
    padding-bottom: 0;
    overflow: auto;
    position: relative;
}

#use_cookies_message-pw__content p {
    color: #424D5A;
}

#use_cookies_message-pw__content h2 + p {
    padding-top: 14px;
}

#use_cookies_message-pw__content p + p,
#use_cookies_message-pw__content ul + p {
    padding: 12px 0 0;
}

#use_cookies_message-pw__content ul{
    padding-top: 13px;
    display: block;
    margin: -13px 0 12px 20px;
    list-style: none !important;
}

#use_cookies_message-pw__content ul li {
    background: url(/bitrix/components/incom/use_cookies_message/templates/.default/./images/mdash.png) no-repeat 0 18px;
    margin: 0;
    padding: 6px 0 0 14px;
    line-height: 23px;

}

#use_cookies_message-pw__content h2 {
    padding: 45px 0 0;
    font-family: "Open Sans", "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #424D5A;
}

#use_cookies_message-pw__content .main-header {
    font-family: "Open Sans", "PT Sans", sans-serif;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    color: #424D5A;
    padding: 0;
    line-height: initial;
}

/* Scrollbar */
.mCSB_scrollTools {
    width: 8px !important;
}

.mCSB_scrollTools .mCSB_buttonUp {
    background: url(/bitrix/components/incom/use_cookies_message/templates/.default/./images/scroll_arrow_up.svg) no-repeat 0 0 !important;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background: url(/bitrix/components/incom/use_cookies_message/templates/.default/./images/scroll_arrow_down.svg) no-repeat 0 5px !important;
    height: 30px !important;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 10px 0 30px 0 !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background: #EAEEF2 !important;
    opacity: 0.2 !important;
    border-radius: 70px !important;
}

.mCSB_dragger_bar {
    background-color: #525E6C !important;
    border-radius: 70px !important;
    box-sizing: border-box;
    border: 2px solid #EAEEF2 !important;
}
/* END Scrollbar */

@media screen and (min-width: 767px) {
    #use_cookies_message-block--label {
        font-size: 14px !important;
    }

    #use_cookies_message-learn_more {
        font-size: 14px;
    }
}

@media screen and (max-width: 830px) {
    #use_cookies_message-block {
        padding: 40px 15px;
    }

    /*#use_cookies_message-learn_more {
        display: block;
        text-align: left;
    }*/

    #use_cookies_message-block--close_button {
        position: relative;
        top: -10px;
    }

    #use_cookies_message-pw__content ul {
        padding: 0;
        margin: 0 0 12px 12px;
    }
}

/*@media screen and (max-width: 710px) {*/
@media screen and (max-width: 850px) {
    #use_cookies_message-block {
        padding: 15px 18px 20px 18px;
        text-align: center;
    }

    #use_cookies_message-block > div {
        display: inline-block;
        text-align: center;

        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
    }

    #use_cookies_message-learn_more {
        display: inline-block;
    }

    #use_cookies_message-block > div:nth-child(1) {
        width: 80%;
        text-align: center !important;
    }

    #use_cookies_message-block > div:nth-child(2) {
        vertical-align: top;
        margin-left: 0;
        position: absolute;
        top: 20px;
        right: 18px;
    }
}

/*Модальное окно*/
#use_cookies_message-pw__background {
    position:fixed;
    background: #000;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20001;
    display: none;
}

#use_cookies_message-pw {
    width: 67%;
    border: 1px solid #ccc;
    max-height: 85%;
    /*max-height: 530px;*/
    overflow-y: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 20005;
    display: none;
    padding: 40px 40px 0 40px;
    border-radius: 6px;
    box-sizing: border-box;
    max-width: 830px;
    color: #424D5A !important;
}

#use_cookies_message-pw__content p {
    font-size: 16px;
}

#use_cookies_message-pw__close-button {
    position: fixed;
    z-index: 20005;
    cursor: pointer;
}

.header-colontitul-shadow {
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-colontitul-shadow {
    height: 90px;
    width: 100%;
    position: fixed;
    left: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {
    #use_cookies_message-pw__content h2:not(.main-header) {
        padding-top: 10px;
    }
}

@media screen and (max-width: 900px) {
    #use_cookies_message-pw {
        width: 85%;
        padding: 15px 5px 15px 15px;
        height: 90%;
    }

    #use_cookies_message-pw .main-header {
        font-size: 25px;
    }
}

@media screen and (max-width: 450px) {
    #use_cookies_message-pw {
        width: 100%;
    }

    #use_cookies_message-block > div:nth-child(1) {
        text-align: left !important;
    }

    #use_cookies_message-block--apply_button {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 319px) {
    #use_cookies_message-block--apply_button {
        width: 70% !important;
        margin-left: 0 !important;
    }
}
/* End */


/* Start:/bitrix/templates/new_incom_txt/styles.css?16450847533876*/
div table.table_td_centered {}
#maincontent table.table_td_centered td {text-align:center;}
#maincontent2 table.table_td_centered td {text-align:center;}
#maincontent table.table_td_centered td.left_a {text-align:left;}
td.left_a {text-align:left;}
#maincontent table.table_td_centered td.left_a {text-align:left;}
#maincontent2 table.table_td_centered td.left_a {text-align:left;}
td.right_a {text-align:right;}
#maincontent table.table_td_centered td.right_a {text-align:right;}
#maincontent2 table.table_td_centered td.right_a {text-align:right;}
.bl_carousel_wrap .btn-prev:before{
background-position:  -276px -244px !important;
}
.bl_carousel_wrap .btn-next:before {
background-position: -317px -243px !important;
}

.specpredl2 a.block > div .opisanie table {
                margin-top: -2px;            
}

.specpredl2 a.block > div .opisanie table tr td.right {
                min-height: 39px;           
}
#footer  .phone a {color:#FFFFFF!important;}
.fright.phone a,
.fright.phone ins{
	text-decoration: none;
}
#footer  .phone a{
	text-decoration: none;
}
.close_type{
    display: block;
    top: -63px;
    right: -30px;
    cursor: pointer;
    width: 26px;
    height: 27px;
    position: absolute;
    background: url(https://www.incom.ru/img/close5.png) no-repeat scroll center center transparent !important;
}
.novost_dn_detail{
    width: 680px;
}

.kv_chek {
    display: none !important;
}

.is_block_kv.plank {
    display: none !important;
}


.page-up {
    position: fixed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    left: 45px;
    bottom: -40px;
    width: 88px;
    height: 30px;
    border-radius: 40px;
    background-color: rgba(251,251,251,.5);
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 3;
    transition: 0.4s;
    -webkit-tap-highlight-color: transparent;
}
.page-up.page-up__show {
    bottom: 37px;
}
.page-up .page-up__text {
    font-size: 14px;
    line-height: 17px;
    color: rgba(82,94,108,.6);
}
.page-up .page-up__arrow {
    font-size: 0;
    position: absolute;
    left: 10px;
    top: calc(50% - 3px);
}
.page-up .page-up__arrow svg {
    fill: rgba(82,94,108,.6);
}
.page-up:hover {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    color: #034DA2;
}
.page-up:hover .page-up__text {
    color: #034DA2;
}
.page-up:hover .page-up__arrow svg {
    fill: #034DA2;
}
@media screen and (max-width: 999px) {
    .page-up {
        font-size: 0;
        width: 25px;
        height: 25px;
        border: 9px solid #fbfbfb;
        left: 25px;
        bottom: -40px;
        /*bottom: 52px !important;*/
        padding: 0;
        box-sizing: content-box !important;
        background-color: #fbfbfb;
        opacity: 0.6;
    }

    .page-up.page-up__show {
        bottom: 28px;
    }

    .page-up.page-up__click {
        -webkit-animation: page_up_click .3s;
        -o-animation: page_up_click .3s;
        animation: page_up_click .3s;
    }
    .page-up .page-up__text {
        display: none;
    }
    .page-up .page-up__arrow {
        top: 8px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .page-up .page-up__arrow svg {
        fill: #034DA2
    }
    /*.page-up:hover {
        opacity: 1;
        background-color: #6894C7;
    }*/
}
@media screen and (max-width: 767px) {
    .page-up {
        left: 18px;
        bottom: -40px;
    }
    .page-up.page-up__show {
        bottom: 18px;
    }
}
@keyframes page_up_click {
    0% {opacity:.6;background-color: #fbfbfb}
    50% {opacity:1;background-color: #6894C7}
    100% {opacity:.6;background-color: #fbfbfb}
}
.border_0 {border: 0;}
/* End */


/* Start:/bitrix/templates/new_incom_txt/template_styles.css?14822477602305*/
.lt-button
{

    margin-top: 10px;
    margin-bottom: 4px;
}

.lt-label
{
    background:#b0ce3b;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#b0ce3b), to(#7eae24));
    background:-moz-linear-gradient(#b0ce3b, #7eae24);
    background:-o-linear-gradient(#b0ce3b, #7eae24);
    -pie-background:linear-gradient(#b0ce3b, #7eae24);
    behavior:url(/PIE.htc);
}

#sidebar #liveTexButton_75092.lt-online, #sidebar #liveTexButton_75092.lt-offline,
#sidebar #liveTexButton_76669.lt-online, #sidebar #liveTexButton_76669.lt-offline

{
 width: 238px;
 height: 118px;

    background: url('/images/button_07082014.png') no-repeat center center;
    vertical-align: middle;
    border: 1px solid #D6D6D6;
border-radius: 3px;
behavior: url(/PIE.htc);


-moz-border-radius: 3px;
-webkit-border-radius: 3px;
behavior: url(/PIE.htc);

}



#sidebar #liveTexButton_75092.lt-online:hover, #sidebar #liveTexButton_75092.lt-offline:hover,
#sidebar #liveTexButton_76669.lt-online:hover, #sidebar #liveTexButton_76669.lt-offline:hover
{
    background-color: #fff;
}


.for_link  .name
{
	margin-bottom: 20px;
position: relative;
margin: -5px 0 11px 0;
font-size: 18px;
line-height: 24px;
color: #373737;
font-style: normal;

}
.for_link .link_14px {
	margin-bottom: 5px;
font-size: 14px;
line-height: 19px;
}


.seo-links a {

display: inline-block;
float: left;
margin-right: 25px;
font-style: italic;
margin-bottom: 6px;

}


.seo-links {

width: 680px;
padding: 0 0 22px;

}
.seo-links2 {

width: 960px;
//padding: 0 0 22px;

}

.seo-links2 a {
display: inline-block;
font-style: italic;
margin-bottom: 6px;
}

.seo-links2 div.for_link 
{
	margin-bottom:20px;	
}
.seo-links2 .name
{
margin: 20px 0 11px 0;
}
.seo-links2 div.ceo_three 
{
	display: inline-block;
	width: 290px;
	float:left;
	margin-left: 30px;

}

.seo-links2 div.ceo_one
{
	display: inline-block;
	width: 960px;
	float:left;


}
.seo-links2 div.ceo_two
{
	display: inline-block;
	width: 450px;
	float:left;
	margin-left: 30px;

}
.seo-links2 div.ceo_four
{
	display: inline-block;
	width: 210px;
	float:left;
	margin-left: 30px;

}

.seo-links2 div:first-child
{
margin-left: 0;
}
.seo-links2.first{
	margin-top: 20px;
}
.seo-links2.otdelno{
	
}
.seo-links2-wrapper{
	border: 1px solid #E1E1E1;
	padding: 34px 29px;
	margin-top: 20px;
	
}
/* End */
/* /bitrix/templates/.default/components/incom/menu/top_adv_lsd/style.css?16450847535008 */
/* /bitrix/templates/.default/components/incom/menu/redesign_incom_lsd/style.css?163050106216592 */
/* /bitrix/templates/.default/components/incom/menu/hidden_mobile_redesign_incom_lsd/style.css?16219313597337 */
/* /bitrix/templates/new_incom_txt/components/bitrix/system.pagenavigation/new_incom/style.css?14822477602849 */
/* /bitrix/templates/new_incom_txt/components/incom/realty.dzn.cottages.search_result_list.mysql/new_pager/style.css?159551478625716 */
/* /bitrix/components/incom/use_cookies_message/templates/.default/style.css?16212596357433 */
/* /bitrix/templates/new_incom_txt/styles.css?16450847533876 */
/* /bitrix/templates/new_incom_txt/template_styles.css?14822477602305 */
