/* /Reset */
*{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
a{text-decoration: none;}
button{border: none;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before, blockquote:after,
q:before,q:after{content: "";content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* /Reset */

/* Light */
:root,[data-theme="light"] {
--header:#213355;
--bg:#eff6fc;
--bg-box:#cde4ff;
--bg-block:#3b598c;
--title: #2b4b80;
--info:#004d97;
--input-bord: #ced4db;
--bg-pr: #a3bef8;

--80-percent:#fff;
--error-top:rgba(245, 44, 44, 0.8);
--error-bottom:rgba(160, 32, 32, 0.8);
--warning-top:rgba(253, 147, 70, 0.8);
--warning-bottom:rgba(187, 68, 30, 0.8);
--success-top:rgba(69, 202, 188, 0.8);
--success-bottom:rgba(21, 106, 96, 0.8);

--input-bg:#fff;
--bg-line:#bff7ff;
--bg-icon:#fff;
--text:#1d345a;
--white:#fff;
--c: #3f80bf;
--c-hover: #4a96cb;
--c-active: #2f5ea0;
--r:#ff4a6f;
--r-hover:#dd6158;
--r-active:#f44336;
--g:#29bb66;
--g-hover: #2bcc6e;
--g-active: #26ad5e;
--m:#f547d7;
--f:#239897;
}

/* Dark */
[data-theme="dark"] {
--header:#151e2f;
--bg:#202d47;
--bg-box:#19253a;
--bg-block:#19253a;
--title: #abc5f0;
--info:#44ff00;
--input-bord: #5a5e63;
--bg-pr: #446292;

--80-percent:rgb(255, 255, 255, 0.8);
--error-top:rgb(239, 113, 113, 0.5);
--error-bottom:rgb(155, 40, 42, 0.8);
--warning-top:rgb(239, 233, 113, 0.5);
--warning-bottom:rgb(181, 174, 23, 0.8);
--success-top:rgb(113, 239, 225, 0.5);
--success-bottom:rgb(31, 135, 123, 0.8);

--input-bg:#2e3d58;
--bg-line:#446292;
--bg-icon:#2e3d58;
--text:#eee;
--white:#eee;
--c: #2e3d58;
--c-hover: #3e4d68;
--c-active: #293446;
--r:#c32344;
--r-hover:#dd6158;
--r-active:#f44336;
--g:#188a47;
--g-hover: #28a059;
--g-active: #145b31;
--m:#c215a4;
--f:#239897;
}

/* Sustem */
@media (prefers-color-scheme:dark) {
:root {
--header:#151e2f;
--bg:#202d47;
--bg-box:#19253a;
--bg-block:#19253a;
--title: #abc5f0;
--info:#44ff00;
--input-bord: #5a5e63;
--bg-pr: #446292;

--80-percent:rgb(255, 255, 255, 0.8);
--error-top:rgb(239, 113, 113, 0.5);
--error-bottom:rgb(155, 40, 42, 0.8);
--warning-top:rgb(239, 233, 113, 0.5);
--warning-bottom:rgb(181, 174, 23, 0.8);
--success-top:rgb(113, 239, 225, 0.5);
--success-bottom:rgb(31, 135, 123, 0.8);

--input-bg:#2e3d58;
--bg-line:#446292;
--bg-icon:#2e3d58;
--text:#eee;
--white:#eee;
--c: #2e3d58;
--c-hover: #3e4d68;
--c-active: #293446;
--r:#c32344;
--r-hover:#dd6158;
--r-active:#f44336;
--g:#188a47;
--g-hover: #28a059;
--g-active: #145b31;
--m:#c215a4;
--f:#239897;
}}
   

/* Fonts */
@font-face{font-family:'Nunito';src:
url('/template/fonts/Nunito-Medium.woff2') format('woff2'),
url('/template/fonts/Nunito-Medium.woff') format('woff'),
url('/template/fonts/Nunito-Medium.ttf') format('truetype');font-display:swap;}

@font-face {
font-family: 'online';
src:
url('/template/fonts/online.ttf?v1.2') format('truetype'),
url('/template/fonts/online.woff?v1.2') format('woff'),
url('/template/fonts/online.svg?v1.2#online') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
    
[class^="ico-"], [class*=" ico-"]{font-family:'online' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.ico-angle-down:before {
content:"\e91b";
}
.ico-share:before{content:"\e90f";}
.ico-heart-plus:before{content:"\e917";}
.ico-heart-minus:before{content:"\e920";}
.ico-heart-check:before{content:"\e921";}
.ico-heart:before{content:"\e91e";}
.ico-angle-down:before{content:"\e91b";}
.ico-clock:before{content:"\e91c";}
.ico-home:before{content:"\e91d";}
.ico-clock-rotate-left:before{content:"\e91f";}
.ico-camcorder:before{content:"\e900";}
.ico-award:before{content:"\e901";}
.ico-layer-group:before{content:"\e902";}
.ico-tags:before{content:"\e903";}
.ico-lips:before{content:"\e904";}
.ico-rss:before{content:"\e905";}
.ico-search:before{content:"\e906";}
.ico-thumbs-down:before{content:"\e907";}
.ico-thumbs-up:before{content:"\e908";}
.ico-lock:before{content:"\e909";}
.ico-out:before{content:"\e90a";}
.ico-circle-half:before{content:"\e90b";}
.ico-dark:before{content:"\e90c";}
.ico-light:before{content:"\e90d";}
.ico-warning:before{content:"\e90e";}
.ico-xmark:before{content:"\e910";}
.ico-edit:before{content:"\e911";}
.ico-trash:before{content:"\e912";}
.ico-user:before{content:"\e913";}
.ico-profile:before{content:"\e914";}
.ico-arrow-down-wide-short:before{content:"\e915";}
.ico-circle-check:before{content:"\e916";}
.ico-error:before{content:"\e918";}
.ico-eye:before{content:"\e919";}
.ico-at:before{content:"\e91a";}

/* Start */
html{scroll-behavior:smooth;}
html,body{height:100%;font-size:18px;background:var(--bg);color:#fff;font-family:"Nunito", sans-serif;}
.wrapper{min-height:100%;display:flex;flex-direction:column;}
header{background-color:var(--header);height:70px;}
.container{max-width:1320px;margin:0 auto;padding:0 20px;}
.nav-bar{height:70px;display:flex;justify-content:space-between;align-items:center;padding:0;gap:30px;}
.logo{display:inline-flex;flex-direction:column;justify-content:center;font-weight:500;font-size:22px;height:40px;color:var(--white) !important;background:url(../img/hip.svg) 0 center / 40px no-repeat;padding-left:50px;}
.logo span{color: #00e396;}
@media (max-width: 449px){
.nav-bar{gap:20px;}
.logo{padding-left:40px;}
.logo_title{display:none;}
}

/* Menu */
.nav-menu{position:absolute;left:-100%;top:70px;flex-direction:column;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;text-align:center;transition:left 0.3s ease-in-out, background-color 0.3s ease-in-out;z-index:2;}
.nav-menu.active{background-color:rgb(21 30 47 / 50%);left:0;}
.nav-item{margin:15px 0;}
.nav-link{font-size:16px;color:#fff;position:relative;line-height:26px;white-space:nowrap;}
.nav-link::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:3px;background:var(--white);border-radius:5px;transform-origin:right;transform:scaleX(0);transition:transform .3s;}
.nav-link:hover::after{transform-origin:left;transform:scaleX(1);}
.nav-link span{display:inline;vertical-align:middle;margin-left:6px;}
.hamburger{cursor:pointer;}
.bar{display:block;background-color:#fff;width:24px;height:2px;margin:6px auto;-webkit-transition:all .3s ease; transition:all .3s ease-in-out;border-radius:2px;}
.hamburger.active .bar:nth-child(2){opacity:0}
.hamburger.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg);}
.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg);}
@media (min-width: 768px) {
.nav-menu{position:static;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1em;width:auto;}
.hamburger{display:none;}
}

/* Общий стиль для пункта меню с выпадающим списком */
.nav-item.dropdown {
  position: relative;
}

/* Скрываем вложенное меню по умолчанию */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--bg-block);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  list-style: none;
  text-align: left;
  overflow-y: auto;
  border-radius: 7px;
  z-index: 3;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

/* Ссылки в выпадающем меню */
.dropdown-link {
  display: flex;
  position: relative;
  font-size: 16px;
  color: var(--white);
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
  gap: 10px;
  align-items: center;
  margin: 8px;
  border-radius: 5px;
}

.dropdown-link span {
    width: 15px;
}

.dropdown-link:hover {
  background-color: var(--c);
}

/* Показываем выпадающее меню при наведении на .dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* По умолчанию десктопная версия показывается, мобильная скрыта */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

/* При мобильном разрешении (например, до 767px) меняем показ */
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}


/* Search */
.search-box{position:relative;width:100%;}
.search-box button{position:absolute;z-index:2;right:0;top:0;width:50px;padding:0;background:none;color:#d6d6d6;font-size:16px;height:35px;background-color:#6082cb;border-radius:0 10px 10px 0;cursor:pointer;}
.search-box input{height:31px;line-height:31px;padding:0 65px 0 15px;border-radius:10px;background:none;border:2px solid #6082cb;box-shadow:none;color:#fff;width:calc(100% - 84px);font-size:16px;font-family:"Nunito", sans-serif;}
span.ico-search{font-size:20px;color:#fff;}

/* Lang */
.custom-lang {position:relative;display:inline-block;vertical-align:middle;width:150px;}
.custom-lang-select{cursor:pointer;background-color:var(--c);color:var(--white);padding:0 13px;height:32px;border:0;margin:0;border-radius:7px;-webkit-appearance:none;appearance:none;display:flex;align-items:center;}
.custom-lang-select>img{width:26px;height:26px;margin-right:10px;}
.custom-lang-placeholder{user-select:none;white-space:nowrap;font-size:16px;}
.custom-lang-popup{display:none;font-size:16px;position:absolute;background-color:var(--bg-block);box-shadow:0 8px 16px rgba(0, 0, 0, 0.2);z-index:1;left:0;right:0;border-radius:7px;overflow-y:auto;top:-330px;}
.custom-lang-popup li{display:block;padding:5px 15px;cursor:pointer;color:var(--white);user-select:none;}
.custom-lang-popup li:hover{background-color:var(--c);}
.custom-lang-popup>ul>li>a{display:flex;text-decoration:none;color:var(--white);align-items:center;}
.custom-lang-popup>ul>li>a>img{width:26px;height:26px;margin-right:10px;}
/*.custom-lang-select.active + .custom-lang-popup,.custom-lang-select:focus + .custom-lang-popup{display:block;}*/
.custom-lang-select.active + .custom-lang-popup{display: block;}
/*.custom-lang-select:focus + .custom-lang-popup{display: block;}*/
select::-ms-expand{display:none;}

/*Theme swich*/
.link_menu{color:var(--white);display:flex;align-items:center;background:var(--c);border-radius:7px;height:32px;padding:0 10px;}
.theme_swich{display:flex;align-items:center;}
.theme_swich select{font-family:'nunito';cursor:pointer;background-color:transparent;color:var(--white);font-size:16px;border:0;margin:0;border-radius:7px;-webkit-appearance:button;appearance:none;height:28px;outline-offset:0;outline:0;box-shadow:none;padding:0;}
.theme_swich::before{font-family:'online';font-size:20px;color:var(--white);text-align:center;position:relative;display:flex;height:25px;width:25px;line-height:25px;align-items:center;justify-content:center;transition:0.1s;margin-right:6px;}
.theme_swich.auto::before{content:"\e90b";}
.theme_swich.light::before{content:"\e90d";}
.theme_swich.dark::before{content:"\e90c";}

/* Main */
.main{background: var(--bg);padding:30px 0;flex:1 1 auto;}
h1,h2{color:var(--title);font-size:24px !important;line-height:1.2;font-weight:400;}
.show_box{display:flex;gap:20px;position:relative;width:100%;padding-top:20px;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:20px;}
.show_box .box_video > a{touch-action:manipulation;/* навигация без задержек */}
.box_video{position:relative;transition:0.3s ease;width:calc(25% - 15px);border-radius:10px;overflow:hidden;opacity:0;animation:fadeIn 0.5s ease-in-out forwards;}
.box_video:hover{background: var(--bg-box);}
.box_video:hover .block-c{border-radius:10px 10px 0 0;-webkit-box-reflect: below 0px linear-gradient(transparent, transparent 78%, rgba(0,0,0,0.5));}
.box_video:hover .img{border-radius:10px 10px 0 0;-webkit-box-reflect: below 0px linear-gradient(transparent, transparent 93%, rgba(0,0,0,0.5));}
.block-b{padding-bottom:56.25%;position:relative;}
.block-c{transition:0.3s ease;position:absolute;left:0;top:0;right:0;bottom:0;background-color:transparent;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:10px;}
.blur{filter:blur(20px);}
img{height:auto;max-width:100%;vertical-align:middle;}
@keyframes fadeIn{to{opacity:1;}}
.video-preview{object-fit:cover;}
.img{position:relative;overflow:hidden;border-radius:10px;transition:box-shadow .3s, border-radius .3s;}
.img-country{height:30px;}
/*.durability{background-color:var(--bg-box);right:0;top:0;padding:5px 10px;position:absolute;text-decoration:none;color:#ffffff;font-size:14px;border-radius:0 0 0 10px;}*/
.country{right:0;top:0;padding:8px 10px;position:absolute;text-decoration:none;background:rgb(0 0 0 / 30%);font-size:14px;border-radius:0 0 0 10px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}
.pad_title{padding:0 0 10px;border-radius:0 0 10px 10px;}
.show_title{font-size:15px;color:var(--text);padding:0px 10px;border-radius:0 0 10px 10px;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-moz-box;-moz-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical;}
.pad_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:25px;padding:10px 8px 10px;color:var(--info);font-size:14px;line-height:20px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}
.progress{width:25px;height:25px;border-radius:50%;background:conic-gradient(var(--info) 0deg calc(var(--p)*3.6deg), rgba(255, 255, 255, 0.163) calc(var(--p)*3.6deg) 360deg);position:relative;display:flex;align-items:center;justify-content:center;}
.progress::before{content:"";position:absolute;width:80%;height:80%;border-radius:50%;background:var(--bg-box);}
.i-info{font-size:18px;}
.like{position:absolute;top:5px;left:6px;font-size:14px;}
.pad_info>div,.line_icons>div{position:relative;display:flex;align-items:center;gap:4px;pointer-events:none;}
.rating{display:flex;flex-direction:row;align-items:center;}

.add_fav {
    font-size: 22px;
    color: var(--white);
    position: absolute;
    cursor: pointer;
    z-index: 2;
    left: 7px;
    top: 7px;
    background: rgb(33 51 85 / 60%);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    transform: translateX(calc(-100% - 7px));
}
.add_fav.visible{transform:translateX(0);}
.add_fav.fav-active{background:var(--f);}

@media only screen and (max-width: 959px){
.box_video{width:calc(33.33% - 14px);}
}
@media only screen and (max-width: 767px){
.box_video{width:calc(50% - 10px);}
}
@media only screen and (max-width: 479px){
.box_video{width:100%;}
}


/*profile*/
.details{position:relative;width:100%;padding:20px 0;display:flex;gap:20px;}
.details .recentOrders{position:relative;min-width:380px;display:flex;background:var(--bg-block);padding:20px;box-shadow:3px 3px 5px rgba(0, 0, 0, 0.15);border-radius:10px;flex:2;}
.profile-wrap{width:100%;height:auto;padding:100px 30px 30px 30px;display:flex;background:var(--bg-pr);border-radius:10px;}
.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor;}
.profile-card{width:100%;margin:auto;box-shadow:0px 8px 60px -10px rgba(13, 28, 39, 0.6);background:var(--bg-block);border-radius:12px;max-width:700px;position:relative;}
.profile-card.active .profile-card__cnt{filter:blur(6px);}
.profile-card__img{width:240px;height:auto;margin-left:auto;margin-right:auto;transform:translateY(-20%);border-radius:50%;position:relative;z-index:1;box-shadow:0px 5px 50px 0px var(--bg-pr), 0px 0px 0px 7px var(--bg-pr);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.profile-card__img img{display:block;width:100%;height:100% !important;object-fit:cover;border-radius:50%;margin:0 !important;user-select:none;}
.profile-card__cnt{text-align:center;padding:0 20px;padding-bottom:40px;}
.profile-card__name{font-size:28px;color:var(--link);margin-bottom:15px;}
.profile-card__txt{font-size:16px;font-weight:500;color:var(--text);display:flex;align-content:center;align-items:center;flex-wrap:wrap;}
.profile-card-loc{display:flex;flex-direction:column;align-items:center;gap:10px;}
@media screen and (max-width:839px){.details{flex-direction:column;}}
@media screen and (max-width:479px){.profile-card__img{width:70%;}.profile-wrap{padding-top:60px;}
.profile-wrap{padding:80px 20px 20px 20px;}
.details .recentOrders{min-width:220px;}
.profile-card__name{font-size:clamp(1.25rem, 0.244rem + 5.03vw, 1.75rem);}
}

/*profile form*/
.profile_form{font-size:20px;display:flex;flex-direction:column;gap:15px;padding:20px;}
.line{padding:0 10px;width:auto;height:50px;border-radius:8px;background:var(--bg-line);display:flex;flex-direction:row;align-items:center;gap:10px;}
.line_icons{background:var(--bg-icon);min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--text);cursor:help;}
.line_icons img{width:25px;pointer-events:none;}
.line_text{position:relative;background:var(--input-bg);width:100%;height:34px;padding:0 8px;display:flex;align-items:center;/*justify-content:center;*/border-radius:8px;color:var(--text);font-size:18px;white-space:nowrap;border:none;float:left;}
.conf_block{position:relative;width:100%;}
.conf_block .ico-circle-check{font-size:22px;width:22px;height:22px;}
.desc_box{font-size:14px;color:var(--text);text-wrap:balance;line-height:1.4;padding:10px;width:auto;border-radius:8px;background:var(--bg-line);display:flex;flex-direction:row;align-items:center;gap:10px;}

/*Order Details List*/
.table_box{width:100%;padding:0 20px 20px 20px;}
.cardHeader{display:flex;align-content:center;align-items:center;flex-wrap:wrap;justify-content:space-between;background:var(--header);color:var(--white);border-radius:10px 10px 0 0;padding:0 20px;height:40px;}
.cardHeader h1,.cardHeader h2{font-size:clamp(12px, -2px + 4vw, 18px);color:var(--text);}
.table_cont{padding:20px;color:var(--text);}
.box_informer{height:680px;max-height:680px;}
.table_scroll{overflow-y:auto;height:calc(9 * 36px + 2px);max-height:calc(9 * 36px + 2px);}
.cardHeader .btn{position:relative;padding:5px 10px;background:var(--c);text-decoration:none;color:var(--white);border-radius:6px;}
.recentCustomers{position:relative;background:var(--bg-block);box-shadow:3px 3px 5px rgba(0, 0, 0, 0.15);border-radius:10px;flex:4;}

/*Text*/
.txt-cont{padding-top:20px;}
.txt-cont h2{font-size:24px;line-height:28px;color:var(--title);margin-bottom:10px;margin-top:30px;}
.txt-cont h3{font-size:20px;line-height:28px;color:var(--text);margin-bottom:10px;margin-top:30px;}
.txt-cont p{font-size:16px;line-height:24px;color:var(--text);margin-bottom:10px;}
.txt-cont a{color:var(--link-color);}
.txt-cont ul,.txt-cont ol{padding-left:32px;font-size:22px;color:var(--title);list-style:none;margin:25px 0;}
.txt-cont ul li{list-style:none;padding:10px 15px;font-style:normal;font-size:16px;line-height:30px;color:var(--text);border-left:2px solid #999;border-radius:10px 0 0 10px;}
.txt-cont ol li{list-style:decimal;padding:10px 15px;font-style:normal;font-size:16px;line-height:30px;color:var(--text);border-left:2px solid #999;border-radius:10px 0 0 10px;}
.txt-cont ul li:before{font-size:20px;float:left;margin:1px 0 0 -48px;font-family:'online';content:'\e916';color:var(--g);}
.txt-cont ol li::marker{font-size:28px;color:var(--g);}
.txt-cont ul li b,.txt-cont ol li b{display:block;font-size:22px;font-weight:400;line-height:34px;color:var(--title);}

/*Video*/
.full_box{display:flex;flex-wrap:wrap;gap:20px;flex-direction:column;margin-bottom:30px;}
.video-models{display:flex;flex-wrap:wrap;gap:15px;}
.video-models a{position:relative;}
.video-models a:hover .card_mod{opacity:1;/*pointer-events:auto;*/}
.buts{cursor:pointer;background-color:var(--c);color:var(--white);font-size:16px;padding:0 12px 0 0;height:32px;border-radius:7px;display:flex;align-content:center;align-items:center;flex-wrap:wrap;white-space:nowrap;gap:12px;overflow:hidden;transition:background-color 0.3s ease-in-out;}
.icon_b{height:100%;display:flex;align-items:center;width:40px;justify-content:center;}
.link_b{color:var(--white);position:relative;}
.link_b::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:var(--white);border-radius:5px;transform-origin:right;transform:scaleX(0);transition:transform .3s;}
.buts:hover .link_b::after{transform-origin:left;transform:scaleX(1);}
.buts:hover{background-color:var(--bg-block);}
.m{background-color:var(--m);}
.r{background-color:var(--r);}
.g{background-color:var(--g);}
.video_box{width:100%;height:100%;object-fit:cover;}
.card_mod{position:absolute;z-index:2;opacity:0;pointer-events:none;transition:opacity 0.5s;}
.card_mod img{border-radius:0 0 7px 7px;}
/*.card_mod:hover{border-radius:7px 7px 0 0 !important;}*/
.mod{transition: border-radius 0.5s;}
.mod:hover{border-radius:7px 7px 0 0;}
.iso{left:0;top:0;padding:1px 7px;position:absolute;text-decoration:none;background:rgb(0 0 0 / 30%);font-size:14px;border-radius:0 0 7px 0;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}

.details_v {
    position: relative;
    width: 100%;
    display: flex;
    gap: 20px;
}
.vidos {
    position: relative;
    /*display: flex;*/
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    /*flex-direction: column;*/
    aspect-ratio: 16 / 9;
}

.vidos > *{
  width:100%;
  height:100%;
}
@supports not (aspect-ratio: 16/9) {
  .vidos {
    height: 0;
    padding-bottom: 56.25%;
  }
  .vidos > * {
    position: absolute;
    inset: 0;
  }
}



/* постер = LCP, остаётся в DOM для Google */
.vidos > video.lcp{
    position: absolute;
    inset: 0;
    z-index: 0;
    width: inherit;
    min-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    display: block;
    pointer-events: none;
    border-radius: 10px;
    transition: opacity .4s;
}

/* контейнер PlayerJS перекрывает постер */
#jsplayer{
    position:absolute;
    inset:0;
    width:100%;height:100%;
    z-index:1;
}
/* когда плеер готов — плавно скрываем постер */
.vidos > video.fade-out{opacity:0;}  /* скрыть после инициализации плеера
/*────────── fallback для браузеров без aspect-ratio (IE, старый iOS) ─────────*/
@supports not (aspect-ratio:16/9){
    .vidos{height:0;padding-bottom:56.25%;}
    .vidos > video.lcp,
    #jsplayer{position:absolute;inset:0;width:100%;height:100%;}
}


.pjscssed{border-radius:10px;}

.play-icon {
    cursor: pointer;
    -webkit-transition: allease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: allease-in-out .1s;
    position: absolute;
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
img {
    height: auto;
    max-width: 100%;
}


.info_r {
    display: flex;
    min-width: 280px;
    max-width: 280px;
    flex-direction: column;
    position: relative;
    background: var(--bg-block);
    border-radius: 10px;
}

.info_form {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}

@media (max-width: 1034px){
.details_v{flex-direction:column;}
.info_r{display:flex;min-width:100%;max-width:100%;flex-direction:column;position:relative;background:var(--bg-block);border-radius:10px;}
.info_form{flex-direction:row;}
}
@media (max-width: 520px) {
.info_form{flex-direction:column;}
}

/*button*/
.show-all {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: 10px;
}
.but{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s;}
.but:focus{outline:none;box-shadow:0 0 0 1px #cbd6ee;}
.but:active{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);}
.c{background:var(--c);}
.c:hover{background:var(--c-hover);}
.c:focus{background:var(--c-active);}
.med{height:32px;border:0;border-radius:7px;padding:0 13px;font-size:16px;}
.big{height:40px;border:0;border-radius:7px;padding:0 30px;font-size:20px;}
.i_med{font-size:20px;color:var(--white);text-align:center;position:relative;display:flex;height:25px;width:25px;line-height:25px;margin-right:6px;}

/*Like Dislike*/
/* Общий стиль для кнопок */
.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0 8px;
  height: 34px;
  border-radius: 6px;
  background: var(--c);
  user-select: none;
  position: relative;
  transition: background 0.2s;
}
.btn:hover {
  background: var(--c-hover);
}

/* Стиль иконок */
.btn i {
  font-size: 20px;
  width: 20px;
  /*margin-right: 8px;*/
  transition: transform 0.3s;
  display:flex;
  justify-content:center;
  align-items:center;
}
i.ico-link {
    font-size: 16px;
}
.like-btn:hover i.ico-thumbs-up {
    transform: scale(1.15);
}
.dislike-btn:hover i.ico-thumbs-down {
    transform: scale(1.15);
}
.fav-btn:hover i.ico-heart-minus {
    transform: scale(1.15);
}
.fav-btn:hover i.ico-heart-plus {
    transform: scale(1.15);
}
.warning-btn:hover i.ico-warning {
    transform: scale(1.15);
}
.link-btn:hover i.ico-share {
    transform: scale(1.15);
}

/* Состояние нажатия (добавим небольшой скейл) */
.btn:active {
  transform: scale(0.9);
}

.btn span{font-size:16px;}

/* Блок со всплывающими конфетти */
.btn .emitter {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Каждая частица конфетти */
.confetti {
  position: absolute;
  animation: confetti-move 1.2s ease-out forwards;
  opacity: 1;
}

/* Ключевые кадры анимации конфетти */
@keyframes confetti-move {
  0% {
    transform: translate(var(--startX, 0), var(--startY, 0)) scale(1) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(var(--endX, 0), var(--endY, -80px)) scale(0.7) rotate(720deg);
    opacity: 0;
  }
}

/* Определяем ключевые кадры: масштабирование + плавное исчезновение */
@keyframes ZoomFade {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(7);
    opacity: 0;
  }
}

/* При клике на лайк – анимируем иконку, меняем фон и текст цвет (пример) */
.btn.like-btn.active {
  background: var(--g-hover);
  color: var(--white);
  pointer-events: none;
}
.btn.like-btn.active i {
  position: relative;
  color: var(--white);
}
/* Псевдоэлемент, который будет "клоном" и анимироваться */
.btn.like-btn.clicked i::after {
  content: "\e908";
  font-family: 'online' !important;
  color: var(--white);
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  animation: ZoomFade .8s linear forwards;
  pointer-events: none;
  z-index: 2;
}



/* При клике на дизлайк – анимируем иконку, меняем фон (красный) */
.btn.dislike-btn.active {
  background: var(--r-active);
  color: var(--white);
  pointer-events: none;
}
.btn.dislike-btn.active i {
  position: relative;
  color: var(--white);
}
/* Псевдоэлемент, который будет "клоном" и анимироваться */
.btn.dislike-btn.clicked i::after {
  content: "\e907";
  font-family: 'online' !important;
  color: var(--white);
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  animation: ZoomFade .8s linear forwards;
  pointer-events: none;
  z-index: 2;
}
.no_active {
  pointer-events: none;
  transition: color 1s;
  color: #999999;
}

/* Иконка при ACTIVE */
.btn.fav-btn.active {
  background: var(--f);
  color: var(--white);
}
.btn.fav-btn.active i {
  position: relative;
  color: var(--white);
}

/* При клике на фаворит — анимируем */
.btn.fav-btn.clicked i::after {
  content: "\e91e";
  font-family: 'online' !important;
  color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  animation: ZoomFade .8s linear forwards;
  z-index: 2;
}
.clicked{pointer-events:none;}

.act_fav{font-size:26px;color:rgb(0 255 255 / 50%);}

.confetti{width:15px;height:15px;border-radius:50%;}
.confetti.shape-square{border-radius:0;}
.confetti.shape-star{clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);}
.confetti.shape-triangle{clip-path:polygon(50% 0%, 0% 100%, 100% 100%);}

#tooltip{position:absolute;padding:6px 12px;background-color:var(--c);color:var(--white);border-radius:6px;font-family:'nunito-semibold';font-size:14px;pointer-events:none;opacity:0;transition:opacity 0.2s ease-in-out;z-index:9999;display:none;}
.player-related-videos-container{display:none;!important}
  .embed-container {
    position: relative;
    width: 100%;
    /* Соотношение сторон 16:9: 9/16 * 100% ≈ 56.25% */
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
/*.dplayer-setting{display:none!important;}*/

/*Popup*/
/* Попап по умолчанию скрыт */
#report-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; 
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

/* Когда попап открыт */
#report-popup.open {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  pointer-events: auto;
}
.popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);align-items:center;justify-content:center;z-index:3;}
.popup-box{background:var(--bg-block);padding:20px;border-radius:8px;max-width:500px;width:100%;position:relative;max-height:calc(100svh - 40px);overflow-y:auto;}
.popup-content{display:flex;flex-direction:column;gap:25px;}
.popup-content h2{color:#00ffff;}
#report-form, #feedback-form{display:flex;flex-direction:column;gap:12px;}
#report-form label, #feedback-form label{color:var(--white)}
.close-popup{position:absolute;top:0;right:0;width:40px;height:40px;border:none;background:var(--header);font-size:26px;cursor:pointer;border-radius:0 8px;color:red;}
.in_pop{background-color:var(--header);border:1px solid var(--c);border-radius:7px;height:35px;width:100%;padding:0 10px;font-size:16px;line-height:22px;color:var(--white);box-sizing:border-box;transition:border-color 0.3s;}
.in_pop:-webkit-autofill,
.in_pop:-webkit-autofill:hover,
.in_pop:-webkit-autofill:focus,
.in_pop:-webkit-autofill:active {
  -webkit-text-fill-color: var(--white) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--header) inset !important;
  box-shadow: 0 0 0 1000px var(--header) inset !important;
  border: 1px solid #00ffff !important;
  caret-color: var(--white);
}
.text_pop{background-color:var(--header);border:1px solid var(--c);border-radius:7px;min-height:100px;max-height:100px;min-width:100%;max-width:100%;padding:6px 10px;overflow-x:auto;font-size:16px;line-height:22px;color:var(--white);resize:none;box-sizing:border-box;transition:border-color 0.3s;}
.text_pop:focus,.in_pop:focus{outline:none;border-color:#00ffff;}


/*notification*/
.notification{font-size:16px;min-height:40px;padding:10px 45px 10px 20px;margin:0 0 10px 20px;border:1px solid var(--80-percent);border-radius:10px;opacity:0;transition:opacity 0.6s, right 0.6s, transform 0.6s ease;position:relative;right:-300px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;color:var(--80-percent);}
.notification .close{font-size:16px;line-height:12px;cursor:pointer;position:absolute;width:25px;height:25px;top:0;right:0;padding:0;display:flex;justify-content:center;align-items:center;border-radius:0 9px 0 9px;border-left:solid 1px var(--80-percent);border-bottom:solid 1px var(--80-percent);background:rgb(0 0 0 / 25%);}
.notification.show{opacity:1;right:0; }
.notification.hide{opacity:0;right:-100%;}
.error{background-image:linear-gradient(180deg, var(--error-top) 0%, var(--error-bottom) 90%);}
.error:before{font-family:online;content:"\e918";font-size:1.5em;margin-right:16px;width:27px;}
.warning{background-image:linear-gradient(180deg, var(--warning-top) 0%, var(--warning-bottom) 90%);}
.warning:before{font-family:online;content:"\e90e";font-size:1.5em;margin-right:16px;width:27px;}
.success{background-image:linear-gradient(180deg, var(--success-top) 0%, var(--success-bottom) 90%);}
.success:before{font-family:online;content:"\e916";font-size:1.5em;margin-right:16px;width:27px;}
.notification:after{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background:rgb(0 0 0 / 10%);pointer-events:none;border-radius:10px;}
.notification.show:after{animation:timer 5s linear forwards;}
.notification.hide:after{width:0;transition:none;} /* Отключаем анимацию при скрытии */
@keyframes timer{to{width:0;}}

/*Pagination*/
nav[role=navigation]{text-align:center}
.marg_pag{margin:30px auto;}
.col_strok a{padding:4px 5px !important;}
.cd-pagination{width:100%;text-align:center;display:flex;}
.cd-pagination li{display:none;margin:0 .2em}
.cd-pagination li.button{display:inline-block}
.cd-pagination a,.cd-pagination span{color:var(--text);font-size:16px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:10px 12px;text-decoration:none;line-height:18px;}
.cd-pagination a{border:1px solid var(--input-bord);border-radius:.25em;color: var(--text);font-size:14px;}
.cd-pagination a:active{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9)}
.cd-pagination .button:first-of-type a::before{content:'\00ab  '}
.cd-pagination .button:last-of-type a::after{content:' \00bb'}
.cd-pagination .current{background-color:var(--c);border-color:var(--c);color:var(--white);pointer-events:none}
@media only screen and (min-width:560px){.cd-pagination li{display:inline-block}}
.icon-pag{position:relative;display:flex;/*background:var(--bg-block);*/padding:0 20px;/*box-shadow:3px 3px 5px rgba(0, 0, 0, 0.15);border-radius:10px;*/align-items:center;justify-content:center;}
.icon-pag a{color:var(--text);}

/* Footer */
.pre_footer{background-color:var(--bg-block);}
.pre_text{line-height:1.6;font-size:14px;color:#ddd;}
.d-flex{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;gap:20px;padding:20px;}
.ul-flex{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;gap:20px;}
.selects{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;}
.footer{justify-content:space-between;font-size:15px;}
footer{background-color:var(--header);}
@media only screen and (max-width: 639px){
.footer{justify-content:center;}
}