
html, body {
    scroll-behavior: none;
    font-family: Roboto, Arial;
    height: 100%;
    margin: 0;
}

:root {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

:root, body {
    margin: 0;
    padding: 0;
    border: initial;
}

body {
    overflow: hidden;
    width: 100lvw;
    height: 100dvh;
}

img, svg {
    vertical-align: middle;
}

/*не удалять!*/
:root {
    --sunPath-width: 100%;
    --sunPath-height: 100%;
    /*--sunPathvar(--sunPath1vh): 0;*/
    --sunPath3vh: 0;
    --sunPath5vh: 0;
    --sunPathLoaderOpacity: 1;
    --sunPath3vw: 0;
    --sunPathBlur: none;
    --sunPathMainColor: #25dcc6;
    --sunPathTextColor: #212529;
    --sunPathTextGrayColor: #838a9d;
    --sunPathSecondMainColor2: #14e3cc;
    --sunPathSecondMainColorDark: #2bb6a5;
    --sunPathSecondMainColor: #27a294;
    --sunPathSecondMainColor_opacity05: #2ab6a57f;
    --sunPathSecondMainColor_opacity02: #2ab6a533;
    --sunPathSecondMainColor_opacity01: rgba(54, 232, 211, 0.08);
    --sunPathThridMainColor: #93d1c9;
    --sunPathThridMainColor_opacity02: #f2fefc;
    --sunPathFilterBorderColor: #e3e7ef;
    --sunPathFilterBorderColor_Light: #f0f2f6;
    --sunPathGrayLevel2: #5c657e;

    --sunPathTextColor: #3e5365;
    --sunPathTextColorOpacity05: rgba(62, 83, 101, 0.5);
    --sunPathTextColorOpacity03: rgba(62, 83, 101, 0.3);
    --sunPathTextColorLight: #768b9d;
    --sunPathTextColorUltraLight: #a8bac7;

    --sunPathRedAcent: #e8363d;
    --sunPathRedAcentHover: #ba2b31;
    --sunPathRedLight: #f4d8d9;
    --sunPathGrayBackground: #f1f3f9;
    --sunPathGrayBackgroundType2: #f6f8fc;
    --sunPathTextType2: #353b4b;
    --sunPathTextType3: #a3aabe;
    --sunPathTextType4: #8089a2;


}

*, ::after, ::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: var(--sunPathSecondMainColorDark);
}

a:hover {
    text-decoration: underline;
}

.TEST {
    height: 800px;
}

@media all and ( max-width: 640px ) {
    .TEST {
        height: 80vh;
    }
}

.lil-gui {
    z-index: 2 !important;
}

@media all and ( max-width: 640px ) {
    .lil-gui.root {
        right: auto;
        top: auto;
        max-height: 50%;
        max-width: 80%;
        bottom: 0;
        left: 0;
    }
}

#overlay {
    position: absolute;
    font-size: 16px;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
}

#overlay button {
    background: transparent;
    border: 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    color: #ffffff;
    padding: 12px 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.sunPathPercentLoading {
    color: var(--sunPathTextColorLight);
    font-size: 0.8rem;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#sunPathLoadingScreen {
    /*opacity: 0.3 !important;*/
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f1f3;
    opacity: 1;
    transition: 1s opacity;
    will-change: opacity;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sunPathLoadingScreen.fade-out {
    opacity: 0;
}

.sunPathTextLoader {
    width: 25px;
    height: 12px;
    background: radial-gradient(circle closest-side, var(--sunPathSecondMainColor) 90%, #0000) 0% 50%,
    radial-gradient(circle closest-side, var(--sunPathSecondMainColor) 90%, #0000) 50% 50%,
    radial-gradient(circle closest-side, var(--sunPathSecondMainColor) 90%, #0000) 100% 50%;
    background-size: calc(100% / 3) 6px;
    background-repeat: no-repeat;
    animation: sunPathTextLoader_d3 1s infinite linear;
}

@keyframes sunPathTextLoader_d3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }
    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }
    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }
    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}


.loaderA101 {
    animation: spinnerA101 1.25s linear infinite;
    aspect-ratio: 1;
    background: radial-gradient(farthest-side, #e8363d 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #e8363d);
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    position: absolute;
    width: 100px;
}

@keyframes spinnerA101 {
    100% {
        transform: rotate(1turn);
    }
}


#sunPathLoader {
    display: block;
    position: relative;
    opacity: var(--sunPathLoaderOpacity);
}

/*

#sunPathLoader {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: var(--sunPathLoaderOpacity);
    border: 3px solid transparent;
    border-top-color: #c48f8f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#sunPathLoader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: var(--sunPathLoaderOpacity);
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d5a4a4;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#sunPathLoader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    opacity: var(--sunPathLoaderOpacity);
    border-top-color: #e7b2b2;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {


        transform: rotate(0deg);
    }
    100% {


        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {

        transform: rotate(0deg);
    }
    100% {

        transform: rotate(360deg);
    }
}*/

#container {

}


.SunPath_3dButtonWrapper {
    cursor: pointer;
    pointer-events: none;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/*loading sreens*/


.loadNavWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    max-height: 1080px;
}

.loadNavItemWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.loadNavItem {
    transition: opacity 2s ease-in-out;
    will-change: opacity;

    opacity: 0;
    pointer-events: none;
    display: none;

    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-height: 100%;
    height: 100%;
}

.sunPath[data-width~="small"] .loadNavItem {
    flex-direction: column;
}

.loadNavItem_active {
    transition: opacity 1s ease-in-out;
    will-change: opacity;
    opacity: 1;
    pointer-events: auto;
    display: flex;
}


.loadImage {

    width: 100%;
    max-width: 350px;
    /*margin-top: 150px;*/
    margin-top: 50px;
    max-height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sunPath[data-width~="small"] .loadImage {
    margin-top: 10px;
    padding: 0px;
    height: 60%;
}


.loadImage_img {
    padding: 12px;
    width: 100%;
}

.sunPath[data-width~="small"] .loadImage_img {
    width: auto;
    max-height: 110%;
    margin-bottom: -20%;
}

.sunPath[data-width~="small"] .loadImage {
    max-width: 100%;
}

.loadNavItem_titleWrap {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    max-height: 40%;
}

.sunPath[data-width~="small"] .loadNavItem_titleWrap {
    height: 40%;
    justify-content: flex-end;
}

.loadNavItem_title1 {
    transition: opacity 0.6s ease;
    will-change: opacity;
    opacity: 0;
    color: var(--sunPathTextGrayColor);
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 18px;
}


.sunPath[data-width~="small"] .loadNavItem_title1 {
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 8px;
}

.loadNavItem_title2 {
    transition: opacity 0.6s ease;
    will-change: opacity;
    opacity: 0;
    font-size: 0.8rem;
    color: var(--sunPathGrayLevel2);
}

.loadNavItem_active .loadNavItem_title1,
.loadNavItem_active .loadNavItem_title2 {
    opacity: 1;
}

.sunPathLoadLayer2 {
    z-index: 20;
}

.sunPathPercentLoading2 {
    width: 100%;
    margin-bottom: 20px;
}

.SP_load_bottomRow {
    z-index: 20;
    max-width: 1280px;
    padding: 14px 14px 24px 14px;
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-end;
}

.SP_load_bottomRow_link a {
    text-decoration: none !important;
    font-size: 0.7rem !important;
    color: var(--sunPathTextColorLight) !important;
    margin-right: 4px !important;
}

.loadNavItem_topWrap {
    width: 100%;
    height: 2px;
    display: none;
    justify-content: center;
    margin-top: 24px;
}


.loadNavItem_top {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 0 14px;
}


.loadNavItem_top_progressWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}


.loadNavItem_top_progressItemWrap {
    margin: 0 5px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background: #e4e8ec;
}

.sunPath[data-width~="small"] .loadNavItem_top_progressItemWrap {
    margin: 0 3px;
}

.loadNavItem_top_progressItem {
    transition: width 6s ease;
    will-change: width;
    position: relative;
    border-radius: 4px;
    height: 100%;
    width: 0%;
    background: #d7dbe2;
}

.loadNavItem_top_progressItem_active {
    width: 100%;
}

.SP_load_start {
    display: none;
}


.SP_load_startButtonRow {
    min-height: 60px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;

}

.sunPathPercentLoading_Wrapper {
    width: 100%;
    height: 60px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sunPathPercentLoading_Row {
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sunPathPercentLoadingRow_Wrapper {
    width: 100%;
    max-width: 220px;
    height: 100%;
    border-radius: 4px;
    background: #d3d4dd;
    position: relative;
    height: 4px;
}

.sunPathPercentLoadingRow_PercentLabel {
    display: flex;
    text-align: center;
    font-size: 0.8rem;
    color: #9aa1af; /*var(--sunPathTextColorUltraLight);*/
    margin-bottom: 8px;
}

.sunPathPercentLoadingRow_Item {
    transition: width 0.3s ease;
    will-change: width;
    border-radius: 4px;
    background: #9aa1af;
    height: 100%;
    position: absolute;
    left: 0;
    width: 0%;
}

.sunPathPercentLoadingRow_Message {
    margin-top: 16px;
    font-size: 0.7rem;
    color: var(--sunPathTextColorUltraLight);
}


.sunPathPercentLoading_startWrapper {

}

.sunPathPercentLoading_startContent {
    padding: 15px 30px !important;
}


/* mobile not animation start*/

/*
.sunPath[data-width~="small"] .loadImage,
.sunPath[data-width~="small"] .loadNavItemWrapper,
.sunPath[data-width~="small"] .loadNavItem_active,
.sunPath[data-width~="small"] .loadNavItem_top_progressItem,
.sunPath[data-width~="small"] .loadNavItem,
.sunPath[data-width~="small"] .sunPathPercentLoadingRow_Item,
*/
.sunPath[data-width~="small"] .sunPathCameraMarker_imageWrapper,
.sunPath[data-width~="small"] .SPMS_buttonContainer,
.sunPath[data-width~="small"] .sunPathCameraMarker_imageWrapper,
.sunPath[data-width~="small"] .sunPathInFlatPoint,
.sunPath[data-width~="small"] .sunPathInFlatPointWrapper {
    transition: all 0s;
}

/* mobile not animation finish*/


/* main */

.sunPathWrapper {

    /*transition: width 0.5s ease, opacity 0.3s ease, visibility 0.3s ease;*/
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sunPathWrapperTransition {
    /*transition: opacity 0.3s ease, visibility 0.3s ease;*/
}

.sunPath[data-width~="small"] #sunPathCanvas {
    /*-webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);*/
}

#sunPathCanvas {
    /*-webkit-mask-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    mask-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);*/
}

#sunPathCanvasWrapper {
    width: 100%;
    height: 100%;
    user-select: none;
    /*-webkit-mask-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    mask-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);*/
}

.sunPath[data-width~="small"] #sunPathCanvasWrapper {
    -webkit-mask-image: none;
    mask-image: none;
}

.sunPath {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*aspect-ratio: 100vw/100vh;*/
    /*width: var(--sunPath-width);
    height: var(--sunPath-height);*/
    width: 100%;
    height: 100%;
    position: relative;
    /*border-radius: 10px;*/
    /*resize: both;*/
    overflow: hidden;
    min-width: 350px;
    min-height: 500px;
}

/*@media (min-width: 600px) {
    body {
        margin: 0 10vw 20vh 10vw;
        width: 1344px;
    height: 756px;
    }
}*/


.sunPath[data-width~="small"] {
    width: 100%;
    height: 100%;
    margin-left: 0;
}


#sunPathButtonToScreenSun {
    transition: all 0.3s ease-out;
}

.sunPathScreenSun {
    transition: all 0.3s ease-out;
    display: none;
    flex-direction: column;
    /*overflow: hidden;*/
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.sunPathRowTop {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sunPath[data-width~="small"] .sunPathRowTop {
    flex-direction: column;
}

.sunPath-wheelContainer {
    justify-content: center;
    width: 100%;
    align-items: center;
}

.sunPath-wheel-range {
    pointer-events: auto;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 20px;
    background-color: var(--sunPathSecondMainColor_opacity05);
    /*background: linear-gradient(90deg, rgba(255, 220, 0, 0.5) 0%, rgba(255, 255, 180, 0.5) 50%, rgba(255, 220, 0, 0.5) 100%);*/
    position: relative;
}

.sunPath-wheel-range__slider:hover {
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.3s ease-out;
}

.sunPath-wheel-range__slider:active {
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s ease-out;
}

.sunPath-wheel-range__slider {
    padding: 12px;
    transition: background 0.3s ease-out;
    display: flex;
    align-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -23px;
    cursor: ew-resize;
}

#SunPathContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sunPathDateTimeWrapper {
    display: flex;
    flex-direction: column-reverse;
    z-index: 3;
    position: absolute;
    top: var(--sunPath3vh);
    left: var(--sunPath3vw);
}


.sunPathContainerWrapper {
    pointer-events: none;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.sunPath[data-width~="small"] .sunPathDateTimeWrapper {
    top: 0;
    border-radius: 19px;
    /*background:linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.7) 100%) !important;
    backdrop-filter: var(--sunPathBlur);
    border: 1px solid rgba(255,255,255,0.1)!important;
    -webkit-backdrop-filter: var(--sunPathBlur);
*/
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

#sunPathContainerWrapper_fakeTop {
    width: 100%;
}

#sunPathContainerWrapper_fakeBottom {
    pointer-events: auto;
    width: 100%;
}

#sunPathContainerWrapper_fakeBottom {
    display: none;
}

.sunPathContainerWrapper_fakeTop {
    transition: opacity 0.3s ease;
    opacity: 0;
}

.sunPathContainerWrapper_show {
    pointer-events: auto;
    opacity: 1;
}

.sunPathDayControls {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sunPath[data-width~="small"] .sunPathDayControls {
    flex-direction: column;
    margin: 0 15px;
}

.sunPath[data-width~="small"] .SPTimeLabels {
    margin-top: 6px;
    order: 1;
}

.sunPath[data-width~="small"] .sunPathContainerWrapper {
    order: 2;
}

.sunPath[data-width~="small"] .sunPathDiscRowWrapper {
    order: 3;
}

.sunPathContainerWrapper {
    margin-right: 12px;
}


.sunPath[data-width~="small"] .sunPathContainerWrapper,
.sunPath[data-width~="small"] .sunPathDiscRowWrapper {
    min-height: 55px;
    padding: 0;
    display: none;
    margin: 0;
    z-index: 3;
    /*
    bottom:calc(var(--sunPath3vh) + 6px) !important;
    */
}

.SPTimeLabels {
    height: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.sunPath[data-width~="small"] .SPTimeLabels {
    flex-direction: row;
}

#sunPathDateLabel {
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--sunPathTextColor);
}

.sunPath[data-width~="small"] #sunPathDateLabel {
    font-size: 0.9rem;
    margin-top: 0;
}

#sunPathTimeLabel {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--sunPathTextColor);
}

.sunPath[data-width~="small"] #sunPathTimeLabel {
    font-size: 0.9rem;
    font-weight: 400;
    margin-left: 6px;
}

.sunPath-wheelWrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.sunPath-wheelOuter {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1.7rem 1.2rem 0.5rem 1rem;
}

.sunPathBlur {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.8) 100%) !important;*/
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: var(--sunPathBlur);
    -webkit-backdrop-filter: var(--sunPathBlur);
}

.sunPathToDayWrapper {
    transition: opacity 0.3s ease-out;
    position: absolute;
    height: auto;
    /*padding:15px;*/
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    right: var(--sunPath3vw);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sunPathToTimeWrapper {
    transition: opacity 0.3s ease-out;
    position: absolute;
    height: auto;
    /*padding:15px;*/
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    left: var(--sunPath3vw);
    z-index: 3;
}


.iconToTimeWrapper {
    overflow: hidden;
    position: relative;
}

.iconToTimeWrapper,
.iconToDayWrapper {
    position: relative;
    height: auto;
    width: 50px;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    margin-bottom: 20px;
}

/*тут и на две строчки выше - анимация подсказки при наведении*/
.sunPathIconToTimeHideMobile, .sunPathIconToDayHideMobile {
    width: 100%;
    align-items: center;
    text-align: center;
    margin-top: 5px;
    font-size: 0.8rem;
    color: var(--sunPathTextColorLight);
    display: block;
}

.sunPath[data-width~="small"] .sunPathIconToTimeHideMobile,
.sunPath[data-width~="small"] .sunPathIconToDayHideMobile {
    display: block;
}

.sunPath[data-width~="small"] .sunPathIconToTimeHide {
    display: none;
}

.sunPath[data-width~="small"] .iconToTimeWrapper,
.sunPath[data-width~="small"] .iconToDayWrapper {
    width: 50px !important;
}

.sunPathIconToTimeHide, .sunPathIconToDayHide {
    font-size: 0.8rem;
    color: var(--sunPathTextColorLight);
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in;
    transition: opacity 0.5s ease-in;
}


.iconToTimeWrapper:hover .iconToTimeImage,
.iconToDayWrapper:hover .iconToDayImage {
    filter: none;
}

.iconToTimeWrapper:hover,
.iconToDayWrapper:hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-out;
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.9);
    filter: none;
}

.iconToTimeWrapper:active,
.iconToDayWrapper:active {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-out;
    filter: none;
}

.sunPathToTimeImageWrapper {
    width: 100%;
    height: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.iconToTimeWrapperActive,
.iconToDayWrapperActive {
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-out;
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 1);
    filter: none;
}


.iconToTimeWrapperActive .iconToTimeImage,
.iconToDayWrapperActive .iconToDayImage {
    filter: none;
}

.sunPathIconToTimeBlur {
    flex-direction: row;
}

.sunPathIconToDayBlur {
    flex-direction: row;
    justify-content: flex-end;
}

.sunPathIconToTimeBlur,
.sunPathIconToDayBlur {
    height: 100%;
    display: flex;
    padding: 8px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.7) 100%) !important;
    backdrop-filter: var(--sunPathBlur);
    -webkit-backdrop-filter: var(--sunPathBlur);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.iconToTimeImageMorning {
    box-shadow: 0 0px 25px 5px rgba(255, 168, 26, 0.2);
    border-radius: 100px;
}

.iconToTimeImageDay {
    box-shadow: 0 0px 25px 5px rgba(255, 206, 0, 0.2);
    border-radius: 100px;
}

.iconToTimeImageEvening {
    box-shadow: 0 0px 25px 5px rgba(224, 73, 118, 0.15);
    border-radius: 100px;
}

.iconToDayImageSpring {
    box-shadow: 0 0px 25px 5px rgba(30, 168, 0, 0.2);
    border-radius: 100px;
}

.iconToDayImageSummer {
    box-shadow: 0 0px 25px 5px rgba(255, 159, 0, 0.2);
    border-radius: 100px;
}

.iconToTimeImage,
.iconToDayImage {
    filter: grayscale(100%) sepia(30%) hue-rotate(190deg);
    width: 30px;
    height: 30px;

}

.sunPathIconPlay {
    width: 30px;
    height: 30px;
}

.sunPathDNone {
    display: none !important;
}

.sunPathIconPlayPause {
    cursor: pointer;
    transition: all 0.3s ease-out;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0.2);
    width: 36px;
    height: 36px;
    padding: 8px;
    margin-left: 1rem;
    display: flex;
    align-items: center;
}

.sunPathIconPlayPause:hover {
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0px 10px 5px rgba(255, 255, 255, 0.5);
}

.sunPathIconPlayPause:active {
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 5px rgba(255, 255, 255, 0.5);
}

.sunDisclaimerWrapper {
    height: auto;
    position: absolute;
    bottom: 5px; /*var(--sunPath3vw);*/
    z-index: 3;
    font-size: 0.6rem;
    line-height: 0.6rem;
    padding: 0 var(--sunPath3vw) 0 var(--sunPath3vw);
    color: var(--sunPathTextColorUltraLight);
}

.sunPath[data-width~="small"] .sunDisclaimerWrapper {
    font-size: 0.5rem;
    line-height: 0.5rem;
}


.sunPathCompassWrapper {
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 100px;
    /* middle
    width: 40px;
    height: 40px;*/
    width: 50px;
    height: 50px;
    z-index: 3;
    /*transform:scale(0.85714285714);*/
}

.sunPath[data-width~="small"] .sunPathCompassWrapper {
    /* middle
    width: 30px;
    height: 30px;*/
    width: 40px;
    height: 40px;
}

.sunPathCompassContainer {
    position: relative;
}

.sunPathCompassImage {
    transition: all 0.3s ease-out;
    -webkit-mask-image: radial-gradient(circle at center, transparent 45%, #000 10%);
    mask-image: radial-gradient(circle at center, transparent 45%, #000 10%);
    background: rgba(255, 255, 255, 1);
    backdrop-filter: var(--sunPathBlur);
    -webkit-backdrop-filter: var(--sunPathBlur);
    border-radius: 100px;
}

.sunPathCompassInner {
    transition: all 0.3s ease-out;
    z-index: 3;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: var(--sunPathBlur);
    -webkit-backdrop-filter: var(--sunPathBlur);
    background: rgba(255, 255, 255, 1);
    border-radius: 100px;
    position: absolute;
    /* middle
    width: 16px;
    height: 16px;
    top: 11px;
    left: 11px;*/
    width: 22px;
    height: 22px;
    top: 13px;
    left: 13px;
}

.sunPath[data-width~="small"] .sunPathCompassInner {
    /*
        middle
        width: 12px;
        height: 12px;
        top: 8px;
        left: 8px;*/
    width: 18px;
    height: 18px;
    top: 10px;
    left: 10px;
}


/*


.sunPathCompassInnerText:hover + .sunPathCompassInner {
    transition: all 0.3s ease-out;
    box-shadow: 0 0px 10px 0px rgba(150, 170, 200, 0.8);
    background: rgba(255,255,255,1);
}
.sunPathCompassInnerText:active + .sunPathCompassInner {
    transition: all 0.3s ease-out;
    box-shadow: 0 0px 10px 0px rgba(150, 170, 200, 0.2);
    background: rgba(255,255,255,0.2);
}
*/

.sunPathCompassInnerText {
    transform: translateZ(100px);
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    color: var(--sunPathTextColor);
    font-size: 0.7rem;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 19px;
    left: 19px;
}


.sunPathTimeLineWrapper {
    padding: 0rem 1.2rem 0rem 1rem;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
}

.sunPathTimeLineTickSolar {
    cursor: pointer;
    color: var(--sunPathTextColorLight);
}

.sunPathTimeLineTickSolar:hover {
    color: var(--sunPathTextColor);
}

.sunPathTimeLineContainer {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

.sunPathTimeLineTicks {
    top: 7px;
    z-index: 3;
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.sunPath[data-width~="small"] .sunPathTimeLineTicks,
.sunPath[data-width~="small"] #sunPathTimeLineSunNoon {
    display: none;
}


.sunPathTimeLineTick {
    color: var(--sunPathTextColorOpacity03);
    font-size: 0.7rem;
    cursor: pointer;
    left: 1;
    z-index: 3;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50px;
}

.sunPathTimeLineTick:hover {
    color: var(--sunPathTextColor);
}

.sunPathMountText {
    cursor: pointer;
    font-size: 0.8rem;
    color: var(--sunPathTextColorLight);
    width: 100%;
    align-items: center;
    text-align: center;
}

.sunPath[data-width~="small"] .sunPathMountText {
    font-size: 0.7rem;
}

.sunPathMountText:nth-child(even) {
    /*background-color: red;*/
}

#sunPathTextJan {
    width: 8.49%;
}

#sunPathTextFeb {
    width: 7.60%;
}

#sunPathTextMar {
    width: 8.49%;
}

#sunPathTextApr {
    width: 8.49%;
}

#sunPathTextMay {
    width: 8.49%;
}

#sunPathTextJun {
    width: 8.49%;
}

#sunPathTextJul {
    width: 8.49%;
}

#sunPathTextAug {
    width: 8.49%;
}

#sunPathTextSep {
    width: 8.49%;
}

#sunPathTextOct {
    width: 8.49%;
}

#sunPathTextNov {
    width: 8.49%;
}

#sunPathTextDec {
    width: 8.49%;
}


.sunPath[data-width~="small"] .rotateIconWrapper {
    transform: scale(0.7);
    transform-origin: left;
}

.sunPath[data-width~="small"] .sunPathToTimeWrapper {
    transform: scale(0.7);
    transform-origin: left;
}

.sunPath[data-width~="small"] .sunPathToDayWrapper {
    transform: scale(0.7);
    transform-origin: right;
}

.sunPath[data-width~="small"] .sunPathTimeButtonWrapper {
    transform: scale(0.7);
    transform-origin: left;
}

.sunPath[data-width~="small"] .sunPathCalendarButtonWrapper {
    pointer-events: auto;
    transform: scale(0.7);
    transform-origin: right;
}


.sunPath[data-width~="small"] .rotateIconWrapper {
    position: absolute;
}

.rotateIconWrapper {
    bottom: 150px;
    left: var(--sunPath3vw);
    z-index: 3;
}

.rotateIconWrapper {
    position: absolute;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%) !important;
    backdrop-filter: var(--sunPathBlur);
    -webkit-backdrop-filter: var(--sunPathBlur);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sunPathTimeButtonWrapper, .sunPathCalendarButtonWrapper {

    pointer-events: auto;
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%) !important;
    backdrop-filter: var(--sunPathBlur);
    -webkit-backdrop-filter: var(--sunPathBlur);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.rotateIconContainer .rotateIconImage, .sunPathCalendarButtonImage, .sunPathTimeButtonImage /*,
.sunPathTimeButtonContainer .sunPathTimeButtonImage*/
{
    transition: all 0.3s ease-out;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.rotateIconContainer:hover .rotateIconImage /*,
.sunPathTimeButtonContainer:hover .sunPathTimeButtonImage*/
{
    transition: all 0.3s ease-out;
    opacity: 0.8;
}


.sunPathTimeButtonContainer, .sunPathCalendarButtonContainer {
    transition: all 0.3s ease-out;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0px 10px 5px rgba(255, 255, 255, 0.2);
}

.rotateIconContainer:hover, .sunPathTimeButtonContainer:hover, .sunPathCalendarButtonContainer:hover {
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0px 10px 5px rgba(255, 255, 255, 0.5);
}

.rotateIconContainer:active, .sunPathTimeButtonContainer:active, .sunPathCalendarButtonContainer:active {
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0.5);
}

.rotateIconContainerActive .rotateIconImage,
.sunPathTimeButtonContainerActive .sunPathTimeButtonImage,
.sunPathCalendarButtonContainerActive .sunPathCalendarButtonImage {
    opacity: 1;
}

.rotateIconContainerActive {
    transition: all 0.3s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-out;
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 1);
}

.sunPathTimeButtonContainerActive, .sunPathCalendarButtonContainerActive {
    transition: all 0.3s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease-out !important;
    box-shadow: 0 0px 20px 10px rgba(255, 235, 150, 0.5) !important;
    background: rgba(255, 255, 255, 1) !important;
}


.sunPathTimeButtonWrapper, .sunPathCalendarButtonWrapper {
    display: none;
    z-index: 3;
}

.sunPath[data-width~="small"] .sunPathTimeButtonWrapper {
    display: flex;

}

.sunPath[data-width~="small"] .sunPathCalendarButtonWrapper {
    display: flex;
}


.sunPathDiscRowWrapper {
    pointer-events: auto;
    transition: width 0.3 ease;
    pointer-events: auto;
    z-index: 3;
    width: 100%;
    height: 100%;
    min-height: 55px;
    margin-left: 12px;
}

.sunPathDiscRowContainer {
    display: flex;
    align-content: center;
    width: 100%;
    height: 100%;
    align-items: start;
    padding-top: 0.6rem;

}


.rotateIconImageWrapper, .sunPathCalendarButtonImageWrapper, .sunPathTimeButtonImageWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}


.sunPath-mounthWrapper {
    position: relative;
    width: 100%;
    height: 4px;
    margin-top: 12px;
    border-radius: 20px;
    background-color: var(--sunPathSecondMainColor_opacity05);
    /*background: linear-gradient(90deg, rgba(89, 222, 230, 1) 0%, rgba(86, 230, 218, 1) 11%, rgba(90, 249, 103, 1) 24%, rgba(165, 249, 61, 1) 36%, rgba(200, 249, 42, 1) 46%, rgba(255, 221, 36, 1) 61%, rgba(255, 184, 56, 1) 73%, rgba(249, 167, 55, 1) 86%, rgba(230, 155, 82, 1) 100%);*/
}

.sunPath[data-width~="small"] .sunPath-mounthWrapper {
    margin-top: 13px;
}

.sunPath-mounthRange {
    transition: background 0.3s ease-out;
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 12px;
    margin-top: -23px;
    cursor: pointer;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.sunPath-mounthRange:hover {
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.3s ease-out;
}

.sunPath-mounthRange:active {
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s ease-out;
}

.sunPathSidePanelAnimateWidth {
    transition: width 0.3s ease !important;
    transition: all 0.5s ease !important;
}

.sunPathSidePanelAnimateHeight {
    transition: height 0.3s ease !important;
    transition: all 0.5s ease !important;
}

.sunPathNotAnimationRight {
    transition: right 0s, bottom 0.5s ease, opacity 0.5s ease !important;
}

.sunPathNotResize {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.sidePanelMinimizedRight {
    right: calc(-1 * 100% - 30px);
}

.sunPathSidePanel {
    z-index: 5;
    position: absolute;
    right: -420px; /*calc(100% / -4);!*-350px; !* Скрыть панель справа *!*!*/
    width: calc(100% / 4); /*//350px;*/
    height: 100%;

    backdrop-filter: var(--sunPathBlur);
    -webkit-backdrop-filter: var(--sunPathBlur);
    opacity: 0;
    transition: right 0.5s ease, bottom 0.5s ease, opacity 0.5s ease;
}

.sunPath[data-width~="small"] .sunPathSidePanel {
    left: 0;
    top: auto;
    bottom: -100%;
    height: 250px; /*calc(100% / 3);!*250px ;*!*/
    width: 100%;
}

.sunPathSidePanel.sunPathSidePanelOpen {
    right: 0; /* Отображать панель */
    opacity: 1;
}

.sunPathSidePanelOpenMobile {
    bottom: 0 !important;
    opacity: 1;
}

.sunPathSidePanelContainer {
    position: absolute;
    padding-left: 10px;
    padding-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    height: calc(100% - 4vh);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0px 15px 10px rgb(123 146 165 / 15%);
    background-color: rgba(255, 255, 255, 0.9);
}

.sunPath[data-width~="small"] .sunPathSidePanelContainer {
    height: 100%;
    padding-left: 0;
    padding-top: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
}

.sunPathSidePanelControl {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sunPath[data-width~="small"] .sunPathSidePanelControl {
    left: 50%;
    top: 10px;
    transform: translatex(-50%);
    height: 20px;
    width: 100%;
}

.sunPathSidePanelControlStick {
    margin-left: 5px;
    margin-top: 0;
    border-radius: 8px;
    background: var(--sunPathTextColorUltraLight);
    opacity: 0.5;
    width: 6px;
    height: 100px;
}

.sunPath[data-width~="small"] .sunPathSidePanelControlStick {
    margin-left: 0;
    margin-top: 5px;
    border-radius: 8px;
    background: var(--sunPathTextColorUltraLight);
    opacity: 0.5;
    height: 6px;
    width: 100px;
}

.sunPathSidePanelLoadingWrapper {
    transition: all 0.5s ease;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sunPathSidePanelContentWrapper {
    position: relative;
    transition: all 0.3s easeOut;
    z-index: 1;
}


.sunPathTooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
}

.sunPathTooltip-text {
    font-size: 0.7rem;
    line-height: 0.8rem;
    font-weight: 400;
    visibility: hidden;
    min-width: 200px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid white;
    border-radius: 4px;
    color: var(--sunPathTextColor);
    text-align: left;
    padding: 10px 20px;
    border-radius: 8px;
    position: absolute;
    z-index: 3;
    bottom: 115%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 2px 5px 2px rgba(150, 150, 150, 0.2);
}

.sunPathTooltip-text_type2 {
    visibility: hidden;
    min-width: 150px;
    max-width: 200px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid white;
    border-radius: 4px;
    color: var(--sunPathTextColor);
    text-align: left;
    padding: 10px 20px;
    border-radius: 8px;
    position: absolute;
    z-index: 3;
    bottom: -115%;
    right: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 2px 5px 2px rgba(150, 150, 150, 0.2);
}

.sunPathTooltip-text_dark {
    background-color: #43495a;
    border: 1px solid white;
    border-radius: 8px;
    color: white;
}

.sunPathTooltip:hover .sunPathTooltip-text {
    visibility: visible;
    opacity: 1;
}

.sunPathTooltip:hover .sunPathTooltip-text_type2 {
    visibility: visible;
    opacity: 1;
}

.SunPathCursorOpacity1 {
    opacity: 1 !important;
    transition: 0.2s opacity;
}

.SunPathNavigationArrow {
    opacity: 0;
    transition: 1.2s opacity;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(0deg);
    cursor: pointer;
    pointer-events: none;
}

.SunPathNavigationArrow span {
    display: block;
    pointer-events: none;
    width: 30px;
    height: 30px;
    border-bottom: 8px solid white;
    border-right: 8px solid white;
    transform: rotate(45deg);
    margin: -16px;
    animation: AnimateSunPathNavigationArrow 2s infinite;
}

.SunPathNavigationArrow span:nth-child(2) {
    animation-delay: -0.3s;
}

.SunPathNavigationArrow span:nth-child(3) {
    animation-delay: -0.6s;
}

@keyframes AnimateSunPathNavigationArrow {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}


.sunPathCameraMarker {
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(255,255,255, 0.85);*/
    background-color: var(--sunPathRedAcent);
    border-radius: 100px;
    /*box-shadow: 0 0px 15px 10px rgb(123 146 165 / 25%);*/
    /*box-shadow: 0 0px 15px 10px rgb(100 8 8 / 25%);*/
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    /*animation: SunPath_pulse-animation 2s infinite;*/
    transition: padding .3s ease;
    opacity: 1;
    cursor: pointer;
    color: white;
}

.sunPathCameraMarker:hover {
    /*background-color: rgba(255, 255, 255, 1);*/
}

@keyframes SunPath_pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 100, 100, 0.7);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(215, 70, 70, 0);
    }
}

.sunPathCameraMarker_minimized {
    padding: 2px;
}

.sunPathCameraMarker_imageWrapper {
    width: 100%;
    height: 100%;
}

.sunPathCameraMarker_image {
    width: 100%;
    height: 100%;
}

.sunPathCameraMarkerWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.sunPathCameraMarker_contentWrapper {
    white-space: nowrap;
    transition: max-width 0.3s ease, max-height 0.3s ease, opacity 0.3s ease;
    will-change: max-width, max-height, opacity;
    opacity: 0;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
}

.sunPathCameraMarker_content {
    padding: 2px 15px 2px 15px;
    font-size: 0.8rem;
}

.sunPathCameraMarker_contentSub {
    /*display:none !important;*/
    font-size: 0.7rem;
    /*color: var(--sunPathTextGrayColor);*/
    color: white;
}

.sunPathCameraMarker_imageWrapper {
    transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
    will-change: width, height, opacity;
    width: 0;
    height: 0;
    opacity: 0;
}

.sunPathCameraMarker_maximized .sunPathCameraMarker_imageWrapper {
    width: 35px;
    height: 35px;
    opacity: 1;
}

.sunPathCameraMarker:hover .sunPathCameraMarker_contentWrapper {
    max-width: 500px;
    max-height: 100px;
    opacity: 1;
}

.sunPathCameraMarker_disable {
    transition: 0.3s opacity;
    opacity: 0;
}

.sunPath[data-width~="small"] .sunPathCameraMarker_disable {
    transition: none;
}


.sunPathTemp_container, .sunPathTemp_head, .sunPathTemp_foother {
    padding: 30px 40px 0px 40px;

}

.sunPathTemp_head {
    display: flex;
    justify-content: space-between;
    background: none;
}

.sunPath_a101_logoWrapper {
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.sunPathTemp_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 15px;

}

.sunPathTemp_foother {
    position: relative;
    margin: -20px 0 20px 0;
    pointer-events: none;
    /*transition: margin 0.7s ease,max-height 0.7s ease;*/
    /*border-top: 1px solid var(--sunPathFilterBorderColor_Light);*/
    max-height: 150px;
}

.sunPathTemp_foother_hide {
    max-height: 0px;
    margin: -20px 0 0 0;
}

.sunPathTemp_foother::before {
    content: "";
    background: linear-gradient(0deg, rgb(240 242 245 / 50%) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}


.sunPathTemp_foother, .sunPathTemp_container {
    height: auto;
    flex-grow: 1;
}

.sunPathTemp_container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.sunPathWait .sunPathTemp_title {
    border-radius: 8px;
    width: 100%;
    height: 1.5em;
    margin-bottom: 0.5rem;
}

.sunPathTemp_title {
    font-size: 1.5rem;
    font-weight: 500;
}

.sunPathWait .sunPathTemp_descript {
    border-radius: 8px;
    width: 100%;
    height: 0.8em;
}

.sunPathTemp_descript {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 6px;
    color: #acb4bd;
}

.sunPathTemp_descriptColor {
    color: var(--sunPathSecondMainColorDark);
}


.sunPathWait .sunPath_Scel {
    position: relative;
    background-color: #eaf0f6;
    overflow: hidden;
}

.sunPathWait .sunPath_Scel::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .9), transparent);
    animation: sunPath_sceletonLoading 1.5s infinite;
}

@keyframes sunPath_sceletonLoading {
    100% {
        transform: translateX(100%);
    }
}


.sunPathTemp_imagesWrapper {
    width: 100%;
}


.sunPathTemp_image {
    width: 100%;
    max-height: 400px;
}

.sunPathTemp_imagesContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sunPathWait .sunPathTemp_imageContent {
    margin-top: 10px;
    width: 90%;
    aspect-ratio: 1/1;
    border-radius: 8px;
}

.sunPathWait .sunPathTemp_RowInfo {
    border-radius: 8px;
    height: 45px;
}

.sunPathTemp_RowInfo {
    margin: 25px 0 0px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sunPathTemp_RowBlock {
    width: 100%;
    margin: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sunPathTemp_RowBlock:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 120%;
    width: 1px;
    height: 24px;
    background: #cad6e0;
    transform: translate(-1%, -50%)
}

.sunPathTemp_RowBlockDescript {
    color: #becad5;
    font-size: 0.7rem;
}


.sunPathTemp_priceLabel {
    display: flex;
    color: #b1c0ce;
    font-size: 0.7rem;
}


.sunPathTemp_priceWrapper {
    margin-top: 10px;
}

.sunPathWait .sunPathTemp_priceWrapper {
    margin-top: 20px;
    height: 50px;
    border-radius: 8px;
}

.sunPathTemp_oldPrice {
    color: #768b9d;
    font-size: 0.9rem;
}

.sunPathTemp_newPrice {
    white-space: nowrap;
    font-size: 1.2rem;
    font-weight: 500;

}

.sunPathTemp_newPrice::after {
    content: " ₽";
}

.sunPathTemp_mortgagePriceLabel {
    transition: all 0.3s ease;
}

.sunPathTemp_mortgagePriceLabel::after {
    transition: all 0.2s ease;
    content: " ₽/мес.";
}

.sunPathTemp_mortgagePrice {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 12px 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.sunPathTemp_mortgagePrice_Percent {
    transition: all 0.3s ease;
    color: var(--sunPathSecondMainColorDark);
    background-color: white;
    width: 36px;
    height: 36px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 2;
    padding: 10px;
    border-radius: 30px;
    margin: 10px 10px 10px 15px;
    border: 1px solid var(--sunPathFilterBorderColor);
    box-shadow: 0 0 0 0 #ffffff;
}

.sunPathTemp_mortgageWrapper {
    transition: all 0.3s ease;
    cursor: pointer;
}

.sunPathTemp_mortgageWrapper:hover .sunPathTemp_mortgagePrice_Percent {
    background-color: var(--sunPathSecondMainColorDark);
    color: white;
}

.sunPathTemp_mortgageWrapper:hover {
    box-shadow: 0 10px 30px 0px #dff5f1;
}

.sunPathTemp_mortgageWrapper:hover .sunPathTemp_mortgagePriceLabel {
    color: var(--sunPathSecondMainColorDark);
}

.sunPathTemp_mortgageWrapper:hover .sunPathTemp_mortgagePriceLabel::after {
    color: var(--sunPathSecondMainColorDark);
}


.sunPathTemp_Button {
    pointer-events: auto;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--sunPathRedAcent);
    color: #fff;
    transition: background-color .3s ease;
    box-shadow: 0 0 1px rgba(0, 0, 0, .04), 0 2px 6px rgba(220, 57, 51, .12), 0 10px 20px rgba(220, 57, 51, .18);
    font-weight: 500;
    font-size: 0.8rem;
}

.sunPathTemp_Button:hover {
    background-color: var(--sunPathRedAcentHover);
    text-decoration: none;
    transition: border-color .3s ease;
    box-shadow: none;
}

.sunPathTemp_Button_disabled {
    pointer-events: none;
    color: var(--sunPathTextGrayColor);
    background-color: var(--sunPathFilterBorderColor);
    text-decoration: none;
    box-shadow: none;
}

.sunPathFlatInfo_button_booking {
    margin-top: 0px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid var(--sunPathRedLight);
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #ffffff00;
    color: var(--sunPathRedAcent);
    transition: background-color .3s ease;
    font-weight: 500;
    font-size: 0.8rem;
}

.sunPathFlatInfo_button_booking:hover {
    background-color: var(--sunPathRedLight);
    text-decoration: none;
    transition: background-color .3s ease;
}


/* minimap */

.SunPathMiniMapWrapper {
    /*position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;*/
    position: relative;
    max-width: 200px;
/ / max-height: 200 px;
    margin: 20px 0px;
    height: auto;
    transition: all 0.3s ease;
}

.SunPathMiniMapWrapper img {
    max-width: 100%;
    max-height: 100%;
}

#SunPathMiniMap {
    width: auto; /* Уберите фиксированную ширину */
    height: auto; /* Уберите фиксированную высоту */
    border-radius: 10px;
}

.SunPathMiniMapImage {
    width: 100%;
    height: 100%;
    z-index: 1;
}

#SunPathPointer {
    position: absolute;
    left: 75px;
    top: 75px;
    width: 100px;
    height: 129px;
    opacity: 0;
    z-index: 2;
    transition: opacity 3s ease, left 1.5s ease, top 1.5s ease;
}

.SunPathMiniMapImagePointer {
    width: 100%;
    height: 100%;
}

.SunPathMiniMapCameraPoint {
    cursor: pointer;

    position: absolute;

    width: 22px;
    height: 22px;

    padding: 3px;


    transition: all 0.3s ease;
    z-index: 3;
}

.SunPathMiniMapCameraPoint:hover {
    padding: 0px;
}

.SunPathMiniMapCameraPoint:hover .SunPathMiniMapCameraPointContainer {
    /*background: var(--sunPathSecondMainColor2);*/
    background: rgba(255, 0, 0, 0.9);
    box-shadow: 0 3px 10px 0px rgb(255 109 109);
}

.SunPathMiniMapCameraPointContainer {
    width: 100%;
    height: 100%;
    /*background: var(--sunPathSecondMainColor);*/
    background: #B62A2AFF;
    background: linear-gradient(234deg, rgb(222 0 0) 100%, rgb(255 0 0) 100%);;
    border-radius: 10px;
    border: 3px solid white;
    box-shadow: 0 0px 10px 5px rgb(0 0 0 / 15%);

}


/*inFlatPoint*/
.sunPathInFlatTooltipParent {
    transition: opacity 0.3s ease;
    will-change: opacity;
    opacity: auto;
    pointer-events: auto;
}


.SunPath_hideInFlatTooltipsTransition .sunPathInFlatTooltipParent {
/ / display: none !important;
    opacity: 0;
}

.SunPath_hideInFlatTooltips .sunPathInFlatTooltipParent {
    display: none !important;
}

.sunPathInFlatPoint {

    width: 10px;
    height: 10px;
    /*background: rgba(255, 255, 255, 0.6);*/
    background: var(--sunPathRedAcent);
    /*border: 1px solid white;*/
    border-radius: 14px;
    padding: 4px;
    animation: none;
    transition: width 0.3s ease-out, height 0.3s ease-out, background-color 0.3s ease-out;
    will-change: transform;
    overflow: hidden;
}

.sunPathInFlatPoint_middled {
    width: 20px;
    height: 20px;
    padding: 0px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*animation: SunPath_pulse-animation 2s infinite;*/
    /*overflow: visible;*/
}

/* =================== */
.sunPathInFlatPoint_middled:hover, .sunPathInFlatPoint_fakeActive {
    width: 210px;
    height: auto;
    animation: none;
    background-color: rgba(255, 255, 255, 0.9);
}

.sunPathInFlatPoint_middled:hover .sunPathInFlatPointWrapper, .sunPathInFlatPoint_fakeActive .sunPathInFlatPointWrapper {
    max-width: 300px;
    /*max-height: 500px;*/
    height: auto;
    overflow-y: scroll;
    opacity: 1;
    padding: 20px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sunPathInFlatPointWrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sunPathInFlatPointWrapper {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


.sunPathInFlatPoint_middledOpened {
    background: rgba(255, 255, 255, 0.6);
    width: 150px;
    height: auto;
    animation: none;
}

.sunPathInFlatPoint_middledOpened .sunPathInFlatPointWrapper {
    max-width: 300px;
    /*max-height: 500px;*/
    opacity: 1;
}

/* =================== */
.sunPathInFlatPointWrapper {
    position: relative;
    width: 200px;
    /*height: 600px;*/
    height: auto;
    overflow: hidden;
    /*border-radius: 50px;*/
    padding: 14px 14px;
    opacity: 0;
    transition: width 0.3s ease-out, height 0.3s ease-out;
}

/*double click android fake div*/
.sunPath[data-width~="small"] .sunPathInFlatPointWrapper {
    pointer-events: none;
}

@keyframes delay-pointer-events {
    0% {

        pointer-events: none;
    }
    50% {

        pointer-events: none;
    }
    100% {

        pointer-events: auto;
    }
}

.sunPath[data-width~="small"] .sunPathInFlatPoint_middled:hover .sunPathInFlatPointWrapper,
.sunPath[data-width~="small"] .sunPathInFlatPoint_fakeActive .sunPathInFlatPointWrapper {
    animation: delay-pointer-events 1000ms linear;
    animation-fill-mode: forwards;
}

/*
*/


.sunPathInFlatPoint_minimized .sunPathInFlatPointWrapper {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    opacity: 1;
}

.sunPathInFlatPoint_topRow {
    display: flex;
    justify-content: space-between;
    /*
    flex-wrap: wrap;
    */
}

.sunPathInFlatPoint_MainContent {
    display: none;
}

.sunPathInFlatPoint_middled:hover .sunPathInFlatPoint_MainContent, .sunPathInFlatPoint_fakeActive .sunPathInFlatPoint_MainContent {
    display: block;
}

.sunPathInFlatPoint_middled:hover .sunPathInFlatPoint_topRowOpened, .sunPathInFlatPoint_fakeActive .sunPathInFlatPoint_topRowOpened {
    display: none;
}

.sunPathInFlatPoint_topRowOpened {
    max-width: 130px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.sunPathInFlatPoint_topRow_TitleOpened {
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin-top: 8px;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.7);
}

.sunPathInFlatPoint_Title {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 500;
    margin-top: 10px;
}

.sunPathInFlatPoint_Title2 {
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 400;
    margin-top: 0px;
}

.sunPathInFlatPoint_ColorLabel {
    font-size: 0.7rem;
    color: var(--sunPathTextColorOpacity05);
}

.sunPathInFlatPoint_TitleDiscription {
    font-size: 0.65rem;
    line-height: 0.9rem;
    font-weight: 400;
    margin-top: 6px;
}

.sunPathInFlatPoint_priceRow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.sunPathInFlatPoint_priceRow_timeLastUpdate {
    color: var(--sunPathTextColor);
    font-size: 0.7rem;
}

.sunPathInFlatPoint_priceRow_Current {
    font-size: 1.2rem;
    font-weight: 500;
}

.sunPathInFlatPoint_priceRow_Current::after {
    content: " ₽";
    margin-left: 5px;
}

.sunPathInFlatPoint_priceRow_Old {
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
}

.sunPathInFlatPoint_priceRow_Old::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 3px solid #ff000099;
    transform: rotate(-30deg) translateY(5px);
    border-radius: 3px;
}

.sunPathInFlatPoint_topRow_logoImage {
    width: auto;
    height: auto;
    height: 24px;
}

.sunPathInFlatPoint_ColorRow {
    font-size: 0.6rem;
    margin-top: 10px;
    margin-bottom: 4px;
}


.sunPathInFlatPoint_SaleRow {
    font-size: 0.8rem;
    margin-top: 6px;
    cursor: pointer;
}


.sunPathInFlatMaterialsRow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.sunPathInFlatMaterialItem_new {
    position: relative;
}

.sunPathInFlatMaterialItem_new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/effects/glass_100.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}


.sunPathInFlatMaterialItem {
    border: 0px solid white;
    transition: all 0.3s ease;
    padding: 0px;
    position: relative;
    aspect-ratio: 1/1;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    z-index: 1;
    margin: 2px 2px 2px 2px;
    cursor: pointer;
}

.sunPathInFlatMaterialItem:hover {
    margin: 4px;
    width: 20px;
    height: 20px;
}

.sunPathInFlatMaterialItemLabel {
    max-width: 30px;
    overflow-x: hidden;
    margin-top: 4px;
    text-align: center;
    width: 100%;
    color: gray;
    font-size: 0.6rem;
}

.sunPathInFlatMaterialItem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/effects/glass_100.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.sunPathInFlatMaterialItemActive {
    border: 4px solid white;
    box-shadow: 0 2px 5px 2px rgba(150, 150, 150, 0.2);
}


/* replace models */

.sunPathInFlatReplaceWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 250px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.sunPathInFlatReplaceItem {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 4px 0px 6px 0px;
    border: 1px solid white;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    /*background: white;*/
    /*box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0);*/
}

.sunPathInFlatReplaceItem:hover {
    /*box-shadow: 0 5px 15px 10px var(--sunPathSecondMainColor_opacity01);*/
    border: 1px solid var(--sunPathSecondMainColor);
}

.sunPathInFlatReplaceItem:hover .sunPathInFlatReplaceImageLabel {
    /*box-shadow: 0 5px 15px 10px var(--sunPathSecondMainColor_opacity01);*/
    color: var(--sunPathSecondMainColor);
}

.sunPathInFlatReplaceItem:active {
    border: box-shadow: 0 0px 7px 6px rgba(255, 255, 255, 0.5);
}

.sunPathInFlatReplaceImageWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 70px;
    padding: 3px;
}

.sunPathInFlatReplaceImage {
    width: 100%;
    border-radius: 10px;
}

.sunPathInFlatReplaceImageLabel {
    transition: color 0.3s ease;
    padding: 0 2px 0 2px;
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    word-break: break-word;
    margin-top: 4px;
    margin-bottom: 4px;
    color: var(--sunPathTextColor);
    font-size: 0.65rem;
}


/* main screen */


.sunPathLeftButtons {
    transition: opacity 0.3s ease-out;

    position: absolute;
    height: auto;
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    left: var(--sunPath3vw);
    z-index: 3;
}

.sunPathRightButtons {
    transition: opacity 0.3s ease-out;

    position: absolute;
    height: auto;
    /*border: 1px solid rgba(255, 255, 255, 0.2);
    padding:10px;
    background-color: rgba(255,255,255,0.15);*/

    /*backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);*/

    border-radius: 10px;
    right: var(--sunPath3vw);
    z-index: 3;
}


.sunPathToTimeImageWrapper {
    width: 100%;
    height: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.sunPathControlsButtonImageWrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sunPath[data-width~="small"] .sunPathIconControls {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
}

.sunPathIconControls:hover .sunPathControlsButtonImageWrapper {
    opacity: 1;
}

.sunPathControlsButtonImageWrapper {
    user-select: none;
    transition: all 0.3s ease-out;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.sunPathIconControls:hover {
    transition: all 0.3s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.9);
    filter: none;
}

.sunPathIconControls:active {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-out;
    filter: none;
}

.sunPathIconControls {
    pointer-events: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 1/1;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0);
    margin-bottom: 10px;

    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0px 15px 10px rgba(255, 255, 255, 0);
    filter: none;
}

.sunPathIconControlsBlur {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 6px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.7) 100%) !important;
    backdrop-filter: var(--sunPathBlur);
    -webkit-backdrop-filter: var(--sunPathBlur);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sunPathControlsItemDisable {
    opacity: 0.2;
}


.sunPathRightButtonsWrapper, .sunPathLeftButtonsWrapper {
    justify-content: center;
    flex-direction: column;
}

/*close left*/
.sunPathLeftButtonsWrapper {
    transition: all 0.3s ease;
    display: none;
    opacity: 0;

    /*border: 1px solid rgba(255, 255, 255, 0.2);
    padding:10px;
    background-color: rgba(255,255,255,0.15);*/
    border-radius: 8px;
}

.sunPathLeftButtonsClose {
    transition: all 0.3s ease;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
    top: -25px;
    /*transform: translateY(-50%);*/
    opacity: 0.2;

}

.sunPathLeftButtonsClose:hover {
    opacity: 1;
}

.sunPath[data-width~="small"] .sunPathLeftButtonsClose {
    left: auto;
    right: -25px;
}

/*close right*/

.sunPathRightButtonsWrapper {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;

    /*border: 1px solid rgba(255, 255, 255, 0.2);
    padding:10px;
    background-color: rgba(255,255,255,0.15);*/
    border-radius: 8px;
}

.sunPath[data-width~="small"] .sunPathRightButtonsWrapper {
    padding: 5vw;
}

.sunPathRightButtonsClose {
    transition: all 0.3s ease;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -25px;
    top: -25px;
    /*transform: translateY(-50%);*/
    opacity: 0.2;

}

.sunPathRightButtonsClose:hover {
    opacity: 1;
}

.sunPath[data-width~="small"] .sunPathRightButtonsClose {
    right: auto;
    left: -25px;
}


/* ================== */

.sunPathCopyright {

    transition: height 0.3s ease-out, width 0.3s ease-out, opacity 0.3s ease;

    z-index: 2;
    opacity: 0.4;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 3vw;
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 80px;
    height: 12px;
    background-image: url('../images/logos/logo_new.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.sunPathCopyright:hover {
    opacity: 1;
    /*height: 12px;
    z-index:9999;*/
}

.sunPath[data-width~="small"] .sunPathCopyright {
    width: 70px;
    height: 10px;
    background-image: url('../images/logos/logo_new.svg');
    right: -28px;
    bottom: 83px;
    transform: rotate(-90deg);
}


/* main screen */
.sunPathScreenMain {
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 32px;
}

.sunPathScreenMainContainer {
    pointer-events: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}


.SunPathSMTopRow {
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-shrink: 1;
    flex-grow: 0;
    width: 100%;
}

.SunPathSMMiddleRow {
    transition: all 0.3s ease;
    pointer-events: none;
    display: flex;
    flex-grow: 1;
    width: 100%;
    height: 100%;
}

.SunPathSMBottomRow {
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-shrink: 1;
    width: 100%;
}

.sunPath[data-width~="small"] .sunPathScreenMain {
    /*padding: 24px 14px 30px 14px;*/
    padding: 0;
}

.sunPath[data-width~="small"] .SunPathSMBottomRow,
.sunPath[data-width~="small"] .SunPathSMTopRow {
    min-height: 60px;
}

.SunPathSMTopRow_left, .SunPathSMTopRow_right {
    flex-shrink: 1;
}

/* top row elements*/
.SunPathSMTopRow_center {
    flex-grow: 1;
    align-content: center;
    align-items: center;
    text-align: center;
}

.SunPathSMTopRow_left, .SunPathSMTopRow_right, .SunPathSMTopRow_center {
    height: 100%;
}

.SunPathSMTopRow_left, .SunPathSMTopRow_right {
}

.SunPathSMTopRow_center {
}

/* middle row elements */

.SunPathSMMiddleRow_center {
    flex-grow: 1;
    align-content: center;
    align-items: center;
    text-align: center;
}

.SunPathSMMiddleRow_left, .SunPathSMMiddleRow_right, .SunPathSMMiddleRow_center {
}

.SunPathSMMiddleRow_left, .SunPathSMMiddleRow_right {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    display: flex;
    align-items: center;
    height: 100%;
}

.SunPathSMMiddleRow_centerInfoWrapper {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.SunPathNotification {
    width: 100%;
    max-width: 350px;
}

/* bottom row elements */
.SunPathSMBottomRow_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 24px;
}

.sunPath[data-width~="small"] .SunPathSMBottomRow_top {
    flex-direction: column;
    justify-content: flex-end;
}

.sunPathSunRow {
    transition: opacity 0.3s ease;

    opacity: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.sunPath[data-width~="small"] .SunPathSMBottomRow_top {
    min-height: 55px;
}

.SunPathSMBottomRow_top, .SunPathSMTopRow_center {

}

.sunPath[data-width~="small"] .SunPathSMBottomRow_top {
    /*padding-bottom: 24px;*/
}

.sunPath[data-width~="small"] .SunPathSMTopRow_center {
    padding: 0 0;
}

.SunPathSMBottomRow_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SunPathSMBottomRow_bottomLeft {
    flex-shrink: 1;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: start;
}


.SunPathSMBottomRow_bottomRight {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    align-content: right;
    align-items: right;
    text-align: right;
}


.SunPathSMBottomRow_bottomRight > *:not(:last-child) {
    margin-right: 15px;
}

/* main screen buttons */
.SPMS_button {
    position: relative;
    transition: opacity 0.3s ease;

    display: flex;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
}


/*start disable button*/
.SPMS_button_disable {
    pointer-events: none;
    display: none; /*maksim*/
}

.SPMS_button_disable .SPMS_buttonContainer {
    opacity: 0.4;
}

/*end disable button*/


/*start active select button*/
.SPMS_button_active .SPMS_buttonContainer {
    background-color: rgba(255, 255, 255, 0.5);
    border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0px 10px 5px rgba(255, 255, 255, 0.8);
}

/*start active select button*/


.SPMS_buttonContainer, .SPMS_buttonContainerWrapper {
    width: 100%;
    height: 100%;
}

.SPMS_buttonContainer {
    transition: padding 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;

    opacity: 1;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 7px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1);
}

.SPMS_middle .SPMS_buttonContainer {
    width: 40px;
    height: 40px;
}

.sunPath[data-width~="small"] .SPMS_middle .SPMS_buttonContainer {
    width: 30px;
    height: 30px;
}

.SPMS_small .SPMS_buttonContainer {
    padding: 3px;
    width: 30px;
    height: 30px;
}

.sunPath[data-width~="small"] .SPMS_small .SPMS_buttonContainer {
    width: 24px;
    height: 24px;
}

.sunPath[data-width~="small"] .SPMS_buttonContainer {
    width: 40px;
    height: 40px;
    padding: 4px;
}

.sunPath[data-width~="small"] .SPMS_buttonContainer:hover {
    padding: 3px;
}

.sunPath[data-width~="small"] .SPMS_buttonContainer:active {
    padding: 6px;
}

.SPMS_buttonContainer:hover {
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0px 10px 5px rgba(255, 255, 255, 0.5);
}

.SPMS_buttonContainer:active {
    padding: 8px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 0px 5px rgba(255, 255, 255, 0.5);
}

/*label*/

.sunPathButtonLabelWrapper {
    position: absolute;
    top: -3px;
    right: 3px;
    width: 14px;
    height: 14px;
    background: linear-gradient(35deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sunPathButtonLabelContent {
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    width: 12px;
    height: 12px;
    background: linear-gradient(234deg, rgb(222 0 0) 0%, rgb(255 0 0 / 69%) 40%, rgb(255 0 0 / 60%) 60%, rgb(255 0 0 / 60%) 100%);
    box-shadow: 0 3px 10px 0px rgb(255 109 109);
    border-radius: 10px;
    padding: 2px;
    color: white;
    font-size: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sunPath[data-width~="small"] .sunPathButtonLabelWrapper {
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;

}

.sunPath[data-width~="small"] .sunPathButtonLabelContent {
    width: 8px;
    height: 8px;
    font-size: 0.5rem;
}

.SPMS_buttonCIM {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sunPathTruck {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SunPathLogoWrapper {
    z-index: 2;
}

#SunPathLogoElement {
    pointer-events: auto;
}

.SunPathLogoImage {
    height: 65px;
}

.sunPath[data-width~="small"] .SunPathLogoImage {
    height: 50px;
}

.sunPathInfo {
    white-space: nowrap;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: -30px;
    padding-left: 40px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sunPath[data-width~="small"] .sunPathInfo {
    display: none;
}

.sunPathInfoTitle {
    font-size: 1rem;
}

.sunPathInfoDesc {
    font-size: 0.8rem;
}


/* sidebar */


.SPSMCont_info {
    max-height: 100%;
    position: relative;
    display: flex;
    flex-direction: row !important;
}

.SPSMCont_content {
    transition: opacity 0.3s ease-in;

    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    opacity: 1;
    padding: 14px;
}

.SPSMCont_sidebar {
    transition: max-width 0.5s ease, max-height 0.5s ease, width 0.5s ease-out, opacity 1s ease-out;
    position: relative;
    max-width: 0px;
    height: 100%;
    opacity: 0;
}


.SP_modal_active {
    width: 400px;
    max-width: 400px;
    opacity: 1;
}

.sunPath[data-width~="small"] .SPSMCont_sidebar {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    z-index: 5;
}

.sunPath[data-width~="small"] .SPSMCont_sidebar {
    transition: none;
}

.sunPath[data-width~="small"] .SP_modal_active {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 1500px;
    opacity: 1;
    overflow: hidden;
}


.sunpathtourframe {
    width: 100%;
    height: 100%;
    display: none;
}

.sunPath[data-width~="small"] .sunpathtourframe {
    width: 100%;
    height: 100%;
    display: block;
}


.sunpathtourframe_info_hide {
    pointer-events: none;
    position: absolute;
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    pointer-events: none !important;

}

.sunPath[data-width~="small"] .sunpathtourframe_info_hide {
    width: 90%;
    height: 60%;
    top: 0;
    left: 5%;
}

.SPSMCont_sidebarWrapper {
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    padding: 0 0 0 30px;
    /*flex-direction: row;*/
}


.sunPath[data-width~="small"] .SPSMCont_sidebarWrapper {
    transition: none;
    background: rgba(0, 0, 0, 0.6);
    /*padding: 24px 0;*/
    padding: 0;
    /*flex-direction: column;*/
    /*backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(4px);*/
}

.SPSMCont_sidebar_modalWrapper {
    transition: all 0.3s ease;
    pointer-events: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    border-radius: 8px;
}


.sunPath[data-width~="small"] .sunPath_FMO .SPSMCont_sidebarWrapper {
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    display: flex;
    align-items: flex-end;
}

.sunPath[data-width~="small"] .sunPath_FMO .SPSMCont_sidebar_modalWrapper {
    height: 350px;
    /*padding: 0 10px;*/
}

.sunPath[data-width~="small"] .sunPath_FMO .sunPathTemp_foother {
    /*display: none;*/
}

.sunPath[data-width~="small"] .sunPath_FMO .sunPathTemp_foother_bottomRow {
    /*display: none;*/
}

.sunPath[data-width~="small"] .sunPath_FMO .sunPathTemp_foother {
    margin-bottom: 5px;
}

.sunPath[data-width~="small"] .sunPath_FMO .sunPathTemp_priceWrapper {
    margin-top: 2px;
}

.sunPath[data-width~="small"] .sunPath_FMO .SPSMCont_sidebar_modal_close {

    top: 20px;
    right: 10px;
    position: absolute;
}

.sunPath[data-width~="small"] .sunPath_FMO .SPSMCont_sidebar_modal_full {

    top: 20px;
    right: 46px;
    display: block;
    position: absolute;
}

.sunPath[data-width~="small"] .SPSMCont_sidebar_modalWrapper {
    transition: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 5vw;
    overflow-x: auto;
    overflow-y: auto;
}

.SPSMCont_sidebar_modal {
    position: relative;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.97);
    /*background: linear-gradient(-35deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 85%);*/
    box-shadow: 0 0px 10px 10px rgb(123 146 165 / 15%);
    width: auto;
    border-radius: 8px;
    max-height: 100%;
    height: 100%;

}

.SPSMCont_sidebar_modalContent {
    position: relative;
    /*overflow-y: scroll;*/
    max-height: 100%;
    width: 100%;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.sunPath[data-width~="small"] .SPSMCont_sidebar_modal {
    max-height: 100%;
    width: 100%;
    max-width: 550px;
    border-radius: 8px;
}

.SPSMCont_filters {
    height: 100%;
}

.sunPath_Filter_Buttom {
    display: none;
}

.sunPath[data-width~="small"] .sunPath_Filter_Buttom {
    display: block;
}

.SPSMCont_sidebar_modal_close {
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px 0px #d2d2d2;
    z-index: 5;
    margin-left: 5px;
    opacity: 0.9;
}

.sunPath[data-width~="small"] .SPSMCont_sidebar_modal_close {
    position: fixed;
    top: 40px;
    right: 30px;
}

.SPSMCont_sidebar_modal_closeContent {
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/icon_close.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.SPSMCont_sidebar_modal_close:hover {
    opacity: 0.7;
    padding: 9px;
    box-shadow: 0 2px 20px 0 #c8ccd0;
}

.SPSMCont_sidebar_modal_close:active {
    padding: 8px;
    box-shadow: 0 2px 10px 0px #ffffff;
}


/*full */

.SPSMCont_sidebar_modal_full {
    display: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px 0px #d2d2d2;
    z-index: 5;
    opacity: 0.9;
}

.sunPath[data-width~="small"] .SPSMCont_sidebar_modal_full {
    display: block;
}


.sunPath[data-width~="small"] .SPSMCont_sidebar_modal_full {
    position: fixed;
    top: 40px;
    right: 66px;
}


.SPSMCont_sidebar_modal_fullContent {
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/icon_fullmin.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.sunPath_FMO .SPSMCont_sidebar_modal_fullContent {
    background-image: url('../images/icons/icon_full.svg');
}

.SPSMCont_sidebar_modal_full:hover {
    opacity: 0.7;
    padding: 9px;
    box-shadow: 0 2px 20px 0 #c8ccd0;
}

.SPSMCont_sidebar_modal_full:active {
    padding: 8px;
    box-shadow: 0 2px 10px 0px #ffffff;
}


.SPSM_sidebarItem, .SPSM_sidebarItemNOTVal {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
}


/* main modal*/

.SP_MainModal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* wait modal */

.SP_WaitModal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SP_WaitModalWrapper {
    position: relative;
    max-width: 320px;
    height: auto;
    max-height: 100%;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    padding: 30px;
    border-radius: 8px;
    z-index: 2;
    border: 1px solid var(--sunPathSecondMainColor_opacity05);
    background: linear-gradient(35deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 1) 100%);
    transform-style: preserve-3d;
}


.SP_WaitModalWrapper::before {
    content: "";
    position: absolute;
    inset: -10px;
    transform: translate3d(0px, 0px, -10px);
    background: linear-gradient(35deg, rgba(60, 230, 120, 0.1) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 60%, rgba(77, 220, 218, 0.1) 100%);
    padding: 0 !important;
    filter: blur(24px);
}


.SP_WaitModal_ImageWrapper {
    margin-bottom: 20px;
    padding: 20px;
}

.SP_WaitModal_Image {
    width: 100%;
}

.SP_WaitModal_LabelMain {
    text-align: center;
    font-weight: 600;
    color: var(--sunPathSecondMainColor);
}

.SP_WaitModal_ProgressWrapper {
    padding: 0 20px;
    margin-top: 10px;
}

.SP_WaitModal_ProgressPercent {
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: var(--sunPathTextGrayColor);
}

.SP_WaitModal_ProgressBarWrapper {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.SP_WaitModal_ProgressBarActive {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 5px;
    border-radius: 8px;
    background-color: var(--sunPathSecondMainColor);
}

.SP_WaitModal_ProgressBarDisable {
    width: 100%;
    height: 5px;
    border-radius: 8px;
    background-color: var(--sunPathSecondMainColor_opacity02);
}


/*typesChange*/

.sunPathInFlatPoint_ChangeModelRow {
    font-size: 0.6rem;
    margin-top: 12px;
    margin-bottom: 4px;
}

.TypesChangeWrapperThreeDesigns, .TypesChangeCustomDesigns, .TypesChangeCustomDesignsSwitcher, .TypesChangeWhiteBox {
    display: none;
    justify-content: center;
    align-items: center;
}

.sunPath[data-width~="small"] .TypesChangeCustomDesignsWrapper {
    flex-direction: column;
}


.TypesChangeCustomDesignsWrapper {
    display: none;
    transition: opacity 0.3s ease, visibility 0s;
    opacity: 0;
    align-items: center;
    visibility: hidden;
}

.TypesChangeCustomDesignsSwitcher {
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s, padding 0.3s ease;
    opacity: 1;
    pointer-events: auto;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
    font-size: 0.8rem;
}

#TypesChangeCustomDesignsSwitcherIcon {
    margin-right: 0px;
}

.TypesChangeCustomDesignsSwitcherLabel {
    margin-left: 0px;
    white-space: nowrap;
    transition: max-width 0.3s ease, margin-left 0.1s ease-in-out, opacity 0.3s ease;
    opacity: 0;
    overflow-x: hidden;
    max-width: 0px;
    width: auto;
}

.TypesChangeCustomDesignsSwitcher:hover .TypesChangeCustomDesignsSwitcherLabel {
    max-width: 200px;
    margin-left: 10px;
    opacity: 1;
}

.TypesChangeCustomDesignsSwitcher:hover .TypesChangeCustomDesignsSwitcher {
    padding: 10px 20px;
}

.TypesChangeCustomDesignsSwitcher:hover #TypesChangeCustomDesignsSwitcherIcon {
}

.sunPath[data-width~="small"] .TypesChangeCustomDesignsSwitcherLabel {
    display: none;
}

.sunPath[data-width~="small"] #TypesChangeCustomDesignsSwitcherIcon {
    margin: 0px;
}

.sunPath[data-width~="small"] .TypesChangeCustomDesignsSwitcher {
    padding: 10px;
}


.sunPathIconOnText {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}


.TypesChangeCustomDesignsCloseWrapper {
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TypesChangeCustomDesignsClose {
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease-out;
    width: 28px;
    height: 28px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px 0px #ffffff;
    z-index: 5;
    opacity: 0.3;
}

.TypesChangeCustomDesignsClose:hover {
    opacity: 0.7;
    padding: 9px;
    box-shadow: 0 2px 20px 0 #c8ccd0;
}

.TypesChangeCustomDesignsClose:active {
    padding: 8px;
    box-shadow: 0 2px 10px 0px #ffffff;
}

.TypesChangeCustomDesignsCloseIcon {
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/icon_close.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.sunPath[data-width~="small"] .TypesChangeCustomDesignsCloseWrapper {
    margin-bottom: 10px;
}

.SunPath_hideTypesChangeWrapper .TypesChangeWrapper {
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none !important;
}

.TypesChangeWrapper {
    transition: opacity 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
    opacity: 1;
    pointer-events: auto !important;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid white;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);*/
    background: rgba(255, 255, 255, 0.95);
    font-size: 0.8rem;
}

.sunPath[data-width~="small"] .TypesChangeWrapper {
    font-size: 0.7rem;
    transform: scale(0.8);
}


.TypesChangeItemWrapper {
    white-space: nowrap;
    height: 100%;
    color: var(--sunPathTextGrayColor);
    transition: background 0.3s ease-out;
    pointer-events: auto;
    display: none;
    justify-content: center;
    border: 1px solid white;
    align-items: center;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0);
}

.TypesChangeItemWrapperDisable {
    pointer-events: none !important;
    opacity: 0.2;
}

.TypesChangeItemWrapper:hover:not(.TypesChangeItemActive) {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    /*border: 1px solid var(--sunPathSecondMainColorDark);*/
    color: var(--sunPathSecondMainColorDark);

    /*box-shadow: 0 6px 20px 0px rgb(255 255 255);*/
}

.TypesChangeItemWrapper:active:not(.TypesChangeItemActive) {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    /*box-shadow: 0 3px 10px 0px rgb(255 255 255);*/
}


.sunPath[data-width~="small"] .TypesChangeWrapper {
    padding: 5px;
}

.TypesChangeItem {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: background 0.3s ease-out;
    padding: 6px 30px;
    background: rgba(255, 255, 255, 0);
}


.sunPath[data-width~="small"] .TypesChangeItem {
    padding: 4px 8px;
}


.sunPath[data-width~="small"] .TypesChangeWrapper {
    padding: 0 0px;
}


.TypesChangeItemActive {
    cursor: default;
    /*background: linear-gradient(234deg, rgb(222 0 0) 0%, rgb(255 0 0 / 69%) 40%, rgb(255 0 0 / 60%) 60%, rgb(255 0 0 / 60%) 100%);*/
    background: white;
    /*box-shadow: 0 6px 20px 0px rgb(255 109 109);*/
    /*box-shadow: 0 6px 20px 0px #dfeeeb;*/
    border-radius: 8px;
    border: 1px solid var(--sunPathSecondMainColorDark);
    color: var(--sunPathSecondMainColorDark);
    font-weight: 400;
}


/*colorchange*/

.ColorChangeColorsWrapper {
    transition: max-width 0.5s ease-out, max-height 0.5s ease-out, opacity 0.5s ease;
    opacity: 0;
    overflow-x: hidden;
    width: auto;
    max-width: 300px;
    max-height: 20px;
    display: flex;
    flex-direction: column;
    padding-right: 4px;
}

.ColorChangeColorsWrapperInner {
    width: 100%;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}

.ColorChangeColorsWrapperLabel {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 4px;
    font-size: 0.7rem;
    color: var(--sunPathTextType4)
}

.ColorChangeWrapper {
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    margin: 0 0px 0 0;
    border: 1px solid white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
    /*background-color: rgba(255, 255, 255, 0.95);*/
    padding: 6px;
    border-radius: 50px;
}

.sunPath[data-width~="small"] .ColorChangeWrapper {
    margin: 0 0 0 0;
    font-size: 0.7rem;
}


.ColorChangeTitleLabel {
    transition: max-width 0.5s ease-out, opacity 0.5s ease;
    opacity: 1;
    max-width: 100px;
    width: auto;
}

.ColorChangeTitle {
    overflow-x: hidden;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    align-content: center;
    margin-right: 10px;
    margin-left: 6px;
}

.ColorChangeItem {
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid white;
    width: 20px;
    height: 20px;
}

.ColorChangeItem:not(:last-child) {
    margin-right: 6px;
}

.ColorChangeItemActive {
    border: 3px solid white;
    box-shadow: 0 3px 4px 3px rgba(200, 200, 200, 0.3);
}


/* curt change */


/*colorchange*/

.CurtChangeColorsWrapper {
    transition: max-width 0.5s ease-out, max-height 0.5s ease-out, opacity 0.5s ease;
    opacity: 0;
    overflow-x: hidden;
    width: auto;
    max-width: 300px;
    max-height: 20px;
    display: flex;
    flex-direction: column;
}

.CurtChangeColorsWrapperInner {
    width: 100%;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}

.CurtChangeColorsWrapperLabel {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 4px;
    font-size: 0.7rem;
    color: var(--sunPathTextType4)
}

.CurtChangeWrapper {
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    margin: 0 0 0 40px;
    border: 1px solid white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 6px;
    border-radius: 50px;
}

.sunPath[data-width~="small"] .CurtChangeWrapper {
    margin: 10px 0 0 0;
    font-size: 0.7rem;
}


.CurtChangeTitle {
    overflow-x: hidden;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    align-content: center;

    margin-right: 10px;
    margin-left: 6px;
}

.CurtChangeTitleLabel {
    transition: max-width 0.5s ease-out, opacity 0.5s ease;
    opacity: 1;
    max-width: 100px;
    width: auto;
}

.CurtChangeItem {
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid white;
    width: 20px;
    height: 20px;
}

.CurtChangeItem:not(:last-child) {
    margin-right: 6px;
}

.CurtChangeItemActive {
    border: 3px solid white;
    box-shadow: 0 3px 4px 3px rgba(200, 200, 200, 0.3);
}

/* floor change */

.FloorChangeColorsWrapper {
    transition: max-width 0.5s ease-out, opacity 0.5s ease;
    opacity: 0;
    overflow-x: hidden;
    width: auto;
    max-width: 300px;
    display: flex;
}

.FloorChangeWrapper {
    pointer-events: auto;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    margin: 0 0 0 40px;
    border: 1px solid white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 6px;
    border-radius: 50px;
}

.sunPath[data-width~="small"] .FloorChangeWrapper {
    margin: 10px 0 0 0;
    font-size: 0.7rem;
}


.FloorChangeTitle {
    overflow-x: hidden;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    align-content: center;

    margin-right: 10px;
    margin-left: 6px;
}

.FloorChangeTitleLabel {
    transition: max-width 0.5s ease-out, opacity 0.5s ease;
    opacity: 1;
    max-width: 100px;
    width: auto;
}

.FloorChangeItem {
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid white;
    width: 20px;
    height: 20px;
}

.FloorChangeItem:not(:last-child) {
    margin-right: 6px;
}

.FloorChangeItemActive {
    border: 3px solid white;
    box-shadow: 0 3px 4px 3px rgba(200, 200, 200, 0.3);
}


/* custom ios checkbox */
.SunPath_custom1_checkbox {
    position: relative;
    display: flex;
}

.SunPath_custom1_checkbox input[type=checkbox] {
    /*display: block;
    margin: 0 auto;*/
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 40px;
}

.SunPath_custom1_checkbox input[type=checkbox]:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    /*top: -14px;
    left: -23px;*/
    height: 20px;
    width: 34px;
    /*margin-top:-12px;*/
    background-color: #eee;
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
}

.SunPath_custom1_checkbox input[type=checkbox]:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 0;
    left: 0;
    margin: 3px;
    border-radius: 12px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.SunPath_custom1_checkbox input[type=checkbox]:checked:before {
    background-color: var(--sunPathSecondMainColorDark);
}

.SunPath_custom1_checkbox input[type=checkbox]:checked:after {
    transform: translateX(14px);

}


.SunPathHR {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: var(--sunPathFilterBorderColor);
}


/* price */
.sunPathFlatPriceWrapper {
    border-radius: 6px;
    background-color: #f6f8fc;
    padding: 2px;
}

.sunPathFlatPriceItem {
    background-color: white;
    border-radius: 6px;
    padding: 12px;
}

.sunPathFlatPriceItem:not(:last-child) {
    margin-bottom: 2px;
}

.sunPathFlatPriceItem_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sunPathFlatPriceItem_first {
    display: flex;
    align-items: center;
}


.sunPathFlatPriceItem_radioButton {
    border: 1px solid #cbd1de;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    height: 14px;
    margin-right: 8px;
    min-width: 14px;
    position: relative;
    transition: all .3s ease;
    width: 14px;
}

.sunPathFlatPriceItem_radioButton:after {
    background: #2ab6a5;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 8px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all .2s ease;
    width: 8px;
}

.sunPathFlatPriceItem_row:hover .sunPathFlatPriceItem_radioButton {
    border: 1px solid #626b82;
}


.sunPathFlatPriceItem_active .sunPathFlatPriceItem_radioButton {
    background-color: #2ab6a5;
    border: 1px solid #2ab6a5 !important;
}

.sunPathFlatPriceItem_active .sunPathFlatPriceItem_radioButton:after {
    content: "";
    background-color: #fff;
    opacity: 1;
    transform: scale(1);
}

.sunPathFlatPriceItem_title {
    color: #5c657e;
    font-size: 0.9rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.sunPathFlatPriceItem_row:hover .sunPathFlatPriceItem_title {
    color: #1f2229;
}

.sunPathFlatPriceItem_active .sunPathFlatPriceItem_title {
    color: #2ab6a5 !important;
}

.sunPathFlatPriceItem_optionsWrapper {
    display: flex;
    justify-content: space-between;
}

.sunPathFlatPriceItem_profitWrapper {
    opacity: 0;
    align-items: center;
    background-color: #effefc;
    border-radius: 4px;
    display: flex;
    gap: 6px;
    margin-left: 8px;
    margin-right: auto;
    padding: 5px 7px;
    color: #2ab6a5;
    font-size: 0.8rem;
    line-height: 0.8rem;
    transition: opacity 0.3s ease;
}

.sunPathFlatPriceItem_profitWrapper_opacity {
    opacity: 1;
}

.sunPathFlatPriceItem_active .sunPathFlatPriceItem_options {

}

.sunPathFlatPriceItem_profitCircle {
    background-color: #2ab6a5;
    border-radius: 50%;
    height: 3px;
    width: 3px;
}

.sunPathFakeLink {
    cursor: pointer;
    color: #2ab6a5;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.sunPathFakeLink:hover {
    color: #1aa695;
}

/* flatInfo */
.sunPathFlatInfoTitleFlatSelect {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2rem;
}

.sunPathFlatInfoWrapper {

    border-radius: 8px;
    border: 1px solid var(--sunPathFilterBorderColor_Light);
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 10px;
    margin-bottom: -10px;

}

.sunPathFlatInfoWrapperItem {
    color: var(--sunPathGrayLevel2);
    font-size: 0.9rem;
    padding: 12px 14px;
}

.sunPathFlatInfoWrapperItem_border:not(:last-child) {
    border-bottom: 1px solid var(--sunPathFilterBorderColor_Light);
}

.sunPathTemp_interiorLabel, .sunPathTemp_mebelLabel {
    font-size: 0.8rem;
    cursor: pointer;
    color: var(--sunPathSecondMainColorDark);
}

.sunPathTemp_interiorLabel::after, .sunPathTemp_mebelLabel::after {
    content: "";
    border: solid var(--sunPathSecondMainColorDark);
    border-width: 0 1px 1px 0;
    margin: 2px;
    margin-left: 4px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg) translateX(0%) translateY(0%);

    transition: transform 0.3s ease;
}

.sunPathTemp_interiorLabel:hover::after, .sunPathTemp_mebelLabel:hover::after {
    transform: rotate(-45deg) translateX(50%) translateY(50%);
}


#SunPathInteriorsCurrentInteriorPrice {
    margin-top: 12px;
    display: none;
    justify-content: space-between;
}

#SunPathInteriorsCurrentInteriorPrice_1::after {
    content: " ₽";
}

#SunPathInteriorsCurrentInteriorPrice_real {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

#SunPathInteriorsCurrentInteriorPrice_1_real::after {
    content: " ₽";
}


/* model interior */
.SunPathInteriorsModalWrapper {
    /*overflow-y: scroll;*/
    padding: 20px;
    width: 100%;
    height: 100%;
    max-width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.sunPath[data-width~="small"] .SunPathInteriorsModalWrapper {
    max-width: 100%;
    /*padding: 24px 14px 30px 14px;*/
    padding: 5vw;
}

.SunPathInteriorsModal {
    overflow-y: scroll;
    /*min-height: 50%;
    height: 100%;*/
    position: relative;
    min-width: 80%;
    padding: 30px 60px;
    border-radius: 8px;
    border: 1px solid white;
    background-color: var(--sunPathGrayBackground);
    /*background-color: #ffffff;*/
    color: var(--sunPathTextType2);
}

.sunPath[data-width~="small"] .SunPathInteriorsModal {
    padding: 20px;
}

.SunPathCertificatesModal {
    display: none;
    overflow-y: scroll;
    position: relative;
    min-width: 80%;
    padding: 30px 60px;
    border-radius: 8px;
    border: 1px solid white;
    background-color: var(--sunPathGrayBackground);
    color: var(--sunPathTextType2);
}

.sunPath[data-width~="small"] .SunPathCertificatesModal {
    padding: 20px;
}

.SunPathInteriorsModal_Title {
    font-size: 1.6rem;
    font-weight: 500;
}

.SunPathInteriorsModal_Title span {
    color: var(--sunPathRedAcent);
}

.SunPathCertsRowWrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}


.SunPathCertsDesc {
    border-radius: 8px;
    background: white;
    padding: 25px;
    margin-right: 20px;
}

.sunPath[data-width~="small"] .SunPathCertsDesc {
    padding: 20px;
    margin-right: 0;
    margin-bottom: 20px;
}

.SunPathCertsDesc_text {
    font-size: 0.8rem;
    letter-spacing: .005rem;
    line-height: 1.2rem;

    margin-top: 10px;
    color: var(--sunPathGrayLevel2);
}

.SunPathCertsDesc_textDisclaimer {
    font-size: 0.7rem;
    margin-top: 20px;
    color: var(--sunPathTextType4);
}

.SunPathInteriorsSelectRowWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.SunPathInteriorsSelectRowItem {
    transition: all 0.3s ease;
    background-color: white;
    display: flex;
    flex-grow: 1;
    display: inline-block;
    min-width: 250px;
    border: 1px solid white;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 0 0 var(--sunPathGrayBackground);
}

.SunPathInteriorsSelectRowItem:hover {
    cursor: pointer;
    border: 1px solid #cbd0de;
    box-shadow: 0 10px 20px 0px #e7eaf3;
}

.SunPathInteriorsSelectRowItem:not(:last-child) {
    margin-right: 20px;
}

.sunPath[data-width~="small"] .SunPathInteriorsSelectRowItem {
    margin-right: 20px;
}


.SunPathModalClose {
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px 0px #ffffff;
    z-index: 5;
    opacity: 0.9;
}

.sunPath[data-width~="small"] .SunPathModalClose {
    position: fixed;
    top: 40px;
    right: 30px;
}

.SunPathModalClose_content {
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/icon_close.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.SunPathModalClose:hover {
    opacity: 0.7;
    padding: 9px;
    box-shadow: 0 2px 20px 0 #c8ccd0;
}

.SunPathModalClose:active {
    padding: 8px;
    box-shadow: 0 2px 10px 0px #ffffff;
}


.SunPathInteriorsSelectRowItem_Title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.SunPathInteriorsSelectRowItem_totalPrice {
    font-size: 0.9rem;
    color: var(--sunPathTextType3);
    font-weight: 500;
    margin-bottom: 10px;
}

.SunPathInteriorsSelectRowItem_totalPrice::after {
    content: "₽";
}

.SunPathInteriorsSelectRowItem_tagRow {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.SunPathInteriorsSelectRowItem_tagItem {
    display: flex;
    align-items: center;
    background-color: var(--sunPathGrayBackgroundType2);
    padding: 4px 6px;
    color: var(--sunPathTextType4);
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 4px;
}

.SunPathInteriorsSelectRowItem_tagItem:not(:last-child) {
    margin-right: 10px;
}

.SunPathInteriorsSelectRowItem_tagItemRubMeter::after {
    content: " ₽/м²";
    margin-left: 5px;
}

.SunPathInteriorsSelectRowItem_selectDotWrapper {
    width: 20px;
    height: 20px;
    transition: background-color 0.3s ease;
    border-radius: 50px;
    border: 1px solid #cbd0de;
    background-color: white;
}

.SunPathInteriorsSelectRowItem_selectDotWrapper:hover {
    border: 1px solid #6c7287;
}

.SunPathInteriorsSelectRowItem_select_active .SunPathInteriorsSelectRowItem_selectDotWrapper {
    position: relative;
    border: 0px solid var(--sunPathSecondMainColorDark);
    background-color: var(--sunPathSecondMainColorDark);
}

.SunPathInteriorsSelectRowItem_select_active .SunPathInteriorsSelectRowItem_selectDotWrapper::after {
    content: "";
    border-radius: 50px;
    padding: 5px;
    background-color: white;

    display: flex;
    justify-content: center;
    width: 50%;
    height: 50%;
    margin-top: 25%;
    margin-left: 25%;
}

.SunPathInteriorsSelectRowItem_select_active {
    border: 1px solid var(--sunPathSecondMainColorDark);
}

.SunPathInteriorsSelectRowItem_select_active:hover {
    border: 1px solid var(--sunPathSecondMainColorDark);
    box-shadow: 0 10px 20px 0px #e1f6f4;
}


/* interiorDescription */

.SunPathInteriorsModal_description_content_active {
    max-height: 600px !important;
}

.SunPathInteriorsModal_description_content {
    padding-top: 24px;
    max-height: 0px;
    transition: all 0.6s ease;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-gap: 50px;
}

.SunPathInteriorsModal_description_content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.SunPathInteriorsModal_description_content li {
    position: relative;
    margin-left: 20px;
    margin-right: 50px;
    font-size: 0.8rem;
    color: var(--sunPathGrayLevel2);
}

.SunPathInteriorsModal_description_content li::before {
    content: "";
    top: 6px;
    left: -16px;
    width: 4px;
    height: 4px;
    background-color: #cbd0de;
    transform: none;
    position: absolute;
    display: block;
    border-radius: 6px;
}


.SunPathInteriorsModal_description_titleRow {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SunPathInteriorsModal_description_titleRow_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    width: 24px;
    htight: 24px;
    margin-right: 12px;
}

.SunPathInteriorsModal_description_titleRow_icon img {
    width: 100%;
    htight: 100%;
}

.SunPathInteriorsModal_description_titleRow_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    font-weight: 500;
}

.SunPathInteriorsModal_description_titleRow_line {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    height: 1px;
    background-color: var(--sunPathFilterBorderColor);
    margin: 0 36px 0 32px;
}

.SunPathInteriorsModal_description_titleRow_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    width: 24px;
    height: 24px;
}

.SunPathNulledActive .SunPathInteriorsModal_description_titleRow_arrow::after {
    transform: rotate(135deg);

}

.SunPathInteriorsModal_description_titleRow_arrow::after {
    content: "";
    border: solid var(--sunPathSecondMainColorDark);
    border-width: 0 1px 1px 0;
    margin-left: 4px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}


.SunPathInteriorsModal_description {
    margin-top: 30px;
    margin-bottom: 15px;
}

.SunPathInteriorsModal_description_type_hide {
    display: none;
}

.SunPathInteriorsModalContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    height: auto;
    background: white;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.SunPathInteriorsModalContent_inner {
    padding: 30px 60px;
}

.sunPath[data-width~="small"] .SunPathInteriorsModalContent_inner {
    padding: 20px;
}


.SunPathInteriorsModal_statTag_row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--sunPathFilterBorderColor_Light);
    margin-top: 10px;
    align-items: center;
}

.sunPath[data-width~="small"] .SunPathInteriorsModal_statTag_row {
    flex-direction: column;
    align-items: flex-start
}

.SunPathInteriorsModal_statTag_interior {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ebeef5;
    background-color: #f6f8fc;
    font-size: 0.8rem;
    margin-top: 10px;
    margin-right: 10px;
}

.SunPathInteriorsModal_statTag_interior0 {
    white-space: nowrap;
    margin-right: 10px;
    color: #343b4c;
}

.SunPathInteriorsModal_statTag_interior1 {
    white-space: nowrap;
    color: #8089a2;
}

.SunPathInteriorsModal_statTag_interior1::after {
    content: " ₽";
}

.SunPathInteriorsModal_statTag_interior1::before {
    content: "+ ";
}

.SunPathInteriorsModal_statTag_rowPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SunPathInteriorsModal_statTag_rowInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
    scrollbar-width: thin;
}


#sunPathTypesChangeItem00_price::after, #sunPathTypesChangeItem01_price::after, #sunPathTypesChangeItem02_price::after, #sunPathTypesChangeItem03_price::after {
    transition: all 0.2s ease;
}

#sunPathTypesChangeItem00_price, #sunPathTypesChangeItem01_price, #sunPathTypesChangeItem02_price, #sunPathTypesChangeItem03_price {
    transition: all 0.2s ease;
    font-size: 0.7rem;
    color: #b5baca;
}


#SunPathDownloadCartHideDiv {
    display: flex;
    justify-content: center;
    background: white;
}


/* animation */

.sunPathFlip {
    backface-visibility: visible !important;
    animation: sunPathFlip 1s ease infinite;
}

@keyframes sunPathFlip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}


.SunPathInFlatChangeColorWrapper {
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    border: 1px solid #c7cad4;
    padding: 4px 10px;
    font-size: 0.7rem;
    background: white;
    color: var(--sunPathTextType3);
    border-radius: 8px;
}

.SunPathInFlatChangeColorWrapper:hover {
    border: 1px solid #73757e;
    color: var(--sunPathTextType2);

}

.SunPathInFlatChangeColor_arrow {
    width: 5px;
    height: 5px;
    content: "";
    border: 1px solid #6c7287;
    border-width: 0 1px 1px 0;
    margin: 8px 6px 2px 10px;
    display: inline-block;
    transform: rotate(225deg);

    transition: transform 0.3s ease;
}

.sunPathInFlatMaterialsRowWrapper {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.3s ease;
}

.SunPathInFlatChangeColorWrapper_active .sunPathInFlatMaterialsRowWrapper {
    max-height: 150px;
}

.SunPathInFlatChangeColorTitle {
    transition: all 0.5s ease;
    opacity: 1;
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.sunPathInFlatMaterialItem_new {
    transition: all 0.5s ease;
    opacity: 1;
    margin-right: 10px;
    display: flex;
    flex-shrink: 1;
    justify-content: space-between;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.SunPathInFlatChangeColorWrapper_active .sunPathInFlatMaterialItem_new {
    opacity: 1;
}

.SunPathInFlatChangeColorWrapper_active .SunPathInFlatChangeColorTitle {
    content: "Выберите цвет";
    opacity: 1;
}

.SunPathInFlatChangeColorWrapper_active .SunPathInFlatChangeColor_arrow {
    transform: rotate(45deg);

}


.SunPathInFlatAccentButton {
    cursor: pointer;
    position: relative;
    transition: opacity 0.6s ease;
    margin: 10px 0;
    font-size: 0.7rem;
    color: #343b4c; /*var(--sunPathSecondMainColorDark);*/
    border: 1px solid #ebeef5;
    background-color: white;
    border-radius: 8px;
    padding: 4px 10px;
}

.SunPathInFlatAccentButton:hover {
    /*color: #D71818;*//*var(--sunPathSecondMainColorDark);*/
    /*border: 1px solid #D71818;*//*var(--sunPathSecondMainColorDark);*/
}

.SunPathInFlatAccentButtonContent {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.SunPathInFlatAccentButton:hover .SunPathInFlatAccentButtonContent {
    opacity: 0 !important;
}

.SunPathInFlatAccentButtonImage {
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SunPathInFlatAccentButton:hover .SunPathInFlatAccentButtonImage {
    transition-delay: 0.2s;
    opacity: 1 !important;
}

.SunPathInFlatBottomRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.7rem;
    margin: 15px 0 10px 0;
}

.SunPathHideModelWrapper {
    transition: all 0.6s ease;
    display: flex;
    cursor: pointer;
    position: relative;
    color: #807d7d;
    border: 1px solid #ced0d5;
    background-color: white;
    border-radius: 8px;
    padding: 4px 8px;
    margin-right: 5px;
}

.SunPathHideModelWrapper::before {
    content: "×";
    margin-right: 6px;
    color: #d31111;
}

.SunPathHideModelWrapper:hover {
    border: 1px solid #d31111;
    color: #d31111;
}


.SunPathToSiteWrapper {
    transition: border 0.3s ease, color 0.3s ease;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: relative;

    color: #807d7d;
    border: 1px solid #ced0d5;
    background-color: white;
    border-radius: 8px;
    padding: 4px 8px;
}

.SunPathToSiteWrapper:hover {
    border: 1px solid #73757e;
    color: var(--sunPathTextType2);
}

#SunPathCartLabelPrice::after {
    content: " ₽";
}

#SunPathCertPrice::after {
    content: " ₽";
}


.SunPathCertWrapper {
    transition: transform 0.2s ease;

    background: linear-gradient(135deg, rgba(255, 0, 0, 1) 0%, rgba(200, 0, 0, 1) 100%);
    background-size: cover;
    cursor: pointer;
    text-align: left;
    color: white;
    padding: 6px 16px;
    border-radius: 12px;
    aspect-ratio: 9/5;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*transform: rotate(-7deg) translateX(20%) translateY(2%);*/
    transform: rotate(0deg) translateX(-10%) translateY(0%) scale(0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('../../src/images/a101/cardBackground.jpg');
}

.sunPathCartWithSertBackground {
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    margin: 20px 40px;
    border-radius: 8px;
    border: 1px solid white;
    /*background: radial-gradient(circle at 95% 60%, rgb(235 235 235) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 100%);*/
    background: rgba(255, 255, 255, 0.8);
}

.SunPathCartLabelWrapper:hover .SunPathCertWrapper {
    background-image: url('../../src/images/a101/cardBackground_active.jpg');
}

.SunPathCartLabelWrapper:hover .sunPathCartWithSertBackground {
    /*background: radial-gradient(circle at 95% 60%, rgb(255 158 158) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 100%);*/
    background: rgba(255, 255, 255, 0.8);
}

.SunPathCartLabelWrapper:hover .SunPathCertWrapper {
    transform: rotate(-8deg) translateX(20%) translateY(2%);
}

.SunPathRub {
    white-space: nowrap;
}

.SunPathRub::after {
    content: " ₽";
}

.SunPathPlus::before {
    content: "+ ";
}


/* cart item cartItem */

.SunPathCartItemParent {
    font-size: 0.8rem;
}

.SunPathCartItemParentMainRow {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 10px;
}

.sunPath[data-width~="small"] .SunPathCartItemParentMainRow {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 3px;
}

.SunPathCartItemParenTitleRow {
    display: flex;
    align-items: center;
}

.SunPathCartItemParenTitleWrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.SunPathCartItemParentWrapper {
    transition: border 0.3s ease;

    border-radius: 8px;
    border: 1px solid white;
    padding: 8px;
}

.SunPathCartItemParentWrapper:hover {
    /*transform: scale(0.95,0.95);*/
    border: 1px solid var(--sunPathFilterBorderColor);
}

.SunPathCartItemParenTitle_title {
    color: var(--sunPathTextColor);
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.SunPathCartItemParenTitle_count {
    color: var(--sunPathTextColorOpacity03);
    font-size: 0.6rem;
    margin-right: 10px;
    margin-left: 8px;

}

.SunPathCartItemParenTitle_price {

}

.SunPathCartItemParenTitle_price::after {
    content: " ₽";
}

.SunPathCartItemParentContentWrapper {
    overflow: hidden;
    display: none;
    flex-direction: column;
    /*max-height: 0px;*/
    height: auto;
    /*background-color: var(--sunPathGrayBackgroundType2);*/
    border-radius: 8px;
    margin-top: 10px;
}

.sunPath[data-width~="small"] .SunPathCartItemParentContentWrapper {
    /*display: flex;*/
}

.SunPathCartItemParentWrapper_active .SunPathCartItemParentContentWrapper {
    display: flex;
    /*max-height: 2000px;*/
}

.SunPathCartItemParent_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    width: 24px;
    height: 24px;
    flex-shrink: 1;
}

.SunPathCartItemParentIcon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.SunPathCartItemParentIconImage {
    height: 100%;
}

.SunPathCartItemParent_arrow {
    transition: transform 0.3s ease;

}

.SunPathCartItemParentWrapper_active .SunPathCartItemParent_arrow::after {
    transform: rotate(225deg);

}

.SunPathCartItemParentWrapper:hover .SunPathCartItemParent_arrow::after {
    border: solid var(--sunPathTextColorOpacity05);
    border-width: 0 1px 1px 0;
}

.SunPathCartItemParent_arrow::after {
    content: "";
    border: solid var(--sunPathTextColorOpacity03);
    border-width: 0 1px 1px 0;
    margin-left: 4px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);

    transition: transform 0.3s ease;
}


.SunPathCartItem_icon {
    pointer-events: auto;
    flex-shrink: 1;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.SunPathCartItem_icon img {
    transition: opacity 0.3s ease;

    max-height: 20px;
    /*width: 100%;
    height: 100%;*/
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.SunPathCartItem_icon:hover img {
    opacity: 1;
}

.SunPathCartRecover {
    transition: opacity 0.3s ease;

    pointer-events: auto;
    cursor: pointer;
    display: flex;
    padding: 4px;
    overflow: hidden;
    opacity: 0.5;
}

.SunPathCartRecover:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.SunPathCartRecover:hover {
    opacity: 1;
}

.SunPathCartRecoverWrapper {
    transition: max-height 0.3s ease;

    border-radius: 8px;
    flex-grow: 1;
    overflow-y: scroll;
    width: 100%;
    pointer-events: auto;
    max-height: 0px;
    overflow: hidden;
}

.SunPathCartRecoverWrapper_active {
    min-height: 100px;
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid var(--sunPathFilterBorderColor);
    padding: 10px;
    margin-top: 10px;
}

.SunPathCartRecover_open {
    margin-top: 10px;
}

.SunPathCartRecover_open_content {
    transition: color 0.3s ease;
    width: 100%;
    color: var(--sunPathTextType3);
    border-radius: 4px;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.SunPathCartRecover_open_content:hover {
    color: var(--sunPathSecondMainColorDark);
}


.SunPathCartRecover_open_content:hover::after {
    border: solid var(--sunPathSecondMainColorDark);
    border-width: 0 1px 1px 0;
}

.SunPathCartRecover_open_content::after {
    transition: transform 0.3s ease;

    width: 2px;
    height: 2px;
    content: "";
    border: solid var(--sunPathTextType3);
    border-width: 0 1px 1px 0;
    margin-left: 4px;
    display: inline-block;
    padding: 3px;
    transform: rotate(225deg);

}

.SunPathCartRecover_open_active .SunPathCartRecover_open_content::after {
    transform: rotate(45deg);

}


.SunPathCartRecoverWrapper {

}


.SunPathCartItemWrapper {
    flex-grow: 1;
    overflow-y: scroll;
    display: flex;
    padding: 4px;
    overflow: hidden;
}

.SunPathCartItem_GoTo {
    /*transition: transform 0.3s ease;*/
}

.SunPathCartItem_GoTo:hover {
    /*transform: scale(0.95, 0.95);*/
}

.SunPathCartItemWrapper:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.SPSMCont_mebel {
    /*   padding: 20px 30px;*/
    padding: 0px 0px 10px 0px;
    width: 100%;
    min-width: 250px;
    max-height: 100%;
}

.SunPathCartItem_content {
    border-radius: 8px;
    /*margin-top: 5px;*/
    flex-grow: 1;
    /*overflow-y: scroll;*/
    border: 1px solid var(--sunPathFilterBorderColor_Light);
}

.SunPathBounce {
    animation: SunPathBounce 20s ease infinite;
}

@keyframes SunPathBounce {
    0%,
    20%,
    80%,
    42% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }

}

.SunPathCartBackToFlatInfo {
    cursor: pointer;
    transition: opacity 0.3s ease;

    width: 30px;
    height: 30px;
    pointer-events: auto;
    margin-right: 8px;
    border-radius: 15px;
    opacity: 0.5;
}

.SunPathCartBackToFlatInfo:hover {
    opacity: 1;
}

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

.SunPathCartBackToFlatInfoLabel {
    font-size: 0.8rem;
    color: var(--sunPathTextGrayColor);
}

.SunPathCartTitle {
    /*color: var(--sunPathTextType3);*/
    font-size: 1.4rem;
    font-weight: 500;
    margin: 10px 0;
}

.SunPathCartTitle_message {
    font-size: 0.8rem;
    color: var(--sunPathTextColor);
    display: none;
    background-color: rgba(255, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 0.8;
    padding: 10px 10px 10px 16px;
}

.SunPathCartPrice {
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 6px;
}


/*   */


.sunPathFlatInfo_openCertButton {
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid var(--sunPathSecondMainColorDark);
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #ffffff00;
    color: var(--sunPathSecondMainColorDark);
    transition: transform .3s ease;

    font-weight: 500;
    font-size: 0.8rem;
}

.sunPathFlatInfo_openCertButton::after {
    content: "";
    border: solid var(--sunPathSecondMainColorDark);
    border-width: 0 1px 1px 0;
    margin: 2px;
    margin-left: 4px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg) translateX(0%) translateY(0%);

    transition: transform 0.3s ease;
    box-shadow: 0 0 0 0 #ffffff;
}

.sunPathFlatInfo_openCertButton:hover::after {
    transform: rotate(-45deg) translateX(50%) translateY(50%);
}

.sunPathFlatInfo_openCertButton:hover {
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 10px 30px 0px #dff5f1;
}

/*   */


.sunPathFlatInfo_saveCartList {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #afb4c4;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--sunPathTextType3);
    transition: border .3s ease, color .3s ease, text-decoration .3s ease;
    font-weight: 400;
    font-size: 0.8rem;
}


.sunPathFlatInfo_saveCartList:hover {
    border: 1px solid #74767c;
    color: #494e59;
    text-decoration: none;
    transition: all .3s ease;
}


/*   */


.sunPathFlatInfo_saveCartList_downloadImage {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #afb4c4;
    padding: 10px 5px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--sunPathTextType3);
    transition: all .3s ease;
    font-weight: 400;
    font-size: 0.8rem;
}


.sunPathFlatInfo_saveCartList_downloadImage:hover {
    border: 1px solid #74767c;
    color: #494e59;
    text-decoration: none;
    transition: all .3s ease;
}


.table-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.table-row > div {
    padding: 8px;
}


.SunPath_CertDivWrapper {
    background: white;
    font-size: 0.8rem;
    color: var(--sunPathTextType4);
    padding: 20px;
    /*transition: all 0.3s ease;*/
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #ebeef5;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.SunPath_CertDivWrapper {
    flex: 1 0 calc(50% - 20px);
}

@media (max-width: 600px) {
    .SunPath_CertDivWrapper {
        flex-basis: calc(100% - 20px);
    }
}

@media (max-width: 1400px) {
    .SunPathCertsRowWrapper {
        flex-direction: column;
    }
}


.SunPath_CertDivWrapper:hover {
    border: 1px solid var(--sunPathSecondMainColorDark);
}

.SunPath_CertDivWrapper::after {
    background-color: #f6f8fc;
    border-radius: 50%;
    bottom: -48px;
    content: "";
    height: 106px;
    position: absolute;
    right: -55px;
    width: 106px;
}

.SunPath_CertDiv_price {
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: 20px;
    color: #343b4c;
}

.SunPath_CertDiv_active {
    border: 1px solid var(--sunPathSecondMainColorDark);
}

.SunPath_CertDiv_active::before {
    content: "";
    background-image: url('../../src/images/icons/icon_a101_certActive.svg');
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}


/*color picker*/

.square .clr-field button,
.circle .clr-field button {
    width: 22px;
    height: 22px;
    left: 5px;
    right: auto;
    border-radius: 5px;
}

.square .clr-field input,
.circle .clr-field input {
    padding-left: 36px;
}

.circle .clr-field button {
    border-radius: 50%;
}

.full .clr-field button {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}


/* checkMode */
.checkModeItem {
    cursor: pointer;
    transition: background 0.15s ease;
    background: rgba(255, 255, 255, 0.8);
    margin: 5px;
    border-radius: 8px;
    padding: 4px;
}

.checkModeItem:hover {
    background: rgba(255, 255, 255, 1);
}


/*cart Item*/

.SP_CartItem_Wrap {
    width: 100%;
    padding: 10px 10px 10px 0;
    border: 1px solid white;
    background: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}

.SP_CartItem_ImageWrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    margin-right: 10px;
    width: 75px;
    height: 95px;
}

.SP_CartItem_Image {
    max-height: 50px;
    min-height: 50px;
    min-width: 55px;
}

.SP_CartItem_RowWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.SP_CartItem_Row_MainInfo {
    display: flex;
    justify-content: space-between;
}

.SP_CartItem_InfoSum {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.SP_CartItem_InfoSum_sumLabel {
    display: flex;
    font-size: 1.1rem;
}

.SP_dragIconWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.SP_dragIconWrapperShow {
    opacity: 1;
}

.SP_dragIcon {
    display: flex;
    justify-content: center;
}

.SP_dragIconImage {
    width: 60px;
    height: 60px;
}

.SP_dragIconWrapperShow .SP_dragIconImage {
    animation: SP_dragIconAnimation 4s ease-in-out 1;
}

@keyframes SP_dragIconAnimation {
    0%, 100% {
        margin-left: 0px;
    }
    25%, 75% {
        margin-left: -30px;
    }
    50% {
        margin-left: 30px;
    }
}

.SP_dragIconText {
    transition: opacity 0.2s ease;
    font-size: 0.7rem;
    color: #b5baca;
    border-radius: 4px;
    background-color: white;
    padding: 1px 2px;
}

/* help */

.SP_MainModal_help {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SunPathInteriorsModalWrapper_help {
    /*overflow-y: scroll;*/
    padding: 20px;
    width: 100%;
    height: 100%;
    max-width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.sunPath[data-width~="small"] .SunPathInteriorsModalWrapper_help {
    max-width: 100%;
    /*padding: 24px 14px 30px 14px;*/
    padding: 5vw;
}


.SunPathInteriorsModalContent_help {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    height: auto;
    background: white;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.SunPathInteriorsModalContent_inner_help {
    padding: 30px 60px;
}

.sunPath[data-width~="small"] .SunPathInteriorsModalContent_inner_help {
    padding: 20px;
}


@media (min-width: 769px) {
    .SP_Help_section .SP_Help_row:nth-child(even) {
        flex-direction: row-reverse;
    }
}


.SP_Help_section {
    width: 100%;
    max-width: 900px;
}

.SP_Help_section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
}

.SP_Help_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.SP_Help_text {
    font-family: sans-serif;
    flex: 0 0 50%;
}

.SP_Help_image {
    flex: 0 0 40%;
}

.SP_Help_image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .SP_Help_section h1 {
        font-size: 1.3rem;
    }

    .SP_Help_section h2 {
        font-size: 1.2rem;
    }

    .SP_Help_section {
        width: 100%
    }

    .SP_Help_row {
        flex-direction: column;
    }

    .SP_Help_image {
        order: 0;
        max-width: 260px;
    }

    .SP_Help_text {
        order: 1;
    }
}
