@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "PlayFair";
    src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
        padding-right: 20px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 1170px) {
    .plans__container {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}





.plan {
    padding-top: 40px;
    padding-bottom: 100px;
}

.title {
    font-family: "PlayFair";
    font-weight: 700;
    font-size: 45px;
    line-height: 140%;
    margin-bottom: 10px;

}

.breadcrumb {
    background-color: #F7F7F7;
    padding: 18px 0;
}
  
.breadcrumb__menu {
list-style: none !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}

.breadcrumb__list {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 136.66%;
letter-spacing: 0.03em;
color: #000000;
}

.breadcrumb__list:not(:last-child) {
margin-right: 10px;
}

.plan__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.plan__box {
    width: 100%;
    max-width: 693px;
    background-color: #F7F7F7;
    padding: 25px 40px;
}

.plan__box-row {
    display: flex;
    justify-content: space-between;
}

.plan__box-row:not(:last-child) {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(93, 92, 87, 0.3);
}

.plan__box-row:not(:first-child) {
    padding-top: 13px;
}
.plan__box-row span {
    font-weight: 700;
}

.plan__right {
    width: 100%;
    max-width: 400px;
}

.plan__top {
    display: flex;
    justify-content: space-between;
}

.plan__status-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
}

.plan__bottom {
    margin-top: 25px;
}

.plan__floors {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.plan__floors-link {
    padding: 7px 15px 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.plan__floors-link--active {
    background-color: #5E5C57;
    border-radius: 2px;
    color: #fff;
}

.plan__floors-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    transition: all 0.2s ease;
}
.plan__floors-link--active a {
    color: #fff;
}
.plan__floors-link:hover {
    background-color: #5E5C57;
    border-radius: 2px;
    color: #fff;
    transition: all 0.2s ease;
}
.plan__floors-link:hover a {
    color: #fff;
    transition: all 0.2s ease;
}

.plan__status {
    display: block;
}

.plan__status-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.plan__color {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.plan__color.yellow {
    background-color: #FFBA3E;
}

.plan__color.green {
    background-color: #3AC070;
}

.plan__color.red {
    background-color: #9B2D30;
}

#scroll-container {
    padding-bottom: 30px;
}

@media (max-width: 1200px) {
    .plan__content {
        gap: 20px;
    }
}

@media (max-width: 992px) {

    .plan__box {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .plan__content {
        display: block;
    }
    .plan__right {
        max-width: 100%;
        position: relative;
    }

    .plan__status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
    }

    .plan__status-row:not(:last-child) {
        margin-right: 45px;
        margin-bottom: 15px;
    }
    .plan__compas {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .plan__title {
        margin-bottom: 22px;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 650px) {
    .plan__status {
        display: block;
    }
    .plan__floors {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .plan__box-row {
        font-size: 13px;
        line-height: 20px;
    }
    .plan__box {
        padding: 25px 15px;
    }
}

@media (max-width: 450px) {
    .window {
        padding: 26px 40px !important;
    }
    .plan__floors-link {
        padding: 7px 10px 8px;
    }
}

@media (max-width: 412px) {
    .plan__box-row {
        font-size: 9px;
        line-height: 16px;
    }
    .plan__compas img {
        width: 100px;
    }
    .plan__status {
        margin-top: 0;
    }
}

@media (max-width: 390px) {
    .window__item-name {
        font-size: 13px !important;
    }
    .window__item-price {
        font-size: 20px !important;
    }
    .plan__floors-link a {
        font-size: 11px;
        line-height: 15px;
    }

    .window {
        padding: 25px !important;
    }
}


/* WINDOW */

.window {
    max-width: 426px;
    border: 2px solid #3AC070;
    border-radius: 8px;
    padding: 26px 55px;
}

.window__inner {
    display: flex;
    justify-content: space-between;
}

.window__item-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.window__item-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
}

.plans__container {
    overflow-x: auto;
    overflow-y: hidden;
}

.plans__containerscrollbar {
width: 0.5em;
height: 0.5em;
}

.plans__containerscrollbar-thumb {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 3px;
}

.plans__containerscrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.2);
}

#scroll-container::-webkit-scrollbar {
width: 15px;
border-radius: 16px;
background-color: #F5F5F5;
opacity: 0;
}

#scroll-container::-webkit-scrollbar-track {
margin: 20px;
padding: 20px;
border-radius: 10px;
background-color: #f7f7f7;
}

#scroll-container::-webkit-scrollbar-thumb {
border-radius: 16px;
background-color: #FBD784;
}

.plans-1 {
    position: relative;
    width: 100%;
    width: 1150px;
}
.plans1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plans-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.plans-bg {
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.plans-bg:hover {
    opacity: 0.5;
}

.plans-bg-red {
    fill: #9B2D30;
}

.plans-bg-yellow {
    fill: #FFBA3E;
}

.plans-bg-green{
    fill: #3AC070;
}
.plans-bg-red {
    fill: #9B2D30;
}

.more__head {
    margin-bottom: 15px !important;
}

.more {
    display: flex;
    gap: 35px;
}
.more__info {
    width: 100%;
}

.more__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
}

.more__box {
    background-color: #F7F7F7;
    padding: 25px 40px;
    margin-bottom: 40px;
}

.more__size-box {
    display: grid;
    grid-template-columns: 30% 60%;
    column-gap: 50px;
}

.more__size {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #C7BDA1;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.more__size span {
    font-weight: 700;
}

.more__price {
    display: flex;
    margin-top: 30px;
}

.more__price-full {
    margin-right: 70px;
    margin-bottom: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.more__month-text {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.more__price-monthly {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

@media (max-width: 650px) {
	.more__size span {
	  padding-left: 10px;
	}
}

.apart__color {
    width: 18px;
    height: 18px;
    background-color: #3AC070;
    margin-right: 10px;
}
.more__status {
    display: flex;
    align-items: center;
}

.apart__status-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}
