﻿.small-slider-wrapper,.medium-slider-wrapper,.large-slider-wrapper{width:100%}.small-slider-wrapper{max-width:400px;height:300px}.medium-slider-wrapper{max-width:600px;height:400px}.large-slider-wrapper{max-width:800px;height:500px}.filter{padding:0 20px;width:100%;display:flex;gap:15px;margin-top:65px}@media(min-width: 40em){.filter{margin-top:0}}.filter__selectors{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}@media(min-width: 40em){.filter__selectors{justify-content:space-around}}.filter__item{flex:0 1;padding:10px 23px;font-size:12px;color:var(--font-var);background:rgba(211,211,211,.4);position:relative;border-radius:9px;cursor:pointer;text-transform:uppercase;transition:color .35s ease,background .35s ease;user-select:none;white-space:nowrap;order:1}.filter__item input{opacity:0;position:absolute;top:0;left:0}.filter__item:hover{color:#f0f0f0;background:rgba(1,164,233,.65)}.filter__item.activated,.filter__item:has(input:checked){color:#fff;background:#01a4e9}@media(min-width: 24.9375em){.filter__item{padding:7px 19px;font-size:14px;color:#444}}@media(max-width: 31.1775em){.filter__item{display:none}}.filter__item--important{color:var(--key-color);order:0;background:var(--back-var);display:block}.filter__icon{display:none;position:relative;width:32px;height:32px;background-color:rgba(167,167,167,.4);margin-top:4px;transition:background .35s ease;-webkit-mask-image:url("/assets/ico/funnel-simple-bold.svg");mask-image:url("/assets/ico/funnel-simple-bold.svg");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat}.filter__icon:has(~.filter__selectors>label>input:checked){background:#01a4e9}@media(min-width: 31.1875em){.filter__icon{display:block;width:40px;height:40px}}.filter__inner{display:flex;justify-content:center;gap:15px;width:100%;align-items:center}.filter__inner:hover>.filter__icon{background-color:#01a4e9}@media(min-width: 40em){.filter__inner{justify-content:space-between}}@keyframes slideIn{from{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}to{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes slideInLeft{from{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}to{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px)}}.reference{margin:0 7px;border-radius:37px;background:rgba(var(--back-var-text), 1);color:var(--font-var);border:solid 2px #01a4e9;overflow:hidden;opacity:1;box-shadow:1px 3px 17px rgba(0,0,0,.2);order:1}@media(min-width: 31.1875em){.reference{background:rgba(var(--back-var-text), 0.37);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);will-change:opacity,transform,backdrop-filter}}.reference:nth-of-type(1){animation-delay:0s}.reference:nth-of-type(2){animation-delay:0.483s}.reference:nth-of-type(3){animation-delay:0.966s}.reference:nth-of-type(4){animation-delay:1.449s}.reference:nth-of-type(5){animation-delay:1.932s}.reference:nth-of-type(6){animation-delay:2.415s}.reference:nth-of-type(7){animation-delay:2.898s}.reference__link-wrap{cursor:pointer;order:1;width:100%;height:100%}.reference__inner{display:grid;grid-template-columns:1fr}@media(min-width: 31.1875em){.reference__inner{grid-template-columns:7fr 10fr}}.reference__carousel{padding:0;display:block;margin:0;list-style-type:none;width:100%;height:100%;background-color:rgba(1,164,233,.1607843137);text-align:center;color:#fff;order:1;position:relative;aspect-ratio:1}.reference__carousel:not(.reference__carousel--no-carousel)>li:nth-child(1){-webkit-animation:slider-2-1 11s linear infinite;animation:slider-2-1 11s linear infinite}@-webkit-keyframes slider-2-1{0%{opacity:1}45%{opacity:1}50%{opacity:0}95%{opacity:0}100%{opacity:1}}@keyframes slider-2-1{0%{opacity:1}45%{opacity:1}50%{opacity:0}95%{opacity:0}100%{opacity:1}}.reference__carousel:not(.reference__carousel--no-carousel)>li:nth-child(2){-webkit-animation:slider-2-2 11s linear infinite;animation:slider-2-2 11s linear infinite}@-webkit-keyframes slider-2-2{0%{opacity:0}45%{opacity:0}50%{opacity:1}95%{opacity:1}100%{opacity:0}}@keyframes slider-2-2{0%{opacity:0}45%{opacity:0}50%{opacity:1}95%{opacity:1}100%{opacity:0}}.reference__carousel::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .35s ease;background:url(/assets/ico/magnifying-glass-plus-duotone-white.svg) no-repeat,linear-gradient(133deg, rgba(1, 164, 233, 0.87), rgba(5, 121, 170, 0.29));backdrop-filter:blur(15px);background-size:32px,100%;background-position:center;z-index:5;pointer-events:none}@media(min-width: 31.1875em){.reference__carousel::before{background-size:96px,100%}}.reference__carousel:hover::before{opacity:1}.reference__carousel-item{position:absolute;display:block;height:100%;width:100%}.reference__image{width:100%;height:100%;background-color:rgba(1,164,233,.1607843137);text-align:center;color:#fff;order:1;position:relative}.reference__image img{object-fit:cover;object-position:right;width:100%;height:100%}.reference__content{padding:40px 20px 97px 24px;order:2;position:relative}@media(min-width: 24.9375em){.reference__content{padding:40px 20px 80px 24px}}.reference__content>.inline-wrapper{display:flex;align-items:center;flex-wrap:nowrap;justify-content:flex-start;gap:13px;margin-top:10px;margin-bottom:30px}@media(max-width: 1200px){.reference__content>.inline-wrapper{margin-top:30px;margin-bottom:18px}}@media(max-width: 640px){.reference__content>.inline-wrapper{margin-top:0px;margin-bottom:15px}}@media(max-width: 499px){.reference__content>.inline-wrapper{margin-top:20px;margin-bottom:10px}}.reference__content .feedback{position:absolute;bottom:19px;left:20px;gap:15px;width:100%;display:flex;flex-wrap:wrap;flex-direction:row}@media(min-width: 31.1875em){.reference__content .feedback{width:fit-content;flex-wrap:nowrap}}.reference__content .feedback__hide{position:absolute;bottom:71px;display:flex;flex-wrap:wrap;gap:3px;max-width:100px;overflow:hidden;border:0}.reference__content .feedback .star-list{display:flex;flex-direction:row-reverse;align-items:center;flex-wrap:nowrap;gap:0;width:fit-content;list-style-type:none;padding:0;user-select:none}.reference__content .feedback .star{width:35px;height:35px;background:url("/assets/ico/star.svg") no-repeat;background-size:contain;user-select:none}@media(min-width: 31.1875em){.reference__content .feedback .star{width:30px;height:30px}}.reference__content .feedback .star.active{background:url("/assets/ico/star-fill.svg") no-repeat;background-size:contain}.reference__content .feedback .star.active-half{background:url("/assets/ico/star-half-fill.svg") no-repeat;background-size:contain}.reference__content .feedback .star:hover{cursor:pointer;background:url("/assets/ico/star-duotone.svg") no-repeat;background-size:contain}.reference__content .feedback .star:hover~.star{background:url("/assets/ico/star-duotone.svg") no-repeat;background-size:contain}.reference__content .content__tags{position:absolute;right:25px;top:22px;display:none;gap:5px;flex-wrap:wrap;max-width:92%;justify-content:flex-end}@media(max-width: 31.1775em){.reference__content .content__tags{position:absolute;right:15px;top:15px;overflow:hidden;display:flex;gap:5px;height:23.5px;flex-wrap:wrap;width:100%;max-width:calc(100% - 35px);justify-content:flex-start}}@media(min-width: 40em){.reference__content .content__tags{display:flex}}.reference__content .content__tags .tag-item{padding:2px 9px;color:#b4b4b4;font-size:13px;text-transform:uppercase;background:rgba(211,211,211,.12);position:relative;border-radius:8px;transition:color .35s ease}.reference__content .content__tags .tag-item:hover{color:#323323}@media(prefers-color-scheme: dark){.reference__content .content__tags .tag-item:hover{color:#fafafa}}.reference__content .content__name{display:inline-block;width:fit-content}.reference__content .content__link{display:inline-block;width:24px;height:24px;color:rgba(0,0,0,0);overflow:hidden;background-color:rgba(167,167,167,.52);text-decoration:none;margin-top:-6px;transition:background .35s ease;-webkit-mask-image:url("/assets/ico/new-window.svg");mask-image:url("/assets/ico/new-window.svg");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:left center;mask-size:contain;mask-repeat:no-repeat;mask-position:left center}.reference__content .content__link:hover{background:#01a4e9}@media(min-width: 31.1875em){.reference:nth-last-of-type(odd)>.reference__inner{grid-template-columns:10fr 7fr}.reference:nth-last-of-type(odd)>.reference__inner>.reference__link-wrap>.reference__image img{object-position:left}.reference:nth-last-of-type(odd)>.reference__inner>.reference__link-wrap>.reference__image::before{background:url(/assets/ico/magnifying-glass-plus-duotone-white.svg) no-repeat,linear-gradient(224deg, rgba(1, 164, 233, 0.87), rgba(5, 121, 170, 0.29));background-size:32px,100%;background-position:center}}@media(min-width: 31.1875em)and (min-width: 31.1875em){.reference:nth-last-of-type(odd)>.reference__inner>.reference__link-wrap>.reference__image::before{background-size:96px,100%}}@media(min-width: 31.1875em){.reference:nth-last-of-type(odd)>.reference__inner>.reference__link-wrap{order:3}}@media(min-width: 31.1875em){.reference:nth-last-of-type(odd)>.reference__inner>.reference__content>.content__tags{left:25px}.reference:nth-last-of-type(odd)>.reference__inner>.reference__content>.inline-wrapper{justify-content:flex-end}.reference:nth-last-of-type(odd)>.reference__inner>.reference__content>.content__tags{justify-content:flex-start}.reference:nth-last-of-type(odd)>.reference__inner>.reference__content>.feedback{right:20px;left:unset;flex-direction:row-reverse}}.reference--hidden{order:2;opacity:0;visibility:hidden;animation-delay:0s !important}.reference--show{visibility:visible;opacity:1;animation-delay:0s !important}@keyframes hideAnim{from{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes showAnim{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.score{width:100%;padding:2rem 0 0 0;display:flex;justify-content:center}@media(min-width: 31.1875em){.score{padding:1rem 15%}}.score__inner{color:#7f7f7f;position:relative;width:fit-content}.score__inner::before{content:" “";display:block;height:fit-content;width:fit-content;font:bold 58px/58px "Times New Roman";color:currentColor;position:absolute;left:0;top:0}.score__inner::after{content:" „";display:block;height:fit-content;width:fit-content;font:bold 58px/58px "Times New Roman";color:currentColor;position:absolute;right:0;bottom:14px}.score__inner p{font:normal 21px/28px "Cairo";padding:22px 25px 27px 25px;text-align:center;width:fit-content;transition:color .4s ease}.score__inner p:hover{color:#000}@media(prefers-color-scheme: dark){.score__inner p:hover{color:#fff}}.score__name{opacity:.5;position:absolute;bottom:-11px;right:40px;font-size:17px}
