:root{--main-font-family:centurygothic;--text-c:#2c2217;--second-text-c:#be9267;--thried-text-c:#8b8178;--bg:#fffcf9;--bg-burger:rgba(255, 252, 249, 0.9)}._container{margin:auto}@media (min-width:1920px){._container{width:75vw}}@media (min-width:768px) and (max-width:1920px){._container{width:85vw}}@media (min-width:426px) and (max-width:900px){._container{width:90vw}}@media (max-width:426px){._container{width:95vw}}@media (min-width:768px) and (max-width:1920px){._container_out-of-container{margin:0 -7.5vw}}@media (min-width:426px) and (max-width:900px){._container_out-of-container{margin:0 -5vw}}@media (max-width:426px){._container_out-of-container{margin:0 -2.5vw}}.sidebar{z-index:6;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:clamp(175px,5vw,240px);-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.sidebar.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (max-width:900px){.sidebar{position:fixed;top:0;right:0;background:var(--bg);padding:20px;height:100vh;overflow-y:auto;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);width:70vw}}.sidebar__body{padding:20px 15px 10px 10px;overflow:auto}.sidebar__title{font-size:30px;margin:clamp(10px,1vw,35px) 0 clamp(10px,1vw,35px) clamp(10px,1vw,35px)}.sidebar__spoiler-btn{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125rem;width:100%;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar__spoiler-btn.active:after,.sidebar__spoiler-btn:hover:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sidebar__spoiler-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;display:flex}.sidebar__spoiler-content a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:break-all;padding:5px 0;padding-left:10%;font-size:clamp(14px,.8333333333vw,16px)}@media (max-width:768px){.sidebar__spoiler-content a{width:auto}}#toggleMainSidebarBtn{z-index:2;position:fixed;top:30%;right:-10px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}#toggleMainSidebarBtn svg{background:var(--bg);border-radius:11px}#toggleMainSidebarBtn svg path{fill:var(--thried-text-c)}#toggleMainSidebarBtn.active{right:68vw;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}@media (min-width:900px){#toggleMainSidebarBtn{display:none}}