@font-face {
    font-family: "Stem";
    src: url("../../fonts/Stem-Regular.otf") format("opentype");
    font-weight: 400
}

@font-face {
    font-family: "Stem";
    src: url("../../fonts/Stem-Medium.otf") format("opentype");
    font-weight: 500
}

@font-face {
    font-family: "Stem";
    src: url("../../fonts/Stem-Bold.otf") format("opentype");
    font-weight: bold
}

.turn {
    font-family: "Stem", sans-serif;
    background-color: white;
    font-size: 16px
}

@media screen and (max-width: 1023px) {
    .turn {
        font-size: 14px
    }
}

.turn-container {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

@media screen and (max-width: 1279px) {
    .turn-container {
        width: 930px
    }
}

@media screen and (max-width: 1023px) {
    .turn-container {
        width: 600px
    }
}

@media screen and (max-width: 639px) {
    .turn-container {
        width: 320px
    }
}

.turn-h2 {
    margin-top: 0;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Stem", sans-serif
}

@media screen and (max-width: 1023px) {
    .turn-h2 {
        font-size: 28px
    }
}

@media screen and (max-width: 639px) {
    .turn-h2 {
        font-size: 24px
    }
}

.turn-h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "Stem", sans-serif
}

.turn-input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border: 1px solid #D1D1D1;
    width: 100%;
    font-family: "Stem", sans-serif
}

.turn-input::placeholder {
    color: #434242;
    font-size: 16px;
    font-family: "Stem", sans-serif
}

.turn-input::-webkit-outer-spin-button, .turn-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.turn-btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: #3FAB3C;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #3FAB3C
}

@media screen and (max-width: 1279px) {
    .turn-btn {
        padding: 0 15px
    }
}

.turn-btn:hover {
    color: white
}

.turn-btn--white {
    color: #434242;
    background-color: white;
    border: 1px solid #434242
}

.turn-btn--white:hover {
    color: black
}

.turn-btn--black {
    color: white;
    background-color: #434242;
    border: 1px solid #434242
}

.turn-btn--black:hover {
    color: white
}

.turn-ul {
    margin: 0
}

.turn-ul li {
    margin-bottom: 0px;
    padding-left: 30px;
    position: relative;
    list-style-type: none
}

.turn-ul li:last-child {
    margin-bottom: 0
}

.turn-ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #434242;
    position: absolute;
    left: 15px;
    top: 15px
}

.turn-head {
    max-width: 1920px;
    margin: 0 auto;
    height: 960px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 1439px) {
    .turn-head {
        height: 745px
    }
}

@media screen and (max-width: 1023px) {
    .turn-head {
        height: 515px
    }
}

@media screen and (max-width: 639px) {
    .turn-head {
        height: 320px
    }
}

.turn-head > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.turn-head svg {
    z-index: 10;
    width: 1960px;
    height: 960px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

@media screen and (max-width: 1439px) {
    .turn-head svg {
        width: 1480px;
        height: auto
    }
}

@media screen and (max-width: 1023px) {
    .turn-head svg {
        width: 1024px;
    }
}

@media screen and (max-width: 639px) {
    .turn-head svg {
        width: 640px;
    }
}

.turn-head svg path {
    opacity: 0;
    fill: #63B335;
    cursor: pointer
}

.turn-head svg path:hover {
    opacity: 0.5
}

.turn-head svg path.active {
    opacity: 0.5
}

.turn-head__detailed {
    align-items: center;
    gap: 30px;
    padding: 20px 30px;
    position: relative;
    background-color: white;
    z-index: 10;
    line-height: 1.2;
    position: relative;
    box-shadow: 0px 5px 30px 2px rgba(67, 66, 66, 0.45);
    display: none
}

@media screen and (max-width: 1023px) {
    .turn-head__detailed {
        display: none !important
    }
}

.turn-head__detailed:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: white;
    display: block;
    position: absolute;
    left: -10px;
    transform: rotate(45deg)
}

.turn-head__detailed strong {
    display: block
}

.turn-head__detailed.active {
    display: inline-flex
}

.turn-head__floor {
    color: #3FAB3C;
    font-weight: bold;
    font-size: 24px
}

.turn-head__more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.turn-plan {
    padding-top: 90px;
    padding-bottom: 45px
}

@media screen and (max-width: 1023px) {
    .turn-plan {
        padding-top: 50px;
        padding-bottom: 25px
    }
}

.turn-plan__head-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px
}

@media screen and (max-width: 1279px) {
    .turn-plan__head-wrap {
        gap: 40px
    }
}

@media screen and (max-width: 1023px) {
    .turn-plan__head-wrap {
        flex-wrap: wrap;
        gap: 10px 40px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 639px) {
    .turn-plan__head-wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.turn-plan__status {
    display: flex;
    gap: 40px
}

@media screen and (max-width: 1279px) {
    .turn-plan__status {
        gap: 20px
    }
}

@media screen and (max-width: 639px) {
    .turn-plan__status {
        gap: 15px
    }
}

.turn-plan__status div {
    display: inline-flex;
    align-items: center
}

.turn-plan__status span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border: 1px solid #D1D1D1
}

@media screen and (max-width: 639px) {
    .turn-plan__status span {
        margin-right: 10px
    }
}

.turn-plan__filter {
    width: 255px;
    height: 40px;
    border: 1px solid #3FAB3C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3FAB3C;
    text-decoration: none;
    margin-left: auto
}

@media screen and (max-width: 1023px) {
    .turn-plan__filter {
        width: 220px
    }
}

@media screen and (max-width: 639px) {
    .turn-plan__filter {
        width: 100%
    }
}

.turn-plan__filter svg {
    margin-right: 10px
}

.turn-plan__map-list {
    position: relative;
}

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

    .turn-plan__map-list {
        overflow-x: scroll
    }
}


.turn-plan__map-list::-webkit-scrollbar-track {
    border-radius: 0px;
    height: 6px
}

.turn-plan__map-list::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.turn-plan__map-list::-webkit-scrollbar-thumb {
    background: #3FAB3C;
    border-radius: 0px;
    height: 6px
}

.turn-plan__map-item {
    position: relative;
    line-height: 0;
    min-width: 570px;
    display: none
}

.turn-plan__map-item.active {
    display: block
}

.turn-plan__map-item svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.turn-plan__map-item svg path {
    opacity: 0;
    fill: #63B335;
    transition: all ease .3s;
    cursor: pointer
}

.turn-plan__map-item svg path:hover {
    opacity: 0.5
}

.turn-plan__map-item svg path.turn-booked {
    opacity: 0.5;
    fill: #534C4C
}

.turn-plan__map-item svg path.turn-sold {
    opacity: 0.5;
    fill: #B40A07
}

.turn-plan__map > span {
    display: block;
    text-align: center;
    color: rgba(67, 66, 66, 0.5)
}

.turn-plan__map-plate {
    width: max-content;
    padding: 10px;
    background-color: white;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.4;
    box-shadow: 0px 5px 30px 2px rgba(67, 66, 66, 0.45);
    pointer-events: none;
    display: none
}

.turn-plan__map-plate > * {
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
    .turn-plan__map-plate {
        display: none !important;
    }
}


.turn-plan__map-plate.active {
    display: block
}

.turn-plan__map-plate span {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.turn-plan__map-plate strong {
    display: block;
    margin-top: 5px;
    /*margin-bottom: 20px;*/
    font-size: 18px
}

.turn-plan__map-plate .turn-btn {
    width: 100%
}

.turn-plan__floor {
    display: flex;
    align-items: center;
    gap: 45px
}

.turn-plan__floor-slider {
    width: 120px;
    height: 40px;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.turn-plan__floor-slider.slick-initialized {
    pointer-events: all;
    position: relative;
    opacity: 1
}

.turn-plan__floor-slider span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.turn-plan__floor-slider a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    color: #b0b0b0;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    line-height: 0
}

.turn-plan__floor-slider a.active {
    width: 40px;
    height: 40px;
    background-color: #3FAB3C;
    color: white;
    margin: 0
}

.turn-plan__floor-slider .slick-arrow {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.turn-plan__floor-slider .slick-arrow:before {
    display: none
}

.turn-plan__floor-slider .slick-next {
    right: -25px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 15L6.33062 8.78095C6.71581 8.33156 6.7158 7.66844 6.33062 7.21905L1 1' stroke='%233FAB3C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")
}

.turn-plan__floor-slider .slick-prev {
    left: -25px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1.66938 7.21905C1.2842 7.66844 1.2842 8.33156 1.66938 8.78095L7 15' stroke='%233FAB3C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")
}

.turn-apart {
    padding-top: 45px;
    padding-bottom: 50px
}

@media screen and (max-width: 1023px) {
    .turn-apart {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.turn-apart .turn-h2 {
    margin-bottom: 30px
}

.turn-apart__wrap {
    display: grid;
    grid-template-columns:670px auto;
    grid-gap: 30px
}

@media screen and (max-width: 1279px) {
    .turn-apart__wrap {
        grid-template-columns:515px auto
    }
}

@media screen and (max-width: 1023px) {
    .turn-apart__wrap {
        grid-template-columns:1fr
    }
}

.turn-apart__img-wrap {
    position: relative;
    height: 600px;
    padding: 60px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

@media screen and (max-width: 1279px) {
    .turn-apart__img-wrap {
        height: 560px
    }
}

@media screen and (max-width: 1023px) {
    .turn-apart__img-wrap {
        height: 400px
    }
}

@media screen and (max-width: 639px) {
    .turn-apart__img-wrap {
        height: 360px;
        padding: 50px 20px
    }
}

.turn-apart__img-wrap img {
    max-height: 475px
}

@media screen and (max-width: 1279px) {
    .turn-apart__img-wrap img {
        max-height: 440px
    }
}

@media screen and (max-width: 1023px) {
    .turn-apart__img-wrap img {
        max-height: 300px
    }
}

@media screen and (max-width: 1023px) {
    .turn-apart__img-wrap img {
        max-height: 240px
    }
}

.turn-apart__buttons {
    position: absolute;
    left: 0;
    top: 0;
    display: flex
}

.turn-apart__buttons .turn-btn {
    color: #434242;
    background-color: #F5F5F5;
    font-weight: 400;
    border: 1px solid #F5F5F5
}

.turn-apart__buttons .turn-btn:hover, .turn-apart__buttons .turn-btn.active {
    background-color: white;
    border: 1px solid #3FAB3C;
    filter: brightness(100%)
}

.turn-apart__buttons .turn-btn.active {
    pointer-events: none
}

.turn-apart__compass {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-45deg)
}

.turn-apart__info-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D1D1D1;
    line-height: 1.2
}

@media screen and (max-width: 1023px) {
    .turn-apart__info-grid {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 639px) {
    .turn-apart__info-grid {
        padding-bottom: 15px
    }
}

.turn-apart__info-grid strong {
    display: block;
    margin-bottom: 5px
}

.turn-apart__features {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D1D1D1
}

@media screen and (max-width: 1023px) {
    .turn-apart__features {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 639px) {
    .turn-apart__features {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.turn-apart__features strong {
    display: block;
    margin-bottom: 10px
}

.turn-apart__price {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: bold
}

@media screen and (max-width: 1023px) {
    .turn-apart__price {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 28px
    }
}

@media screen and (max-width: 639px) {
    .turn-apart__price {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 24px
    }
}

.turn-apart__info-buttons {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 30px
}

@media screen and (max-width: 1279px) {
    .turn-apart__info-buttons {
        grid-gap: 20px
    }
}

@media screen and (max-width: 1023px) {
    .turn-apart__info-buttons {
        grid-gap: 30px;
        width: 390px
    }
}

@media screen and (max-width: 639px) {
    .turn-apart__info-buttons {
        grid-template-columns:1fr;
        grid-gap: 15px;
        width: 100%
    }
}

.turn-apart__pdf {
    display: flex;
    justify-content: center
}

.turn-apart__pdf a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #434242;
    text-decoration: none
}

.turn-parking {
    padding-top: 50px;
    padding-bottom: 120px
}

@media screen and (max-width: 1023px) {
    .turn-parking {
        padding-top: 25px;
        padding-bottom: 50px
    }
}

.turn-parking .turn-h3 {
    margin-bottom: 10px;
    font-weight: 400
}

@media screen and (max-width: 1023px) {
    .turn-parking .turn-h3 {
        font-size: 24px;
        line-height: 1.2
    }
}

.turn-parking .turn-btn {
    width: 180px;
    margin-top: 20px
}

.turn-parking__wrap {
    padding: 50px 100px;
    background-color: #F5F8F9;
    display: grid;
    grid-template-columns:245px 560px;
    grid-gap: 135px
}

@media screen and (max-width: 1279px) {
    .turn-parking__wrap {
        grid-gap: 30px;
        grid-template-columns:245px auto;
        padding: 40px
    }
}

@media screen and (max-width: 1023px) {
    .turn-parking__wrap {
        grid-template-columns:140px auto;
        padding: 30px
    }
}

@media screen and (max-width: 639px) {
    .turn-parking__wrap {
        grid-template-columns:1fr;
        padding: 20px
    }
}

.turn-parking__wrap div {
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media screen and (max-width: 1023px) {
    .turn-parking__wrap div {
        justify-content: flex-start
    }
}

@media screen and (max-width: 639px) {
    .turn-parking__img {
        display: none !important
    }
}

.turn-parking__img svg {
    width: 100%;
    height: auto
}

.turn-parking__info {
    line-height: 1.4
}

.select {
    display: block;
    width: 100%;
    position: relative
}

select.select {
    opacity: 0
}

.turn-range-slider__inputs {
    display: flex
}

.turn-range-slider .irs--flat {
    height: 15px
}

.turn-range-slider .irs-bar {
    height: 2px;
    background-color: #3FAB3C;
    top: 0px
}

.turn-range-slider .irs-handle {
    width: 15px;
    height: 15px;
    outline: 1px solid #D1D1D1;
    border-radius: 50%;
    background-color: #3FAB3C;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border: 3px solid white;
    cursor: pointer;
    top: -7px
}

.turn-range-slider .irs-handle i {
    display: none !important
}

.turn-range-slider .irs--flat .irs-line {
    background-color: white
}

.turn-range-slider .irs-line {
    display: none
}

.turn-ancor {
    color: #434242;
    text-decoration: none
}

.new-select {
    position: relative;
    border: 1px solid #D1D1D1;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    cursor: pointer;
    user-select: none
}

.new-select__list {
    position: absolute;
    top: 50px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: max-content;
    z-index: 2;
    background: #fff;
    user-select: none
}

.new-select__list.on {
    display: block
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
    overflow: hidden
}

.new-select__item span:hover {
    color: #12b223
}

.new-select:after {
    content: '';
    display: block;
    width: 16px;
    height: 6px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.20019L7.21905 6.53081C7.66844 6.916 8.33156 6.916 8.78095 6.53081L15 1.2002' stroke='%233FAB3C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
    -webkit-transition: all 0.27s ease-in-out;
    -webkit-transition--o-transition: all 0.27s ease-in-out;
    -webkit-transition--o-transition-transition: all .27s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -webkit-transform--ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform--ms-transform--o-transform: translateY(-50%) rotate(0deg);
    -webkit-transform--ms-transform--o-transform-transform: translateY(-50%) rotate(0deg)
}

.new-select.on:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -webkit-transform--ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform--ms-transform--o-transform: translateY(-50%) rotate(180deg);
    -webkit-transform--ms-transform--o-transform-transform: translateY(-50%) rotate(180deg)
}

.turn-h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Stem", sans-serif
}

@media screen and (max-width: 1023px) {
    .turn-h4 {
        font-size: 16px
    }
}

@media screen and (max-width: 639px) {
    .turn-h4 {
        font-size: 14px
    }
}

.turn-param {
    padding-top: 80px;
    padding-bottom: 50px
}

@media screen and (max-width: 1023px) {
    .turn-param {
        padding-bottom: 25px;
        padding-top: 50px
    }
}

@media screen and (max-width: 639px) {
    .turn-param {
        padding-top: 35px
    }
}

.turn-param .turn-h2 {
    margin-bottom: 30px
}

.turn-param__filters {
    margin-bottom: 15px;
    display: flex;
    gap: 25px
}

@media screen and (max-width: 1279px) {
    .turn-param__filters {
        gap: 15px;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1023px) {
    .turn-param__filters {
        gap: 10px 15px
    }
}

.turn-param__filter {
    width: 140px
}

@media screen and (max-width: 1279px) {
    .turn-param__filter {
        width: 100px
    }
}

@media screen and (max-width: 1023px) {
    .turn-param__filter {
        width: 135px
    }
}

@media screen and (max-width: 639px) {
    .turn-param__filter {
        width: 137px
    }
}

.turn-param__filter:nth-child(1) {
    width: 240px
}

@media screen and (max-width: 1279px) {
    .turn-param__filter:nth-child(1) {
        width: 210px
    }
}

@media screen and (max-width: 1023px) {
    .turn-param__filter:nth-child(1) {
        width: 270px
    }
}

@media screen and (max-width: 639px) {
    .turn-param__filter:nth-child(1) {
        width: 290px
    }
}

.turn-param__filter:nth-child(4), .turn-param__filter:nth-child(5) {
    width: 575px
}

@media screen and (max-width: 1279px) {
    .turn-param__filter:nth-child(4), .turn-param__filter:nth-child(5) {
        width: 445px
    }
}

@media screen and (max-width: 1023px) {
    .turn-param__filter:nth-child(4), .turn-param__filter:nth-child(5) {
        width: 277px
    }
}

@media screen and (max-width: 639px) {
    .turn-param__filter:nth-child(4), .turn-param__filter:nth-child(5) {
        width: 290px
    }
}

.turn-param__filter-title {
    font-weight: 500;
    margin-bottom: 10px
}

.turn-param__list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 25px;
    margin-bottom: 40px
}

@media screen and (max-width: 1279px) {
    .turn-param__list {
        grid-gap: 15px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1023px) {
    .turn-param__list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 639px) {
    .turn-param__list {
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 20px
    }
}

.turn-param__item {
    padding: 20px;
    border: 1px solid #E6E6E6
}

@media screen and (max-width: 1023px) {
    .turn-param__item {
        padding: 15px
    }
}

@media screen and (max-width: 639px) {
    .turn-param__item {
        padding: 10px
    }
}

.turn-param__item span, .turn-param__item strong {
    display: block
}

.turn-param__item span {
    font-size: 14px
}

.turn-param__item strong {
    font-size: 20px;
    margin-bottom: 10px
}

@media screen and (max-width: 1023px) {
    .turn-param__item strong {
        font-size: 16px
    }
}

@media screen and (max-width: 639px) {
    .turn-param__item strong {
        font-size: 14px
    }
}

.turn-param__item .turn-btn {
    width: 100%
}

.turn-param__img {
    height: 180px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1023px) {
    .turn-param__img {
        height: 120px
    }
}

@media screen and (max-width: 639px) {
    .turn-param__img {
        height: 100px
    }
}

.turn-param__img img {
    max-width: 90%;
    max-height: 90%
}

.turn-param__more {
    display: flex;
    justify-content: center
}

.turn-param__more .turn-btn {
    width: 220px;
    font-weight: 400;
    font-size: 16px
}

@media screen and (max-width: 1023px) {
    .turn-param__more .turn-btn {
        width: 180px
    }
}

@media screen and (max-width: 639px) {
    .turn-param__more .turn-btn {
        width: 100%
    }
}

.turn-param__reset {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px
}

.turn-param__reset-buttons {
    display: flex;
    align-items: center;
    gap: 25px
}

@media screen and (max-width: 1279px) {
    .turn-param__reset-buttons {
        gap: 15px
    }
}

@media screen and (max-width: 1023px) {
    .turn-param__reset-buttons {
        width: 100%;
        justify-content: space-between
    }
}

@media screen and (max-width: 639px) {
    .turn-param__reset-buttons {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start
    }
}

.turn-param__reset-buttons .turn-ancor {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px
}

.turn-param__reset-buttons .turn-btn {
    height: 50px;
    line-height: 50px;
    width: 275px
}

@media screen and (max-width: 1279px) {
    .turn-param__reset-buttons .turn-btn {
        width: 215px
    }
}

@media screen and (max-width: 1023px) {
    .turn-param__reset-buttons .turn-btn {
        height: 40px;
        line-height: 40px;
        width: 190px
    }
}

@media screen and (max-width: 639px) {
    .turn-param__reset-buttons .turn-btn {
        width: 100%
    }
}

.turn-param__reset-buttons .turn-btn--white {
    color: #3FAB3C;
    border: 1px solid #3FAB3C;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center
}

.turn-breadcrumbs__wrap {
    padding: 13px 50px;
    background-color: #242424;
    display: inline-flex;
    gap: 20px;
    position: relative
}

.turn-breadcrumbs__wrap a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    pointer-events: all;
    font-family: 'Raleway'
}

.turn-breadcrumbs__wrap a span {
    opacity: 0.5
}

.turn-breadcrumbs__wrap a:before {
    content: '';
    display: block;
    width: 6px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L3.75919 5.78095C4.14438 5.33156 4.14438 4.66844 3.75919 4.21905L1 1' stroke='white' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.turn-breadcrumbs__wrap a:last-child {
    pointer-events: none
}

.turn-breadcrumbs__wrap a:last-child span {
    opacity: 1
}

.turn-breadcrumbs__wrap a:last-child:before {
    display: none
}

.turn-apart__slider {
    aspect-ratio: 600 / 440;
    width: 600px
}

@media screen and (max-width: 1279px) {
    .turn-apart__slider {
        width: 470px
    }
}

@media screen and (max-width: 1023px) {
    .turn-apart__slider {
        margin-top: 50px
    }
}

@media screen and (max-width: 639px) {
    .turn-apart__slider {
        width: 250px
    }
}

.turn-apart__slider .slick-arrow {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.turn-apart__slider .slick-arrow:before {
    display: none
}

.turn-apart__slider .slick-next {
    right: -35px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 15L6.33062 8.78095C6.71581 8.33156 6.7158 7.66844 6.33062 7.21905L1 1' stroke='%233FAB3C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")
}

.turn-apart__slider .slick-prev {
    left: -35px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1.66938 7.21905C1.2842 7.66844 1.2842 8.33156 1.66938 8.78095L7 15' stroke='%233FAB3C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")
}

.turn-apart__slider-item {
    aspect-ratio: 600 / 440;
    width: 600px;
    position: relative
}

@media screen and (max-width: 1279px) {
    .turn-apart__slider-item {
        width: 470px
    }
}

@media screen and (max-width: 639px) {
    .turn-apart__slider-item {
        width: 250px
    }
}

.turn-apart__slider-item > img {
    width: 100%;
    height: 100%;
    max-height: initial;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain
}

.turn-head__detailed {
    pointer-events: none;
}

.turn-plan__map-plate > a {
    color: black;
    text-decoration: none;
}

.turn-plan__map-plate > a.turn-btn {
    color: white;
}

.turn-head__floors {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.turn-head__floors-column {
    font-size: 30px;
    color: white;
    z-index: 2;
    position: absolute;
    left: 755px;
    bottom: 35px;
    display: flex;
    flex-direction: column-reverse;
    line-height: 1;
    text-align: center
}

@media screen and (max-width: 319px) {
    .turn-head__floors-column {
        display: none
    }
}

.turn-head__floors-column>div {
    margin-top: 9px
}

@media screen and (max-width: 1439px) {
    .turn-head__floors-column>div {
        margin-top: 10.1px
    }
}

@media screen and (max-width: 1023px) {
    .turn-head__floors-column>div {
        margin-top: 5px
    }
}

@media screen and (max-width: 639px) {
    .turn-head__floors-column>div {
        margin-top: 3px
    }
}

.turn-head__floors-column>div:first-child {
    margin-top: 15px
}

@media screen and (max-width: 1439px) {
    .turn-head__floors-column>div:first-child {
        margin-top: 18px
    }
}

@media screen and (max-width: 1023px) {
    .turn-head__floors-column>div:first-child {
        margin-top: 10px
    }
}

@media screen and (max-width: 639px) {
    .turn-head__floors-column>div:first-child {
        margin-top: 6px
    }
}

.turn-head__floors-column>div:nth-child(2) {
    margin-top: 30px
}

@media screen and (max-width: 1439px) {
    .turn-head__floors-column>div:nth-child(2) {
        margin-top: 24px
    }
}

@media screen and (max-width: 1023px) {
    .turn-head__floors-column>div:nth-child(2) {
        margin-top: 15px
    }
}

@media screen and (max-width: 639px) {
    .turn-head__floors-column>div:nth-child(2) {
        margin-top: 10px
    }
}

.turn-head__floors-column>div:nth-child(3) {
    margin-top: 22px
}

@media screen and (max-width: 1023px) {
    .turn-head__floors-column>div:nth-child(3) {
        margin-top: 12px
    }
}

@media screen and (max-width: 639px) {
    .turn-head__floors-column>div:nth-child(3) {
        margin-top: 7px
    }
}

@media screen and (max-width: 1919px) {
    .turn-head__floors-column {
        transform: translateX(calc((1920px - 100vw) * -0.5))
    }
}

@media screen and (max-width: 1439px) {
    .turn-head__floors-column {
        font-size: 20px;
        left: 803px;
        bottom: 28px
    }
}

@media screen and (max-width: 1023px) {
    .turn-head__floors-column {
        left: 850px;
        font-size: 16px;
        bottom: 18px
    }
}

@media screen and (max-width: 639px) {
    .turn-head__floors-column {
        left: 892px;
        font-size: 10px;
        bottom: 11px
    }
}

.turn-apart__text_before_price {
    margin-top: 20px;
    margin-bottom: 10px;
}

.turn-head__name{font-size:30px;position:absolute;z-index:2;color:black}@media screen and (max-width: 1919px){.turn-head__name{transform:translateX(calc((1920px - 100vw) * -0.5))}}@media screen and (max-width: 1439px){.turn-head__name{font-size:25px}}@media screen and (max-width: 1023px){.turn-head__name{font-size:20px}}@media screen and (max-width: 639px){.turn-head__name{font-size:15px}}@media screen and (max-width: 320px){.turn-head__name{display:none}}.turn-head__apart-name{left:400px;top:180px}@media screen and (max-width: 1439px){.turn-head__apart-name{left:520px;top:130px}}@media screen and (max-width: 1023px){.turn-head__apart-name{left:660px;top:90px}}@media screen and (max-width: 639px){.turn-head__apart-name{left:770px;top:50px}}.turn-head__office-name{left:850px;top:350px}@media screen and (max-width: 1439px){.turn-head__office-name{left:870px;top:260px}}@media screen and (max-width: 1023px){.turn-head__office-name{left:900px;top:180px}}@media screen and (max-width: 639px){.turn-head__office-name{left:930px;top:110px}}

.turn-apart__info-buttons.turn-apart__info-buttons--wide {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
