.schema{background:var(--bg-color)}.schema .schema__container{padding:70px 0 100px}@media (max-width: 768px){.schema .schema__container{padding:115px 0 60px}}.schema .schema__title{margin-bottom:65px;overflow:hidden}@media (max-width: 768px){.schema .schema__title{margin-bottom:40px}}.schema .schema__grid{display:grid;grid-template-columns:370px 1fr;grid-template-areas:"col-1 col-2" "col-3 col-2";gap:0 60px}@media (max-width: 1250px){.schema .schema__grid{grid-template-columns:35% 1fr}}@media (max-width: 1150px){.schema .schema__grid{grid-template-columns:35% 1fr;grid-template-areas:"col-1 col-3" "col-2 col-2"}}@media (max-width: 768px){.schema .schema__grid{grid-template-columns:1fr;grid-template-areas:"col-1" "col-2" "col-3";gap:30px}}.schema .schema__item:nth-child(1){grid-area:col-1;border-bottom:1px solid var(--opacity-primary-color)}@media (max-width: 1150px){.schema .schema__item:nth-child(1){border-right:1px solid var(--opacity-primary-color);border-bottom:0}}@media (max-width: 768px){.schema .schema__item:nth-child(1){border-right:0}}.schema .schema__item:nth-child(2){grid-area:col-2;justify-self:center;border-left:1px solid var(--opacity-primary-color);padding-left:10px;width:810px}.schema .schema__item:nth-child(2) svg{width:100%}@media (max-width: 1430px){.schema .schema__item:nth-child(2){width:57vw}}@media (max-width: 1150px){.schema .schema__item:nth-child(2){border-left:0;padding-left:0}}@media (max-width: 768px){.schema .schema__item:nth-child(2){width:100%}}.schema .schema__item:nth-child(3){grid-area:col-3}@media (max-width: 768px){.schema .schema__item:nth-child(3){border-top:1px solid var(--opacity-primary-color)}}.schema .schema__box{display:flex;gap:38px;align-items:center}@media (max-width: 1150px){.schema .schema__box{align-items:flex-end}}.schema .schema__btns{display:flex;flex-direction:column;gap:18px}@media (max-width: 1150px){.schema .schema__btns{margin-bottom:12px}}.schema .schema__btn-up,.schema .schema__btn-down{width:40px;height:40px;border:1px solid var(--opacity-primary-color);display:flex;justify-content:center;align-items:center}.schema .schema__btn-up[data-disabled=true],.schema .schema__btn-down[data-disabled=true]{opacity:.5;pointer-events:none}.schema .schema__btn-up:after,.schema .schema__btn-down:after{content:"";background:url(/img/icons/arrow.svg) no-repeat center/cover;width:13px;height:9px}.schema .schema__btn-down{transform:rotate(180deg)}.schema .schema__number{font-family:var(--primary-font);color:var(--primary-color);font-size:140px;font-weight:300;line-height:1.3;text-transform:uppercase;margin:0}@media (max-width: 768px){.schema .schema__number{font-size:74px;line-height:1}}@media (max-width: 1150px){.schema .schema__floor{display:block;font-size:34px}}.schema .schema__img svg{width:100%;height:100%}.schema .schema__list{display:flex;flex-direction:column}@media (max-width: 768px){.schema .schema__list{max-width:380px;width:100%;margin:0 auto}}@media (max-width: 480px){.schema .schema__list{max-width:100%;margin:0}}.schema .schema__link{text-decoration:none;display:flex;align-items:flex-end;gap:60px;padding:35px 0;border-bottom:1px solid rgba(46,21,3,.1);cursor:pointer}@media (max-width: 768px){.schema .schema__link{justify-content:center}}@media (max-width: 420px){.schema .schema__link{justify-content:space-between;gap:10px;padding:20px 0}}.schema .schema__link[data-active=true] .schema__text_number{background:#2e1503;color:#fcfaf7}.schema .schema__size{display:flex;align-items:flex-end;gap:30px;line-height:1;width:127px}@media (max-width: 1150px){.schema .schema__size{font-size:34px}}@media (max-width: 768px){.schema .schema__size{gap:20px}}@media (max-width: 350px){.schema .schema__size{width:100px;font-size:25px}}.schema .schema__text{font-family:var(--second-font);color:var(--primary-color);font-size:14px;font-weight:300;line-height:1.5;text-decoration:none;margin:0}.schema .schema__text_number{width:36px;height:36px;border:1px solid var(--opacity-primary-color);border-radius:100%;line-height:1;display:flex;justify-content:center;align-items:center}@media (max-width: 350px){.schema .schema__text_number{width:28px;height:28px;font-size:12px}}.schema .schema__text_square{width:100px}.schema .schema__upwards{display:none}@media (max-width: 420px){.schema-flats .schema__point{align-items:center}}.schema-flats .schema__size{gap:20px;width:70px}@media (max-width: 420px){.schema-flats .schema__size{align-items:center;font-size:18px;width:45px}}.schema-flats .schema__text_number{display:none}@media (max-width: 768px){.schema-flats .schema__upwards{display:block;padding-top:40px}}
