

/* Start:/local/templates/Starkwood/css/catalog.css?179010484822303*/
/* catalog-items */
.catalog-items {
    padding: 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.catalog-items.space-between {
    justify-content: space-between;
}

.catalog-item {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
}

.catalog-item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 5px;
    overflow: hidden;
}

.catalog-item a.text-left {
    justify-content: inherit;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 3% 5%;
}

.catalog-item a.text-uchastki {
    justify-content: space-between;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 3% 5%;
}

.catalog-item-title_left span,
.catalog-item-title-name span {
    text-transform: initial;
    font-weight: 300;
    display: inline;
    margin-left: 3%;
    white-space: nowrap;
}

.catalog-item-title-name {
    width: 80%;
}

.catalog-item-title-number {
    margin: 1vw 0;
    font-size: 40px;
    font-size: 1.9vw;
    text-transform: uppercase;
}

@media screen and (max-width: 1050px) {
    .catalog-item-title-number {
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
    }
}

.catalog-item:nth-child(even) a {
    margin-right: 0;
}

.catalog-item:nth-child(odd) a {
    margin-left: 0;
}

.catalog-item-title {
    position: relative;
    z-index: 2;
    margin-bottom: 2vw;
    transition: all 1s ease;
}

.catalog-item-title-nocaps h3 {
    text-transform: inherit;
}

.catalog-item-title-nocaps h3 span {
    text-transform: uppercase;
}

.catalog-item-title_left {
    position: relative;
    text-align: left;
    z-index: 2;
    width: 100%;
    transition: all 1s ease;
}

.catalog-item img {
    transition: all 1s ease-out
}

.catalog-item:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.catalog-item-image {
    transition: all 1s ease-out;
    box-sizing: border-box;
    overflow: hidden;
}

.catalog-item-image:after,
.catalog-item-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%);
}

.catalog-item-image:after {
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease;
}

.catalog-item:hover .catalog-item-image:after {
    background: rgba(0, 0, 0, 0.15);
}

.catalog-item-action .cia-inner {
    overflow: hidden;
    background: #323137;
    height: calc(100% - 5px);
    width: calc(100% - 5px);
    position: absolute;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-item-area {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.cia-content {
    position: relative;
    z-index: 2;
}

.cia-button {
    text-align: center;
    margin-top: 20px;
}

.cia-button span {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    font-size: .85vw;
    FONT-VARIANT: JIS04;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    border: 2px px solid #FFF;
    padding: 25px 60px;
    border-radius: 50px;
    background: #FFF;
    color: #000;
    cursor: pointer;
    transition: all .3s ease;
}

.cia-button span:hover {
    background: #FBD691;
    color: #000;
    border-color: #FBD691;
    box-shadow: 0px 6px 34px rgb(251 214 145 / 45%);
}

.cia-title {
    color: #FFF;
}

.catalog-item_actions_els .catalog-item_actions_els_link {
    color: #FFF;
    display: flex;
    margin: 0 0 1vw 0;
    font-size: 40px;
    font-size: 1.9vw;
    line-height: 120%;
    margin: 2vw 0;
}

.catalog-item_actions_els .catalog-item_actions_els_link .catalog-item-title_name {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px 0 0;

    display: inline;
    white-space: nowrap;
    transition: color .3s ease;
}

.catalog-item-title_left span {
    text-transform: initial;
    font-weight: 300;
    display: inline;
    margin-left: 3%;
    white-space: nowrap;
}

@media screen and (max-width: 700px) {
    .catalog-item {
        width: 100%;
        padding-bottom: 75%;
    }

    .catalog-item a {
        height: 70vw;
        margin-bottom: 10px;
    }

    .catalog-item a.text-left {
        padding: 5% 5%;
    }

    .catalog-item:nth-child(odd) a {
        margin-right: 0;
    }

    .catalog-item:nth-child(even) a {
        margin-left: 0;
    }

    .catalog-item-action .cia-inner {
        height: 100%;
        width: 100%;
        margin: 5px 0;
    }

    .cia-button span {
        font-size: 12px;
    }

    .catalog-item-title {
        margin-bottom: 20px;
    }

    .catalogPage .TextMediaBlock-container.padd_TB_n {
        padding: 40px 0;
    }

    .TextMediaBlock.padd_mb_TB_n.padd_TB_n {
        padding: 40px 0;
    }
}

/* CATALOG ITEM V2 */

.catalog-items_v2 {
    padding: 0 0 10vw;
    background-color: #28282C;
    justify-content: space-between;
}

.catalog-item_v2 {
    width: 48.6vw;
    margin: 1.8vw 0 0 0;
    overflow: hidden;
}

.catalog-item_v2-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 25vw;
}

.catalog-item_v2-image figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    transition: all .8s ease;
}

.catalog-item_v2:hover figure img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.catalog-item_v2-infopanel {
    background-color: #242428;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 2vw;
}

.civ2-title {
    font-size: 40px;
    font-size: 1.9vw;
    line-height: 1.2;
}

.civ2-params {
    display: flex;
    color: #68686b;
    margin: 0 1vw;
}

.civ2-param-title {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-size: 1.2vw;
    margin: 0 1vw .7vw 0;
}

.civ2-param-icon svg,
.civ2-param-icon img {
    display: block;
    width: 1vw;
    height: auto;
}

.civ2-param-name {
    margin-left: .5vw;
    line-height: 1;
}

.civ2-param-value {
    color: #FFF;
    font-size: 14px;
    font-size: 1.2vw;
    line-height: 1;
    margin-left: 1.5vw;
    text-align: center;
    width: calc(100% - 3vw);
}

.civ2-weekendHome {
    display: block;
    position: absolute;
    top: 5%;
    right: 2.5%;
    background-color: #242428;
    color: #FFF;
    padding: 10px 35px;
    border-radius: 12px;
    line-height: 1;
    font-size: 12px;
    font-size: .9vw;
}

@media screen and (min-width: 1600px) {
    .civ2-weekendHome {
        font-size: 15px;
        font-size: .8vw;
    }
}

@media screen and (max-width: 1050px) {
    .civ2-weekendHome {
        font-size: 13px;
    }
}

.catalog-item_v2-regardImg {
    position: absolute;
    z-index: 2;
    top: 2vw;
    left: 2vw;
    width: 5vw;
    height: auto;
    display: block;
}

.civ2-more.button-bordered a:hover {
    box-shadow: none;
}

@media screen and (min-width: 1600px) {
    .civ2-more.button-bordered a {
        padding: 1.2vw 2vw;
    }
}

@media screen and (max-width: 1050px) {

    .catalog-item_v2-infopanel {
        flex-wrap: wrap;
    }

    .civ2-title {
        width: 100%;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .civ2-param-icon svg,
    .civ2-param-icon img {
        width: 12px;
    }

    .civ2-param-title {
        font-size: 14px;
        margin: 0 15px 10px 0;
    }

    .civ2-param-value {
        font-size: 14px;
    }

    .civ2-more.button-bordered a {
        padding: 20px 30px;
        display: inline-block;
        min-width: 50px;
    }
}

@media screen and (max-width: 990px) {
    .civ2-more {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 920px) {

    .catalog-item_v2-infopanel {
        padding: 25px;
    }
}

@media screen and (max-width: 700px) {
    .catalog-item_v2 {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .catalog-item_v2-image {
        height: 70vw;
    }
}


/* Project map page*/
.projectMap_title {
    margin: 15px 0 40px;
    margin: 1vw 0 3vw;
}

.project-params {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.project-param {
    margin: 0 3vw;
}

.project-params.more4els {
    flex-wrap: wrap;
    max-width: 1300px;
}

.project-params.more4els .project-param {
    width: calc(33.3% - 6vw);
    margin-top: 1vw;
}

.project-params.more4els .project-param:nth-child(1),
.project-params.more4els .project-param:nth-child(2),
.project-params.more4els .project-param:nth-child(3) {
    margin-top: 0;
}

.project-param-title {
    margin-bottom: 10px;
}

.project-param-info {
    font-size: 48px;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 120%;
    margin: 1vw 0;
}

@media screen and (min-width: 1900px) {
    .project-param-info {
        font-size: 48px;
    }
}

@media screen and (max-width: 1050px) {
    .project-params {
        flex-wrap: wrap;
    }

    .project-param-info {
        font-size: 30px;
        margin: 5px 0 0;
    }

    .project-param {
        margin: 0 15px;
    }
}

@media screen and (max-width: 750px) {

    .project-param,
    .project-params.more4els .project-param {
        width: 100%;
        margin-bottom: 35px;
    }

    .project-param:last-child {
        margin-bottom: 0;
    }

    .project-param-title {
        font-size: 14px;
        margin-bottom: 0;
    }
}

/* Project-map-plan */
.project-map {
    padding: 0;
    display: flex;
}

.pm-area {
    box-sizing: border-box;
}

.project-map-plan {
    width: 65%;
    padding: 5vw 10vw;
}

.project-map-params {
    width: 35%;
    background: #FAFAFA;
    padding: 10vw 7vw 5vw;
}

.plan-header {
    margin-bottom: 50px;
}

.plan-header .super-text {
    margin-bottom: 35px;
}

.plan-header h2 {
    font-size: 2.7vw;
}

.project-params-menu {
    margin-bottom: 35px;
}

.pp-menu-item {
    font-size: 32px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .2s ease;
}

.pp-menu-item.active {
    font-weight: bold;
}

.pp-menu-item:last-child {
    margin-bottom: 0;
}

.plan-item img {
    max-width: 100%;
}

.plan-items,
.project-params-list {
    position: relative;
}

.plan-item,
.pp-list-item {
    position: absolute;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .7s ease;
}

.plan-item.active,
.pp-list-item.active {
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.project-params-table tr td {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 20px;
}

.project-params-table tr td:first-child {
    text-align: center;
    opacity: .5;
    padding-right: 25px;
}

.project-params-table tr:first-child td {
    opacity: 1;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.project-map-params .tmb-text-button a {
    width: 100%;
}

@media screen and (max-width: 1050px) {
    .plan-header h2 {
        font-size: 30px;
    }

    .project-map {
        flex-wrap: wrap;
    }

    .project-map-plan {
        width: 100%;
        padding: 50px 10%;
    }

    .project-map-params {
        width: 100%;
        padding: 50px 10% 100px;
    }

    .plan-item {
        height: 80vw;
    }

    .plan-item img {
        height: 100%;
        width: auto;
        max-width: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .project-map-params .tmb-text-button a {
        width: auto;
    }

    .project-map-params .button-bg {
        text-align: center;
    }
}

.project-info-header {
    text-align: center;
}

.project-info-header .super-text {
    margin-bottom: 15px;
}

.project-info-planTrigger {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3vh 0;
}

.project-info .pp-menu-item {
    margin: 25px 20px;
}

.project-info .pp-menu-item:hover {
    transition: all .5s ease;
    color: #FBD691;
}

.project-info .pp-menu-item.active:hover {
    color: #000;
}

.plan-item-img {
    text-align: center;
}

.plan-item-img img {
    display: inline-block;
    max-height: 80vh;
    width: auto;
}

.plan-item-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0s ease;
}

.plan-item-img.active {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: all .5s ease;
}

@media screen and (max-width: 1050px) {
    .plan-item-img img {
        width: 100%;
        height: auto;
        display: block;
        max-height: inherit;
    }

    .pp-menu-item {
        font-size: 23px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 620px) {
    .project-info-planTrigger {
        flex-direction: column;
        margin-top: 15px;
    }

    .project-info .pp-menu-item {
        margin: 0 20px 5px;
    }

    .pp-menu-item {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .plan-items {
        margin-top: 15px;
    }
}

.get_catalog_wide {
    padding: 5vw 0;
    color: #FFF;
    background: #28282C url(/include/images/wood-texture-wide.png) right 50% no-repeat;
    background-size: 60%;
}

.gcw-inner {
    padding-left: 10vw;
}

.get_catalog_wide h3 {
    margin-bottom: 1.5vw;
}

.get_catalog_wide .csa-btn a {
    padding: 0.5vw 2vw;
}

@media screen and (max-width: 1050px) {
    .get_catalog_wide {
        padding: 60px 0;
        background: #28282C url(/include/images/wood-texture-wide.png) 50% 50% no-repeat;
        background-size: cover;
    }

    .gcw-inner {
        padding-left: 0;
        text-align: center;
    }

    .get_catalog_wide h3 {
        margin-bottom: 25px;
    }

    .get_catalog_wide .csa-btn a {
        font-size: 14px;
        font-weight: 500;
        padding: 15px 20px;
        display: inline-block;
        min-width: 150px;
    }
}

.catalog-item_actions {
    box-sizing: border-box;
    width: calc(50% - 0.2vw);
    margin-bottom: 0.4vw;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
}

a.cia-abslink {
    position: absolute;
    z-index: 2;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.catalog-item_actions img {
    /* filter: saturate(0.2) brightness(1) contrast(0.8); */
    transition: all .5s ease;
}

.catalog-item_actions:hover img {
    filter: saturate(1) brightness(1) contrast(1);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.catalog-item-title_name {
    transition: color .3s ease;
}

.catalog-item_actions:hover .catalog-item-title_name {
    color: #fbd691;
}

.catalog-item_actions_els {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 3% 5% 5%;
}

.catalog-item_actions_els h3 {
    color: #FFF;
    display: flex;
    margin: 0 0 1vw 0;
}

.catalog-item_actions_els h3 .catalog-item-title_name {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.c-item_actions {
    display: flex;
    align-items: center;
    width: 100%;
}

.c-item_actions .csa-btn a {
    margin: 0;
    min-width: 16vw;
    display: inline-block;
    padding: 1.3vw 2vw;
}

.c-item_actions div:first-child {
    margin-right: 1vw;
}

@media screen and (max-width: 920px) {
    .c-item_actions {
        display: block;
    }

    .c-item_actions div:first-child {
        margin: 0 0 10px;
    }

    .c-item_actions .csa-btn a {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 700px) {
    .catalog-item_actions {
        width: calc(100% - 0.2vw);
        padding-bottom: 75%;
    }
}

@media screen and (max-width: 620px) {}

/* awards */
.awards-items {
    padding-bottom: 7vw;
}

.awards-item {
    background-color: #323137;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto 2vw;
}

.awards-item-icon,
.awards-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-item-icon {
    width: 15%;
}

.awards-item-icon img {
    display: block;
    max-width: 50%;
}

.awards-item-image {
    width: 15%;
    position: relative;
    overflow: hidden;
}

.awards-item-image img {
    display: block;
    line-height: 0;
    max-height: 80%;
    max-width: 80%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.awards-item-text {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 3vw 0;
}

.awards-item-textTop {
    font-size: .9vw;
    line-height: 1.3;
    margin-bottom: 5px;
}

.awards-item-textBottom {
    font-size: 1.25vw;
    line-height: 1.3;
}

.t-header-r-button .button-solidBg a {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    font-size: 0.85vw;
    letter-spacing: 0.2px;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    padding: 1.5vw 2vw;
    border: 0;
    background-color: #FFF;
    color: #000;
    border-radius: 50px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
    .awards-item-textTop {
        font-size: 14px;
    }

    .awards-item-textBottom {
        font-size: 18px;
    }

    .awards-item-icon img {
        max-width: 65px;
    }
}

@media screen and (min-width: 1900px) {
    .awards-item-textTop {
        font-size: 16px;
    }

    .awards-item-textBottom {
        font-size: 22px;
    }
}

@media screen and (max-width: 1050px) {
    .t-header-r-button .button-solidBg a {
        font-size: 14px;
        font-weight: 500;
        padding: 25px 30px;
        display: inline-block;
        min-width: 250px;
    }
}

@media screen and (max-width: 750px) {
    .awards-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .awards-item-icon,
    .awards-item-text,
    .awards-item-image {
        width: 100%;
    }

    .awards-item-icon {
        padding-top: 3vw;
    }

    .awards-item-text {
        justify-content: center;
        align-items: center;
    }

    .awards-item-image {
        padding: 25px 0;
    }

    .awards-item-image img {
        display: block;
        line-height: 0;
        max-height: unset;
        max-width: 250px;
        object-fit: unset;
        position: relative;
        z-index: 10;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .awards-item-image:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        padding: 0;
        box-sizing: border-box;
        background: linear-gradient(180deg, #000000 0%, #323137 120%);
        pointer-events: none;
    }
}

@media screen and (max-width: 550px) {
    .awards-item-image img {
        max-width: 210px;
        max-height: 210px;
    }


}

@media screen and (max-width: 450px) {}

.catalog-item-regardImg {
    display: block;
    line-height: 1;
    position: absolute;
    z-index: 3;
    right: 5%;
    bottom: 8%;
    pointer-events: none;
    transform: translateY(.7vw);
    max-width: 3.5vw;
}

.catalog-item_actions:hover img.catalog-item-regardImg {
    transform: translateY(0) scale(1);
}

body .c-filter-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    columns: unset;
    -moz-columns: unset;
    -webkit-columns: unset;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
}

.catalog_control_selector_data_line {
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (min-width: 1500px) {
    .catalog-item-regardImg {
        bottom: 8%;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1050px) {
    .catalog-item-regardImg {
        bottom: auto;
        top: 5%;
        max-width: 65px;
        transform: translateY(0);
    }
}

.project-info-plans {
    display: flex;
    justify-content: center;
    margin: 3vw 0;
}

.pi-plan-item {
    max-width: 33%;
}

.pi-plan-title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}

.pi-plan-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1050px) {
    .pi-plan-title {
        font-size: 23px;
    }
}

@media screen and (max-width: 750px) {
    .project-info-plans {
        display: block;
    }

    .pi-plan-item {
        max-width: 100%;
        width: 100%;
        margin-top: 50px;
    }
}


.whiteSection :is(h2, .h2) {
    margin: 1.7vw auto 0;
}

.whiteSection h3 {
    margin: 1.7vw auto 0;
}

.project-tags__title {
    font-size: 2.7vw !important;
    line-height: 110%;

    @media screen and (max-width: 1200px) {
        font-size: 25px !important;
    }

    @media screen and (max-width: 1050px) {
        font-size: 18px !important;
    }
}

.project-tags__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
}

.project-tags__item {
    font-weight: 600;
}

.media-item a svg {
    width: 10%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.9s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.media-item a svg.play_round {
    left: 49%;
    width: 15%;
}

.media-item a:hover svg {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(251, 214, 145, 0.4));
    filter: drop-shadow(5px 5px 5px rgba(251, 214, 145, 0.4));
}

.media-item.media-item-single {
    width: 75%;
    padding-bottom: 50%;
    margin: 0 auto;
}

@media screen and (min-width: 1900px) {
    .whiteSection :is(h2, .h2) {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 700px) {
    .media-item.media-item-single {
        width: 100%;
        padding-bottom: 75%;
    }
}
/* End */


/* Start:/local/templates/Starkwood/components/bitrix/catalog.smart.filter/starkwood_v3/style.css?175164596813291*/
.bx-filter {
	box-sizing: border-box;
	width: 100%;
	padding: 3vw;
	background-color: #28282C;
	color: #FFF;
	font-weight: 300;
	overflow: visible;
	margin-bottom: -1px;
}

.bx-filter-popup-result {
	display: none !important;
	position: absolute;
	visibility: hidden;
}

.bx-filter .bx-filter-section {
	position: relative;
	padding-top: 26px
}

.bx-filter-parameters-box-title {
	font-size: 13px;
	font-weight: 300;
	color: #c1c1c1;
}

@media screen and (min-width: 1600px) {
	.bx-filter-parameters-box-title {
		font-size: 15px;
	}
}

.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	cursor: pointer;
}

.bx-filter-select-popup {
	padding: 0;
	position: relative;
}

.bx-filter-select-popup ul {
	margin: 0;
	padding: 20px 20px;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	position: absolute;
	z-index: 10;
	top: 50px;
	background-color: #242428;

	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
}

/* .bx-filter-select-popup:hover ul */
.bx-filter-select-popup.open ul {
	opacity: 1;
	visibility: visible;
}

.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	list-style: none;
}

.sitewrap .bx-filter-select-popup ul li {
	padding-left: 0;
	margin-top: 20px;
}

.bx-filter-select-popup ul li:before {
	display: none;
}

.bx-filter-input-checkbox {
	display: flex;
	align-items: center;
}

.filter-row {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.filter-fields {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bx-filter-parameters-box {
	margin-left: 0;
}

.bx-filter-parameters-box:first-child {
	margin-right: 0;
	margin-left: 0;
}

.bx-filter-parameters-box.filter-type_F {
	min-width: 15%;
}

.bx-filter-parameters-box.filter-type_P {
	min-width: 16%;
	width: 16%;
}

.bx-filter-parameters-box:last-child {
	margin-right: 0;
}

.filter-col-checkboxes input {
	display: none;
}

.filter-col-checkboxes .bx-filter-param-label {
	display: block;
	padding: 10px 15px;
	border-right: 1px solid rgb(255 255 255 / 50%);
}

.filter-col-checkboxes .checkbox:last-child .bx-filter-param-label {
	border-right: 1px solid transparent;
}

.bx-filter-parameters-box-container {
	background-color: #242428;
}

.bx-filter-button-box .bx-filter-parameters-box-container {
	background-color: transparent;
}

.bx-filter-param-label {
	cursor: pointer;
}

.bx-filter-param-label.disabled {
	color: #7d7d7d;
	pointer-events: none;
}

.filter-type_F .bx-filter-parameters-box-container {
	padding: 10px 0;
}

.filter-col-checkboxes {
	display: flex;
	width: 100%;
	justify-content: center;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
	line-height: 1;
	font-size: 13px;
	font-weight: 300;
}

@media screen and (min-width: 1600px) {
	.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
		font-size: 15px;
	}
}

.bx-filter-input-checkbox.active .bx-filter-param-text {
	color: #FBD691;
}

.filter-type_F .bx-filter-input-checkbox .bx-filter-param-text {
	border-bottom: 1px solid transparent;
}

.filter-type_F .bx-filter-input-checkbox.active .bx-filter-param-text {
	border-bottom: 1px solid #FBD691;
}

.dropdown-first-selector {
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 25px;
	transition: color .3s ease;
}

.dropdown-first-selector:hover {
	color: #FBD691;
}

@media screen and (min-width: 1600px) {
	.dropdown-first-selector {
		font-size: 15px;
	}
}

.dropdown-first-selector:after {
	content: '';
	background: url(/local/templates/Starkwood/components/bitrix/catalog.smart.filter/starkwood_v3/images/arr_t_b.svg) 0 0 no-repeat;
	display: block;
	width: 10px;
	height: 5px;
	transform: rotateZ(180deg);
	transition: transform .1s ease;
}

/* .bx-filter-select-popup:hover .dropdown-first-selector:after */
.bx-filter-select-popup.open .dropdown-first-selector:after {
	transform: rotateZ(0deg);
}

.dropdown-first-selector.active {
	color: #FBD691;
}

.bx-filter .bx-filter-input-checkbox input {
	display: none;
}

.bx-filter-select-popup .bx-filter-input-checkbox:before {
	content: '';
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	border-radius: 3px;
	border: 1px solid rgb(255 255 255 / 70%);
	background: transparent;
	display: block;
	margin-right: 10px;
}

.bx-filter-select-popup .bx-filter-input-checkbox.active:before {
	background: #FFF url(/local/templates/Starkwood/components/bitrix/catalog.smart.filter/starkwood_v3/images/check.svg) 50% 50% no-repeat;
}

.bx-filter-select-popup .disabled .bx-filter-input-checkbox:before {
	border: 1px solid rgb(255 255 255 / 20%);
}

.bx-filter-parameters-links-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
	flex-wrap: wrap;
}

.bx-filter-alllink {
	color: rgb(255 255 255 / 70%);
	font-size: 13px;
	line-height: 1.3;
	white-space: nowrap;
	cursor: pointer;
	transition: color .3s ease;
}

@media screen and (min-width: 1600px) {
	.bx-filter-alllink {
		font-size: 15px;
	}
}

.bx-filter-alllink:hover {
	color: #FBD691;
}

.bx-filter-actions-del {
	font-size: 13px;
	background: none;
	border: 0;
	color: rgb(255 255 255 / 70%);
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	transition: color .3s ease;
}

@media screen and (min-width: 1600px) {
	.bx-filter-actions-del {
		font-size: 15px;
	}
}

.bx-filter-actions-del:hover {
	color: #FBD691;
}

.bx-filter-actions {
	display: flex;
}

.bx-filter-actions-set {
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	min-width: 15vw;
	font-weight: 600;
	font-size: 16px;
	font-size: 0.85vw;
	letter-spacing: 0.2px;
	line-height: 0;
	text-align: center;
	white-space: nowrap;
	padding: 1.3vw 2vw;
	border: 0;
	background: rgb(255 255 255 / 90%);
	color: #000;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.bx-filter-mobile-actions {
	text-align: center;
	display: none;
}

.bx-filter-alllink-mobile {
	display: none;
}

@media screen and (min-width: 1600px) {
	.bx-filter-actions-set {
		font-size: 16px;
		padding: 25px 20px;
		min-width: 10vw;
	}
}

.bx-filter-actions-set:hover {
	background: #FBD691;
}

@media screen and (max-width: 1600px) {
	.filter-row {
		width: 80%;
	}
}

@media screen and (max-width: 1300px) {
	.filter-row {
		width: 95%;
	}

	.bx-filter-actions-set {
		font-size: 13px;
		padding: 25px 10px;
	}
}

@media screen and (max-width: 1000px) {
	.filter-row {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.filter-row {
		width: 100%;
	}

	.bx-filter-parameters-box.filter-type_F:first-child {
		width: 20%;
	}

	.bx-filter-parameters-box.filter-type_F {
		width: 30%;
	}

	.bx-filter-parameters-box.filter-type_P {
		min-width: 49%;
	}

	.bx-filter-parameters-box {
		margin-bottom: 25px;
	}

	.bx-filter-parameters-links-container {
		margin-top: 15px;
	}
}

@media screen and (max-width: 800px) {
	.bx-filter-parameters-box.filter-type_F:first-child {
		width: 49%;
	}

	.bx-filter-parameters-box.filter-type_F {
		width: 49%;
	}

	.bx-filter-parameters-box.filter-type_P {
		min-width: 49%;
	}
}

@media screen and (max-width: 600px) {
	.bx-filter-alllink {
		width: 100%;
		margin-bottom: 25px;
	}

	.bx-filter-actions {
		width: 100%;
		justify-content: space-between;
	}

	.bx-filter-actions-set {
		font-size: 13px;
		padding: 20px 10px;
		min-width: 130px;
	}

	.bx-filter-actions-del {
		display: none;
	}

	.bx-filter-parameters-box {
		display: none;
	}

	.secondFilter .bx-filter-parameters-box,
	.filter-el_164,
	.filter-el_166 {
		display: block;
	}

	.bx-filter-mobile-actions {
		display: block;
		width: 100%;
		margin-top: 15px;
	}

	.bx-filter-actions-del-mobile {
		background: transparent;
		border: 0;
		color: rgb(255 255 255 / 70%);
	}

	.bx-filter-alllink-mobile {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        letter-spacing: 0.2px;
        line-height: 0;
        text-align: center;
        white-space: nowrap;
        border: 1px solid rgb(255 255 255 / 90%);
        font-size: 13px;
        padding: 5px 10px;
        min-width: 160px;
        height: 50px;
        background: transparent;
        color: #FFF;
        border-radius: 50px;
        transition: all 0.3s ease;
	}

	.bx-filter-alllink {
		display: none;
	}

}

@media screen and (max-width: 500px) {
	.bx-filter-parameters-box.filter-type_F:first-child {
		width: 39%;
	}

	.bx-filter-parameters-box.filter-type_F {
		width: 59%;
	}

	.bx-filter-parameters-box.filter-type_P {
		width: 59%;
	}

	.bx-filter-actions-set {
		font-size: 13px;
		padding: 5px 10px;
		min-width: 160px;
		height: 50px;
	}
}

/* SECOND FILTER */

.secondFormHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 0;
	position: sticky;
	top: -40px;
	z-index: 100;
	background: #323137a8;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 15px 0 25px 0;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.secondFormTitle {
	font-size: 24px;
}

.secondFormClose {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.secondFilter {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(0 0 0 / 40%);
	color: #FFF;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: opacity .5s ease;
}

body .secondFilter[data-scroll] {
	will-change: auto;
}

.secondFilter.opened {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.secondFilter .bx-filter-section {
	background-color: #323137;
	padding: 40px 40px 0;
	box-sizing: border-box;
	width: 90%;
	max-width: 550px;
	height: 80vh;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.secondFilter .bx-filter-section::-webkit-scrollbar {
	width: 0;
}

.secondFilter .filter-row {
	width: 100%;
	margin-top: 20px;
}

.secondFilter .filter-fields {
	position: relative;
	justify-content: flex-start;
	height: 100%;
	overflow: auto;
	padding-bottom: 0;
}

.secondFilter .bx-filter-parameters-box-container {
	width: fit-content;
}

.secondFilter .bx-filter-parameters-links-container {
	position: sticky;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #3231373b;
	padding: 30px 0 40px 0;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.secondFilter .bx-filter-alllink {
	display: none;
}

.secondFilter .bx-filter-actions {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 35vw;
}

.secondFilter .bx-filter-actions-del,
.secondFilter  .bx-filter-mobile-actions  {
	margin: 0;
}

.secondFilter  .bx-filter-mobile-actions,
.secondFilter  .bx-filter-alllink-mobile {
	display: none;
}

.secondFilter  .bx-filter-actions-del,
.secondFilter  .bx-filter-actions-set {
	display: block;
}

.secondFilter .bx-filter-parameters-box.filter-type_F {
	width: 50%;
}

.secondFilter .bx-filter-parameters-box.filter-type_F:first-child {
	margin-right: 0%;
}

.secondFilter .bx-filter-parameters-box.filter-type_P {
	width: 100%;
	margin-top: 35px;
}

.secondFilter .dropdown-first-selector {
	display: none;
}

.secondFilter .filter-type_P .bx-filter-parameters-box-container {
	background-color: transparent;
}

.secondFilter .bx-filter-select-popup ul {
	position: inherit;
	top: 0;
	opacity: 1;
	visibility: inherit;
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	width: auto;
	padding: 0;
	margin-top: 5px;
}

.secondFilter .bx-filter-select-popup ul li {
	width: 50%;
	margin-bottom: 20px;
	font-size: 15px;
}

.secondFilter .bx-filter-select-popup ul li input {
	display: none;
}

.secondFilter .filter-type_F .bx-filter-parameters-box-container {
	padding: 10px 25px;
}

.secondFilter .bx-filter-param-label {
	line-height: 1.3;
}

.secondFilter .filter-col-checkboxes .bx-filter-param-label {
	padding: 5px 13px;
}

@media screen and (max-width: 1200px) {

	.secondFormHeader {
		top: -25px;
	}

	.secondFilter .bx-filter-section {
		width: 600px;
		padding: 25px 25px 0;
	}

	.secondFilter .bx-filter-actions {
		width: 550px;
	}

	.secondFilter .filter-col-checkboxes .bx-filter-param-label {
		padding: 10px 13px;
	}
}

@media screen and (max-width: 800px) {

	.secondFilter .bx-filter-section {
		width: 350px;
	}

	.secondFilter .bx-filter-parameters-box.filter-type_F:first-child {
		margin-right: 5%;
	}

	.secondFilter .bx-filter-parameters-box.filter-type_F:first-child {
		width: 35%;
	}

	.secondFilter .bx-filter-parameters-box.filter-type_F {
		width: 45%;
	}

	.secondFilter .filter-type_F .bx-filter-parameters-box-container {
		padding: 10px 5px;
	}

	.secondFilter .bx-filter-parameters-box {
		margin-bottom: 0px;
	}

	.secondFilter .bx-filter-select-popup ul {
		justify-content: space-between;
		align-items: center;
	}

	.secondFilter .bx-filter-select-popup ul li {
		width: 48%;
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	.secondFilter .bx-filter-parameters-box {
		font-size: 12px;
	}

	.secondFilter .bx-filter-parameters-box .filter-type_F .bx-filter-param-label {
		padding: 0 14px;
	}

	.secondFilter .bx-filter-parameters-box.filter-type_P {
		margin-top: 25px;
	}
}
/* End */


/* Start:/local/templates/Starkwood/components/bitrix/news.list/videos_slider_new/style.css?17516459694830*/
/* blogCard SLIDER */
.blogCard-slider-section {
    background: #323137;
    color: #FFF;
    padding: 70px 0;
}
.blogCard-slider-section h3, .blogCard-slider-section .blogCard__h3style {
    max-width: 30vw;
    margin: 0 0 50px 5vw;
}
.fr-img {
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 1s ease-out;
}
.blogCard-item:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.blogCard-slider ul {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.blogCard-slider ul .blogCard-item {
    display: inline-block;
    min-width: 22vw;
    width: 22vw;
    margin: 0 .5vw 0 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
.blogCard-item {
    cursor: pointer;
}
.blogCard-item a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.blogCard-item a:after {
    content: '';
    display: block;
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.15);
}
.blogCard-item:hover a:after {
    background: rgba(0, 0, 0, 0.15);
}
.blogCard-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 10%;
}
.blogCard-item-content:before {
    content: '';
    display: block;
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.8) 80%);
} .h4-title, .bci-title {
    font-weight: 600;
    line-height: 1.2;
    font-size: 25px;
    font-size: 1.6vw;
    position: relative;
    z-index: 1;
}
.bci-subtitle {
    font-size: 12px;
    font-size: 1vw;
    position: relative;
    z-index: 1;
    display: flex;
    line-height: 1.4;
    margin-top: 20px;
}
.bci-subtitle-tag {
    margin-right: 20px;
}
.blogCard-item.active {
    cursor: ew-resize;
}
.blogCard-slider ul li:first-child {
    margin-left: 5vw;
    cursor: ew-resize;
}
.blogCard-item:before {
    display: none;
}
/* pg-slider-controls */
.pg-slider-controls {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.pgsc-line {
    height: 1px;
    background: #FFF;
}
.pgsc-line-l {
    width: calc(5vw - 10px);
    min-width: calc(5vw - 10px);
}
.pgsc-line-title {
    display: block;
    line-height: 0;
    color: #FFF;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.5vw;
}
.pgsc-line-c {
    width: 90vw;
}
.pgsc-line-arrows {
    display: flex;
}
.pgsc-arrow {
    padding: 15px;
    cursor: pointer;
    display: block;
    line-height: 0;
}
.pgsc-arrow.disabled {
    opacity: .5;
}
@media screen and (min-width: 1900px) {
    .pgsc-line-title {
       font-size: 18px; 
    }.h4-title,&nbsp;.bci-title {
        font-size: 25px;
    }
    .bci-subtitle {
        font-size: 14px;
    }
}
@media screen and (max-width: 1050px) {
    .blogCard-slider-section h3, .blogCard-slider-section .blogCard__h3style {
        max-width: 50%;
    }
    .blogCard-slider ul .blogCard-item {
        min-width: 25vw;
        width: 25vw;
    }
}
@media screen and (max-width: 700px) {
    .blogCard-slider-section h3, .blogCard-slider-section .blogCard__h3style {
       margin: 0 20px 50px;
       text-align: center;
    }
   .pgsc-line-title {
       font-size: 14px; 
    } .h4-title, .bci-title {
        font-size: 18px;
    }
    .bci-subtitle {
        font-size: 12px;
    }
    .blogCard-slider-section h3, .blogCard-slider-section .blogCard__h3style {
        max-width: 100%;
    }
    .blogCard-slider ul .blogCard-item {
        min-width: 45vw;
        width: 45vw;
    }
}
@media screen and (max-width: 500px) {
    .blogCard-slider ul .blogCard-item {
        min-width: 75vw;
        width: 75vw;
    }
    .pgsc-line {
        display: none;
    }
    .pgsc-line-arrows {
        width: 100%;
        padding: 0 17%;
        justify-content: space-between;
    }
    .pgsc-line-title {
        position: absolute;
        left:50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.blogCard-item a svg{
    width: 40%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.9s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.blogCard-item a svg.play_round {
    left: 49%;
    width: 55%;
}
.blogCard-item .fr-img{
    /* filter: saturate(0.2) brightness(1) contrast(0.8); */
    transition: filter .5s ease;
}
.blogCard-item a:hover .fr-img {
    filter: inherit;
}
/* End */


/* Start:/local/templates/Starkwood/components/bitrix/news.detail/consult-section/style.css?177490426141*/
.consult-section {
    padding: 10vh 0;
}
/* End */
/* /local/templates/Starkwood/css/catalog.css?179010484822303 */
/* /local/templates/Starkwood/components/bitrix/catalog.smart.filter/starkwood_v3/style.css?175164596813291 */
/* /local/templates/Starkwood/components/bitrix/news.list/videos_slider_new/style.css?17516459694830 */
/* /local/templates/Starkwood/components/bitrix/news.detail/consult-section/style.css?177490426141 */
