/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@charset "UTF-8";footer{width:100%;display:grid;grid-template-columns:auto 40% auto;grid-template-areas:"logo logo logo" "links contact enamad" "links contact enamad" "text text text";color:var(--textColorStrong);background-color:#fff;padding:4em 5em 2em;margin-top:1em;gap:1em;}footer p,footer a{font-size:1.2em;}footer .h5{font-size:1.3em;margin-bottom:1em;font-weight:600;}footer .links-footer{display:grid;grid-area:links;grid-template-areas:"title title" "rightLinks leftLinks";grid-template-rows:4em;gap:0 2em;}footer .links-footer .h5{grid-area:title;}footer .links-footer>div a{display:list-item;margin-right:1em;list-style:disc;}footer .links-footer>div:first-child{grid-area:rightLinks;}footer .links-footer>div:last-child{grid-area:leftLinks;}footer .contact-footer{grid-area:contact;}footer .contact-footer #mobile>span{display:flex;flex-wrap:wrap;}footer .contact-footer #mobile>span>span:nth-of-type(2){flex-basis:auto;}footer .contact-footer p{display:flex;align-items:start;margin-bottom:1em;}footer .contact-footer p::before{content:"";width:2em;height:2em;display:inline-block;margin-left:.5em;background-image:url("/Content/images/img/footerIcon1.png");background-repeat:no-repeat;background-size:657%;flex-shrink:0;}footer .contact-footer p:nth-of-type(1)::before{background-position:0 .1em;}footer .contact-footer p:nth-of-type(2)::before{background-position:-2.1em .1em;background-size:533%;}footer .contact-footer p:nth-of-type(3)::before{background-position:-5.7em 0;}footer .contact-footer p:nth-of-type(4)::before{background-position:-8.5em .1em;}footer .contact-footer p:nth-of-type(5)::before{background-position:-11.3em .1em;}footer .contact-footer .socialmedia-footer{display:flex;flex-wrap:wrap;}footer .contact-footer .socialmedia-footer a{display:inline-block;margin-left:.5em;margin-top:.5em;--wid:3em;width:var(--wid);height:var(--wid);background-image:url("/Content/images/img/HeaderAndFooterIcons.webp");background-repeat:no-repeat;background-size:514%;background-position:0 0;}footer .contact-footer .socialmedia-footer a:nth-of-type(1){background-position:-181px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(2){background-position:-134px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(3){background-position:-89px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(4){background-position:-43px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(5){background-position:2px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(6){background-size:cover;}footer .contact-footer .socialmedia-footer a:nth-of-type(7){background-size:contain;border-radius:.5rem;}footer .enamad-footer{grid-area:enamad;width:10em;justify-self:left;align-self:end;margin-top:1em;}footer .enamad-footer img{object-fit:contain;}footer>p{background-color:var(--white);color:var(--blue);font-weight:600;text-align:center;padding:.5em 1em;grid-area:text;border-radius:var(--borderRadius);margin-top:2em;}@media(max-width:992px){footer{grid-template-areas:"logo logo logo" "links links links" "contact contact contact" "enamad enamad enamad" "text text text";}}@media(max-width:992px) and (min-width:479px){footer .links-footer{grid-template-areas:"title title" "rightLinks rightLinks" "leftLinks leftLinks";grid-gap:0;}footer .links-footer>div{display:flex;flex-wrap:wrap;}footer .links-footer>div a{display:list-item;margin-right:1em;list-style:disc;margin-left:1.5em;}footer .links-footer>div:first-child,footer .links-footer>div:last-child{grid-column:1/2;}}@media(max-width:480px){footer{padding:4em 2em 2em;grid-template-areas:"logo" "links" "contact" "enamad" "text ";grid-template-columns:100%;}footer .enamad-footer{grid-column:1/2;justify-self:right;}}@media(max-width:330px){footer .links-footer{display:block;}}section#comments{--radiusBig:1em;--radiusSmall:.7em;--shadow:0px 0px 20px rgb(0 0 0/8%);--borderColor:#e0e0e0;--borderColorLight:#ebebeb;--textColorLight:#6f6f6f;--textColorSolid:black;color:var(--textColorLight);font-size:16px;max-width:1200px;width:96%;margin:auto;margin-top:4em;grid-column:1/3;padding-inline:16px;}section#comments button{background-color:var(--color);border-radius:.7em;color:#fff;padding:.8em;--color:#4e7c9d;}section#comments .mainTitle{--color:#c39c1b;text-align:center;margin-bottom:.9em;font-size:1.6em;color:#383838;font-weight:700;display:block;}section#comments .mainTitle span{color:var(--color);}section#comments .mainTitle::after{content:"";display:block;height:1em;width:.1em;background-color:var(--color);margin:.3em auto;}section#comments .validationMsg{overflow:hidden;max-height:0;color:#f00;font-size:.9rem;display:block;transition:.2s;}section#comments .validationMsg.show{max-height:3em;}section#comments .commentReplyForm,section#comments>div{background-color:#fff;border-radius:var(--radiusBig);padding:2em;margin-bottom:2em;box-shadow:var(--shadow);}.commentReplyForm{--color:#4e7c9d;--borderColor:#e0e0e0;--radiusSmall:.7em;font-size:.7em;}.commentReplyForm>*:not(:last-child){margin-bottom:.7em;}.commentReplyForm p{font-size:1.4em;font-weight:600;color:var(--textColorSolid);}.commentReplyForm label{display:block;font-size:1.4em;text-indent:.6em;color:#808080;}.commentReplyForm label>div{display:flex;flex-wrap:wrap;}.commentReplyForm label>div>.validationMsg{order:3;width:100%;flex-shrink:0;}.commentReplyForm textarea,.commentReplyForm input{display:block;border:.1em solid var(--borderColor);resize:none;overflow:hidden;border-radius:var(--radiusSmall);font-family:inherit;color:inherit;padding:1em 1em;font-size:1.5em;}.commentReplyForm textarea{width:100%;min-height:10em;font-size:1.5em;color:#808080;}.commentReplyForm textarea.error{border-color:#f00;}.commentReplyForm input{max-width:unset;width:25%;padding:.2em 1em;font-size:1.078em;}.commentReplyForm button{display:block;margin-right:auto;font-size:1.1em;background-color:var(--color);border-radius:.7em;color:#fff;padding:.8em;--color:#4e7c9d;}.commentReplyForm .submit-and-captcha{display:flex;align-items:center;}.commentReplyForm .submit-and-captcha .Captcha-part{display:flex;align-items:center;gap:1em;}.commentReplyForm .submit-and-captcha .Captcha-part br{display:none;}.commentReplyForm .submit-and-captcha .Captcha-part #Captcha{display:flex;gap:1em;flex-direction:row-reverse;justify-content:flex-end;}.commentReplyForm .submit-and-captcha .Captcha-part #Captcha img{height:40px;width:auto;}section#comments .content,section#comments .reply{padding:1em 1.6em;}section#comments .content p,section#comments .reply p{padding-top:.5em;}section#comments .content>div,section#comments .reply>div{padding-bottom:.3em;border-bottom:.1em solid var(--borderColorLight);}section#comments .content>div>img,section#comments .reply>div>img{--wid:2.7em;object-fit:scale-down;width:var(--wid);height:var(--wid);border-radius:50%;background-color:#ececec;}section#comments .content>div>span,section#comments .reply>div>span{display:block;}section#comments .content>div>span:first-of-type,section#comments .reply>div>span:first-of-type{font-weight:600;}section#comments .content>div:not(.reply),section#comments .reply>div:not(.reply){display:flex;align-items:center;padding-bottom:1em;gap:1em;}section#comments .content>div:not(.reply)>button,section#comments .reply>div:not(.reply)>button{margin-right:auto;}section#comments .content>span,section#comments .reply>span{color:var(--textColorSolid);font-weight:700;font-size:1.3em;line-height:2em;padding-top:.3em;display:inline-block;}section#comments .content>a,section#comments .reply>a{background-color:#fff;display:block;border-radius:.6em;font-size:.8em;padding:.4em 1em;margin-bottom:1em;}section#comments .content button,section#comments .reply button{display:flex;gap:.7em;}section#comments .content button::before,section#comments .reply button::before{content:"";display:inline-block;--wid:1.4em;width:var(--wid);height:var(--wid);background-image:url("/Content/images/img/Chat.png");background-size:contain;}section#comments .content>button,section#comments .reply>button{display:none;}section#comments .content.reply,section#comments .reply.reply{font-size:1em;margin-top:1em;background-color:#f2f2f2;border-radius:var(--radiusBig);padding:1em 1.5em .3em;--borderColorLight:white;}section#comments .content.reply button,section#comments .reply.reply button{background-color:transparent;color:var(--color);font-weight:700;gap:.2em;margin-top:0;}section#comments .content.reply button::before,section#comments .reply.reply button::before{background-image:url("/Content/images/img/Reply.png");--wid:1.3em;}section#comments .content.reply.admin,section#comments .reply.reply.admin{background-color:#dce5ea;}section#comments .font-bold a{text-decoration:underline;}@media(max-width:698px){section#comments .commentReplyForm>button[type=submit]{display:block;font-size:1.4em;}section#comments .commentReplyForm input{width:100%;padding:.6em 1em;}section#comments .commentReplyForm .submit-and-captcha{flex-direction:column;align-items:flex-start;gap:1em;}section#comments .commentReplyForm .submit-and-captcha .Captcha-part{flex-direction:column;align-items:flex-start;}}@media(max-width:480px){section#comments .content{font-size:.9em;}section#comments .content>div:not(.reply)>button{display:none;}section#comments .content>button{display:flex;margin-top:1em;}}.videoSection{display:grid;font-size:1vw;grid-template-areas:"aside sort" "aside main";align-items:start;grid-template-columns:19em auto;grid-template-rows:3em auto;gap:1.3em;width:92%;margin:auto;margin-bottom:1em;--lightBlueBg:#e4eefa;--lightBlueText:#4a9cd3;--boldTextColor:#383838;--smallFontSize:.8em;grid-template-areas:"pageTitle pageTitle" "aside sort" "aside main";grid-template-rows:unset;}@keyframes fade{from{opacity:0;}to{opacity:1;}}.videoSection .tag{background-color:var(--lightBlueBg);color:var(--lightBlueText);border-radius:var(--borderRadius);padding:.2em .6em;font-size:var(--smallFontSize);}.videoSection .tags{border-top:1px solid #efefef;padding-block:.8em;}.videoSection .tags>div{display:flex;gap:.5em;width:100%;flex-wrap:wrap;margin-top:.5em;}.videoSection .videoCard{display:flex;flex-direction:column;gap:1em;--border-radius:1em;}.videoSection .videoCard>.img{border-radius:var(--border-radius);aspect-ratio:16/9;}.videoSection .videoCard>.img img{border-radius:var(--border-radius);aspect-ratio:16/9;}.videoSection .videoCard>.info{border-radius:var(--border-radius);box-shadow:0 5px 11px rgba(207,207,207,.5);padding:.8em 1em;display:flex;flex-direction:column;--smallText:.85em;line-height:1.5em;height:100%;background-color:#fff;}.videoSection .videoCard>.info>a>h2{font-size:1em;color:var(--boldTextColor);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:2.9em;}.videoSection .videoCard>.info>span{color:var(--textColor);font-size:var(--smallText);padding-block:.5em;}.videoSection .videoCard>.info>.statistics{display:flex;gap:1em;font-size:var(--smallText);color:var(--textColor);border-top:1px solid #efefef;padding-block:.7em;}.videoSection .videoCard>.info>.statistics>span{display:flex;align-items:center;}.videoSection .videoCard>.info>.statistics>span::before{content:"";--wid:1.7em;width:var(--wid);height:var(--wid);background-repeat:no-repeat;background-size:cover;background-position:0;background-image:url("/content/images/img/tvIcons.svg");}.videoSection .videoCard>.info>.statistics>span:nth-of-type(1)::before{background-position:.3em 39.9%;}.videoSection .videoCard>.info>.statistics>span:nth-of-type(2)::before{background-position:0 51.4%;}.videoSection .videoCard>.info>.statistics>span:nth-of-type(3)::before{background-position:0 64.1%;}.videoSection .videoCard>.info>.tags{border-top:0;padding:0;}.videoSection .videoCard>.info>.tags>div{margin-top:0;}.videoSection>main{grid-area:main;overflow:hidden;}.videoSection>main>.videos{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:1.3em;animation-name:fade;animation-duration:.7s;}.videoSection>main>.TD-pagination .pagination{display:flex;align-items:center;justify-content:center;align-content:center;flex-flow:row-reverse;padding:1em 0;gap:.5em;margin-top:2em;}.videoSection>main>.TD-pagination .pagination li{cursor:pointer;}.videoSection>main>.TD-pagination .pagination li.page-item{padding:0 1px;text-align:center;}.videoSection>main>.TD-pagination .pagination li.page-item a{display:flex;align-items:center;border-radius:5px;text-align:center;color:#989898;border:1px solid #d1d1d1;font-size:.9em;transition:.1s;width:2em;height:2em;justify-content:center;}.videoSection>main>.TD-pagination .pagination li.page-item.active>a{border:0;margin:0;color:#fff;background-color:var(--textSecondColor);}.videoSection>main>.TD-pagination .pagination li:first-child>a,.videoSection>main>.TD-pagination .pagination li:last-child>a{--wid:.7em;display:block;width:var(--wid);height:var(--wid);border-left:2px solid var(--textColorStrong);border-bottom:2px solid var(--textColorStrong);transform:rotate(45deg);}.videoSection>main>.TD-pagination .pagination li:first-child.disabled,.videoSection>main>.TD-pagination .pagination li:last-child.disabled{cursor:default;}.videoSection>main>.TD-pagination .pagination li:first-child.disabled>a,.videoSection>main>.TD-pagination .pagination li:last-child.disabled>a{border-color:#dadadb;}.videoSection>main>.TD-pagination .pagination li:last-child{transform:rotateY(180deg);}.videoSection>main>.slider{margin-top:2em;display:block;align-items:center;padding-inline:unset;margin-bottom:unset;}.videoSection>main>.slider>.title{display:block;font-size:1.4em;font-weight:800;margin-bottom:1em;padding-right:1em;color:var(--textColorStrong);border-right:2px solid var(--mainBlue);}.videoSection>main>.slider .owl-carousel{position:relative;--offset:.1em;}.videoSection>main>.slider .owl-carousel .owl-prev,.videoSection>main>.slider .owl-carousel .owl-next{position:absolute;--wid:2.2em;width:var(--wid);height:var(--wid);border:1px solid #ddd;background-color:#fff;top:13.1em;border-radius:50%;box-shadow:0 0 4px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;}.videoSection>main>.slider .owl-carousel .owl-prev::after,.videoSection>main>.slider .owl-carousel .owl-next::after{content:"";--wid:20%;width:var(--wid);height:var(--wid);border:1px solid #000;border-top:transparent;border-right:transparent;position:relative;}.videoSection>main>.slider .owl-carousel .owl-next{left:var(--offset);}.videoSection>main>.slider .owl-carousel .owl-next::after{left:3%;transform:rotate(45deg);}.videoSection>main>.slider .owl-carousel .owl-prev{right:var(--offset);}.videoSection>main>.slider .owl-carousel .owl-prev::after{right:3%;transform:rotate(-135deg);}.videoSection>main>.slider .item{padding-block:1em;}.videoSection>main>.slider .videoCard{width:97%;margin:auto;}.videoSection>.sortSection{grid-area:sort;display:flex;gap:.5em;font-size:.9em;}.videoSection>.sortSection>.sortTitle,.videoSection>.sortSection>.currentSort{color:var(--boldTextColor);font-weight:800;display:flex;align-items:center;gap:.3em;}.videoSection>.sortSection>.sortTitle::before,.videoSection>.sortSection>.currentSort::before{content:"";--wid:1.7em;width:var(--wid);height:var(--wid);background-repeat:no-repeat;background-size:cover;background-position:0 26.7%;background-image:url("/content/images/img/tvIcons.svg");}.videoSection>.sortSection>.currentSort{display:none;}.videoSection>.sortSection>.sortList{display:flex;gap:.5em;}.videoSection>.sortSection>.sortList>.ResTitle{display:none;}.videoSection>.sortSection>.sortList>.items{display:flex;gap:.5em;}.videoSection>.sortSection>.sortList>.items>span{padding:.3em .5em;border:1px solid #ddd;border-radius:3em;font-size:.8em;color:var(--textColor);transition:all .3s;cursor:pointer;}.videoSection>.sortSection>.sortList>.items>span.active{border-color:transparent;background-color:var(--lightBlueBg);color:var(--lightBlueText);}.videoSection>.asideFilter{grid-area:aside;box-shadow:0 0 15px rgba(0,0,0,.1098039216);border-radius:.7em;padding:1.5em;height:fit-content;line-height:1.7em;--borderRadius:.6em;background-color:#fff;position:sticky;top:6em;}.videoSection>.asideFilter .title{font-weight:800;color:var(--boldTextColor);font-size:.9em;}.videoSection>.asideFilter>.topSection{padding-bottom:.8em;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;margin-bottom:.5em;}.videoSection>.asideFilter>.topSection>span{position:relative;display:flex;align-items:center;gap:.3em;color:var(--boldTextColor);font-weight:800;}.videoSection>.asideFilter>.topSection>span::before{content:"";--wid:1.7em;width:var(--wid);height:var(--wid);background-repeat:no-repeat;background-size:122%;background-position:47% 13.5%;background-image:url("/content/images/img/tvIcons.svg");}.videoSection>.asideFilter>.overlay{display:none;}.videoSection>.asideFilter>.filterContainer>.ResTitle{display:none;}.videoSection>.asideFilter>.filterContainer>.filters>.links{position:relative;width:100%;border:2px solid var(--inputBorderColor);border-radius:.5em;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;user-select:none;border-top:1px solid #efefef;padding-block:.8em;}.videoSection>.asideFilter>.filterContainer>.filters>.links:nth-of-type(1){border-top:0;}.videoSection>.asideFilter>.filterContainer>.filters>.links>.categoryTitle{position:relative;}.videoSection>.asideFilter>.filterContainer>.filters>.links>.categoryTitle::after{content:"";display:inline-block;position:absolute;top:50%;left:0;padding:.15em;border-right:1px solid #000;border-bottom:1px solid #000;transform:translateY(-50%) rotate(45deg);transition:.3s;}.videoSection>.asideFilter>.filterContainer>.filters>.links>.filterList{width:100%;background-color:var(--checkBoxListBg);top:calc(100% + .8em);right:0;display:flex;flex-direction:column;border-radius:.5em;transition:all .3s;z-index:2;height:0;overflow:hidden;font-weight:500;color:var(--textColor);}.videoSection>.asideFilter>.filterContainer>.filters>.links>.filterList>a{position:relative;cursor:pointer;padding-top:.5em;color:#2086c8;font-weight:700;font-size:.9em;}.videoSection>.asideFilter>.filterContainer>.filters>.links.active>.categoryTitle::after{transform:translateY(-50%) rotate(225deg);}.videoSection>.asideFilter>.filterContainer>.filters>.links.active .filterList{height:var(--height);}.videoSection>.asideFilter .search{position:relative;margin-block:1em;}.videoSection>.asideFilter .search>input{background-color:var(--bgGray);padding:.8em 1.5em;font-size:var(--smallFontSize);border-radius:var(--borderRadius);width:100%;}.videoSection>.asideFilter .search>button{position:absolute;--wid:1.5em;width:var(--wid);height:var(--wid);top:50%;transform:translateY(-50%);left:1.5em;background-image:url(/content/images/img/searchIconSvg.svg);background-repeat:no-repeat;background-size:cover;font-size:.7em;}@media(max-width:698px){.videoSection>.asideFilter{padding:0;box-shadow:none;background-color:unset;position:static;}.videoSection>.asideFilter>.topSection{margin:0;border:0;padding:0;}.videoSection>.asideFilter>.topSection>span{padding:.6em;}.videoSection>.asideFilter>.tags{display:none;}.videoSection>.asideFilter>.overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:99;transition:.3s;visibility:hidden;opacity:0;}.videoSection>.asideFilter .search{margin-block:0;padding-top:.7em;padding-inline:1.5em;background-color:#fff;}.videoSection>.asideFilter .search>button{transform:translateY(-14%);left:3.5em;}.videoSection>.asideFilter>.filterContainer{position:fixed;width:100%;height:50%;bottom:0;left:0;z-index:100;transition:.3s;transform:translateY(100%);display:flex;flex-direction:column;}.videoSection>.asideFilter>.filterContainer>.ResTitle{position:relative;display:flex;justify-content:space-between;font-size:1em;padding-inline:1.4em;background-color:#fff;z-index:101;padding-top:1.2em;padding-bottom:.7em;--border-radius:2.5em;border-radius:var(--border-radius) var(--border-radius) 0 0;}.videoSection>.asideFilter>.filterContainer>.ResTitle::after{position:absolute;content:"";width:81%;height:1px;background-color:#e3e3e3;top:100%;left:6%;}.videoSection>.asideFilter>.filterContainer>.ResTitle>span:nth-of-type(1){display:flex;align-items:center;gap:.3em;}.videoSection>.asideFilter>.filterContainer>.ResTitle>span:nth-of-type(1)::before{content:"";--wid:1.7em;width:var(--wid);height:var(--wid);background-repeat:no-repeat;background-size:cover;background-position:0 13.1%;background-image:url("/content/images/img/tvIcons.svg");}.videoSection>.asideFilter>.filterContainer>.ResTitle>span#close{font-weight:100;font-size:2em;}.videoSection>.asideFilter>.filterContainer>.filters{padding-bottom:1em;padding-top:1em;padding-inline:1.8em;background-color:#fff;overflow:auto;flex-grow:1;}.videoSection>.asideFilter>.filterContainer>.filters::-webkit-scrollbar{width:5px;}.videoSection>.asideFilter>.filterContainer>.filters::-webkit-scrollbar-track{background:#ddd;border-radius:4px;}.videoSection>.asideFilter>.filterContainer>.filters::-webkit-scrollbar-thumb{background:#1d71b9;border-radius:4px;}.videoSection>.asideFilter>.filterContainer>.filters>.links{border-top:0;padding-top:0;}.videoSection>.asideFilter>.filterContainer>.filters>.links>.filterList>a{font-weight:500;}.videoSection>.asideFilter.active>.overlay{visibility:visible;opacity:1;}.videoSection>.asideFilter.active>.filterContainer{transform:translateY(0%);}}.videoSection>.asideFilter>.filterContainer>.filters .freeCheckbox{display:flex;align-items:center;gap:.3em;}.videoSection>.asideFilter>.filterContainer>.filters .freeCheckbox input{pointer-events:none;top:-.1em;width:.9vw;height:.9vw!important;}.videoSection>.asideFilter>.filterContainer>.filters>.links>.filterList>a{display:flex;justify-content:space-between;}.videoSection>.asideFilter>.filterContainer>.filters>.links>.filterList>a::after{content:attr(data-count);color:#a9a9a9;font-weight:500;}@media(max-width:698px){.videoSection{margin-top:2em;font-size:3.9vw;width:90%;grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"aside" "sort" "main";}.videoSection>.sortSection{position:relative;}.videoSection>.sortSection::after{position:absolute;content:"";width:85vw;height:1px;background-color:#e3e3e3;top:123%;left:1vw;}.videoSection>.sortSection>.sortTitle{display:none;}.videoSection>.sortSection>.currentSort{display:flex;border-radius:.6em;border:1px solid #ddd;padding:.3em .6em;}.videoSection>.sortSection>.currentSort.active~.overlay{visibility:visible;opacity:1;}.videoSection>.sortSection>.currentSort.active~.sortList{transform:translateY(0%);}.videoSection>.sortSection>.sortList{font-size:1.05em;position:fixed;width:100%;height:50%;bottom:0;left:0;z-index:100;padding-top:0;transition:.3s;transform:translateY(100%);overflow:auto;--border-radius:2.5em;border-radius:var(--border-radius) var(--border-radius) 0 0;flex-direction:column;gap:0;}.videoSection>.sortSection>.sortList>.ResTitle{position:relative;display:flex;justify-content:space-between;font-size:1.1em;padding-inline:1.4em;background-color:#fff;z-index:101;padding-top:1.2em;padding-bottom:.7em;--border-radius:2.5em;border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:800;color:var(--boldTextColor);}.videoSection>.sortSection>.sortList>.ResTitle::after{position:absolute;content:"";width:81%;height:1px;background-color:#e3e3e3;top:100%;left:6%;}.videoSection>.sortSection>.sortList>.ResTitle>span:nth-of-type(1){display:flex;align-items:center;gap:.3em;}.videoSection>.sortSection>.sortList>.ResTitle>span:nth-of-type(1)::before{content:"";--wid:1.3em;width:var(--wid);height:var(--wid);background-repeat:no-repeat;background-size:cover;background-position:0 26.3%;background-image:url("/content/images/img/tvIcons.svg");}.videoSection>.sortSection>.sortList>.ResTitle>span#close{font-weight:100;font-size:2em;}.videoSection>.sortSection>.sortList>.items{flex-direction:column;background-color:#fff;gap:0;flex-grow:1;padding-inline:1.9em;padding-top:.8em;}.videoSection>.sortSection>.sortList>.items>span{padding:0;border:0;}.videoSection>.sortSection>.sortList>.items>span.active{background-color:unset;}.videoSection>.sortSection>.sortList>.items>span>a{color:#2086c8;font-size:1.2em;}.videoSection>.sortSection>.overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:99;transition:.3s;visibility:hidden;opacity:0;}.videoSection>main{position:relative;margin-top:1em;}.videoSection>main::before{position:absolute;content:"";width:100%;height:1px;background-color:#e3e3e3;bottom:100%;left:0;}.videoSection>main>.videos{grid-template-columns:1fr;}.videoSection>main>.videos>.videoCard{padding-inline:.5em;}.videoSection>main>.videos>a>div::after{--wid:10.5vw;}.videoSection>main>.videos>a>div>img{height:57vw;}.videoSection>main>.videos>a>div>.mobImg{display:block;}.videoSection>main>.videos>a>div>.desImg{display:none;}.videoSection>main>.videos>a>span{-webkit-line-clamp:2;line-height:1.5em;text-align:center;}.videoSection>.asideFilter>.filterContainer>.filters .freeCheckbox input{width:3.4vw;height:3.4vw!important;}}.videoSection>.pageTitle{grid-area:pageTitle;display:flex;align-items:center;gap:.3em;color:#2086c8;font-weight:800;font-size:1.1em;}.videoSection>.pageTitle::before{content:"";--wid:1.7em;width:var(--wid);height:var(--wid);background-repeat:no-repeat;background-size:123.9%;background-position:47% 81.7%;background-image:url(/content/images/img/tvIcons.svg);}@media(max-width:698px){.videoSection{grid-template-areas:"pageTitle pageTitle" "aside sort" "main main";}}.tvAds{font-size:1vw;width:92%;margin:auto;margin-top:2em;}.tvDetails{font-size:1vw;display:grid;grid-template-columns:9fr 3fr;grid-template-areas:"body aside" "ads aside";width:93%;column-gap:1em;margin:auto;margin-top:2em;line-height:1.7em;}.tvDetails>.body{grid-area:body;display:flex;flex-direction:column;gap:1em;}.tvDetails>.body .tags{display:flex;gap:.5em;font-size:.7em;}.tvDetails>.body .tags .tag{background-color:#e4eefa;color:#4a9cd3;border-radius:.6em;padding-inline:.6em;}.tvDetails>.body>.tags{display:none;}.tvDetails>.body>.sample-video{position:relative;width:100%;--borderRadius:.8em;border-radius:var(--borderRadius);cursor:pointer;}.tvDetails>.body>.sample-video>video{position:relative;z-index:0;aspect-ratio:16/9;width:100%;max-width:unset;margin:0;border-radius:var(--borderRadius);object-fit:cover;background-color:#000;}.tvDetails>.body>.sample-video::after{content:"";position:absolute;z-index:2;--wid:4em;width:var(--wid);height:var(--wid);background-image:url("/content/images/img/playIcon.svg");background-repeat:no-repeat;background-size:cover;background-position:100.1% 0;top:50%;left:50%;transform:translate(-50%,-50%);}.tvDetails>.body>.sample-video>div{position:absolute;z-index:2;display:flex;flex-direction:column;font-size:2.5em;color:var(--white);bottom:4em;left:3.5em;line-height:4.7em;font-weight:900;}.tvDetails>.body>.sample-video>div>span{font-size:1.5em;align-self:flex-end;}.tvDetails>.body>.sample-video.play::before{display:none;}.tvDetails>.body>.sample-video.play::after{display:none;}.tvDetails>.body>.sample-video.play>video{object-fit:contain;}.tvDetails>.body>.sample-video.play>div{display:none;}.tvDetails>.body>.title{display:flex;justify-content:space-between;}.tvDetails>.body>.title>h1{color:var(--textColorStrong);font-size:1.1em;}.tvDetails>.body>p{font-size:.9em;}.tvDetails>.body .statisticAndSocial{display:flex;justify-content:space-between;}.tvDetails>.body .statisticAndSocial *{user-select:none;}.tvDetails>.body .statisticAndSocial>.social,.tvDetails>.body .statisticAndSocial>.statistic{font-size:.8em;display:flex;gap:1.5em;}.tvDetails>.body .statisticAndSocial>.social>div,.tvDetails>.body .statisticAndSocial>.social>span,.tvDetails>.body .statisticAndSocial>.social>a,.tvDetails>.body .statisticAndSocial>.statistic>div,.tvDetails>.body .statisticAndSocial>.statistic>span,.tvDetails>.body .statisticAndSocial>.statistic>a{display:flex;align-items:center;gap:.2em;}.tvDetails>.body .statisticAndSocial>.social>div::before,.tvDetails>.body .statisticAndSocial>.social>span::before,.tvDetails>.body .statisticAndSocial>.social>a::before,.tvDetails>.body .statisticAndSocial>.statistic>div::before,.tvDetails>.body .statisticAndSocial>.statistic>span::before,.tvDetails>.body .statisticAndSocial>.statistic>a::before{content:"";--wid:1.3em;width:var(--wid);height:var(--wid);background-repeat:no-repeat;background-size:cover;background-position:0;background-image:url("/content/images/img/tvDetailsIcons.svg");}.tvDetails>.body .statisticAndSocial>.statistic>span:nth-of-type(1)::before{background-position:0 42.2%;}.tvDetails>.body .statisticAndSocial>.statistic>span:nth-of-type(2)::before{background-position:0 62.2%;}.tvDetails>.body .statisticAndSocial>.social>*{cursor:pointer;}.tvDetails>.body .statisticAndSocial>.social>.dlLink::before{background-position:0 .6%;}.tvDetails>.body .statisticAndSocial>.social>.relativeLink{display:flex;gap:.3em;align-items:center;color:#fff;background-color:#383838;width:fit-content;padding:.3em .9em;border-radius:.4em;}.tvDetails>.body .statisticAndSocial>.social>.relativeLink::before{display:none;}.tvDetails>.body .statisticAndSocial>.social>.relativeLink>svg{--wid:1.3em;width:var(--wid);height:var(--wid);}.tvDetails>.body .statisticAndSocial>.social>#copyUrlBtn{position:relative;}.tvDetails>.body .statisticAndSocial>.social>#copyUrlBtn::after{position:absolute;content:"لینک کپی شد";top:80%;left:50%;transform:translateX(-50%);padding:.1em .5em;background-color:#888;color:#fff;display:inline-block;width:max-content;padding:0 .7em;border-radius:.5em;font-size:.7em;box-shadow:0 0 15px rgba(0,0,0,.2);transition:all .3s;visibility:hidden;opacity:0;}.tvDetails>.body .statisticAndSocial>.social>#copyUrlBtn::before{background-position:0 20.8%;}.tvDetails>.body .statisticAndSocial>.social>#copyUrlBtn.copied::after{visibility:visible;opacity:1;top:calc(100% + .1em);}.tvDetails>.body>.teacher{display:flex;align-items:center;gap:.5em;}.tvDetails>.body>.teacher>img{--wid:2.3em;width:var(--wid);height:var(--wid);border-radius:50%;}.tvDetails>.body>.teacher>span{font-size:.8em;}.tvDetails>.body>.rating{display:flex;font-size:.8em;gap:.7em;}.tvDetails>.body>.rating>ul{display:flex;}.tvDetails>.body>.rating>ul.disableEvent{pointer-events:none;}.tvDetails>.body>.rating>ul>li{cursor:pointer;}.tvDetails>.body>.rating>ul>li>svg{--wid:1.5em;width:var(--wid);height:var(--wid);}.tvDetails>.body>.rating>ul>li path{stroke:#bebebe;}.tvDetails>.body>.rating>ul>li.hover path{stroke:#e6c039;fill:#e6c039;}.tvDetails>.slider{grid-area:ads;margin-top:2em;overflow:hidden;}.tvDetails>.slider>.title{display:block;font-size:1.1em;font-weight:600;margin-bottom:1em;padding-right:1em;color:var(--textColorStrong);border-right:2px solid var(--mainBlue);}.tvDetails>.slider .owl-carousel{position:relative;--offset:.1em;}.tvDetails>.slider .owl-carousel .owl-prev,.tvDetails>.slider .owl-carousel .owl-next{position:absolute;--wid:2em;width:var(--wid);height:var(--wid);border:1px solid #ddd;background-color:#fff;top:4.4em;border-radius:50%;box-shadow:0 0 4px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;opacity:.8;}.tvDetails>.slider .owl-carousel .owl-prev::after,.tvDetails>.slider .owl-carousel .owl-next::after{content:"";--wid:20%;width:var(--wid);height:var(--wid);border:1px solid #000;border-top:transparent;border-right:transparent;position:relative;}.tvDetails>.slider .owl-carousel .owl-next{left:var(--offset);}.tvDetails>.slider .owl-carousel .owl-next::after{left:3%;transform:rotate(45deg);}.tvDetails>.slider .owl-carousel .owl-prev{right:var(--offset);}.tvDetails>.slider .owl-carousel .owl-prev::after{right:3%;transform:rotate(-135deg);}.tvDetails>.slider .item{padding-block:1em;}.tvDetails>.slider .videoCard{width:97%;margin:auto;}.tvDetails>aside{grid-area:aside;display:flex;flex-direction:column;gap:.5em;}.tvDetails>aside>.title{color:var(--textColorStrong);font-size:.9em;font-weight:600;margin-bottom:1em;}.tvDetails>aside>.item{display:grid;grid-template-columns:1fr 1fr;gap:.5em;}.tvDetails>aside>.item>img{aspect-ratio:16/9;border-radius:.5em;}.tvDetails>aside>.item>div{display:flex;flex-direction:column;line-height:1.3em;gap:.2em;}.tvDetails>aside>.item>div>h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:var(--textColorStrong);font-size:.8em;}.tvDetails>aside>.item>div>span{font-size:.75em;}.tvDetails>aside>.item>div>span:nth-of-type(2){display:flex;align-items:center;gap:.2em;}.tvDetails>aside>.item>div>span:nth-of-type(2)::before{content:"";--wid:1.3em;width:var(--wid);height:var(--wid);background-repeat:no-repeat;background-size:149%;background-position:23% 101%;background-image:url("/content/images/img/tvDetailsIcons.svg");}.tvDetails #comments{font-size:.8em;}@media(max-width:698px){.tvDetails{font-size:4.5vw;grid-template-columns:1fr;grid-template-areas:"body" "aside" "ads";column-gap:0;}.tvDetails>.body>.sample-video::after{--wid:2.3em;}.tvDetails>.body>.title>.tags{display:none;}.tvDetails>.body>.tags{display:flex;}.tvDetails>.body>.statisticAndSocial>.social>a>span,.tvDetails>.body>.statisticAndSocial>.social>div>span{display:none;}.tvDetails>.body>.statisticAndSocial>.social>#copyUrlBtn::after{top:50%;left:80%;transform:translateY(-50%);}.tvDetails>.body>.statisticAndSocial>.social>#copyUrlBtn.copied::after{top:50%;left:120%;}.tvDetails>.slider .owl-carousel .owl-prev,.tvDetails>.slider .owl-carousel .owl-next{top:5.4em;}.tvDetails>aside{gap:1em;}.tvDetails>aside>.item{grid-template-columns:1fr;}}.tvDetails #comments .commentReplyForm input{max-width:unset;width:25%;padding:.2em 1em;font-size:1.078em;}.tvDetails #comments button{font-size:1.1em;}@media(max-width:698px){.tvDetails #comments .commentReplyForm input{width:100%;padding:.6em 1em;}.tvDetails #comments button{font-size:1.4em;}}
