.choice-new {
	padding-bottom: 45px;
	position: relative;
	z-index: 2;
}

.choice-new .label {
	font-size: 20px;
	padding: 14px 15px;
}

.choice-new__row-wrapper:not(.choice-new__row-wrapper._active) {
	display: none;
}

.choice-new__row:not(.choice-new__row._active) {
	display: none;
}

.choice-new__left {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.choice-new__choice-new-text {
	font-weight: 500;
	font-size: 40px;
	line-height: 36px;
	margin-right: 61px;
}

.choice-new__header {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.choice-new__tabs-wrapper {
	display: flex;
	margin: 0 -15px;
}

.choice-new__select:not(.choice-new__select._active) {
	display: none;
}

.tab-choice-new {
	padding: 0 15px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	opacity: 0.5;
	cursor: pointer;
}

.tab-choice-new__wrapper:before {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 2px;
	left: 0;
	background: var(--redesign-beige-color);
	opacity: 0;
}

.tab-choice-new._active {
	opacity: 1;
}

.tab-choice-new._active .tab-choice-new__wrapper:before {
	opacity: 1;
}

.tab-choice-new__wrapper {
	position: relative;
}

.item-choice-new__wrapper {
	height: 100%;
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
}

.item-choice-new__top {
	flex: 0 0 360px;
	position: relative;
	height: 360px;
	border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.item-choice-new__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
}
.item-choice-new__image.item-choice-new__image--hide {
	opacity: 0.1;
}
.item-choice-new__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.item-choice-new__play {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	z-index: 1;
	padding: 10px;
}

.item-choice-new__play iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.item-choice-new__play video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	/* display: none; */
	opacity: 0;
	/* z-index: -10; */
}

.item-choice-new__play._play .item-choice-new__icon {
	display: none;
}

.item-choice-new__icon:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 0.3;
	transition: all 0.3s ease 0s;
	z-index: -1;
	border-radius: 12px 12px 0 0;
}

.item-choice-new__icon {
	width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 0px solid var(--kanye-gold-color);
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 33%);
    background-color: #ffffff36;
}

.item-choice-new__icon svg {
	position: relative;
	z-index: 2;
	margin-left: 2.5px;
}

.item-choice-new__icon img {
	position: relative;
	z-index: 2;
	margin-left: 8px;
}

.item-choice-new hr {
	width: 100%;
	margin-top: 15px;
    margin-bottom: 20px;
}

.item-choice-new__body {
	padding: 30px 20px 20px 20px;
	text-align: left;
	flex: 1 1 100%;
}

.item-choice-new__body * {
	color: var(--kanye-default-color);
}

.item-choice-new__additionally {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 5px;
	margin-bottom: 15px;
}

.item-choice-new__content {
	flex: 1 1 100%;
	/* display: flex; */
    flex-direction: column;
}

.item-choice-new__apartments {
	height: 100%;
	margin-right: 20px;
}

.item-choice-new__apartment {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.item-choice-new__apartments-wrapper {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	background: var(--redesign-green-color);
	border: 1px solid var(--redesign-green-color);
	font-weight: 400;
	font-size: 14px;
	transition: all 0.3s ease 0s;
	border-radius: 5px;
}

.item-choice-new__date {
	height: 100%;
}

.item-choice-new__date-wrapper {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--redesign-beige-color);
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 14px;
}

.item-choice-new__header {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item-choice-new__title {
	font-weight: 500;
	font-size: 25px;
	line-height: 36px;
	margin-bottom: 10px;
	transition: all 0.3s ease 0s;
}

@media (max-width: 640px) {
	.item-choice-new__title {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.item-choice-new__text {
		font-size: 14px !important;
		height: auto !important;
	}
}

.item-choice-new__price {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	white-space: nowrap;
}

.item-choice-new__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	flex-grow: 1;
	min-height: 57px;
}

.item-choice-new__characteristics {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: -15px;
	margin-bottom: 15px;
}

.choice-new-characteristics {
	flex: 0 0 50%;
	padding: 15px;
	display: none;
}

.choice-new-characteristics__wrapper {
	display: flex;
	align-items: center;
}

.choice-new-characteristics__icon {
	flex: 0 0 55px;
	height: 40px;
	position: relative;
	margin-right: 20px;
}

.choice-new-characteristics__icon svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.choice-new-characteristics__icon img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

.choice-new-characteristics__text {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

.item-choice-new__button--with-icon {
	display: grid;
	grid-template-columns: 1fr 47px;
	gap: 12px;
}

.item-choice-new__button a {
	height: 44px;
	padding: 2px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 200%;
	background: var(--redesign-graphite-color);
	color: var(--kanye-default-color);
	display: block;
	transition: all 0.3s ease 0s;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item-choice-new__labels {
	position: absolute;
	top: 10px;
	right: 10px;
	width: calc(100% - 60px);
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
	justify-content: flex-end;
	gap: 5px;
}

.label-choice-new {
	white-space: nowrap;
	padding: 5px;
}

.label-choice-new__wrapper {
	background: #FFFFFF;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7.5px 17px;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;

}

@media (any-hover: hover) {
	.tab-choice-new:hover {
		opacity: 1;
	}

	.item-choice-new__icon:hover:after {
		opacity: 0.5;
	}

	.item-choice-new__button a:hover {
		background: var(--kanye-darkgold-color) !important;
		color: #FFFFFF;
	}

	.item-choice-new__button a:hover path {
		fill: var(--redesign-dark-color);
	}

	.item-choice-new__apartments-wrapper:hover {
		color: var(--redesign-dark-color);
		border: 1px solid var(--redesign-beige-color);
		background: var(--redesign-beige-color);
	}
}

@media (min-width: 639.98px) {
	/* .choice-new .selectric-wrapper {
		min-width: 360px;
	} */
}

@media (min-width: 961px) {
	.choice-new__header {
		align-items: flex-end;
	}
}

/* @media (min-width: 1591px) {
	.item-choice-new {
		flex: 0 0 25% !important;
		width: 25% !important;
		padding: 12px;
	}
}

@media (max-width: 1590px) {
	.item-choice-new {
		height: auto;
		padding: 12px;
		flex: 0 0 33.33%;
	}
}

@media (max-width: 1320px) {
	.item-choice-new {
		flex: 0 0 33.33%;
	}
}

@media (max-width: 1200px) {
	.item-choice-new {
		flex: 0 0 50%;
	}
} */

@media (min-width: 961px) {

	.item-choice-new__wrapper {
		flex-direction: column;
	}

	.item-choice-new__top {
		flex: 0 0 360px;
		height: 360px;
	}

	.item-choice-new__body {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 961px) {
	.item-choice-new {
		flex: 0 0 100%;
		padding: 0;
	}

	.item-choice-new__body {
		padding: 30px 50px 53px 60px;
	}

	.choice-new {
		margin-bottom: 60px;
		padding-bottom: 0 !important;
	}

	.choice-new__header {
		margin-bottom: 40px;
	}

	.tab-choice-new__wrapper {
		padding-bottom: 10px;
	}
}

@media (max-width: 961px) {
	.item-choice-new__wrapper {
		flex-direction: column;
	}

	.item-choice-new {
		margin-bottom: 20px;
		padding-bottom: 0px;
		width: 100%;
	}

	.item-choice-new__top {
		flex: 0 0 360px;
		height: 360px;
	}

	.item-choice-new__body {
		padding: 30px 20px;
	}

	.choice-new__left {
		margin-right: 0;
	}

	.choice-new__choice-new-text {
		margin-right: 21px;
		font-size: 35px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.choice-new__choice-new-text {
		font-size: 30px !important;
		margin-bottom: 30px;
	}

	.choice-new {
		margin-bottom: 40px !important;
		padding-bottom: 0 !important;
	}

	.item-choice-new__body {
		padding: 20px 20px 20px;
	}

	.choice-new__header {
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: flex-start;
		align-items: flex-start;
	}

	.item-choice-new__top {
		flex: 0 0 300px;
		height: 300px;
	}
}

@media (max-width: 639.98px) {
	.item-choice-new__body {
		padding: 30px 20px 20px 20px;
	}

	/* .item-choice-new:not(:last-child) {
		margin-bottom: 47px;
	} */

	.choice-new__tabs-wrapper {
		justify-content: center;
	}

	.choice-new__choice-new-text {
		flex: 0 0 auto;
	}

	.choice-new__select {
		flex: 1 1 100%;
	}
}

.item-choice-new__image_top{
	position: relative;
}

.item-choice-new__image_slider{
    min-width: 0;
    height: 360px !important;
}

.item-choice-new__image_controls {
    position: absolute;
    left: 23px;
    bottom: 31px;
    display: flex;
    height: 50px;
}

.item-choice-new__image_controls .slider-arrow path {
    transition: all 0.3s ease 0s;
    fill: #FFFFFF;
}

.item-choice-new__image_controls .slider-arrow svg {
    z-index: 1;
}

.item-choice-new__image_controls .slider-arrow {
    transition: all 0.3s ease 0s;
    flex: 0 0 43px;
    height: 100%;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.item-choice-new__image_controls .slider-arrow--next {
    margin-left: -16px;
}

.item-choice-new__image_controls .slider-arrow.slider-arrow--next {
    transform: rotate(180deg);
}

.item-choice-new__image_controls .slider-arrow::before {
    content: '';
    width: 55px;
    height: 50px;
    background-color: #FFFFFF;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 8px;
    transition: all 0.3s ease 0s;
}

.item-choice-new__image_controls .slider-arrow:hover:before {
    opacity: 1;
}

.item-choice-new__image_controls .slider-arrow:hover path {
    fill: #575757;
}

.item-choice-new__image_top .slick-list, .item-choice-new__image_top .slick-track {
    overflow: visible;
}

.item-choice-new__image__slide {
    height: 360px!important;
    position: relative;
}

.item-choice-new__image__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.choice-new__wrap-inner{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

@media (max-width: 1590px){
	/* .item-choice-new,
	.item-choice-new__wrapper,
	.item-choice-new__top{
		width: 100%;
	} */
	.item-choice-new__image_top,
	.item-choice-new__image_slider{
		width: 100%;
	}
	.choice-new__wrap-inner{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.choice-new__header {
        margin-bottom: 40px;
    }
}



.choice-new__controls {
    flex: 0 0 160px;
    display: flex;
    height: 69px;
	justify-content: end;
}

.choice-new__controls .slider-arrow.slider-arrow--prev {
    position: relative;
}

.choice-new__controls .slider-arrow {
    transition: all 0.3s ease 0s;
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.choice-new__controls .slider-arrow.slider-arrow--prev {
    position: relative;
}

.choice-new__controls .slider-arrow.slider-arrow--prev::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 35.39px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.choice-new__controls .slider-arrow path{
    transition: all 0.2s ease 0s;
    stroke: #969696;
    stroke-width: 0;
}

.choice-new__controls .slider-arrow:hover path{
    stroke: #575757;
    stroke-width: 5px;
}

.choice-new__controls .slider-arrow.slick-disabled:hover path{
    stroke-width: unset;
    stroke: unset;
}

.choice-new__controls .slider-arrow.slick-disabled{
    opacity: 0.5;
}

.choice-new__controls .slider-arrow.slick-disabled:hover{
    background-color: unset;
}

.choice-new__controls .slider-arrow.slider-arrow--next {
    transform: rotate(180deg);
}

@media (max-width: 1590px) {
    .choice-new__controls {
        display: none;
    }
}

@media (max-width: 1590px) and (min-width: 962px) {
    .item-choice-new__image,
	.item-choice-new__image__slide,
	.item-choice-new__play,
	.item-choice-new__top{
		width: 100%;
	}
}

.item-choice-new:nth-child(1) .item-choice-new__apartments-wrapper{
	background: #E8E4D9;
}

.item-choice-new:nth-child(2) .item-choice-new__apartments-wrapper{
	background: #DCE1D8;
}

.item-choice-new:nth-child(3) .item-choice-new__apartments-wrapper{
	background: #EEEED7;
}

.item-choice-new:nth-child(4) .item-choice-new__apartments-wrapper{
	background: #D8DEE1;
}

.item-choice-new:nth-child(5) .item-choice-new__apartments-wrapper{
	background: #DCE1D8;
}

.item-choice-new:nth-child(6) .item-choice-new__apartments-wrapper{
	background: #CBC8B0;
}

.item-choice-new:nth-child(7) .item-choice-new__apartments-wrapper{
	background: #E8E4D9;
}

.item-choice-new:nth-child(8) .item-choice-new__apartments-wrapper{
	background: #BFC1B7;
}

.item-choice-new:nth-child(1) .item-choice-new__button a{
	background: #E8E4D9;
}

.item-choice-new:nth-child(2) .item-choice-new__button a{
	background: #DCE1D8;
}

.item-choice-new:nth-child(3) .item-choice-new__button a{
	background: #EEEED7;
}

.item-choice-new:nth-child(4) .item-choice-new__button a{
	background: #D8DEE1;
}

.item-choice-new:nth-child(5) .item-choice-new__button a{
	background: #DCE1D8;
}

.item-choice-new:nth-child(6) .item-choice-new__button a{
	background: #CBC8B0;
}

.item-choice-new:nth-child(7) .item-choice-new__button a{
	background: #E8E4D9;
}

.item-choice-new:nth-child(8) .item-choice-new__button a{
	background: #BFC1B7;
}

.item-choice-new:nth-child(1) .item-choice-new__date-wrapper{
	background: #E8E4D9;
}

.item-choice-new:nth-child(2) .item-choice-new__date-wrapper{
	background: #DCE1D8;
}

.item-choice-new:nth-child(3) .item-choice-new__date-wrapper{
	background: #EEEED7;
}

.item-choice-new:nth-child(4) .item-choice-new__date-wrapper{
	background: #D8DEE1;
}

.item-choice-new:nth-child(5) .item-choice-new__date-wrapper{
	background: #DCE1D8;
}

.item-choice-new:nth-child(6) .item-choice-new__date-wrapper{
	background: #CBC8B0;
}

.item-choice-new:nth-child(7) .item-choice-new__date-wrapper{
	background: #E8E4D9;
}

.item-choice-new:nth-child(8) .item-choice-new__date-wrapper{
	background: #BFC1B7;
}

.item-choice-new:nth-child(1) .item-choice-new__button .link-presentation {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #E8E4D9;
}

.item-choice-new:nth-child(2) .item-choice-new__button .link-presentation {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #DCE1D8;
}

.item-choice-new:nth-child(3) .item-choice-new__button .link-presentation {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #EEEED7;
}

.item-choice-new:nth-child(4) .item-choice-new__button .link-presentation {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #D8DEE1;
}

.item-choice-new:nth-child(5) .item-choice-new__button .link-presentation {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #DCE1D8;
}

.item-choice-new:nth-child(6) .item-choice-new__button .link-presentation {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #CBC8B0;
}

.item-choice-new:nth-child(7) .item-choice-new__button .link-presentation {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #E8E4D9;
}

.item-choice-new:nth-child(8) .item-choice-new__button .link-presentation {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #BFC1B7;
}

.item-choice-new:nth-child(1) .item-choice-new__button .link-presentation svg path {
	fill: #E8E4D9;
}

.item-choice-new:nth-child(2) .item-choice-new__button .link-presentation svg path {
	fill: #DCE1D8;
}

.item-choice-new:nth-child(3) .item-choice-new__button .link-presentation svg path {
	fill: #EEEED7;
}

.item-choice-new:nth-child(4) .item-choice-new__button .link-presentation svg path {
	fill: #D8DEE1;
}

.item-choice-new:nth-child(5) .item-choice-new__button .link-presentation svg path {
	fill: #DCE1D8;
}

.item-choice-new:nth-child(6) .item-choice-new__button .link-presentation svg path {
	fill: #CBC8B0;
}

.item-choice-new:nth-child(7) .item-choice-new__button .link-presentation svg path {
	fill: #E8E4D9;
}

.item-choice-new:nth-child(8) .item-choice-new__button .link-presentation svg path {
	fill: #BFC1B7;
}

.choice-new__banner {
	flex: 0 0 50%;
    display: inline-block;
	position: relative;
	padding: 0 12px;
	margin: 12px 0;
	height: auto;
}

@media (max-width: 1590px) {
	.choice-new__banner {
		flex: 0 0 33.33%;
	}

	.choice-new__banner-body {
		margin: 12px 12px 0 0 !important;
		width: auto !important;
	}

	.choice-new__banner-title {
		font-size: 25px !important;
		max-width: 76% !important;
	}

	.choice-new__banner-image {
		height: 100%;
	}

	.choice-new__banner-image img {
		height: 100%;
	}
}

@media (max-width: 1200px) {
	.choice-new__banner {
		flex: 0 0 50%;
	}
}

@media (max-width: 960px) {
	.choice-new__banner {
		flex: 0 0 100%;
		height: 450px;
		padding: 0;
	}

	.choice-new__banner-image {
		padding: 0 !important;
	}

	.choice-new__banner-body {
        margin: 0px 0px !important;
    }
}

.choice-new__banner-body {
    position: absolute;
    bottom: 0;
    height: 100%;
    background-color: #0000002e;
    display: flex;
    justify-content: flex-end;
    /* margin: 12px 12px; */
    max-width: 1139px;
    /* max-height: 656px; */
    border-radius: 12px;
    padding: 20px 20px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
	width: 100%;
}

.choice-new__banner-title {
	font-size: 30px;
    color: white;
    font-weight: 500;
	margin-bottom: 20px;
	max-width: 48%;
}

.choice-new__banner-button {
	height: 50px;
}

.choice-new__banner-button a {
	background: #EEEED7;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
}

.choice-new__banner-button:hover a {
	background: var(--kanye-darkgold-color);
    color: var(--kanye-default-color);
}

.choice-new__banner-image img {
	width: 100%;
	/* max-height: 656px; */
	border-radius: 12px;
	object-fit: cover;
	height: 100%;
}

.choice-new__banner-image {
    /* padding: 12px 12px 0 12px; */
	height: 100%;
}
@media (max-width: 1590px) {
	.choice-new__banner-body {
		/* max-height: 655px; */
	}

	.choice-new__banner-image img {
		/* max-height: 655px; */
	}
}
.project__location {
	display: flex;
	column-gap: 10px;
	margin-bottom: 15px;
}
.project__location--text {
	color: rgba(87, 87, 87, 1);
	font-size: 16px;
	line-height: 120%;
}
@media (max-width: 640px) {
	.project__location {
		margin-bottom: 10px;
	}
}


.about-projects {
    background: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 60px;
	overflow: hidden;
}
.about-projects__body {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.about-projects__header {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.about-projects__header .projects__switch {
	display: flex;
	justify-content: end;
}
.about-projects-swiper.swiper {
	overflow: initial;
}
.about-projects-swiper .item-choice-new {
	padding: initial;
	height: initial;
}
.about-projects-swiper .swiper-button-next--projects-swiper::after {
    content: none;
}
.about-projects-swiper .swiper-button-prev--projects-swiper::after {
    content: none;
}
.about-projects-swiper .swiper-button-next--projects-swiper {
    width: 60px;
    height: 60px;
	border-radius: 100%;
    right: 0;
	top: 180px;
    transform: translate(50%, -50%);
}
.about-projects-swiper .swiper-button-prev--projects-swiper {
    width: 60px;
    height: 60px;
	border-radius: 100%;
    left: 0;
	top: 180px;
    transform: translate(-50%, -50%);
}
.about-projects-swiper .swiper-button-next.swiper-button-disabled,
.about-projects-swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.about-projects .switch-projects__implemented,
.about-projects .switch-projects__construction {
	opacity: 1;
	font-weight: 400;
	color: #8A8A8A !important;
}
.about-projects .switch-projects__implemented {
 	min-width: 208px;
}
.about-projects .switch-projects__construction {
	min-width: 183px;
}
.about-projects .switch-projects__implemented._active,
.about-projects .switch-projects__construction._active {
	opacity: 1;
	font-weight: 400;
	color: #E5AF98 !important;
	text-decoration: underline;
	line-height: 120%;
}
.about-projects .block-filter__switch {
	height: 29px;
}

.about-projects .block-filter__chekspan {
	background: #FFFFFF;
}
.about-projects .block-filter__checkbox:checked + .block-filter__chekspan {
	background: #FFFFFF;
}
.about-projects .block-filter__chekspan:before {
    height: 23px;
    width: 23px;
	background: #E5AF98;
    left: 5px;
    bottom: 3px;
}
.about-projects .switch-projects {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

@media (max-width: 1200px) {
	.about-projects {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.about-projects {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.about-projects__header	{
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.about-projects__header .projects__switch {
		justify-content: start;
	}
	.about-projects .switch-projects {
		width: 100%;
		justify-content: space-between;
	}
	.about-projects__header .switch-projects__implemented {
		min-width: initial;
		max-width: 120px;
	}
	.about-projects__header .switch-projects__construction {
		min-width: initial;
		max-width: 120px;
	}
	.about-projects-swiper .swiper-button-next--projects-swiper {
		width: 40px;
		height: 40px;
		right: 10px;
	}
	.about-projects-swiper .swiper-button-prev--projects-swiper {
		width: 40px;
		height: 40px;
		left: 10px;
	}
}