.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}@media (max-width:1024px){.page-header{align-items:flex-start;flex-direction:column}}.page-header__title{align-items:center;display:flex}@media (max-width:1024px){.page-header__title{margin-bottom:10px;width:100%}}.page-header__title h1,.page-header__title h2{font-size:20px;margin:0}@media (min-width:1025px){.page-header__title h1,.page-header__title h2{white-space:nowrap}}@media (max-width:1024px){.page-header__title h1,.page-header__title h2{align-self:stretch;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}}.page-header__title h1 span,.page-header__title h2 span{color:#909090;font-size:14px;padding-left:3px;white-space:nowrap}.page-header__title h1 b,.page-header__title h2 b{padding-left:10px;position:relative;white-space:nowrap}.page-header__title h1 b:before,.page-header__title h2 b:before{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:2px}@media (min-width:1025px){.page-header__title-arrow{display:none}}.page-header__title-arrow{fill:#fff;height:15px;margin-left:20px;position:relative;transition:50ms ease-out;transition-property:all;width:10px}input:checked~label .page-header__title-arrow{transform:rotate(180deg)}.page-header__title>span{color:#909090;margin-left:25px;white-space:nowrap}@media (max-width:1024px){.page-header__title>span{margin-left:auto}}.page-header__sort-type{color:#909090;display:flex;font-size:14px;font-weight:700;justify-content:space-between;margin:-10px 0 3px;width:100%}.simple-filter{display:flex;font-size:15px}@media (max-width:1024px){.simple-filter{justify-content:space-between;width:100%}}.simple-filter__list{display:flex}.simple-filter__list+.simple-filter__list{border-left:1px solid hsla(0,0%,100%,.5);margin-left:30px;padding-left:30px}@media (max-width:1024px){.simple-filter__list+.simple-filter__list{border-left:none;margin-left:0;padding-left:0}}.simple-filter__link{align-items:baseline;color:#fff;display:flex;margin-right:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width:1025px){.simple-filter__link svg{display:none}}@media (max-width:1024px){.simple-filter__link svg{fill:#f68425;height:22px;width:22px}}.simple-filter__link:last-child{margin-right:0}.simple-filter__link:hover{color:#f68425}@media (max-width:1024px){.simple-filter__link{align-items:center;background-color:#000;font-size:0;height:48px;justify-content:center;line-height:2;margin-right:10px;width:48px}.simple-filter__link:last-child{margin-right:0}}.simple-filter__link--active{color:#f68425}@media (max-width:1024px){.simple-filter__link--active{background-color:rgba(43,43,43,.5)}}.videos-page{display:flex;position:relative;width:100%}.videos-page__leftmenu{display:flex;flex-direction:column;height:100%;left:-10px;overflow-y:hidden;position:absolute;width:215px}@media (min-width:768px) and (max-width:1024px){.videos-page__leftmenu{left:0;width:35px}}@media (max-width:767px){.videos-page__leftmenu{display:block;width:0}}@media (min-width:768px) and (max-width:1024px){.maximize-left-menu .videos-page__leftmenu{width:215px}}@media (max-width:767px){.maximize-left-menu .videos-page__leftmenu{height:calc(100vh - 50px);left:0;overflow:auto;position:fixed;top:50px;width:100%;z-index:20}}.videos-page__content{display:flex;flex-direction:column;padding-left:220px;padding-top:10px;width:100%}@media (min-width:768px) and (max-width:1024px){.videos-page__content{padding-left:45px}}@media (max-width:767px){.videos-page__content{padding:5px 0 0}}@media (min-width:768px) and (max-width:1024px){.maximize-left-menu .videos-page__content{padding-left:225px}}.videos{grid-gap:8px;background-color:#2b2b2b;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:20px;padding:10px}.videos>*{min-width:0}@media (max-width:767px){.videos{grid-template-columns:repeat(1,1fr)}}.videos-adv{display:flex;flex-direction:column;margin-left:10px;width:300px}@media (max-width:1024px){.videos-adv{flex-direction:row;flex-wrap:wrap;margin-left:0;order:3;width:100%}}.videos-adv__item{font-size:0;margin-bottom:15px;margin-left:auto;margin-right:auto;position:relative;width:300px}@media (max-width:767px){.videos-adv__item:nth-child(n+2){display:none}}.video-item--adv{position:relative}.video-item--adv:after,.videos-adv__item:after{background-color:rgba(0,0,0,.5);color:#fff;content:attr(data-title);font-size:8px;padding:3px 5px;position:absolute;right:3px;text-transform:uppercase;top:3px}.videos__no-videos-message{align-items:center;background-color:#2b2b2b;display:flex;flex-direction:column;font-weight:700;justify-content:center;min-height:212px}.videos__no-videos-message span{margin-bottom:15px}.videos__no-videos-message a{background-color:#f68425;color:#eee;padding:10px 30px}.video-item{color:#fff}.video-item__preview{margin-bottom:5px;position:relative}.video-item__preview img{width:100%}.video-item__preview:after{background-color:rgba(0,0,0,.6);content:attr(data-duration);font-size:12px;left:5px;line-height:1;padding:3px 5px;position:absolute;top:5px}.video-item__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;width:100%}@media (max-width:1024px){.pagination{order:2}}.pagination__button{align-items:center;background-color:#fff;color:#eee;cursor:pointer;display:flex;font-size:13px;justify-content:center;padding:5px 15px;transition:50ms ease-out;transition-property:all}.pagination__button[disabled]{cursor:no-drop}.pagination__button{background:linear-gradient(0deg,#f68425 0,#f7923d);border:1px solid #f68425;border-radius:5px;color:#fff;font-weight:700;height:45px;min-width:45px;padding:7px 15px}.pagination__button:hover{background:linear-gradient(180deg,#f68425 0,#f7923d);border-color:#f68425}.pagination__button:first-child{margin-left:0;margin-right:15px}.pagination__button:last-child{margin-right:0}@media (max-width:767px){.pagination__button{color:#eee;height:45px;padding:0;width:45px}.pagination__button:first-child{font-size:0}.pagination__button:first-child:before{content:"<";font-size:3.4666666667vw}.pagination__button:last-child{font-size:0}.pagination__button:last-child:before{content:">";font-size:3.4666666667vw}}.pagination__item{align-items:center;background:#2b2b2b;border:1px solid hsla(0,0%,100%,.3);border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;height:45px;justify-content:center;margin-right:10px;min-width:45px;padding:5px;transition:50ms ease-out;transition-property:all}.pagination__item:hover{border-color:#f68425;color:#f68425}@media (max-width:767px){.pagination__item{font-size:13px}}.pagination__separator{align-items:center;background:#2b2b2b;border:1px solid hsla(0,0%,100%,.3);border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;height:45px;justify-content:center;margin-right:10px;min-width:45px;padding:5px;transition:50ms ease-out;transition-property:all}.pagination__separator:hover{border-color:#f68425;color:#f68425}@media (max-width:767px){.pagination__separator{font-size:13px}}.pagination__separator{background:none;border:none;pointer-events:none}.pagination__separator:hover{color:#fff}.pagination__item--active{align-items:center;background:#2b2b2b;border:1px solid hsla(0,0%,100%,.3);border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;height:45px;justify-content:center;margin-right:10px;min-width:45px;padding:5px;transition:50ms ease-out;transition-property:all}.pagination__item--active:hover{color:#f68425}@media (max-width:767px){.pagination__item--active{font-size:13px}}.pagination__item--active{pointer-events:none}.pagination__item--active,.pagination__item--active:hover{background:#f68425;border-color:#f68425}.models{position:relative}.models__search{left:10px;position:absolute;top:10px;width:400px}@media (max-width:767px){.models__search{right:10px;width:auto}}.models__search-models{color:#fff;text-decoration:underline;transition:50ms ease-out;transition-property:all}.models__search-models:hover{color:#f68425}.models-list{grid-gap:8px;background-color:#2b2b2b;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:20px;padding:50px 10px 10px}.models-list>*{min-width:0}@media (max-width:767px){.models-list{grid-template-columns:repeat(1,1fr)}}.model-item{color:#eee}.model-item:hover{color:#f68425}.model-item__preview{margin-bottom:5px;position:relative}.model-item__preview img{width:100%}.model-item__desc{display:flex}.model-item__desc span:first-of-type{margin-right:auto}.model-item__desc span:last-of-type{color:hsla(0,0%,100%,.6)}.model-item__rank{background:#fdcb0a;border-radius:2px;color:#303030;font-size:12px;line-height:12px;padding:4px 5px;position:absolute;right:10px;top:10px}.categories-list{grid-gap:15px 5px;align-content:center;background-color:#2b2b2b;border:1px solid #1e1e1e;border-radius:2px;border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));height:-moz-max-content;height:max-content;justify-content:center;margin-bottom:20px;width:100%}.categories-list>*{min-width:0}@media (max-width:767px){.categories-list{grid-template-columns:repeat(1,1fr)}}.categories-list{border:none;margin-bottom:0;padding:0}.category-item{background-color:#2b2b2b;flex-direction:column;font-size:12px;transition:50ms ease-out;transition-property:all}.category-item,.category-item__preview{display:flex;overflow:hidden;position:relative}.category-item__preview{background-color:#373737;padding-bottom:56.16%;width:100%}.category-item__preview>img,.category-item__preview>picture{background-color:#373737;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;position:absolute;right:0;top:0;width:100%}.category-item__preview>img>img,.category-item__preview>picture>img{height:100%;width:100%}.category-item__preview>img[alt]:after{align-items:center;color:#f68425;content:attr(alt);display:flex;height:100%;justify-content:center;left:0;padding:10px;position:absolute;text-align:center;top:0;width:100%}.category-item__preview>video{bottom:0;left:0;max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.category-item__desc{align-items:center;background:#2b2b2b;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:none;color:#eee;display:flex;font-size:13px;padding:5px 5px 0 0;transition:50ms ease-out;transition-property:all}.category-item__desc svg{fill:#f68425;height:13px;margin-right:5px;width:13px}.category-item__desc span:first-of-type{font-weight:700;transition:50ms ease-out;transition-property:all}.category-item__desc span:last-of-type{color:hsla(0,0%,100%,.6);margin-left:auto}.category-item:hover .category-item__desc span:first-of-type{color:#f68425}.category-item__videos-count{align-items:center;background-color:#f68425;border-radius:3px;color:#eee;display:flex;font-size:10px;padding:2px 6px;pointer-events:none;position:absolute;z-index:2}.category-item__videos-count svg{fill:#f68425;height:12px;margin-right:3px;width:12px}.category-item__videos-count{bottom:10px;right:10px}.category-item__info-list{height:36px;margin-left:-3px;overflow:hidden}.category-item__info-list a{border-radius:3px;color:#f68425;display:inline-block;padding:1px 3px;text-transform:lowercase;transition:50ms ease-out;transition-property:all;transition-property:color;white-space:nowrap}.category-item__info-list a:hover{background-color:rgba(246,132,37,.3)}.category-item__info-list{height:auto;margin-left:0}*+.tab-items{margin-top:20px}.tab-items{margin-left:-5px}.tab-items__title{color:#fff;margin-bottom:5px;margin-left:5px}.tab-items__link{align-items:center;background-color:#303036;border-radius:5px;color:#fff;display:inline-flex;justify-content:center;margin:5px;min-height:38px;padding:5px 10px}.tab-items__link:hover{background-color:#000;color:#f68425}h1{font-size:20px}.categories-list,.models-list{padding:10px}