body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1f1f1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{background-color:initial;border:none;box-sizing:border-box}.App,button{font-family:Gilroy}.App{position:relative;width:100%}.App-main-content{box-sizing:border-box;display:flex;height:calc(100vh - 120px);width:100%}.App__main{flex-grow:1;height:100%;overflow-y:scroll;z-index:59}.App__home{width:100%}@media (max-width:800px){.App__main{height:100%;width:100%}.App__home{padding-top:100px}.App-main-content{height:100vh}}@media (max-width:800px){.App__bar::-webkit-scrollbar,.App__main::-webkit-scrollbar{display:none}.App__bar::-webkit-scrollbar-track,.App__main::-webkit-scrollbar-track{background:#222}.App__bar::-webkit-scrollbar-thumb,.App__main::-webkit-scrollbar-thumb{background-color:#2c2c2c;border:none}}.App__bar::-webkit-scrollbar,::-webkit-scrollbar{width:12px}.App__bar::-webkit-scrollbar-track,::-webkit-scrollbar-track{background:#222}.App__bar::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb{background-color:#2c2c2c;border:none}.App__content{box-sizing:border-box;height:100%;overflow-y:scroll;position:relative;width:400px;z-index:60}.App__content__events{align-items:center;display:flex;flex-direction:column;gap:20px;padding:20px 0;width:100%}.App__content__events-event{border-radius:20px;cursor:pointer;height:100px;width:80%}.main-desc{align-items:center;box-sizing:border-box;display:flex;font-size:40px;justify-content:space-between;margin-top:30px;padding-left:100px;width:70%}.main-desc-subj{color:#fafafa;font-weight:400}.main-desc-button{align-items:center;background-color:#303030;border:none;border-radius:20px;color:#a8a8a8;cursor:pointer;display:flex;font-family:Gilroy;gap:10px;height:fit-content;padding:15px;transition:background-color .3s}.main-desc-button:hover{background-color:#3b3b3b}.main-desc-button>svg{height:13px}@media (max-width:800px){.main-desc{font-size:30px;padding:0 20px;width:100%}.main-desc-subj{color:#fafafa;font-weight:400}.main-desc-button{padding:15px}.main-desc-button-text{display:none}}header{align-items:center;border-bottom:1px solid #3a3a3a;box-sizing:border-box;display:flex;height:120px;justify-content:center;padding:0 50px;width:100%}.header__navigation{display:flex;gap:20px;list-style:none;padding:0}.header__navigation-button{align-items:center;color:#fafafa;cursor:pointer;display:flex;font-size:16px;gap:10px;transition:color .3s}.header__navigation-button:hover{color:#c2c2c2}.icon-but{background-color:initial;border:none;cursor:pointer;height:30%}.icon-but>svg{color:#c7c7c7;height:100%}.teacher-enter-button{align-items:center;background-color:initial;border:1px solid #fafafa;border-radius:20px;color:#fafafa;cursor:pointer;display:flex;font-family:Gilroy;font-size:20px;height:50px;justify-content:center;transition:all .3s;width:50px}.teacher-enter-button:hover{background-color:#fafafa;color:#1f1f1f}.search-mobile{display:none}@media (max-width:800px){header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:initial;border:none;height:90px;padding:0 20px;position:fixed;top:0;z-index:999}.teacher-enter-button{display:none}.search-mobile{background-color:initial;border:none;display:block}.search-mobile>svg{color:#fafafa;height:40px}.header__navigation{display:none}}.subjects-block{display:flex;height:100%;justify-content:center;width:100%}.subjects-block__inner{height:100%;position:relative;width:950px}.subject-block__title{color:#e4e4e4;font-size:25px;padding-bottom:10px;padding-top:20px}.subjects-list{align-items:stretch;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:5px;justify-content:start;list-style:none;padding:0;width:100%}.subjects-list>li{box-sizing:border-box;width:calc(33.33333% - 3.33333px)}.subject{border:1px solid #0000;border-radius:20px;box-sizing:border-box;color:#fff;font-family:Gilroy;overflow:hidden;padding:10px;text-align:start;transition:border .3s;z-index:30}.subject,.subject__info{display:flex;flex-direction:column;position:relative;width:100%}.subject__info{flex-grow:1;padding:5px 0;z-index:100}.subject:hover{border:1px solid #494949;cursor:pointer}.subject__image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;height:150px;overflow:hidden;width:100%}.subject__title{text-wrap:wrap;box-sizing:border-box;font-size:18px;padding:10px 0 5px;width:100%}.subject__course{color:#9b9b9b;font-size:15px;padding:1px 0}.subject__bottom{align-items:end;display:flex;flex-grow:1;justify-content:end;padding:10px 0;width:100%}.subject__bottom>svg{height:20px;margin-right:10px}.add-subject-button{align-items:center;border:1px solid #383838;border-radius:20px;box-sizing:border-box;display:flex;height:200px;justify-content:center;transition:border .3s;width:calc(33.33333% - 3.33333px)}.add-subject-button>svg{color:#383838;height:50%;transition:color .3s}.add-subject-button:hover{border:1px solid #105f3e;cursor:pointer}.add-subject-button:hover>svg{color:#105f3e}.add-subject{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.add-subject__main-label{color:#d4d4d4;font-size:20px;padding-bottom:20px;text-align:center;width:100%}.add-subject__form{background-color:#141414;border-radius:30px;box-sizing:border-box;padding:20px;position:relative;width:400px}.load-add-subject{background-color:#414141cc;border-radius:30px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.add-subject__image{align-items:center;background-color:#202020;border-radius:20px;display:flex;height:150px;justify-content:center;margin-bottom:20px;overflow:hidden;position:relative;width:100%}.add-subject__image>img{height:100%;position:absolute;width:100%;z-index:5}.add-subject__image>svg{color:#141414;height:50%}.add-subject input{background-color:initial;border:none;font-size:14px;height:40px;margin:0;padding:0 10px}.add-subject input,.add-subject textarea{background-color:#202020;border-radius:20px;box-sizing:border-box;color:#d4d4d4;font-family:Gilroy;outline:none;width:100%}.add-subject textarea{border:none;height:150px;padding:10px;resize:none}.add-subject__courses select{background-color:#202020;border:none;border-radius:15px;color:#d4d4d4;font-family:Gilroy;height:40px;outline:none;padding:0 5px;width:100%}.add-subject__course{width:50%}.add-subject__courses{display:flex;gap:20px;width:100%}.add-subject__label{color:#979797;font-size:15px;padding:15px 0 7px}.add-subject__confirm{margin-top:20px;width:100%}.add-subject__confirm>button{background-color:#adadad;border-radius:20px;display:flex;font-size:15px;justify-content:center;margin:auto;padding:10px 20px;transition:background-color .2s}.add-subject__confirm>button:hover{background-color:#168b5e;cursor:pointer}.add-subject__close{align-items:center;background-color:#141414;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:10px;position:absolute;right:-40px;top:-40px;z-index:1005}.add-subject__close>svg{color:#7c7c7c;height:25px}.add-subject__close:hover>svg{color:#aa3a49;height:25px}.loader-block{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.loader{animation:rotation-loader 1s linear infinite;border-radius:50%;border-right:3px solid #0000;border-top:3px solid #afafaf;box-sizing:border-box;display:inline-block}@keyframes rotation-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App-filters{box-sizing:border-box;display:flex;gap:20px;width:500px}.App-filters__filter{color:#464646;font-size:17px;padding:5px 20px}.App-filters ul{box-sizing:border-box;list-style:none}.App-filters li,.App-filters ul{display:flex;flex-direction:column}.App-filters li{width:100%}.App-filters__types{padding:0}.App-filters__type{height:fit-content}.filters__type__title{color:#a0a0a0;margin-bottom:10px}.filters__chooses{background-color:#333;border-radius:17px;display:flex;gap:5px;overflow:hidden;padding:5px 10px;width:fit-content}.filters__choose{background-color:#4d4d4d;background-color:initial;border-radius:10px;color:#cfcfcf;font-size:15px;padding:10px 15px}.filters__choose:hover{background-color:#474747;cursor:pointer}.filters__choose_active{background-color:#1d1d1d!important}.App__content__material{box-sizing:border-box;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.App__content__material__inner{background-color:#1a1a1a;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 170px);margin:20px 0;padding:10px;position:relative;width:900px}.App__content__material___header{display:flex;gap:40px;padding:30px 0}.App__content__material___info{flex-grow:1}.App__content__material-image{flex-shrink:0;height:150px;margin-left:20px;width:250px}.App__content__material-img{border-radius:30px;height:100%;width:100%}.App__content__material-title{font-size:22px}.App__content__material-subject,.App__content__material-title{box-sizing:border-box;font-weight:500;padding:15px 10px 0;width:100%}.App__content__material-subject{color:#9b9b9b;font-size:20px}.App__content__material-course{box-sizing:border-box;color:#9b9b9b;font-size:16px;font-weight:400;padding:10px 10px 20px;width:100%}.App__content__material-skills{align-items:center;box-sizing:border-box;color:#b8b8b8;display:flex;flex-wrap:wrap;gap:10px;overflow:hidden;padding:5px 20px 10px;width:80%}.material-skill{background-color:#a3a3a3;cursor:pointer}.add-skill-button,.material-skill{border-radius:15px;color:#0c0c0c;font-size:14px;font-weight:500;padding:5px 10px}.add-skill-button{align-items:center;background-color:#0f9ba0;display:flex;gap:5px;justify-content:center}.add-skill-button:hover{background-color:#19adb3;cursor:pointer}.materials-all-button{background-color:initial;border:none;border-radius:15px;color:#969696;font-family:Gilroy;font-size:14px;font-weight:500}.materials-all-button:hover{cursor:pointer;text-decoration:underline}.material-skill_on{box-shadow:0 0 5px #13816f;color:#13816f}.App__content__material-link{align-items:center;box-sizing:border-box;color:#9b9b9b;display:flex;gap:20px;margin-bottom:20px;padding:0 20px;width:100%}.material-link{background-color:#2e8d59;border-radius:15px;color:#fafafa;cursor:pointer;padding:10px 15px;text-decoration:none}.material-link_disabled{background-color:#363636;color:#ccc;cursor:default}.material-link-yes{color:#aac7aa}.App__content__material__title-section{color:#c4c4c4;font-size:18px;padding:20px 10px;width:80%}.nav-button{background-color:initial;border:none;color:#a1a1a1;height:50px;transition:all .3s;width:50px;z-index:50}.material__navigation{background-color:#1a1a1a;border-radius:30px;height:700px;overflow-x:hidden;overflow-y:scroll;position:absolute;right:calc(100% + 10px);top:0;width:300px}.material__navigation::-webkit-scrollbar{display:none}.block-nav{left:calc(100% + 10px)}.block-nav__link{padding-left:10px;width:150px}.material-skeleton{background-color:#1d1d1d;overflow:hidden;position:relative}.material-skeleton.img{border-radius:30px;height:100%;width:100%}.material-skeleton.title{border-radius:10px;height:30px;width:80%}.material-skeleton.subject{border-radius:15px;height:20px;width:50%}.material-skeleton.course{border-radius:15px;height:20px;width:30%}.material-skeleton.href-button{border-radius:15px;height:40px;width:93px}.material-skeleton.href-desc{border-radius:10px;height:20px;width:120px}.material-skeleton.skill-mat{border-radius:10px;height:25px;width:90px}.skeleton-shimmer-material{animation:shimmer 1s linear infinite;background:linear-gradient(90deg,#1d1d1d,#2a2a2a 50%,#1d1d1d);inset:0;position:absolute}.App-navigation{box-sizing:border-box;width:100%}.App-navigation__title{background-color:initial;border:none;color:#fff;font-family:Gilroy;font-size:20px;font-weight:300;padding:20px 20px 5px;text-align:left;transition:color .3s;width:100%}.App-navigation__title:hover{color:#33a59d;cursor:pointer}.App-navigation__nav{color:#6e6e6e;font-size:17px;padding:5px 20px;width:100%}.App-navigation ul{box-sizing:border-box;list-style:none}.App-navigation li,.App-navigation ul{display:flex;flex-direction:column;width:100%}.App-navigation-button{align-items:center;background-color:initial;border:none;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-family:Gilroy;gap:10px;justify-content:space-between;padding:10px 20px;transition:all .3s}.App-navigation-button__title{flex-grow:1;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap}.App-navigation-button>svg{flex-shrink:0;height:18px;width:18px}.App-navigation__types{padding:0}.App-navigation__type{border-bottom:1px solid #3d3d3d;max-height:42px;overflow:hidden;transition:max-height .3s ease-in-out}.App-navigation__type_open{max-height:600px}.App-navigation__type__button{border-radius:15px 0 0 0;font-size:20px;margin-left:10px}.App-navigation__type.App-navigation__type_open .App-navigation__type__button:hover{border-radius:15px 0 0 15px}.App-navigation__type__button>.type__button__svg{height:20px;transition:transform .3s}.App-navigation__type.App-navigation__type_open .type__button__svg{transform:rotate(90deg)}.App-navigation__type__button:hover{background-color:#2c2c2c}.App-navigation__type__materials{padding-bottom:10px}.App-navigation__type__material__button{border-radius:15px 0 0 15px;font-size:15px;padding:10px}.App-navigation__type__material__button>svg{height:15px}.App-navigation__type__material__button:hover{background-color:#2c2c2c}.App-navigation__type__material__button.current-material-nav{background-color:#3d3d3d}.App__content__subject{color:#fff;display:flex;height:100%;justify-content:center;width:100%}.App__content__subject__container{height:calc(100vh - 170px);margin:20px 0;position:relative;width:900px}.App__content__subject__inner{background-color:#1a1a1a;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;height:calc(100vh - 170px);overflow:scroll;padding:10px;position:relative;width:100%}.App__bar::-webkit-scrollbar,.App__content__subject__inner::-webkit-scrollbar{display:none}.subject-page__add-material-but{align-items:center;border-radius:10px;bottom:5px;color:#9b9b9b;display:flex;font-size:16px;gap:10px;height:35px;justify-content:center;position:absolute;right:0}.subject-page__add-material-but:hover{color:#23c479;cursor:pointer}.App__content__subject___header{align-items:center;display:flex;padding:30px 20px}.App__content__subject___info{flex-grow:1}.App__content__subject-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:30px;flex-shrink:0;height:150px;width:250px}.App__content__subject-title{box-sizing:border-box;color:#eee;font-size:22px;font-weight:500;padding:15px 10px 0;text-align:center;width:100%}.App__content__subject-course{box-sizing:border-box;color:#9b9b9b;font-size:16px;font-weight:400;padding:10px 10px 20px;text-align:center;width:100%}.App__content__subject-desc{box-sizing:border-box;color:#dfdfdf;font-size:17px;font-weight:400;padding:10px 20px;text-align:justify;width:100%}.App__content__subject-types{border-bottom:1px solid #696969;box-sizing:border-box;display:flex;position:relative;width:100%}.App__content__subject-types__type{background-color:initial;border:none;color:#696969;font-family:Gilroy;font-size:20px;font-weight:500;padding:10px 0;position:relative;text-align:center;transition:all .3s;width:200px}.App__content__subject-types__type:after{background-color:initial;bottom:-1px;content:"";height:1px;left:0;position:absolute;transition:background-color .3s;width:100%}.App__content__subject-types__type:hover{color:#eee;cursor:pointer}.App__content__subject-types__type_open{color:#eee}.App__content__subject-types__type_open:after{background-color:#eee}.block-nav{position:absolute;right:calc(100% + 10px);top:0}.block-nav__link{text-wrap:nowrap;align-items:center;background-color:#1a1a1a;border:1px solid #333;border-radius:15px;box-sizing:border-box;color:#eee;cursor:pointer;display:flex;font-size:15px;gap:10px;height:45px;justify-content:center;margin-bottom:10px;padding:0;text-decoration:none;width:45px}.block-nav__link:hover{background-color:#202020}.App__content__subject-materials{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;list-style:none;margin:0;overflow-y:scroll;padding:20px 0;width:100%}.App__content__subject-materials>li{width:100%}.App__content__subject-material{align-items:center;background-color:initial;border:none;border-bottom:1px solid #313131;box-sizing:border-box;color:#eee;cursor:pointer;display:flex;font-family:Gilroy;font-size:15px;gap:10px;justify-content:space-between;padding:0 10px;width:100%}.App__content__subject-material:hover{background-color:#1a1a1a}.App__content__subject-material-inner{color:#eee;cursor:pointer;display:flex;flex-grow:1;height:100%;padding:15px 0;text-decoration:none}.App__content__subject-material__title{flex-grow:1;font-size:15px;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap}.App__content__subject-material__title>span{color:#696969;font-size:15px;font-weight:500}.App__content__subject-material-inner>svg{flex-shrink:0;height:18px;width:18px}.App__content__subject-material__delete-button{color:#eee;cursor:pointer;margin:0;padding:0;transition:color .2s}.App__content__subject-material__delete-button:hover{color:#b32f40}.no-material{align-items:center;color:#3b3b3b;display:flex;flex-direction:column;font-size:30px;font-weight:600;height:300px;justify-content:center;padding:20px 40px;width:50%}.no-material>svg{height:200px}.search-block{justify-content:center;position:relative}.search,.search-block{display:flex;height:55px;width:100%;z-index:999}.search{align-items:center;background-color:#303030;border-radius:25px;box-sizing:border-box;gap:15px;padding:0 15px;position:absolute}.search>svg{color:#ddd;height:60%}.search>input{background-color:initial;color:#ddd;flex-grow:1;font-size:17px;margin:0;outline:none;padding:0}.search-clean,.search>input{border:none;font-family:Gilroy}.search-clean{color:#b1b1b1;cursor:pointer;height:70%;padding:10px}.search-clean>svg{height:20px;width:20px}.search-locations{box-sizing:border-box;display:flex;gap:10px;justify-content:end;padding:10px 20px;position:absolute;top:100%;width:100%}.search-locations-link{align-items:center;background-color:#303030;border-radius:10px;color:#969696;display:flex;font-size:15px;gap:5px;justify-content:center;padding:5px 10px;text-decoration:none}.search-locations-link:hover{background-color:#383838;cursor:pointer}.search-results-block.active{height:fit-content}.search-results-block{background-color:#303030;border-radius:0 0 20px 20px;box-sizing:border-box;height:0;margin:auto;overflow:hidden;position:absolute;top:50%;width:100%;z-index:998}.search-result{align-items:center;display:flex;height:600px;justify-content:center;width:100%}.search-result svg{color:#afafaf;height:100px}.search-similars{list-style:none;margin:0;padding:30px 0 10px;width:100%}.empty-search-similar{align-items:center;color:#929292;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:center;padding:30px 20px 10px;width:100%}.empty-search-similar div:first-of-type{color:#adadad;font-size:20px}.empty-search-similar button{background-color:#2368a0;border-radius:10px;color:#ccc;cursor:pointer;font-weight:600;margin-top:5px;padding:10px;width:270px}.empty-search-similar button:disabled{background-color:#181818;cursor:default}.loading-search-similar{align-items:center;color:#616161;display:flex;height:150px;justify-content:center;padding:30px 20px 10px;width:100%}.search-similars>li{height:40px;width:100%}.similar-but:hover{background-color:#252525}.similar-but{align-items:center;background-color:initial;border:none;box-sizing:border-box;color:#ddd;cursor:pointer;display:flex;font-family:Gilroy;font-size:16px;gap:10px;height:100%;padding-left:30px;width:100%}.similar-but>svg{color:#ddd;flex-shrink:0;height:20px}.similar-but.last>svg{color:#ddd;flex-shrink:0;height:15px}@media (max-width:800px){.search-block{box-sizing:border-box;width:100%}.search,.search-results-block{width:calc(100% - 10px)}}.search-page{display:flex;height:100%;justify-content:center;width:100%}.search-page__inner{height:100%;position:relative;width:950px}.search-page__inner-title{color:#fff;font-size:50px;font-weight:500;margin-top:30px;max-height:100px;overflow:hidden;padding:30px 0;text-align:center;transform:translateY(0);transition:opacity .8s,max-height .8s,transform .8s,padding .8s;width:100%}.search-page__inner-title>span{color:#bd249c}.search-page__inner-title-hidden{max-height:0;opacity:0;padding:0;transform:translateY(-20px)}.search-page__recents{bottom:50px;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;left:0;position:absolute;transition:all .3s;width:100%}.search-page__recents-hidden{opacity:0;pointer-events:none;transform:translateY(20px)}.search-page__recent-query{align-items:center;background-color:#303030;border-radius:20px;box-sizing:border-box;color:#ddd;display:flex;font-size:16px;gap:10px;height:60px;padding:0 15px;transition:background-color .3s;width:300px}.search-page__recent-query:hover{background-color:#3a3a3a;cursor:pointer}.search-page__recent-query>svg{height:30px;width:30px}@media (max-width:800px){.search-page__inner-title{font-size:30px}.search-page__inner{box-sizing:border-box;padding-top:100px;width:100%}.search-page__recents{gap:10px}.search-page__recent-query{width:40%}}.result-similars{border-radius:20px;box-sizing:border-box;line-height:2.5;margin-bottom:20px;width:100%}.result-similars-skills{display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}.result-similars-skill{background-color:#3a3a3a;border-radius:20px;color:#9b9b9b;font-size:15px;padding:3px 7px}.result-similars-skill:hover{background-color:#424242;color:#e6e6e6;cursor:pointer}.result-similars-title{border-bottom:1px solid #3d3d3d;color:#ccc;font-size:20px;padding:15px 10px}.skeleton-similars-tag{background-color:#3a3a3a;border-radius:20px;display:inline-block;height:1.1rem;margin-right:10px;min-width:3rem;overflow:hidden;padding:5px 10px;position:relative;width:auto}.skeleton-similars-tag:before{animation:shimmer .9s linear infinite;background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";inset:0;position:absolute}.skeletons-similars{border-radius:20px;box-sizing:border-box;margin-bottom:20px;padding:10px 30px;width:100%}.results-list{list-style:none;margin:0 0 20px;padding:0;width:100%}.result-subject{border-radius:20px}.result-materials,.result-subject{box-sizing:border-box;padding:0;width:100%}.result-materials{list-style:none}.result-material{border:1px solid #585858;border-radius:20px;box-sizing:border-box;margin-bottom:20px;overflow:hidden;padding:20px;position:relative;width:100%}.result-material-title{display:flex;font-size:20px;justify-content:space-between;width:100%}.result-material-type{color:#aaa;font-size:18px;font-size:15px;padding:5px 0}.result-material-type-circle{border-radius:10px;color:#cfcfcf;font-size:15px;font-weight:600;padding:5px 10px}.result-material-skills{display:flex;gap:10px;list-style:none;padding:10px 0;width:100%}.result-material-skill{background-color:#303030;border-radius:20px;color:#aaa;font-size:16px;padding:4px 10px}.result-material-button{align-items:center;background-color:#292929;border-radius:50% 0 0 0;bottom:0;box-sizing:border-box;color:#d6d6d6;display:flex;font-size:16px;font-weight:200;gap:5px;height:60px;justify-content:center;padding:10px;position:absolute;right:0;text-decoration:none;width:60px}.result-material-button>svg{height:15px}.result-material-button:hover{background-color:#424242;cursor:pointer}.result-vacations{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%}.result-vacation{border:1px solid #585858;border-radius:20px;box-sizing:border-box;color:#b9b9b9;padding:10px 20px;width:calc(50% - 10px)}.result-vacation h3{color:#ececec}.result-vacation-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.result-vacation-button{background-color:#2563a5;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-bottom:15px;padding:8px 16px}.skeleton-vacation{background-color:#1a1a1a;border-radius:20px;box-sizing:border-box;color:#b9b9b9;height:230px;overflow:hidden;padding:20px;position:relative;width:calc(50% - 10px)}.skeleton-name.skltn-vac-name{width:80%}.skltn-vac-desc{border-radius:15px;height:50px;margin-top:20px;width:90%}.skltn-vac-price{height:25px;margin-top:20px;width:50%}.skltn-vac-button{border-radius:10px;height:35px;margin-top:15px;width:100px}.results{color:#fff;padding:20px 0;position:relative;width:100%}h1{font-size:20px;font-weight:400;justify-content:space-between;margin:20px 0 0;padding:15px 20px;width:100%}.result-field,h1{align-items:center;display:flex}.result-field{flex-direction:column;overflow:hidden;position:relative}.result-field.materials-field{max-height:500px}.result-field.similar-field{max-height:150px}.result-field.vac-field{max-height:700px}.result-field__view{align-items:center;color:#bbb;display:flex;font-size:15px;justify-content:center}.result-field__view:hover{color:#dbdbdb;cursor:pointer}.result-field:after{background:linear-gradient(180deg,#fff0 0,#1f1f1f);bottom:0;content:"";height:0;height:100px;left:0;position:absolute;width:100%;z-index:100}.result-field.no-crop{max-height:fit-content}.result-field.no-crop:after{display:none}.result-view-all{background-color:#2a2a2a;border-radius:10px;bottom:30px;box-shadow:0 3px 10px #111;color:#bbb;padding:10px;position:absolute;width:200px;z-index:101}.result-field.no-crop .result-view-all{margin-top:40px;position:relative}.result-view-all:hover{background-color:#333;cursor:pointer}.skeleton-card{background-color:#1a1a1a;border-radius:12px;box-sizing:border-box;margin-bottom:20px;overflow:hidden;padding:20px;position:relative;width:950px}.skeleton-shimmer{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#1a1a1a,#2a2a2a 50%,#1a1a1a);inset:0;position:absolute}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-content{position:relative;z-index:10}.skeleton-button,.skeleton-name,.skeleton-tag,.skeleton-text{background-color:#2a2a2a;border-radius:20px;height:1rem;margin-bottom:.5rem}.skeleton-name,.skeleton-text{height:1.25rem}.skeleton-text{height:1.1rem;width:30%}.skeleton-name{height:1.5rem;width:50%}.skeleton-tag{height:1.5rem;width:60px}.skeleton-tags{display:flex;gap:.5rem;margin-top:20px}.empty-res{align-items:center;color:#444;display:flex;font-size:25px;font-weight:600;height:80px;justify-content:center;width:100%}.term-desc{border-bottom:1px solid #585858;margin-top:40px;padding-bottom:20px;text-align:justify;width:100%}.term-desc>div{display:inline}.term-desc__title{color:#c248a7;font-family:Times New Roman,Times,serif;font-size:25px;font-style:italic;font-weight:500}.term-desc__info{font-size:15px;line-height:30px}
/*# sourceMappingURL=main.dc328505.css.map*/