

/* Start:/local/templates/afitower/template_styles.css?175783790313529*/
/* Header dropdown menu styles */
.header__filters_dropdown {
    position: relative;
}

.header__dropdown_trigger {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease;
}

.header__dropdown_trigger:hover {
    color: #06AEEF;
}

.header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 8px 0;
}

.header__filters_dropdown:hover .header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header__dropdown a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
}

.header__dropdown a:last-child {
    border-bottom: none;
}

.header__dropdown a:hover {
    background-color: #f8f9fa;
    color: #06AEEF;
}

/* Mobile styles for dropdown - hide dropdown on mobile since main menu is hidden */
@media (max-width: 768px) {
    .header__dropdown {
        display: none !important;
    }
    
    .header__filters_dropdown:hover .header__dropdown {
        display: none !important;
    }
}

.hero .hero__slide::after {
    background: none;
}

.news-detail-back svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 0.5rem;
}

.section_top.kellers, .section.section_top.section_bottom.section_anchor:has(.parking) {
    overflow-x: visible;
}

#svg-taxi {
    z-index: 99999999;
}

#c2v-root {
    position: fixed;
    z-index: 9999;
}

.ipbaner {
    margin: auto;
    display: table;
    width: 100%;
}

.popupuspeu {
    width: 723px;
    height: 374px;
    background: url(/local/templates/afitower/img/uspey-newOLD20kParking.png) center top no-repeat;
    background-size: contain;
    display: table;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999;
}

.closeuspey {
    width: 32px;
    height: 32px;
    background: url(/local/templates/afitower/img/close.svg) center no-repeat;
    display: table;
    cursor: pointer;
    top: 16px;
    right: 16px;
    position: absolute;
    transition: 1s;
}

.closeuspey:hover {
    opacity: 0.7;
}

.btnuspey.oldLink {
    width: 250px;
    height: 48px;
    opacity: 1;
    border-radius: 32px;
    background: #06AEEF;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Soyuz Grotesk, sans-serif;
}

.btnuspey:hover {
    background: rgba(255, 255, 255, 0.80);
}

.popupuspeu.newBlock {
    width: 723px;
    height: 374px;
    background: url(/local/templates/afitower/img/uspey-new.png) center top no-repeat;
    background-size: contain;
    display: table;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999;
}

.popupuspeu.newBlock .closeuspey {
    width: 32px;
    height: 32px;
    background: url(/local/templates/afitower/img/close.svg) center no-repeat;
    display: table;
    cursor: pointer;
    top: 6px;
    right: 66px;
    position: absolute;
    transition: 1s;
}

.popupuspeu.newBlock .btnuspey.newLink {
    width: 250px;
    height: 48px;
    opacity: 1;
    border-radius: 32px;
    background: #06AEEF;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Soyuz Grotesk, sans-serif;
}

.popupuspeu.newBlock .btnuspey.newLink:hover {
    background: #06AEEF;
}

.parking__place-info.newInformationPopup {
    align-items: center;
}

.parking__place-info.newInformationPopup.active {
    display: flex;
}

.kellers__sheme-pop.newInformationPopup {
    align-items: center;
    flex-direction: column;
}

.kellers__sheme-pop.newInformationPopup.active {
    display: flex;
}

.kellers__sheme-pop.newInformationPopup .kellers-col-wrap-price {
    width: 100%;
    flex-direction: column;
}

.kellers__sheme-pop.newInformationPopup .kellers-col-wrap-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 130%;
    font-family: Soyuz Grotesk;
}

.kellers__sheme-pop.newInformationPopup .kellers-price-sale {
    font-family: Soyuz Grotesk;
    color: #d0021b;
    font-size: 1.8rem;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    text-transform: lowercase;
}

.kellers__sheme-pop.newInformationPopup .kellers-price {
    background: #141414;
    display: flex;
    font-family: Soyuz Grotesk;
    font-size: 2rem;
    gap: .8rem;
    justify-content: center;
    width: 100%;
    align-items: center;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 50px;
}

.kellers__sheme-pop.newInformationPopup .kellers-price-bt {
    width: 100%;
    height: 50px;
    padding: 0;
}

.parking__place-info.newInformationPopup .parking__place-info-top {
    align-items: center;
    justify-content: center;
}

.parking__place-info.newInformationPopup .parking__place-info-dsc {
    justify-content: center;
    font-family: Soyuz Grotesk;
    font-size: 1.6rem;
}

.parking__place-info.newInformationPopup .parking__place-info-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 130%;
}

.parking__place-info.newInformationPopup .parking__place-info-discount .parking__place-info-price-old {
    color: #d0021b;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    text-transform: lowercase;
}

.parking__place-info.newInformationPopup .parking__place-info-discount .parking__place-info-price-pecent {

}

.parking__place-info.newInformationPopup .parking__place-info-price {
    background: #141414;
    display: flex;
    font-family: Soyuz Grotesk;
    font-size: 2rem;
    gap: .8rem;
    justify-content: center;
    width: 100%;
    align-items: center;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 50px;
}

.parking__place-info.newInformationPopup .kellers-price-bt {
    width: 100%;
    height: 50px;
    padding: 0;
}

.mobile {
    display: none !important;
}

@media (max-width: 700px) {
    .desctop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .ipbaner {
        width: 100%;
    }

    .buy__content .buy__back {
        right: 0rem;
    }

    .menu .menu__row {
        -webkit-row-gap: 2.4rem;
        -moz-row-gap: 2.4rem;
        row-gap: 2.4rem;
    }

    .menu .list {
        height: fit-content;
    }

    /* .section_parks {
        display: none;
    } */
}

.room-preview__image img {
    height: 100%;
}

@media (min-width: 1441px) {
    .menu .menu__awards img {
        max-height: 10rem;
        max-width: 20rem;
    }
}

@media (min-width: 1101px) and (max-width: 1440px) {
    .menu .menu__awards img {
        max-height: 10rem;
        max-width: 20rem;
    }
}

@media (min-width: 1101px) and (max-width: 1440px) {
    .menu .menu__awards img {
        max-height: 10rem;
        max-width: 20rem;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .menu .menu__awards img {
        max-height: 10rem;
        max-width: 20rem;
    }
}

@media (min-width: 701px) and (max-width: 900px) {
    .menu .menu__awards img {
        max-height: 10rem;
        max-width: 20rem;
    }
}

@media (max-width: 700px) {
    .menu .menu__awards img {
        max-height: 5rem;
        max-width: 10rem;
    }
}

@media (max-width: 600px) {

    .popupuspeu {
        width: 290px;
        height: 180px;
        background-size: cover !important;
    }

    .btnuspey.oldLink {
        left: 12px;
        bottom: 20px;
    }

    .popupuspeu.newBlock {
        width: 380px;
        height: 195px;
    }

    .popupuspeu.newBlock .btnuspey.newLink {
        width: 135px;
        height: 40px;
        border-radius: 16px;
        font-size: 16px;
        bottom: -15px;
    }

    .popupuspeu.newBlock .closeuspey {
        right: 46px;
    }

}


/*.video-control.room__video br {
	display: none;
}

@media (max-width: 768px) {
	.video-control.room__video br {
		display: block;
	}
}*/

/*.numbers .number {
	display: flex;
}*/

.cookie {
    flex-direction: row;

    left: initial;
    right: 50px;
    max-width: 648px;
    width: 100%;
}

.cookie__btn {
    width: fit-content;
}


.cookie {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 16px;
    box-shadow: 0px 2px 8px rgba(22, 22, 22, 0.08), 0px 1px 2px rgba(22, 22, 22, 0.04);
    background-color: #fff;
    border-radius: 8px;
    width: calc(100% - 32px);
    position: fixed;

    bottom: 50px;
    z-index: 111999999;
}

.cookie__text {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    max-width: 595px;
    width: 100%;
}

.cookie__link {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #000000;

}

.cookie__btn {
    box-sizing: border-box;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    width: auto;
    background: #00aeef;
    border: none;
    transition: 0.3s;
    border: #00aeef 1px solid;
}

.cookie__btn:hover {
    border: #00aeef 1px solid;
    background-color: #fff;
    color: #00aeef;
}


.cookie_btn_doc {
    border: #00aeef 1px solid;
    background-color: #fff;
    color: #00aeef;
    padding: 10px 14px;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.01rem;
    transition: 0.3s;
    display: block;
    box-sizing: border-box;
}

.cookie_btn_doc:hover {
    color: #ffffff;

    background: #00aeef;
}

.flexcookcknope {
    display: flex;
    gap: 10px;
    flex-direction: column;
}


@media (max-width: 1000px) {
    .cookie {
        left: 0;
        right: 0;
        width: 90%;
        margin: auto;
        flex-direction: column;
    }

    .flexcookcknope {
        display: flex;
        gap: 10px;
        flex-direction: row;
    }
}

/* Section switching styles */
.section-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    gap: 15px;
    flex-wrap: wrap;
}

.section-switcher span {
    font-family: "Soyuz Grotesk", sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-size: 6.8rem;
    color: #000;
    flex-shrink: 0;
}

.section-switcher__buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1;
}

.section-switcher__btn {
    /* Base button styles similar to button_dark */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #272727;
    color: #ffffff;
    border: 1px solid #272727;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    min-height: 44px;
    white-space: nowrap;
    font-family: inherit;
}

.section-switcher__btn:hover {
    background: #06AEEF;
    border-color: #06AEEF;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(6, 174, 239, 0.3);
}

.section-switcher__btn.active {
    background: #06AEEF;
    color: #ffffff;
    border-color: #06AEEF;
    box-shadow: 0 4px 12px rgba(6, 174, 239, 0.3);
}

.section-switcher__btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(6, 174, 239, 0.2);
}

/* Responsive design */
@media (max-width: 768px) {
    .section-switcher {
        gap: 10px;
        margin: 15px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .section-switcher span {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    
    .section-switcher__buttons {
        width: 100%;
        justify-content: flex-start;
    }
    
    .section-switcher__btn {
        padding: 10px 16px;
        font-size: 13px;
        min-height: 40px;
    }
}

/* Hide sections by default */
.section-content {
    display: none !important;
}

.section-content.active {
    display: block !important;
}

/* Section switching links styles */
a[data-switch-section] {
    cursor: pointer;
    transition: all 0.3s ease;
}

a[data-switch-section]:hover {
    opacity: 0.8;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

#sectionApartments .search__title,
#sectionKellers .section__title,
#sectionParking .section__title {
    font-size: 5.8rem;
}

.gallery-tabs__holder {cursor: pointer}
/* End */
/* /local/templates/afitower/template_styles.css?175783790313529 */
