.section {
    padding: 60px 0;
}
.multi-filters__items {
    margin-left: -16px
}

.multi-filter {
    padding: 0 32px 0 16px;
    border-radius: 20px;
    margin-right: 5px;
    position: relative
}

.multi-filter.multi-filter-is-open {
    min-width: 200px;
    z-index: 3
}

.multi-filter.multi-filter-is-open .multi-filter__title::after {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
    top: 3px
}

.multi-filter.multi-filter-is-selected .multi-filter__title {
    color: var(--bwt-pink)
}

.multi-filter__title {
    position: relative;
    cursor: pointer;
    z-index: 2
}

.multi-filter__title::after {
    content: url(/local/templates/bwt/assets/css/../img/icons/icon-arrow-down.svg);
    margin-left: 8px;
    position: absolute;
    top: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.multi-filter__list {
    display: none;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    border: 1px solid #666b6e;
    border-radius: 20px;
    z-index: 1;
    padding: 48px 16px 16px;
    top: -16px;
    -webkit-box-shadow: 0 2px 4px rgba(0,93,143,.25);
    box-shadow: 0 2px 4px rgba(0,93,143,.25)
}

.multi-filter__item {
    display: block;
    margin-top: 8px
}

.multi-filter__item:first-of-type {
    margin-top: 0
}

.multi-filter__item_radio:checked~.multi-filter__item_title {
    color: var(--bwt-pink)
}

.multi-filter__item_title {
    cursor: pointer
}

.multi-filter__item_title:hover {
    color: var(--bwt-pink)
}


.projects-map {
    width: 100%;
    height: 100%
}

.projects-map__wrapper {
    position: relative;
    height: 560px
}

.projects-list {
    padding: 0 0 60px
}

.projects-list__item {
    width: -webkit-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    margin: 0 10px 30px
}

.projects-list__item h4 {
    max-width: 287px;
	margin:0;
}

.projects-list__item.project-no-descr {
    cursor: default;
    pointer-events: none
}

.projects-list__item.project-no-descr .card-transparent__info::after {
    display: none
}

.projects-list__pagination {
    padding-top: 34px
}

.projects-list__photo {
    position: relative;
    padding-bottom: 100%
}

.projects-list__photo img {
    position: absolute
}

.advantages {
    background-color: #f7f8f8
}

.advantages .section__title {
    margin-bottom: 64px
}

.advantages__items {
    margin-left: -20px;
    margin-right: -20px
}

.advantages__item {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 130px;
    position: relative;
    margin-bottom: 80px
}

.advantages__item_img {
    margin: 0 auto 32px
}

.advantages__item h3 {
    margin-bottom: 24px
}

.advantages__item_descr {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 20px;
    top: 250px
}

.advantages__btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.advantages-text {
    background-color: transparent
}

.advantages-text .advantages__item {
    padding-bottom: 0
}

.advantages-text .advantages__item_descr {
    position: static
}


.projects-advantages {
    padding: 56px 0 0
}

.projects-advantages h3 {
    font-size: 16px;
    margin-bottom: 16px;
    height: auto!important
}

.projects-advantages .advantages__item {
    width: 33.333%;
    margin-bottom: 30px
}

.projects-advantages .advantages__item_descr {
    padding: 0
}

.projects-not-found {
    max-width: 580px;
    min-height: 50vh
}

.projects-not-found__title {
    margin-bottom: 24px
}

.project {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 548px;
    right: 0;
    top: 0;
    background-color: #fff;
    display: none
}

.project__close {
    width: 40px;
    height: 72px;
    position: absolute;
    background-color: #fff;
    left: -41px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.project__close_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.project__img {
    max-height: 216px;
    overflow: hidden
}

.project__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project__info {
    padding: 24px
}

.project__info h3 {
    max-width: 460px;
    margin: 8px 0 16px;
    color: #333
}

.project__info_date {
    margin-right: 16px;
    color: #999
}

.project__info_category {
    text-transform: uppercase;
    color: #999
}

.project__info_descr {
    max-width: 460px
}

.project__info_btn {
    margin-top: 24px
}

.project-parameters .parameters__table table tr td {
    font-size: 14px
}

.project-parameters .parameters__table table tr td:first-of-type {
    max-width: 47%
}

.project-parameters .parameters__table table tr td:last-of-type {
    max-width: 49%
}

.card-transparent {
    position: relative;
    display: block
}

.card-transparent__photo {
    overflow: hidden
}

.card-transparent__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card-transparent__info {
    position: relative;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,.9);
    bottom: 0;
    z-index: 1;
    border-top: 5px solid rgba(255,255,255,.7);
    padding: 16px
}

.card-transparent__info::after {
    content: url(/local/templates/bwt/assets/css/../img/icons/icon-arrow-right-round.svg);
    position: absolute;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    height: 32px
}

.card-transparent__top {
    margin-bottom: 8px;
    font-size: 14px
}

.card-transparent-big .card-transparent__info {
    padding: 32px
}

.card-transparent-big .card-transparent__info::after {
    right: 32px
}

.card-transparent:hover .card-transparent__info::after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.parameters__table table {
    width: 100%
}

.parameters__table tr:nth-of-type(odd) td{
    background-color: #f7f8f8;
	border-bottom: none !important;
}
.parameters__table tr:nth-of-type(even) td{
	border-bottom: none !important;
}

.parameters__table tr td {
    padding: 5px 10px;
    font-size: 14px
}

.parameters__table tr td:first-of-type {
    width: 30%
}

.parameters__table tr td:last-of-type {
    width: 70%;
    text-align: right
}

.parameters__table tr td:first-of-type:last-of-type {
    width: 100%;
    text-align: left
}

.parameters__btn-wrapper {
    margin-top: 40px
}

.w-color {
    color: #fff;
}

#contentBlock .display-middle h1 {
    margin-bottom: 0;    font-size: 48px;
    line-height: 56px;
	font-weight:bold;
}

#contentBlock .display {
    height: 460px;
}
.display {
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 #333;
}

.display__bg, .display__video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.display__content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    max-width: 1170px;
    width: 100%;
    padding: 0 10px;
}
.two-cols__item {
    background-color: #f7f8f8;
    width: 51%;
    position: relative
}

.two-cols__inner {
    max-width: 430px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.two-cols__inner h3 {
    color: #333
}

.two-cols__inner.content h3 {
    color: var(--bwt-dark-blue)
}

.two-cols__btn {
    margin-top: 40px
}

.two-cols__img {
    height: 616px;
    overflow: hidden;
    width: 49%
}

.two-cols__img img,.two-cols__img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.two-cols-small__element {
    background-color: #f7f8f8
}

.two-cols-small__element:nth-of-type(even) .two-cols-small__item:first-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.two-cols-small__element:nth-of-type(even) .two-cols-small__item:last-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.two-cols-small__img {
    overflow: hidden
}

.two-cols-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.two-cols-small__item {
    width: 50%;
    position: relative
}

.two-cols-small__inner {
    padding: 48px 40px
}

.two-cols-small__btn {
    margin-top: 30px
}

.two-cols-relative .two-cols__item {
    width: 55%;
    background-color: transparent
}

.two-cols-relative .two-cols__inner {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 550px
}

.two-cols-relative .two-cols__img {
    width: 45%;
    height: 754px
}

.two-cols-form__img {
    height: 543px
}

.two-cols-form .two-cols__item {
    width: 50%;
    background-color: #f7f8f8
}

.two-cols-form .two-cols__inner {
    max-width: 350px
}

.two-cols-form .two-cols__img {
    width: 50%;
    height: 543px
}

.two-cols-form .input {
    margin-bottom: 14px
}
.images {
    padding: 60px 0 36px
}

.images__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 40px
}

.images__item:first-of-type {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.images__item:first-of-type .images__item_title {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px)
}

.images__item_img {
    margin-bottom: 24px;
    width: 100%
}

.images__item_title {
    font-size: 14px
}
.section .row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.projects-list .row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section__title {
    margin-bottom: 40px;
    text-align: center;
}
.section__title h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}
@media screen and (min-width: 1530px){
.display__content {
    max-width: 1350px;
}
.images {
    padding: 68px 0 44px;
}
.projects-advantages {
    padding: 80px 0 10px;
}
}
@media (max-width: 1199.98px){
.two-cols__inner {
    max-width: 100%;
    padding: 0 30px;
}
}
@media (max-width: 991.98px){
	.projects-list__item h4 {
    max-width: 100%;
}
.projects-list__item .card-transparent__info {
    padding-bottom: 80px;
    text-align: center;
}
.card-transparent__top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
	.projects-list__item .card-transparent__info::after {
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 24px;
}
.multi-filters .filters__item_link {
    margin-top: 20px;
}
.projects-list .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 945px;
}
.projects-list__wrapper {
    overflow-x: scroll;
}
.projects-list__photo {
    padding-bottom: 100%;
}
}
@media(max-width: 767.98px){
	.filters__item_title {
    text-transform: uppercase;
    letter-spacing: .02em;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.filters__item_title::after {
    content: url(/local/templates/bwt/assets/css/../img/icons/icon-plus-accent.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin-left: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.multi-filters .filters__item_link {
    width: 100%;
    text-align: center;
}
	.multi-filters {
        position: relative
    }

    .multi-filters__show-filters {
        font-size: 16px
    }

    .multi-filters__wrapper {
        display: none;
        position: absolute;
        top: 20px;
        background-color: #fff;
        right: 20px;
        left: 20px;
        z-index: 5
    }

    .multi-filters__items {
        margin-left: 0;
        padding-top: 15px
    }

    .multi-filters .filters__item_title {
        text-align: center;
        width: 100%;
        margin-left: -12px
    }

    .multi-filters .filters__item_link {
        width: 100%;
        text-align: center
    }

    .multi-filter {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        margin-right: 0
    }

    .multi-filter.filter-is-open {
        min-width: 100%
    }

    .multi-filter__list {
        padding-top: 43px
    }
	   .images .row {
        margin: 0
    }

    .images__item {
        width: 100%;
        overflow: hidden;
        margin: 0 0 24px
    }

    .images__item:first-of-type {
        width: 100%
    }

    .images__item:first-of-type .images__item_img {
        height: 420px
    }

    .images__item:first-of-type .images__item_title {
        width: 100%
    }

    .images__item_img {
        margin-bottom: 16px;
        height: 234px;
        width: auto;
        max-width: unset
    }
	
    .projects-map__wrapper {
        height: 620px
    }

    .projects-list {
        padding-bottom: 80px
    }

    .projects-list__item {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 20px 24px
    }

    .projects-list__pagination {
        padding-top: 16px
    }

    .projects-not-found {
        min-height: unset
    }

    .projects-advantages .advantages__item {
        width: 100%
    }

    .project {
        top: auto;
        bottom: 0;
        max-width: 100%;
        height: 90%
    }

    .project__img {
        max-height: 127px
    }

    .project__info {
        padding: 24px 20px
    }

    .project__close-mobile {
        padding-top: 22px;
        border-top: 1px solid #eee;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px
    }

    .project__close-mobile_title {
        margin-right: 8px
    }
	    .parameters .section__title {
        margin-bottom: 24px
    }

    .parameters__table tr td {
        font-size: 12px
    }
	  .projects-list {
        padding-left: 20px;
        padding-bottom: 40px
    }

    .projects-list__wrapper .row {
        margin-left: -8px;
        margin-right: -8px;
        width: 840px
    }

    .projects-list__item {
        margin: 0 8px 40px;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px)
    }

    .projects-list__item:last-of-type {
        margin-right: 20px
    }
	.page-header__filters {
        margin-left: 0;
        margin-top: 24px
    }

    .page-header__filters .page-header__filter:first-of-type {
        margin-left: -20px!important
    }

    .page-header__breadcrumbs {
        margin-bottom: 8px
    }

    .page-header__filter:first-of-type {
        margin-left: 0
    }

    .page-header__filter:last-of-type {
        margin-right: 25px
    }

    .page-header-filters .filters {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-header-filters .filters__item {
        display: block;
        width: 100%;
        margin: 0!important;
        text-align: center
    }

    .page-header-filters .filters__item:last-of-type {
        margin-top: 16px!important
    }

    .page-header-filters .filters__item_link {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 15px
    }

    .page-header-two__title {
        max-width: 100%
    }

    .page-header-categories {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-header-categories__items {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 16px
    }

    .page-header-categories__items_title {
        margin-left: -20px
    }

    .card-transparent-big .card-transparent__info {
        padding: 24px 15px
    }

    .card-transparent-big .card-transparent__info::after {
        right: 15px
    }

    .page-header {
        padding: 32px 0
    }
	
    .advantages__items {
        margin: 0
    }

    .advantages__item {
        width: 100%;
        padding: 0 15px;
        text-align: center
    }

    .advantages__item_descr {
        margin-bottom: 24px
    }

    .advantages__item_img {
        width: 120px;
        height: 120px
    }

    .advantages__btn {
        position: static;
        margin: 0 auto;
        display: inline-block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .advantages-text {
        padding-bottom: 10px
    }

    .advantages-text .advantages__item_descr {
        margin-bottom: 0;
        padding: 0
    }

    .two-cols__img {
        height: 234px
    }

    .two-cols__item {
        width: 100%
    }

    .two-cols__inner {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 30px 15px 40px
    }

    .two-cols__btn {
        margin-top: 24px
    }

    .two-cols-small__item {
        width: 100%
    }

    .two-cols-small__img {
        height: 200px
    }

    .two-cols-small__inner {
        padding: 24px 15px 32px
    }

    .two-cols-small__element:nth-of-type(even) .two-cols-small__item:last-of-type {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .two-cols-relative .two-cols__img {
        height: 235px
    }

    .two-cols-relative .two-cols__inner {
        padding-top: 30px
    }

    .two-cols-form {
        padding-bottom: 120px
    }

    .two-cols-form .two-cols__item {
        width: 100%
    }

    .two-cols-form .two-cols__img {
        height: 160px
    }
	.row {
        margin-left: -20px;
        margin-right: -20px
    }
	.youtube_inner {
		height: 50vw
	}
}