@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-MediumItalic.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}:root{--colors-primary:#d21f1f;--colors-primary-hover:#f83636;--colors-primary-pressed:#bc1c1c;--shades-grey-100:#cdcdcd;--shades-grey-300:#353535;--shades-grey-400:#232323;--shades-grey-200:#7f8080;--shades-grey-500:#181e21;--colors-razvitie:#c9dd56;--colors-zdorove:#28de3d;--colors-biznes:#55d2ff;--colors-semya:#c4a6ff;--colors-pink:#FF407C;--colors-dosug:#ffa64e;--colors-rabota:#7caaff;--colors-kultura:#ffb922;--stroke:rgba(255, 255, 255, 0.15);--shades-bg-2:#131516;--shades-bg-1:#04090b;--shades-header-bg:rgba(28, 27, 30, 0.9);--shades-grey-350:#2c2d2d;--shades-grey-50:#e7e7e7;--tagpbg:rgba(255, 255, 255, 0.03);--white:#fff;--font-family:"Montserrat",sans-serif}*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}body,html{height:100%;min-width:320px}body{color:var(--white);line-height:1.2;font-family:var(--font-family);font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;background:var(--Shades-BG-1,#04090b);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:var(--font-family);font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}label{display:inline-block}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:82rem;margin:0 auto;padding:0 1.46875rem}[class*="--gc"]{display:grid;min-width:0;grid-template-columns:1.46875rem 1fr minmax(auto,79.0625rem) 1fr 1.46875rem}[class*="--gc"]>*{min-width:0;grid-column:3/4}.menu__list{display:flex;gap:.5rem}.menu__link{padding:1rem 1.25rem;border-radius:1.25rem;line-height:140%;font-size:1.0625rem;transition:all 150ms ease-in-out}.menu__link:hover{background:var(--Shades-Grey-300,#353535)}.menu__link:active{background:var(--Shades-Grey-400,#232323)}.menu__link_active{background:var(--Colors-Primary,#d21f1f)}.menu__link_active:hover{background:var(--colors-primary-hover,#f83636)}.menu__link_active:active{background:var(--colors-primary-pressed,#bc1c1c)}.icon-menu{display:none}body::after{content:"";background-color:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity .8s ease 0s;pointer-events:none;z-index:149}.popup-show body::after{opacity:1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;padding:30px 10px;transition:visibility .8s ease 0s;visibility:hidden;pointer-events:none}.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}.popup_show .popup__content{visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.popup__wrapper{display:flex;flex-direction:column;align-items:center;min-height:100%;flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center}.popup__content{visibility:hidden;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .3s ease 0s;transition:transform .3s ease 0s;transition:transform .3s ease 0s,-webkit-transform .3s ease 0s;background-color:#eee;padding:20px;width:100%;max-width:900px;border-radius:20px}.lock .popup__content{visibility:visible}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ibg--top{-o-object-position:top;object-position:top}.ibg--bottom{-o-object-position:bottom;object-position:bottom}.ibg--left{-o-object-position:left;object-position:left}.ibg--right{-o-object-position:right;object-position:right}.ibg--contain{-o-object-fit:contain;object-fit:contain}body{background:var(--Shades-BG-1,#04090b) url(../img/bg.svg) top center no-repeat}.btn{border-radius:1.25rem;background:var(--Colors-Primary,#d21f1f);padding:1.25rem 2rem;font-weight:600;line-height:125%;transition:all 150ms ease-in-out}.btn:hover{cursor:pointer;background:var(--colors-primary-hover,#f83636)}.btn:active{background:var(--colors-primary-pressed,#bc1c1c)}.btn__transparent{background:0 0;color:var(--shades-grey-100);line-height:140%}.btn__transparent:hover{color:var(--white);background:0 0}.btn__transparent:active{color:var(--shades-grey-200);background:0 0}.btn__full{width:100%;text-align:center}.btn__spec{border-radius:1.25rem;background:var(--Colors-Primary,#d21f1f);display:flex;align-items:center;justify-content:space-between;padding:.6875rem .75rem .6875rem 2rem;transition:all 150ms ease-in-out;width:100%}.btn__spec:hover{background:var(--colors-primary-hover,#f83636)}.btn__spec:active{background:var(--colors-primary-pressed,#bc1c1c)}.btn__spec_icon{width:2.375rem;height:2.375rem;border-radius:.8125rem;background:#fff;display:flex;align-items:center;justify-content:center}.btn__spec_icon svg{width:.625rem;height:.875rem;color:var(--Colors-Primary,#d21f1f)}.btn__spec span{font-weight:600}button,input{outline:0}h1,h2,h3,h4,h5{font-weight:500}h1{font-size:3.75rem}h3{font-size:2.5rem}h4{font-size:2rem}h5{font-size:1.625rem}.title{font-weight:500;line-height:135%;text-align:center}.title__middle{font-size:2.5rem;text-align:center;font-weight:500}.text__center{text-align:center}.text__global{font-size:1.25rem;line-height:135%;color:var(--Shades-Grey-100,#cdcdcd)}.text__global a{color:var(--Accent-Link,#4d9eff);text-decoration:none}.text__global a:hover{text-decoration:underline}.text__global s{text-decoration:line-through}.text__global u{text-decoration:underline}.text__global b,.text__global strong{font-weight:700}.text__global em,.text__global i{font-style:italic}.text__global>*:not(:last-child){margin-bottom:1.25rem}.feedback__contacts{margin-top:1.75rem;display:flex;gap:3rem;justify-content:center}.feedback__contacts li{display:flex;gap:.5rem;align-items:center;color:var(--Shades-Grey-100,#cdcdcd);transition:all .1s ease-in-out}.feedback__contacts li:hover{color:var(--white)}.feedback__contacts li:hover a{text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:4.5%;text-underline-offset:auto;text-underline-position:from-font;color:var(--white)}.feedback__contacts li:active{color:var(--Shades-Grey-100,#cdcdcd)}.feedback__contacts li:active a{color:var(--Shades-Grey-100,#cdcdcd)}.feedback__contacts li svg{width:1rem;height:1rem}.feedback__contacts li a{font-size:1.25rem;font-weight:500}.feedback__form{max-width:55.625rem;margin:0 auto;margin-top:2.5rem}.feedback__form .wpcf7-not-valid-tip{margin-top:.25rem;font-size:.9375rem;font-weight:500;line-height:140%;color:#d21f1f;margin-left:1rem}.feedback__form .wpcf7-not-valid{border:1px solid #d21f1f}.feedback__form_row{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.feedback__form_input{padding:1.25rem 1.5rem;border-radius:1.25rem;background:var(--Shades-Grey-400,#232323);border:.0625rem solid transparent}.feedback__form_input:focus{border:.0625rem solid var(--Shades-Grey-200,#7f8080);background:var(--Shades-Grey-400,#232323)}.feedback__form_textarea{padding:1.25rem 1.5rem;border-radius:1.25rem;background:var(--Shades-Grey-400,#232323);resize:none;border:.0625rem solid transparent}.feedback__form_textarea:focus{outline:0;box-shadow:none;border:.0625rem solid var(--Shades-Grey-200,#7f8080);background:var(--Shades-Grey-400,#232323)}.feedback__form_textarea_wrap{margin-top:.75rem}.feedback__form_button_wrap{margin-top:2rem}.feedback__form_accept{display:flex;align-items:flex-start;gap:.5rem;color:var(--Shades-Grey-100,#cdcdcd);margin-top:.75rem;font-size:.9375rem;line-height:140%;font-weight:500}.feedback__form_accept a{color:var(--Colors-,#7caaff);display:inline}.feedback__form_accept input[type=checkbox]{display:none}.feedback__form_accept input[type=checkbox]:checked+.feedback__form_accept_check{position:relative;border:.0625rem solid var(--Colors-Primary,#d21f1f);background:var(--Colors-Primary,#d21f1f);transition:all 150ms ease-in-out}.feedback__form_accept input[type=checkbox]:checked+.feedback__form_accept_check:hover{background:var(--colors-primary-hover)}.feedback__form_accept input[type=checkbox]:checked+.feedback__form_accept_check::after{content:"";position:absolute;left:.375rem;top:.0625rem;width:.375rem;height:.75rem;border-right:.125rem solid #fff;border-bottom:.125rem solid #fff;border-radius:.0625rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.feedback__form_accept_check{width:1.25rem;height:1.25rem;flex-shrink:0;border-radius:.3125rem;border:.125rem solid var(--Shades-Grey-100,#cdcdcd);transition:all 150ms ease-in-out}.feedback__form_accept_check:hover{background-color:var(--shades-grey-300)}.breadcrumb__container{display:flex;gap:1rem;align-items:center}.breadcrumb__back{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;transition:all 150ms ease-in-out}.breadcrumb__back:hover{background:var(--shades-grey-300)}.breadcrumb__back svg{width:1.125rem;height:1.125rem}.breadcrumb__list{display:flex;gap:.3125rem 2.125rem;flex-wrap:wrap}.breadcrumb__list li{position:relative}.breadcrumb__list li:not(:last-child)::after{top:50%;right:-1.375rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:"";position:absolute;width:.625rem;height:.875rem;background:url(../img/breadcrumb.svg) center center no-repeat}.breadcrumb__list li a{color:var(--Shades-Grey-200,#7f8080);font-weight:500;font-size:1.0625rem;line-height:140%;transition:all 150ms ease-in-out}.breadcrumb__list li a:hover{color:var(--white);text-decoration:underline}.breadcrumb__list li a.active{color:var(--white)}.cookies{position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem;display:none;z-index:15}.cookies__block{display:flex;border-radius:1.25rem;background:var(--Shades-Grey-400,#232323);padding:1.5rem;align-items:center;gap:1.25rem}.cookies__text{flex:1 1 100%}.cookies__text a{text-decoration:underline}.cookies__buttons{grid-template-columns:1fr 1fr;display:grid;gap:.5rem}.cookies__reject{text-decoration:underline}.cookies__close{padding:1rem}.cookies__close svg{width:1.125rem;height:1.125rem}.cookies__close:hover{cursor:pointer}.tags__list{display:flex;gap:.75rem;flex-wrap:wrap}.tags__list_medium{gap:.5rem;margin-bottom:1rem}.tags__list_medium .tags__item{padding:.25rem 1rem;border-radius:.75rem;font-size:.9375rem}.tags__list_small{gap:.5rem;margin-bottom:.75rem}.tags__list_small .tags__item{padding:.25rem .75rem;border-radius:.5rem;font-size:.8125rem}.tags__item{display:flex;gap:.75rem;align-items:center;padding:.75rem 1.25rem;border-radius:1.25rem;border:.0625rem solid var(--Stroke,rgba(255,255,255,.15));background:#0f1315;white-space:nowrap;line-height:140%;font-weight:500;font-size:1.0625rem;transition:all 150ms ease-in-out}.tags__item:hover{background:var(--shades-grey-500)}.tags__item svg{width:.875rem;height:.875rem}.tags__item_purple{color:var(--colors-semya,#c4a6ff)}.tags__item_purple:hover{border:.0625rem solid var(--colors-semya,#c4a6ff)}.tags__item_lightblue{color:var(--colors-biznes)}.tags__item_lightblue:hover{border:.0625rem solid var(--colors-biznes)}.tags__item_green{color:var(--colors-zdorove)}.tags__item_green:hover{border:.0625rem solid var(--colors-zdorove)}.tags__item_orange{color:var(--colors-dosug)}.tags__item_orange:hover{border:.0625rem solid var(--colors-dosug)}.tags__item_pink{color:var(--colors-pink)}.tags__item_pink:hover{border:.0625rem solid var(--colors-pink)}.tags__item_yellow{color:var(--colors-kultura)}.tags__item_yellow:hover{border:.0625rem solid var(--colors-kultura)}.tags__item_blue{color:var(--colors-rabota)}.tags__item_blue:hover{border:.0625rem solid var(--colors-rabota)}.tags__item_lime{color:var(--colors-razvitie)}.tags__item_lime:hover{border:.0625rem solid var(--colors-razvitie)}.popup__content{border-radius:1.25rem;background:var(--Shades-BG-2,#131516);padding:3rem 3.25rem;max-width:58.125rem;min-height:26.375rem}.popup__close{width:3.125rem;height:3.125rem}.popup__close svg{width:1.125rem;height:1.125rem}.popup__title{font-size:2.5rem;font-weight:500}.popup__title_wrap{display:flex;justify-content:space-between;align-items:center}.popup__tabs{margin-top:2.5rem;overflow:hidden}.popup__tabs_navigation{display:flex;border-radius:1rem;background:var(--Shades-Background-default,rgba(255,255,255,.03));gap:.5rem;padding:.25rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;justify-content:space-between}.popup__tabs_navigation::-webkit-scrollbar{display:none}.popup__tabs_title{padding:.5rem 1.25rem;color:var(--Shades-Grey-200,#7f8080);line-height:140%;font-weight:500;font-size:1.0625rem;border-radius:.75rem;position:relative}.popup__tabs_title._tab-active{color:var(--white);background:var(--Shades-Grey-300,#353535)}.popup__tabs_content{margin-top:1.5rem}.full_link{display:flex;gap:.75rem;align-items:center;color:var(--Shades-Grey-100,#cdcdcd);line-height:140%;font-weight:500;transition:all 150ms ease-in-out}.full_link:hover{color:var(--white)}.full_link:active{color:var(--shades-grey-200)}.full_link span{font-size:1.0625rem}.full_link svg{width:.9375rem;height:.9375rem}.page_template{padding:5.5rem 0;border-radius:2.5rem;background:var(--Shades-BG-2,#131516);margin-top:2.5rem;color:var(--Shades-Grey-100,#cdcdcd)}.page_template h1,.page_template h2,.page_template h3,.page_template h4,.page_template h5,.page_template h6{font-weight:600;color:var(--white)}.page_template h1{font-size:3.75rem}.page_template h1:not(:first-child){margin-top:4rem}.page_template h1:not(:last-child){margin-bottom:1.75rem}.page_template h2{font-size:3rem}.page_template h2:not(:first-child){margin-top:4rem}.page_template h2:not(:last-child){margin-bottom:1.5rem}.page_template h3{font-size:1.5rem}.page_template h3:not(:first-child){margin-top:3.5rem}.page_template h3:not(:last-child){margin-bottom:1.5rem}.page_template h4{font-size:1.5rem}.page_template h4:not(:first-child){margin-top:3rem}.page_template h4:not(:last-child){margin-bottom:1.5rem}.page_template h5{font-size:1.25rem}.page_template h5:not(:first-child){margin-top:2.5rem}.page_template h5:not(:last-child){margin-bottom:1.25rem}.page_template h6{font-size:1rem}.page_template h6:not(:first-child){margin-top:2.25rem}.page_template h6:not(:last-child){margin-bottom:1rem}.page_template p{line-height:135%;font-size:1.25rem}.page_template p+p{margin-top:1rem}.page_template ol,.page_template ul{font-size:1rem;line-height:2rem;padding-left:1.5rem}.page_template ol:not(:first-child),.page_template ul:not(:first-child){margin-top:2rem}.page_template ul{padding-left:0}.page_template ul li{position:relative;padding-left:1.5rem}.page_template ul li::before{content:"";width:.25rem;height:.25rem;border-radius:100%;position:absolute;top:.9375rem;left:.3125rem;background:var(--Shades-Grey-100,#cdcdcd)}.page_template a{color:var(--Accent-Link,#4d9eff);text-decoration:none}.page_template a:hover{text-decoration:underline}.page_template s{text-decoration:line-through}.page_template u{text-decoration:underline}.page_template b,.page_template strong{font-weight:700}.page_template em,.page_template i{font-style:italic}.tabs{overflow:hidden}.tabs__navigation{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;display:flex;border-radius:1rem;background:var(--Shades-Background-default,rgba(255,255,255,.03));gap:.5rem;padding:.25rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.tabs__navigation::-webkit-scrollbar{display:none}.tabs__title{padding:.5rem 1.25rem;color:var(--Shades-Grey-200,#7f8080);line-height:140%;font-weight:500;font-size:1.0625rem;border-radius:.75rem;position:relative;transition:all 150ms ease-in-out}.tabs__title:hover{background:rgba(255,255,255,.07);color:var(--shades-grey-50)}.tabs__title._tab-active{color:var(--white);background:var(--Shades-Grey-300,#353535)}.tabs__content{margin-top:1.75rem}@-webkit-keyframes eq-bar-pulse{0%,100%{-webkit-transform:scaleY(1);transform:scaleY(1)}25%{-webkit-transform:scaleY(1.6);transform:scaleY(1.6)}50%{-webkit-transform:scaleY(.7);transform:scaleY(.7)}75%{-webkit-transform:scaleY(1.25);transform:scaleY(1.25)}}@keyframes eq-bar-pulse{0%,100%{-webkit-transform:scaleY(1);transform:scaleY(1)}25%{-webkit-transform:scaleY(1.6);transform:scaleY(1.6)}50%{-webkit-transform:scaleY(.7);transform:scaleY(.7)}75%{-webkit-transform:scaleY(1.25);transform:scaleY(1.25)}}@-webkit-keyframes partner-slide1{0%{-webkit-transform:translateX(0);transform:translateX(0)}35%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(110%);transform:translateX(110%)}85%{-webkit-transform:translateX(110%);transform:translateX(110%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes partner-slide1{0%{-webkit-transform:translateX(0);transform:translateX(0)}35%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(110%);transform:translateX(110%)}85%{-webkit-transform:translateX(110%);transform:translateX(110%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes partner-slide2{0%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}35%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}50%{-webkit-transform:translateX(0);transform:translateX(0)}85%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes partner-slide2{0%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}35%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}50%{-webkit-transform:translateX(0);transform:translateX(0)}85%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@-webkit-keyframes partner-slide1-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}35%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(110%);transform:translateY(110%)}85%{-webkit-transform:translateY(110%);transform:translateY(110%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes partner-slide1-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}35%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(110%);transform:translateY(110%)}85%{-webkit-transform:translateY(110%);transform:translateY(110%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes partner-slide2-vertical{0%{-webkit-transform:translateY(-110%);transform:translateY(-110%)}35%{-webkit-transform:translateY(-110%);transform:translateY(-110%)}50%{-webkit-transform:translateY(0);transform:translateY(0)}85%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-110%);transform:translateY(-110%)}}@keyframes partner-slide2-vertical{0%{-webkit-transform:translateY(-110%);transform:translateY(-110%)}35%{-webkit-transform:translateY(-110%);transform:translateY(-110%)}50%{-webkit-transform:translateY(0);transform:translateY(0)}85%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-110%);transform:translateY(-110%)}}.email-copy-tooltip{border-radius:.75rem;padding:.3125rem .625rem;background:var(--Shades-Grey-400,#232323);font-size:.75rem}.header{padding:1.25rem 0;border-top:.0625rem solid var(--Stroke,rgba(255,255,255,.15));border-bottom:.0625rem solid var(--Stroke,rgba(255,255,255,.15));background:var(--Shades-header-bg,rgba(28,27,30,.9))}.header__block{display:flex;justify-content:space-between;gap:1.25rem;align-items:center}.header__logo_mobile{display:none}.header__info{display:none;flex-direction:column;gap:1.25rem}.header__social{display:flex;gap:1.25rem;align-items:center}.header__social_vk svg{width:1.875rem;height:1.125rem}.header__social_tg svg{width:1.5rem;height:1.25rem}.header__social_ok svg{width:1.125rem;height:1.875rem}.header__copyrite{color:var(--Shades-Grey-200,#7f8080);font-size:1rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.header__copyrite svg{width:1.25rem;height:1.25rem}.header__contacts{display:flex;gap:.75rem}.header__button{white-space:nowrap}.header__search_back{display:none}.header__search_back svg{width:1.125rem;height:1.125rem;color:var(--white)}.header__search_active .header__search_back{display:flex}.header__search_active .header__logo,.header__search_active .header__menu{display:none}.header__search_input{border-radius:.75rem;border:.0625rem solid var(--Stroke,rgba(255,255,255,.15));background:var(--Shades-Grey-400,#232323);padding:.5rem 1rem .375rem 2.25rem}.header__search_button{position:absolute;left:.8125rem;top:.8125rem;display:flex}.header__search_clear{display:none;position:absolute;right:.9375rem;top:.875rem}.header__search_clear svg{width:.625rem;height:.625rem}.header__search_mobile{position:relative;display:none}.header__search_mobile svg{width:.75rem;height:.75rem;color:var(--Shades-Grey-200,#7f8080)}.header__search_desktop{display:flex;width:3.875rem;height:3.875rem;align-items:center;justify-content:center;border-radius:1.25rem;transition:background 150ms ease-in-out}.header__search_desktop:hover{background:var(--Shades-Grey-300,#353535)}.header__search_desktop:active{background:var(--Shades-Grey-400,#232323)}.header__search_desktop svg{width:1.375rem;height:1.375rem}.footer{padding:3.75rem 0;background:var(--Shades-BG-1,#04090b);position:relative}.footer__container{max-width:100%;padding:0 5.5rem}.footer__columns{display:flex;justify-content:space-between;gap:1.875rem}.footer__left{display:flex;flex-direction:column;justify-content:space-between;gap:1.875rem}.footer__right{display:flex;flex-direction:column;justify-content:space-between}.footer__menu{display:flex;flex-direction:column;gap:1.25rem}.footer__menu a{font-size:2rem;font-weight:500;transition:all 150ms ease-in-out}.footer__menu a:hover{color:var(--Shades-Grey-200,#7f8080)}.footer__menu a:active{color:var(--Shades-Grey-200,#7f8080)}.footer__social{display:flex;gap:1.5rem;align-items:center}.footer__social_vk svg{width:2.375rem;height:1.4375rem}.footer__social_tg svg{width:1.875rem;height:1.5625rem}.footer__social_ok svg{width:1.4375rem;height:2.4375rem}.footer__copyrite{color:var(--Shades-Grey-200,#7f8080);font-size:1.25rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.footer__copyrite_mobile{display:none;margin-top:2.5rem;font-size:1rem}.footer__copyrite svg{width:1.5rem;height:1.5rem}.footer__arir_block{display:flex;gap:.75rem}.footer__arir_logo{border-right:.0625rem solid var(--Shades-Grey-300,#353535);padding-right:.75rem}.footer__arir_text{color:var(--Shades-Grey-200,#7f8080);font-size:.8125rem;font-weight:500;line-height:140%}.first{padding:10.375rem 0 7.625rem 0}.first__block{display:flex;flex-direction:column;align-items:center}.first__title{text-align:center;font-size:3.75rem;font-weight:500;max-width:53.75rem}.first__button{display:flex;align-items:center;gap:1.25rem;margin-top:2.5rem;border-radius:1.25rem;border:.0625rem solid #979797;background:var(--Shades-BG-2,#131516);padding:.4375rem 1.25rem .4375rem .5rem;transition:all 150ms ease-in-out}.first__button:hover{border:.0625rem solid #fff;background:var(--Shades-Grey-500,#181e21)}.first__button:hover .first__button_icon{background:var(--colors-primary-hover,#f83636)}.first__button:active{border:.0625rem solid #5c5c5c;background:#090d0f}.first__button:active .first__button_icon{background:var(--colors-primary-pressed,#bc1c1c)}.first__button_icon{padding:.5rem;border-radius:.8125rem;background:var(--Colors-Primary,#d21f1f);transition:all 150ms ease-in-out;width:2.375rem;height:1.875rem}.first__button span{width:100%;text-align:center;line-height:140%;font-size:1.0625rem;font-weight:500}.first__button svg{width:1.375rem;height:.875rem}.podcast_main{padding:5.5rem 0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;background:var(--Shades-BG-2,#131516)}.main_tags{background:var(--Shades-BG-1,#04090b) url(../img/tag_bg.svg) top left/cover no-repeat;padding:7.3125rem 0}.main_tags__list{max-width:52.125rem}.main_tags__block{display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.podcast_new{padding:5.5rem 0;background:var(--Shades-BG-2,#131516)}.podcast_new__title_wrap{display:flex;justify-content:space-between;align-items:center}.podcast_new__link{display:flex;gap:.75rem;align-items:center;color:var(--Shades-Grey-100,#cdcdcd);line-height:140%;font-weight:500;transition:all 150ms ease-in-out}.podcast_new__link:hover{color:var(--white)}.podcast_new__link span{font-size:1.0625rem}.podcast_new__link svg{width:.9375rem;height:.9375rem}.podcast_new__list{margin-top:2rem}.podcast_new__list .podcast__item_text{display:none}.main_about{background:var(--Shades-BG-1,#04090b) url(../img/tag_bg.svg) top left/cover no-repeat;padding:5.625rem 0}.main_about__columns{display:flex;justify-content:space-between;gap:1.25rem;align-items:center}.main_about__content{flex:0 0 38.75rem}.main_about__img{flex:0 1 32.0625rem;height:19.0625rem}.main_about__img img{border-radius:.9375rem}.main_about__text{color:var(--Shades-Grey-100,#cdcdcd);line-height:135%;font-size:1.25rem;margin-top:.5rem}.main_about__button{margin-top:2.25rem}.main_case{padding:5.5rem 0;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background:var(--Shades-BG-2,#131516)}.main_case__list{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:2rem}.main_case__item{position:relative;width:100%;aspect-ratio:1/1}.main_case__item:hover .main_case__item_overlay{opacity:1}.main_case__item_img{border-radius:.75rem;overflow:hidden}.main_case__item_overlay{position:absolute;top:0;left:0;width:100%;height:100%;padding:.75rem;border-radius:.75rem;opacity:0;transition:all 150ms ease-in-out;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(to top,#000 0,rgba(0,0,0,.2) 80%)}.main_case__item_top{display:flex;justify-content:flex-end}.main_case__item_link{border-radius:100%;background:var(--white);display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;transition:all 150ms ease-in-out}.main_case__item_link:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}.main_case__item_link svg{width:.75rem;height:.75rem;color:var(--Shades-Grey-400,#232323)}.main_case__item_title{font-size:1.25rem;font-weight:500}.main_case__text{margin-top:.75rem}.main_case__button{margin-top:2rem}.podcast{border-radius:2.5rem;background:var(--Shades-BG-2,#131516);padding:3.75rem 0;margin-top:2.5rem}.podcast__play:hover .podcast-eq rect{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.podcast__play:hover .podcast-eq rect{-webkit-animation:eq-bar-pulse 1.1s infinite ease-in-out;animation:eq-bar-pulse 1.1s infinite ease-in-out}.podcast__play:hover .podcast-eq rect:nth-child(1){-webkit-animation-delay:.03s;animation-delay:.03s}.podcast__play:hover .podcast-eq rect:nth-child(2){-webkit-animation-delay:.18s;animation-delay:.18s}.podcast__play:hover .podcast-eq rect:nth-child(3){-webkit-animation-delay:.11s;animation-delay:.11s}.podcast__play:hover .podcast-eq rect:nth-child(4){-webkit-animation-delay:.15s;animation-delay:.15s}.podcast__play:hover .podcast-eq rect:nth-child(5){-webkit-animation-delay:.22s;animation-delay:.22s}.podcast__play:hover .podcast-eq rect:nth-child(6){-webkit-animation-delay:.07s;animation-delay:.07s}.podcast__wrap{display:flex;flex-direction:column;gap:5rem}.podcast__card_columns{display:flex;gap:3.75rem;margin-top:2rem;align-items:center}.podcast__card_img{width:100%;max-width:21.125rem;aspect-ratio:1/1;position:relative}.podcast__card_img img{border-radius:.75rem}.podcast__card_content{flex:0 1 100%}.podcast__card_title{font-weight:500;margin-bottom:.75rem}.podcast__card_info{display:flex;gap:1.1875rem;align-items:center;color:var(--Shades-Grey-200,#7f8080);font-weight:600}.podcast__card_info li{position:relative}.podcast__card_info li:not(:last-child)::before{content:"";position:absolute;background:var(--Shades-Grey-300,#353535);width:.1875rem;height:.1875rem;top:50%;right:-.6875rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.podcast__card_tags .tags__item:hover{background:var(--stroke);border:1px solid var(--stroke)}.podcast__card_buttons{margin-top:3.75rem;display:flex;gap:.5rem}.podcast__card_button{display:flex;padding:.5rem 1.25rem .5rem .5rem;background:var(--Colors-Primary,#d21f1f);align-items:center;gap:1rem;border-radius:1.25rem;font-size:1.0625rem;font-weight:500;line-height:140%;transition:all 150ms ease-in-out}.podcast__card_button:hover{background:var(--colors-primary-hover,#f83636)}.podcast__card_button:hover svg{color:var(--colors-primary-hover,#f83636)}.podcast__card_button:active{background:var(--colors-primary-pressed,#bc1c1c)}.podcast__card_button:active svg{color:var(--colors-primary-pressed,#bc1c1c)}.podcast__card_button_icon{width:2.375rem;height:1.875rem;border-radius:.8125rem;background:var(--white);display:flex;align-items:center;justify-content:center}.podcast__card_button_icon svg{width:1.375rem;height:.875rem;color:var(--Colors-Primary,#d21f1f)}.podcast__card_share{border-radius:1.25rem;border:.0625rem solid #979797;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.5rem;font-size:1.0625rem;font-weight:500;line-height:140%;transition:all 150ms ease-in-out}.podcast__card_share:hover{background:var(--Shades-Grey-400,#232323)}.podcast__card_share:active{background:var(--Shades-Grey-500,#181e21)}.podcast__card_share_icon svg{width:1rem;height:.875rem;color:var(--white)}.podcast__tabs__container{width:100%}.podcast__tabs_audio{margin-top:2.25rem}.podcast__tabs_navigation{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.25rem;border-radius:1rem;background:var(--Shades-Background-default,rgba(255,255,255,.03))}.podcast__tabs_title{padding:.5rem 1.25rem;border-radius:.75rem;font-size:1.0625rem;line-height:140%;font-weight:500;color:var(--Shades-Grey-200,#7f8080);transition:all 150ms ease-in-out}.podcast__tabs_title:hover{background:rgba(255,255,255,.07);color:var(--shades-grey-50)}.podcast__tabs_title_mobile{display:none}.podcast__tabs_title._tab-active{color:var(--white);background:var(--Shades-Grey-300,#353535)}.podcast__tabs_desc{margin-top:1.75rem}.podcast__tabs_signature{color:var(--Shades-Grey-200,#7f8080);font-weight:600;line-height:140%;margin-top:1rem}.podcast__tabs_signature a{text-decoration:underline}.podcast__tabs_column{display:flex;flex-direction:column;gap:5rem}.podcast__stream{margin-top:3.25rem}.podcast__host{padding:4.5rem 0;background:var(--Shades-BG-1,#04090b) url(../img/tag_bg.svg) top left/cover no-repeat}.podcast__host_block{display:flex;justify-content:space-between;align-items:center;gap:2.5rem}.podcast__host_list{display:flex;flex-wrap:wrap;gap:3rem;width:100%;max-width:45rem;justify-content:center}.podcast__host_item{display:flex;flex-direction:column;gap:1.1875rem}.podcast__host_item_img{overflow:hidden;width:11.125rem;aspect-ratio:1/1;border-radius:100%;padding:.75rem;border:.125rem solid var(--Stroke,rgba(255,255,255,.15))}.podcast__host_item_img img{border-radius:100%}.podcast__host_item_content{text-align:center;font-weight:500;font-size:1.625rem}.podcast__related_list{margin-top:2rem}.podcast__related_list .podcast__item_text{display:block}.podcast__popular_list{margin-top:2rem}.podcast__category_title_wrap{display:flex;align-items:center;justify-content:space-between}.podcast__category_link{display:flex;gap:.75rem;align-items:center;font-size:1.0625rem;font-weight:500;line-height:140%;color:var(--Shades-Grey-100,#cdcdcd);transition:all 150ms ease-in-out}.podcast__category_link:hover{color:var(--white)}.podcast__category_link:active{color:var(--Shades-Grey-200,#7f8080)}.podcast__category_link svg{width:.9375rem;height:.9375rem}.podcast__category_list{display:grid;grid-template-columns:repeat(6,1fr);gap:1.475rem;margin-top:2.5625rem}.podcast__category_item{width:100%;height:11.375rem;position:relative;border-radius:1.25rem}.podcast__category_item_bg{width:calc(100% - 1.25rem);height:100%;position:absolute;top:-.5625rem;opacity:.6;z-index:1;left:0;right:0;margin:0 auto;border-radius:1.25rem}.podcast__category_item_link{width:100%;height:100%;z-index:2;position:relative}.podcast__category_item_title{position:absolute;left:.75rem;top:.75rem;padding:.375rem .75rem;border-radius:6.25rem;background:var(--white);font-weight:600}.podcast__category_item_img{width:100%;height:100%}.podcast__audio{color:var(--Shades-Grey-200,#7f8080)}.podcast__audio_header{border-bottom:.0625rem solid var(--Shades-Grey-400,#232323);display:flex;align-items:center;padding:0 1.0625rem .75rem 1.0625rem;margin-bottom:1.5rem}.podcast__audio_header .podcast__audio_title{margin-left:7.9375rem;max-width:40.875rem;width:100%;margin-right:1.25rem}.podcast__audio_header .podcast__audio_podcast{margin-right:1.25rem}.podcast__audio_duration{margin-left:auto}.podcast__audio_duration svg{width:1.25rem;height:1.25rem;color:var(--Shades-Grey-200,#7f8080)}.podcast__audio_list{display:flex;flex-direction:column;gap:.25rem;margin-top:1.5rem}.podcast__audio_row{display:grid;grid-template-columns:5rem 1.7fr 1.1fr 4.375rem;align-items:center;gap:.75rem;padding:.5rem 1.25rem}.podcast__audio_img{width:100%;max-width:3.75rem;aspect-ratio:1/1;border-radius:.25rem;overflow:hidden}.podcast__audio_title{display:flex;gap:1.25rem;align-items:center}.podcast__audio_name{color:var(--Shades-Grey-50,#e7e7e7)}.podcast__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.podcast__grid_item{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:.75rem}.podcast__grid_item:hover .podcast__grid_item_overlay{opacity:1}.podcast__grid_item_overlay{position:absolute;top:0;left:0;width:100%;height:100%;padding:1.25rem;opacity:0;transition:all 150ms ease-in-out;display:flex;flex-direction:column;justify-content:space-between;background:rgba(0,0,0,.8)}.podcast__grid_item_bottom{display:flex;justify-content:space-between;align-items:center}.podcast__grid_item_play{border-radius:100%;background:var(--white);display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem}.podcast__grid_item_play svg{width:1rem;height:1.125rem;color:var(--Shades-Grey-400,#232323)}.podcast__grid_item_link{border-radius:100%;background:var(--Shades-Grey-400,#232323);display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem}.podcast__grid_item_link svg{width:1.25rem;height:.25rem;color:var(--white)}.podcast__grid_item_title{font-size:2rem;font-weight:500;line-height:140%}.podcast__list{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.podcast__item{display:flex;flex-direction:column;gap:1.25rem}.podcast__item:hover .podcast__item_img::before{opacity:1}.podcast__item:hover .podcast__item_num{opacity:1}.podcast__item:hover .podcast__item_title{text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.podcast__item_img{position:relative;width:100%;aspect-ratio:1/1}.podcast__item_img::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);opacity:0;transition:all 150ms ease-in-out;pointer-events:none}.podcast__item_img img{border-radius:1rem}.podcast__item_num{position:absolute;left:.5rem;top:.5rem;padding:.25rem 1rem;border-radius:.5rem;border:.0625rem solid var(--Stroke,rgba(255,255,255,.15));background:var(--Shades-Grey-400,#232323);backdrop-filter:blur(8px);font-style:italic;font-size:.9375rem;line-height:140%;opacity:0;transition:all 150ms ease-in-out}.podcast__item_top{margin-bottom:.5rem;display:flex;flex-direction:column;gap:.25rem}.podcast__item_title{font-weight:500;font-size:1.5rem;transition:all 150ms ease-in-out;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.podcast__item_text{color:var(--Shades-Grey-100,#cdcdcd);line-height:135%;display:none}.podcast__item_bottom{display:flex;gap:.75rem;font-weight:600;font-size:.875rem;align-items:center;color:var(--Shades-Grey-200,#7f8080)}.podcast__item_term{display:flex;gap:.5rem;align-items:center;transition:all 150ms ease-in-out}.podcast__item_term:hover{color:var(--white)}.podcast__item_term::after{content:"";width:.25rem;height:.25rem;border-radius:100%;background:var(--Shades-Grey-300,#353535)}.podcast__item_date{white-space:nowrap}.about{padding:5.5rem 0;border-radius:2.5rem;background:var(--Shades-BG-2,#131516);margin-top:2.5rem}.about__container{display:flex;flex-direction:column;gap:7.5rem}.about__block{display:flex;flex-direction:column;gap:3.75rem}.about__top{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.about__top_title{font-weight:500}.about__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.about__item{border-radius:2.5rem;background:var(--Shades-Grey-400,#232323);padding:2rem 3.5rem;display:flex;flex-direction:column;gap:.5rem}.about__item:first-child{background:var(--Shades-Grey-50,#e7e7e7)}.about__item:first-child .about__item_title{color:var(--Shades-Grey-300,#353535)}.about__item_title{font-size:4.25rem;font-weight:500}.about__item_text{font-size:1.25rem;font-weight:500;color:var(--Shades-Grey-200,#7f8080)}.about__partners{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:2rem}.about__partners_item{height:10.4375rem;border-radius:2.5rem;background:var(--Shades-BG-1,#04090b);display:flex;align-items:center;justify-content:center;padding:.75rem;position:relative;overflow:hidden}.about__partners_item .partner__logo{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;will-change:transform;pointer-events:none}.about__partners_item .partner__logo_first{-webkit-animation-name:partner-slide1;animation-name:partner-slide1}.about__partners_item .partner__logo_second{-webkit-animation-name:partner-slide2;animation-name:partner-slide2}.about__partners_item img{max-width:100%;height:auto;transition:-webkit-transform 150ms;transition:transform 150ms;transition:transform 150ms,-webkit-transform 150ms}.about__faq_list{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.about__faq_item{border-radius:2.5rem;background:var(--Shades-Grey-400,#232323);padding:2rem 3.5rem;display:flex;flex-direction:column;gap:.5rem}.about__faq_item_title{font-size:2rem;font-weight:500}.about__faq_item_text{font-size:1.25rem;font-weight:500;color:var(--Shades-Grey-200,#7f8080);line-height:135%}.about__advert_text{text-align:center;line-height:135%;color:var(--Shades-Grey-200,#7f8080);font-size:1.25rem;max-width:49.25rem;margin:0 auto;margin-top:.75rem}.about__advert_list{display:grid;grid-column-gap:.75rem;grid-row-gap:.75rem;grid-auto-flow:dense;margin:0 auto;margin-top:3.25rem}.about__advert_list_advert{grid-template-columns:repeat(5,1fr);max-width:64.625rem}.about__advert_list_brand{grid-template-columns:repeat(4,1fr);max-width:51.5625rem}.about__advert_item{position:relative;width:100%;aspect-ratio:1/1;border-radius:.75rem;overflow:hidden}.about__advert_item:hover .about__advert_item_overlay{opacity:1}.about__advert_item_big{grid-column:span 2;grid-row:span 2}.about__advert_item_big .about__advert_item_overlay{padding:1.25rem}.about__advert_item_big .about__advert_item_text{display:block}.about__advert_item_big .about__advert_item_content{display:flex;flex-direction:column;gap:.5rem}.about__advert_item_big .about__advert_item_title{font-size:2rem}.about__advert_item_big .about__advert_item_text{font-size:.9375rem;font-weight:500;line-height:140%;color:var(--Shades-Grey-100,#cdcdcd);text-overflow:ellipsis}.about__advert_item_overlay{position:absolute;top:0;left:0;width:100%;height:100%;padding:.75rem;opacity:0;transition:all 150ms ease-in-out;display:flex;flex-direction:column;justify-content:space-between;background:rgba(0,0,0,.5)}.about__advert_item_top{display:flex}.about__advert_item_play{border-radius:100%;background:var(--white);display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.about__advert_item_play svg{width:.8125rem;height:1rem;color:var(--Shades-Grey-400,#232323)}.about__advert_item_link{border-radius:100%;background:var(--white);display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;transition:all 150ms ease-in-out;margin-left:auto}.about__advert_item_link:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}.about__advert_item_link svg{width:.75rem;height:.75rem;color:var(--Shades-Grey-400,#232323)}.about__advert_item_title{font-size:1.25rem;font-weight:500}.about__advert_item_text{display:none}.about__brand_text{text-align:center;line-height:135%;color:var(--Shades-Grey-200,#7f8080);font-size:1.25rem;max-width:49.25rem;margin:0 auto;margin-top:.75rem}.about__feedback_navigation{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:.25rem;border-radius:1rem;background:var(--Shades-Background-default,rgba(255,255,255,.03))}.about__feedback_content{margin-top:1.75rem}.about__feedback_title{padding:.5rem 1.25rem;border-radius:.75rem;font-size:1.0625rem;line-height:140%;font-weight:500;color:var(--Shades-Grey-200,#7f8080);transition:all 150ms ease-in-out}.about__feedback_title:hover{background:rgba(255,255,255,.07);color:var(--shades-grey-50)}.about__feedback_title._tab-active{color:var(--white);background:var(--Shades-Grey-300,#353535)}.episode{border-radius:2.5rem;background:var(--Shades-BG-2,#131516);padding:3.75rem 0;margin-top:2.5rem}.episode__wrap{display:flex;flex-direction:column;gap:5rem}.episode__card_columns{display:flex;gap:3.75rem;margin-top:2rem;align-items:center}.episode__card_img{width:100%;max-width:21.125rem;aspect-ratio:1/1;position:relative}.episode__card_img img{border-radius:.75rem}.episode__card_content{flex:0 1 100%}.episode__card_subtitle{color:var(--Shades-Grey-200,#7f8080);font-size:1.625rem;font-weight:500;margin-bottom:.25rem}.episode__card_title{font-weight:500;margin-bottom:1.25rem}.episode__card_num{position:absolute;font-size:.8125rem;padding:.25rem .75rem;left:0;right:0;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:.75rem;border-radius:.5rem;border:.0625rem solid var(--Stroke,rgba(255,255,255,.15));background:var(--Shades-Grey-400,#232323);backdrop-filter:blur(8px);font-style:italic;line-height:140%;display:none}.episode__card_info{display:flex;gap:1.1875rem;align-items:center;color:var(--Shades-Grey-200,#7f8080);font-weight:600}.episode__card_info li{position:relative}.episode__card_info li:not(:last-child)::before{content:"";position:absolute;background:var(--Shades-Grey-300,#353535);width:.1875rem;height:.1875rem;top:50%;right:-.6875rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.episode__card_time{display:flex;gap:.5rem;align-items:center}.episode__card_time svg{width:1.125rem;height:1.125rem}.episode__card_buttons{margin-top:2.75rem;display:flex;gap:.5rem}.episode__card_button{display:flex;padding:.5rem 1.25rem .5rem .5rem;background:var(--Colors-Primary,#d21f1f);align-items:center;gap:1rem;border-radius:1.25rem;font-size:1.0625rem;font-weight:500;line-height:140%;transition:all 150ms ease-in-out}.episode__card_button:hover{background:var(--colors-primary-hover,#f83636)}.episode__card_button:hover svg{color:var(--colors-primary-hover,#f83636)}.episode__card_button:active{background:var(--colors-primary-pressed,#bc1c1c)}.episode__card_button:active svg{color:var(--colors-primary-pressed,#bc1c1c)}.episode__card_button_icon{width:2.375rem;height:1.875rem;border-radius:.8125rem;background:var(--white);display:flex;align-items:center;justify-content:center}.episode__card_button_icon svg{width:1.375rem;height:.875rem;color:var(--Colors-Primary,#d21f1f)}.episode__card_share{border-radius:1.25rem;border:.0625rem solid #979797;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.5rem;font-size:1.0625rem;font-weight:500;line-height:140%;transition:all 150ms ease-in-out}.episode__card_share:hover{background:var(--Shades-Grey-400,#232323)}.episode__card_share:active{background:var(--Shades-Grey-500,#181e21)}.episode__card_share_icon svg{width:1rem;height:.875rem;color:var(--white)}.episode__columns{display:grid;grid-template-columns:1fr 1fr;gap:3.75rem}.episode__column{display:flex;flex-direction:column;gap:3.75rem}.episode_desc_text{word-break:break-word}.episode__team_text{margin-top:1.25rem}.episode__timecode_list{display:flex;flex-direction:column;gap:.3125rem;margin-top:1.25rem}.episode__timecode_item{font-size:1.25rem;line-height:135%;color:var(--Shades-Grey-100,#cdcdcd)}.episode__timecode_label{word-break:break-word}.episode__timecode_value{margin-right:.5rem;color:var(--colors-primary-hover,#f83636)}.episode__timecode_value:hover{cursor:pointer}.episode__stream_title{margin-bottom:1.25rem}.episode__stream_list{display:flex;gap:1rem;flex-wrap:wrap}.episode__stream_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.episode__stream_item{display:flex;align-items:center;gap:1rem;min-width:14.75rem;border-radius:1.25rem;background:var(--Shades-Grey-400,#232323);padding:.75rem 1.25rem;max-width:14.75rem;transition:all 150ms ease-in-out}.episode__stream_item:hover{background:var(--Shades-Grey-300,#353535)}.episode__stream_item:active{background:var(--Shades-Grey-300,#353535)}.episode__stream_item_icon{width:2.5rem;height:2.5rem}.episode__stream_item_content{line-height:140%;font-weight:500}.episode__stream_item_subtitle{font-weight:600;font-size:.875rem;color:var(--Shades-Grey-200,#7f8080)}.episode__stream_item_title{font-size:1.0625rem}.episode__desc_title{margin-bottom:1.25rem}.episode__related_list{margin-top:2rem}.episode__related_wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.category{border-radius:2.5rem;background:var(--Shades-BG-2,#131516);padding:3.75rem 0;margin-top:2.5rem}.category__wrap{display:flex;flex-direction:column;gap:5rem}.category__bg_health{background-color:#51c35e}.category__bg_dosug{background-color:#ffa64e}.category__bg_culture{background-color:#ffb20c}.category__bg_family{background-color:#aa7eff}.category__bg_business{background-color:#38b6e3}.category__bg_job{background-color:#7caaff}.category__bg_evolution{background-color:#bdcd61}.category__color_health{color:#51c35e}.category__color_dosug{color:#ffa64e}.category__color_culture{color:#ffb20c}.category__color_family{color:#aa7eff}.category__color_business{color:#38b6e3}.category__color_job{color:#7caaff}.category__color_evolution{color:#bdcd61}.category__card_columns{display:flex;gap:3.75rem;margin-top:3rem}.category__card_img{width:100%;max-width:21.125rem;aspect-ratio:1/1;border-radius:2rem;position:relative;z-index:2}.category__card_img img{border-radius:2rem}.category__card_bg{width:calc(100% - 1.875rem);height:100%;position:absolute;top:-1rem;opacity:.6;z-index:-1;left:0;right:0;margin:0 auto;border-radius:1.25rem}.category__card_content{flex:0 1 100%}.category__card_title{font-weight:500;margin-bottom:.75rem}.category__card_info{display:flex;gap:1.1875rem;align-items:center;color:var(--Shades-Grey-200,#7f8080);font-weight:600}.category__card_info li{position:relative}.category__card_info li:not(:last-child)::before{content:"";position:absolute;background:var(--Shades-Grey-300,#353535);width:.1875rem;height:.1875rem;top:50%;right:-.6875rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.category__card_buttons{margin-top:3.75rem;display:flex;gap:.5rem}.category__card_button{display:flex;padding:.5rem 1.25rem .5rem .5rem;background:var(--Colors-Primary,#d21f1f);align-items:center;gap:1rem;border-radius:1.25rem;font-size:1.0625rem;font-weight:500;line-height:140%;transition:all 150ms ease-in-out}.category__card_button:hover{background:var(--colors-primary-hover,#f83636)}.category__card_button:hover svg{color:var(--colors-primary-hover,#f83636)}.category__card_button:active{background:var(--colors-primary-pressed,#bc1c1c)}.category__card_button:active svg{color:var(--colors-primary-pressed,#bc1c1c)}.category__card_button_icon{width:2.375rem;height:1.875rem;border-radius:.8125rem;background:var(--white);display:flex;align-items:center;justify-content:center}.category__card_button_icon svg{width:1.375rem;height:.875rem;color:var(--Colors-Primary,#d21f1f)}.category__card_share{border-radius:1.25rem;border:.0625rem solid #979797;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.5rem;font-size:1.0625rem;font-weight:500;line-height:140%;transition:all 150ms ease-in-out}.category__card_share:hover{background:var(--Shades-Grey-400,#232323)}.category__card_share:active{background:var(--Shades-Grey-500,#181e21)}.category__card_share_icon svg{width:1rem;height:.875rem;color:var(--white)}.category__category_label{color:var(--Shades-Grey-200,#7f8080);font-size:1.625rem;font-weight:500}.category__category_title{margin-bottom:0}.category__category_content{display:flex;flex-direction:column;justify-content:center}.category__tabs_audio{margin-top:2.25rem}.category__tabs_navigation{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.25rem;border-radius:1rem;background:var(--Shades-Background-default,rgba(255,255,255,.03))}.category__tabs_title{padding:.5rem 1.25rem;border-radius:.75rem;font-size:1.0625rem;line-height:140%;font-weight:500;color:var(--Shades-Grey-200,#7f8080)}.category__tabs_title._tab-active{color:var(--white);background:var(--Shades-Grey-300,#353535)}.category__tabs_desc{margin-top:1.75rem;font-size:1.25rem;line-height:135%}.category__tabs_signature{color:var(--Shades-Grey-200,#7f8080);font-weight:600;line-height:140%;margin-top:1rem}.category__tabs_signature a{text-decoration:underline}.category__tabs_column{display:flex;flex-direction:column;gap:5rem}.search_page{border-radius:2.5rem;background:var(--Shades-BG-2,#131516);padding:3.75rem 0;margin-top:2.5rem}.search_page__form{position:relative;padding:0 3.25rem 1rem 3.25rem;border-bottom:.0625rem solid var(--Shades-Grey-200,#7f8080)}.search_page__input{height:4.5625rem;font-size:3.75rem;font-weight:500;text-align:center;outline:0}.search_page__input::-webkit-input-placeholder{color:var(--Shades-Grey-300,#353535)}.search_page__input:-ms-input-placeholder{color:var(--Shades-Grey-300,#353535)}.search_page__input::-ms-input-placeholder{color:var(--Shades-Grey-300,#353535)}.search_page__input::placeholder{color:var(--Shades-Grey-300,#353535)}.search_page__button{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3.25rem;height:3.25rem;display:flex;align-items:center;justify-content:center;transition:all 150ms ease-in-out;border-radius:.75rem}.search_page__button:hover{background:var(--Shades-Grey-350,#2c2d2d)}.search_page__button svg{width:1.375rem;height:1.375rem}.search_page__hint{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.search_page__hint_button{border-radius:1.25rem;background:var(--Shades-Grey-350,#2c2d2d);padding:.5rem 1.25rem;font-weight:600;transition:all 150ms ease-in-out}.search_page__hint_button:hover{background:var(--Shades-Grey-300,#353535)}.search_page__list{display:flex;flex-direction:column;gap:3.75rem;margin-top:5rem}.search_page__item_title_wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.search_page__category{margin-top:6.25rem}.search_page__related{margin-top:3.75rem}.search_page__related_title_wrap{display:flex;align-items:center;justify-content:space-between}.search_page__related_link{display:flex;gap:.75rem;align-items:center;font-size:1.0625rem;font-weight:500;line-height:140%;color:var(--Shades-Grey-100,#cdcdcd)}.search_page__related_link svg{width:.9375rem;height:.9375rem}.search_page__related_list{margin-top:2rem}.search_page__related_list .podcast__item_text{display:none}.search_page__related_list .podcast__item_bottom{display:none}.search_page__nofound{margin-top:6.25rem;text-align:center}.search_page__nofound_title{color:var(--Shades-Grey-200,#7f8080);font-size:8.75rem}.search_page__nofound_text{margin-top:2.5rem;font-weight:600;color:var(--Shades-Grey-200,#7f8080)}.search_page__nofound_text a{color:var(--white);line-height:140%;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto}.contact__block{min-height:25rem;text-align:center;padding:5.375rem 0}.contact__title{margin-bottom:.75rem}.contact__emails{margin-top:2.25rem;display:flex;gap:3rem;justify-content:center}.contact__email{display:flex;gap:.5rem;font-size:1.25rem;font-weight:500;align-items:center;color:var(--Shades-Grey-100,#cdcdcd);transition:all .1s ease-in-out}.contact__email:hover{color:var(--white)}.contact__email:hover a{text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:4.5%;text-underline-offset:auto;text-underline-position:from-font;color:var(--white)}.contact__email:active{color:var(--Shades-Grey-100,#cdcdcd)}.contact__email:active a{color:var(--Shades-Grey-100,#cdcdcd)}.contact__email svg{width:1rem;height:1rem}.contact__form{padding:3.75rem 0;border-radius:2.5rem;background:var(--Shades-BG-2,#131516)}.player-modal{position:fixed;opacity:0;visibility:hidden;left:0;top:0;width:100%;min-height:100vh;height:100%;background-color:#131516;padding:.75rem 1.5rem;transition:all 150ms;overflow-y:auto;z-index:12}.player-modal__container{position:relative;display:flex;flex-direction:column;align-items:center;max-width:19.5rem;width:100%;margin:0 auto}.player-modal__container .player-modal__close-btn{border:none;background-color:rgba(0,0,0,0);margin-bottom:8px}.player-modal__container .player-modal__img-box{height:312px;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:20px;overflow:hidden}.player-modal__container .player-modal__img-box .player-modal__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.player-modal__container .player-modal__title{font-weight:500;font-size:22px;line-height:120%;margin-bottom:4px;width:100%;height:78px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.player-modal__container .player-modal__text{font-weight:600;font-size:14px;line-height:140%;text-align:left;width:100%;margin-bottom:36px;color:#7f8080}.player-modal .modal__player__progress{width:100%;position:static;margin-bottom:8px;cursor:pointer}.player-modal .modal__player__progress .player__progress__box{width:100%;height:4px;position:relative;background-color:#353535;border-radius:100px}.player-modal .modal__player__progress .player__progress__box .player__progress-current,.player-modal .modal__player__progress .player__progress__box .player__progress-loaded{position:absolute;left:0;top:0;height:4px;border-radius:100px}.player-modal .modal__player__progress .player__progress__box .player__progress-current{background-color:#fff;z-index:20}.player-modal .modal__player__progress .player__progress__box .player__progress-loaded{width:0%;background-color:#7f8080}.player-modal .player__timeline{display:flex;justify-content:space-between;margin-bottom:60px}.player-modal .player__timeline .player__current-time,.player-modal .player__timeline .player__total-time{font-size:14px}.player-modal .player__controls{display:flex;align-items:center;gap:12px;margin-bottom:8px}.player-modal .player__controls .player__next-btn,.player-modal .player__controls .player__prev-btn{background-color:rgba(0,0,0,0);border:none}.player-modal .player__controls .player__toggle-play{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:none;border-radius:50%}.player-modal .player__timeline{display:flex;align-items:center;gap:16px;width:100%}.player-modal .player__timeline .player__current-time,.player-modal .player__timeline .player__total-time{font-weight:600;font-size:16px;line-height:100%;color:#7f8080}.player-modal .player__controls{width:100%;justify-content:center}.player-modal .player__controls .player-modal__player__menu-btn,.player-modal .player__controls .player__share-btn{border:none;background-color:rgba(0,0,0,0)}.player-modal .player__controls .player__share-btn{margin-right:auto}.player-modal .player__controls .player-modal__player__menu-btn{margin-left:auto}.player{position:fixed;bottom:-100%;left:0;width:100%;padding:1rem 0;border-top:.0625rem solid var(--Stroke,rgba(255,255,255,.15));border-bottom:.0625rem solid var(--Stroke,rgba(255,255,255,.15));background:var(--Shades-BG-1,#04090b);transition:all 150ms;z-index:11}.player.player--active{bottom:0}.player__container{display:flex;max-width:100%;padding:0 1.625rem;justify-content:space-between}.player__left{cursor:pointer;display:flex;align-items:center;gap:20px;max-width:375px;width:100%}.player__left .player__left__img-box{width:4.25rem;min-width:4.25rem;border-radius:4px;overflow:hidden;height:4.25rem}.player__left .player__left__img-box .player__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.player__left .player__info .player__title{font-weight:500;font-size:17px;line-height:140%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.player__left .player__info .player__text{font-weight:600;font-size:14px;line-height:140%;color:#7f8080}.player__center{max-width:515px;width:100%;display:flex;flex-direction:column;align-items:center}.player__center .player__controls{display:flex;align-items:center;gap:12px;margin-bottom:8px}.player__center .player__controls .player__next-btn,.player__center .player__controls .player__prev-btn{background-color:rgba(0,0,0,0);border:none;color:#cdcdcd}.player__center .player__controls .player__prev-btn:disabled{color:#353535}.player__center .player__controls .player__prev-btn:hover{color:#fff}.player__center .player__controls .player__next-btn:disabled{color:#353535}.player__center .player__controls .player__next-btn:hover{color:#fff}.player__center .player__controls .player__next-btn:active{color:#7f8080}.player__center .player__controls .player__prev-btn:active{color:#7f8080}.player__center .player__controls .player__toggle-play{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:none;border-radius:50%}.player__center .player__timeline{display:flex;align-items:center;gap:16px;width:100%}.player__center .player__timeline .player__current-time,.player__center .player__timeline .player__total-time{font-weight:600;font-size:16px;line-height:100%;color:#7f8080;min-width:3rem;flex-shrink:0}.player__center .player__timeline .player__current-time{text-align:right}.player__center .player__progress{width:100%;cursor:pointer}.player__center .player__progress__box{position:relative;width:100%;height:4px;background-color:#353535;border-radius:100px}.player__center .player__progress__box .player__progress-current,.player__center .player__progress__box .player__progress-loaded{position:absolute;left:0;top:0;height:4px;border-radius:100px}.player__center .player__progress__box .player__progress-current{width:0%;background-color:#fff;z-index:20}.player__center .player__progress__box .player__progress-loaded{width:0%;background-color:#7f8080}.player__right{display:flex;align-items:center;max-width:375px;width:100%;justify-content:flex-end}.player__right .player__menu-btn,.player__right .player__volume-btn{border:none;background-color:rgba(0,0,0,0)}.player__right .player__volume-btn{height:22px;margin-left:28px;margin-right:10px;color:#7f8080}.player__right .player__volume-btn:hover{color:#fff}.player__right .player__volume-slider{width:65px;height:4px;-webkit-appearance:none;background:linear-gradient(to right,#e7e7e7 var(--range-progress),#353535 var(--range-progress));outline:0;border-radius:4px}.player__right .player__volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:#7f8080;border-radius:50%;cursor:pointer;-webkit-transition:background-color 150ms;transition:background-color 150ms}.player__right .player__volume-slider.full::-webkit-slider-thumb{background:#fff}.player__right .player__volume-slider::-webkit-slider-thumb:hover{background:#fff}.player__right .player__volume-slider::-moz-range-thumb{width:12px;height:12px;background:#7f8080;border-radius:50%;cursor:pointer;-moz-transition:background-color 150ms;transition:background-color 150ms}.player__right .player__volume-slider.full:hover::-moz-range-thumb{background:#fff}.player__right .player__volume-slider::-moz-range-track{background:rgba(0,0,0,0)}.player__mobile-toggle-play{display:none}.player .only__mobile{display:none}.player .mobile_player__progress{width:100%;height:4px;background-color:#2c2d2d}.player .player__progress-current-red{height:3px}.player .player__progress__box{width:100%}.player .player__progress-loaded{background-color:#7f8080}.podcast-list{display:flex;flex-direction:column;gap:.75rem}.podcast-list .podcast-item{display:flex;align-items:center;border-radius:.75rem;padding:8px 20px 8px 12px;cursor:pointer;transition:all 150ms ease-in-out;position:relative}.podcast-list .podcast-item__duration{display:none}.podcast-list .podcast-item__play-button{width:42px;display:none;justify-content:end}.podcast-list .podcast-item__play-button_un_active{display:flex}.podcast-list .podcast-item__number{width:42px;display:flex;justify-content:flex-end}.podcast-list .podcast-item__number.numActive{display:none}.podcast-list .podcast-item__thumbnail{margin-left:24px;margin-right:20px;border-radius:4px;overflow:hidden;width:60px;height:60px;min-width:60px}.podcast-list .podcast-item__thumbnail .podcast-item__image{width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.podcast-list .podcast-item__content{margin-right:20px;max-width:654px;width:100%}.podcast-list .podcast-item__podcast-name{margin-right:auto;font-weight:600;font-size:16px;line-height:100%;color:#7f8080;transition:all 150ms ease-in-out}.podcast-list .podcast-item__podcast-name:hover{color:var(--white)}.podcast-list .podcast-item__title{font-weight:500;font-size:17px;line-height:140%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--Shades-Grey-50,#e7e7e7)}.podcast-list .podcast-item__time{font-weight:600;font-size:14px;line-height:140%;color:#7f8080}.podcast-list .podcast-item__duration{font-weight:600;font-size:14px;line-height:140%;text-align:right;color:#7f8080;display:flex}.podcast-list .podcast-item__duration.numActive{display:none}.podcast-list .podcast-item__menu-button{background-color:rgba(0,0,0,0);border:none;height:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;display:none;transition:all 150ms ease-in-out;padding:1.25rem 0}.podcast-list .podcast-item__menu-button:hover svg{fill:var(--white)}.podcast-list .podcast-item__menu-button svg{fill:#7f8080}.podcast-list .podcast-item__menu-button svg:hover{fill:var(--white)}.podcast-list .podcast-item__menu-button_un_active{display:flex}.podcast-list .podcast-item__dropdown{display:none;position:absolute;right:0;top:5.375rem;z-index:50}.podcast-list .podcast-item__dropdown._open{display:block}.podcast-list .podcast-item__menu{border-radius:.75rem;background:var(--Shades-Grey-400,#232323);box-shadow:0 0 1.875rem 0 rgba(0,0,0,.25)}.podcast-list .podcast-item__menu_item{display:flex;gap:.75rem;padding:.75rem 1rem;align-items:center;transition:all 150ms ease-in-out}.podcast-list .podcast-item__menu_item:hover{background:var(--Shades-BG-2,#131516)}.podcast-list .podcast-item__menu_item span{font-size:.875rem;font-weight:600;line-height:140%;color:var(--white)}.podcast-list .podcast-item__menu_item svg{width:1.125rem;height:1.125rem;color:var(--white)}.podcast-list .podcast-item:hover{background:var(--Shades-Grey-400,#232323)}.podcast-list .podcast-item:hover .podcast-item__play-button{display:flex;justify-content:end}.podcast-list .podcast-item:hover .podcast-item__duration{display:none}.podcast-list .podcast-item:hover .podcast-item__menu-button{display:flex}.podcast-list .podcast-item:hover .podcast-item__number{display:none}.podcast-list .podcast-item:hover .podcast-item__menu-button_un_active{display:flex}.only__tablet{display:none}.all_podcasts__top{padding:5.375rem 0 4.3125rem 0}.all_podcasts__top_link{display:flex;justify-content:center;margin-top:1.5rem}.all_podcasts__title{text-align:center}.all_podcasts__tags{max-width:68.3125rem;margin:0 auto;margin-top:2.25rem;justify-content:center}.all_podcasts__content{padding:3.75rem 0;border-radius:2.5rem;background:var(--Shades-BG-2,#131516)}.all_podcasts__list{display:flex;flex-direction:column;gap:3.75rem}.all_podcasts__item_title_wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page_404{padding:15rem 0}.page_404__block{display:flex;flex-direction:column;align-items:center;max-width:43.125rem;margin:0 auto}.page_404__img img{max-width:100%;height:auto}.page_404__title{color:var(--Shades-Grey-200,#7f8080);margin-top:2.5rem}.page_404__btn{margin-top:5rem}.job__block{min-height:25rem;text-align:center;padding:5.375rem 0;max-width:45.8125rem;margin:0 auto}.job__title{margin-bottom:.75rem}.job__emails{margin-top:2.25rem;display:flex;gap:3rem;justify-content:center}.job__email{display:flex;gap:.5rem;font-size:1.25rem;font-weight:500;align-items:center;color:var(--Shades-Grey-100,#cdcdcd)}.job__email svg{width:1rem;height:1rem}.job__content{border-radius:2.5rem;background:var(--Shades-BG-2,#131516);padding:3.75rem 0}.job__vacancy{max-width:53.125rem;margin:0 auto}.job__vacancy_title{text-align:center}.job__tabs{margin-top:2rem}.job__list{display:flex;flex-direction:column;gap:.5rem}.job__item{border-radius:1.25rem;background:var(--Shades-Grey-400,#232323);padding:1.5rem 2rem;display:flex;gap:2rem}.job__item_content{display:flex;flex-direction:column;gap:.25rem;flex:1 1 auto}.job__item_post{font-size:1.375rem}.job__item_exp{color:var(--Shades-Grey-200,#7f8080);font-size:1.0625rem;font-weight:500;line-height:140%}.job__item_link{display:flex;align-items:center;gap:2rem}.job__item_link:hover svg{color:var(--white)}.job__item_link:hover span{color:var(--white)}.job__item_link span{color:var(--Shades-Grey-100,#cdcdcd);font-size:1.25rem;font-weight:500;transition:all 150ms ease-in-out}.job__item_link svg{width:1.125rem;height:1.125rem;flex-shrink:0;color:var(--Shades-Grey-200,#7f8080);transition:all 150ms ease-in-out}.swiper{overflow:hidden}.swiper-initialized{touch-action:pan-y}.swiper-wrapper{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative}.swiper-vertical .swiper-wrapper{flex-direction:column}.swiper-autoheight .swiper-wrapper{align-items:flex-start}.swiper-initialized .swiper-slide{flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}@media (min-width:61.99875em){.about__partners_item:nth-child(6n+3),.about__partners_item:nth-child(6n+4){grid-column:span 2}.about__partners_item:nth-child(6n+3) .partner__logo_first,.about__partners_item:nth-child(6n+4) .partner__logo_first{-webkit-animation-name:partner-slide1-vertical;animation-name:partner-slide1-vertical}.about__partners_item:nth-child(6n+3) .partner__logo_second,.about__partners_item:nth-child(6n+4) .partner__logo_second{-webkit-animation-name:partner-slide2-vertical;animation-name:partner-slide2-vertical}}@media (min-width:68.75em){.podcast__item_big{display:flex;grid-column:span 4;flex-direction:row;gap:4.25rem;align-items:center;margin-bottom:3rem}.podcast__item_big .podcast__item_img{width:100%;aspect-ratio:1/1;width:30.875rem;flex-shrink:0}.podcast__item_big .podcast__item_img a{width:100%;height:100%}.podcast__item_big .podcast__item_num{top:.75rem;left:.75rem}.podcast__item_big .podcast__item_title{font-size:3rem;font-weight:500}.podcast__item_big .podcast__item_text{font-size:1.25rem;line-height:135%;color:var(--Shades-Grey-100,#cdcdcd);margin-bottom:1rem;display:flex}}@media (min-width:90.625em){body{background:var(--Shades-BG-1,#04090b) url(../img/bg.svg) top center/cover no-repeat}}@media (min-width:90em){.title{font-size:3.75rem}.podcast__card_title{font-size:3.75rem}.about__top_title{font-size:3.75rem}.episode__card_title{font-size:2.5rem}.category__card_title{font-size:3.75rem}}@media (min-width:120em){.first__title{font-size:3.75rem}}@media (max-width:82em){.footer__container{padding:0 1.46875rem}}@media (max-width:75em){.podcast__category_list{display:flex;flex-wrap:wrap;justify-content:center}.podcast__category_item{width:11.9375rem;flex-shrink:0}.podcast__item_title{font-size:1.25rem}}@media (max-width:1115px){.podcast-list .podcast-item__content{max-width:572px;width:100%}.podcast-list .podcast-item__title{font-size:14px;line-height:17px}.podcast-list .podcast-item__podcast-name{font-size:14px;margin-left:auto}.podcast-list .podcast-item__time{font-size:12px}}@media (max-width:1024px){.player{padding:12px 0}.player__center,.player__right{display:none}.player__container{gap:24px;justify-content:space-between;position:relative}.player__progress{position:absolute;top:-12px;left:0;height:3px}.player__progress__box{height:3px;overflow:hidden}.player__progress__box .player__progress-current{height:3px;background-color:#d21f1f}.player__progress__box .player__progress-loaded{height:3px}.player__mobile-toggle-play{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border:none;width:60px;height:60px}.player__left{gap:12px}.player__img{width:52px;height:52px}.player__container{padding-left:12px;padding-right:12px}.player__title{font-size:14px}.player__text{font-size:12px}.player .only__mobile{display:flex}}@media (max-width:62em){.title{font-size:2rem}.podcast__card_title{font-size:2rem}.about__top_title{font-size:2rem}.episode__card_title{font-size:1.625rem}.category__card_title{font-size:2rem}}@media (max-width:768px){.only__tablet{display:flex}.podcast-list .podcast-item{padding:.75rem 0;justify-content:space-between}.podcast-list .podcast-item .numActive,.podcast-list .podcast-item__play-button{display:none}.podcast-list .podcast-item__menu-button{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.podcast-list .podcast-item__menu-button_un_active{display:flex}.podcast-list .podcast-item__duration{display:none}.podcast-list .podcast-item__thumbnail{margin-left:0;min-width:3.5rem;width:3.5rem;height:3.5rem}.podcast-list .podcast-item__thumbnail .podcast-item__image{width:100%;height:100%}.podcast-list .podcast-item__time{display:none}.podcast-list .podcast-item__podcast-name{margin-top:4px}.tablet__hidden{display:none}.player__left .player__left__img-box{width:52px;height:52px;min-width:52px}.podcast-item__number{display:none!important}.podcast-item__menu-button{display:flex!important}.podcast-item__play-button{display:none!important}}@media (max-width:640px){.player-modal__container{max-width:none}}@media (max-width:69.6875em){.podcast__audio_header .podcast__audio_title{width:35.75rem}}@media (max-width:68.75em){.menu__link{font-size:.875rem}.header__button{font-size:1rem}.main_tags__block{flex-direction:column;align-items:flex-start;gap:1.5rem}.episode__columns{gap:1.75rem}}@media (max-width:66.875em){.podcast__list{grid-template-columns:repeat(3,1fr)}.episode__related_wrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width:61.99875em){.menu__body{position:fixed;width:100%;height:100%;left:-100%;top:0;overflow:auto;background:var(--Shades-BG-2,#131516);padding:1.9375rem 1.5rem 1.9375rem 1.5rem;transition:left 150ms;z-index:1;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}.menu__body::before{content:"";position:fixed;width:100%;height:4.375rem;left:-100%;top:0;transition:left 150ms;z-index:2}.menu-open .menu__body{left:0}.menu-open .menu__body::before{left:0}.menu__list{display:flex;flex-direction:column;margin-top:7.375rem;gap:1.25rem}.menu__link{font-size:1.625rem;font-weight:500;padding:0}.menu__link_active{background:0 0;color:var(--Colors-Primary,#d21f1f)}.icon-menu{display:block;position:relative;width:1.875rem;height:1.125rem;z-index:5}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";transition:all 150ms ease 0s;right:0;position:absolute;width:100%;height:.125rem;background-color:#fff}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu{position:absolute;left:1.625rem;top:2.0625rem}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.popup__title{font-size:1.625rem}.header__logo_desktop{display:none}.header__logo_mobile{display:flex}.header__info{display:flex}.header__menu{order:3}.header__button{display:none}.header__search_mobile{display:flex;flex:1 1 100%;width:100%;position:relative;height:2.375rem}.header__search_desktop{display:none}.footer__menu a{font-size:1.625rem;gap:1rem}.first{padding:7.75rem 0 5.4375rem 0}.first__button{width:100%}.main_about__columns{flex-direction:column;gap:1.5rem}.main_about__content{flex:0 0 100%;order:2}.main_about__img{flex:0 0 100%}.main_case__list{grid-template-columns:repeat(3,1fr)}.podcast__host_block{flex-direction:column}.podcast__grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.about__top{flex-direction:column;display:flex}.about__partners{grid-template-columns:repeat(3,1fr)}.episode__columns{flex-direction:column;display:flex}.episode__column{gap:1.75rem}.episode__stream_grid{display:flex;flex-wrap:wrap}.episode__related_wrapper{grid-template-columns:repeat(2,1fr)}.search_page{background:var(--Shades-BG-1,#04090b);margin-top:0}.search_page__form{display:none}.search_page__hint{display:none}.search_page__category{margin-top:0}.search_page__nofound{margin-top:0}.search_page__nofound_title{font-size:6.25rem}}@media (max-width:61.99875em)and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:47.99875em){body{background:var(--Shades-BG-1,#04090b) url(../img/main_bg_mobile.svg) top center/cover no-repeat}.btn{padding:1rem 1.75rem;font-size:.875rem;border-radius:1rem}.btn__spec{padding:.5rem .5rem .5rem 1.5rem;border-radius:1rem}.btn__spec_icon{width:2.25rem;height:2.25rem}h1{font-size:2rem}h3{font-size:1.625rem}h4{font-size:1.5rem}h5{font-size:1.125rem}.title__middle{font-size:1.625rem}.text__global{font-size:1rem}.feedback__contacts li:nth-child(2){display:none}.feedback__contacts li a{font-size:.875rem}.feedback__form{margin-top:1.25rem}.feedback__form_row{display:flex;flex-direction:column;gap:.5rem}.feedback__form_input{border-radius:1rem;padding:1rem 1.25rem}.feedback__form_textarea{border-radius:1rem;height:7.75rem;padding:1rem 1.25rem}.feedback__form_textarea_wrap{margin-top:.5rem}.feedback__form_accept{font-size:.8125rem;margin-top:.5rem}.breadcrumb{display:none}.cookies{left:.5rem;right:.5rem;bottom:.5rem}.cookies__block{flex-direction:column;padding:1rem;gap:.75rem}.cookies__text{font-size:.875rem;margin-right:2.375rem}.cookies__buttons{width:100%}.cookies__close{position:absolute;top:1rem;right:1rem;padding:0}.tags__list_medium{margin-bottom:.75rem}.tags__item{padding:.5rem 1rem;gap:.5rem;font-size:.875rem}.popup__content{padding:2.75rem 0 2.75rem 1.5rem;min-height:27.5rem}.popup__title_wrap{padding-right:1.5rem}.popup__tabs_navigation{border-radius:1rem 0 0 1rem}.popup__tabs_title{font-size:.9375rem;padding:.5rem 1rem}.popup__tabs_content{padding-right:1.5rem}.page_template{padding:3.25rem 0;border-radius:16px 16px 0 0;margin-top:1.5rem}.page_template h1{font-size:2rem}.page_template h1:not(:first-child){margin-top:3.75rem}.page_template h1:not(:last-child){margin-bottom:1rem}.page_template h2{font-size:1.75rem}.page_template h2:not(:first-child){margin-top:3.75rem}.page_template h2:not(:last-child){margin-bottom:1rem}.page_template p{font-size:1rem}.tabs__navigation{border-radius:1rem 0 0 1rem}.tabs__title{font-size:.9375rem;padding:.5rem 1rem}.header__contacts{width:100%;display:flex;gap:1rem;align-items:center}.footer{padding:3.25rem 0}.footer__columns{flex-direction:column;gap:3.75rem}.footer__logo img{max-width:7.6875rem;height:auto}.footer__social{position:absolute;right:1.5rem;top:3.6875rem}.footer__social_vk svg{width:1.875rem;height:1.125rem}.footer__social_tg svg{width:1.5rem;height:1.25rem}.footer__social_ok svg{width:1.125rem;height:1.875rem}.footer__copyrite_desktop{display:none}.footer__copyrite_mobile{display:flex}.footer__arir_block{flex-direction:column;gap:.5rem}.footer__arir_logo{padding-bottom:.5rem;border-bottom:.0625rem solid var(--Shades-Grey-300,#353535);border-right:none;padding-right:0}.podcast_main{border-top-left-radius:1rem;border-top-right-radius:1rem;padding:3rem 0}.main_tags{padding:3rem 0}.podcast_new{padding:1.5rem 0}.podcast_new__title_wrap{flex-direction:column;align-items:start;gap:.25rem}.podcast_new__link{font-size:.875rem}.main_about{padding:3rem 0;background:var(--Shades-BG-1,#04090b) url(../img/tag_bg_mobile.svg) top left/cover no-repeat}.main_about__text{font-size:1rem}.main_about__button{margin-top:2.5rem}.main_case{padding:3rem 0;border-bottom-left-radius:0;border-bottom-right-radius:0}.main_case__list{grid-template-columns:repeat(2,1fr)}.main_case__item_overlay{padding:1rem}.main_case__item_link{margin-left:auto}.main_case__item_title{display:none}.main_case__text{margin-top:.5rem}.podcast{padding:0;border-radius:0;margin-top:1.5rem}.podcast__wrap{gap:3.25rem}.podcast__card_columns{flex-direction:column;gap:1.75rem;align-items:unset}.podcast__card_columns{margin-top:0}.podcast__card_img{margin-left:-1.46875rem;margin-right:-1.46875rem;width:calc(100% + 2.9375rem);max-width:unset}.podcast__card_img img{border-radius:.75rem .75rem 0 0}.podcast__card_title{margin-bottom:.5rem}.podcast__card_total{display:none}.podcast__card_info{font-size:.875rem}.podcast__card_buttons{margin-top:1.75rem}.podcast__card_button{padding:.5rem}.podcast__card_button span{display:none}.podcast__card_share{width:100%;justify-content:center}.podcast__card_share_icon{display:none}.podcast__tabs_audio{margin-top:.25rem}.podcast__tabs_title_mobile{display:flex;margin-top:1.5rem}.podcast__tabs_title{padding:.5rem 1rem;font-size:.9375rem}.podcast__tabs_desc{margin-top:.75rem}.podcast__tabs_signature{font-size:.9375rem}.podcast__tabs_column{gap:3.25rem}.podcast__stream{margin-top:1.5rem}.podcast__host{background:var(--Shades-BG-1,#04090b) url(../img/tag_bg_mobile.svg) top left/cover no-repeat;padding:3rem 0}.podcast__host_list{gap:1.5rem .75rem}.podcast__host_item{gap:.5rem}.podcast__host_item_img{padding:.375rem;width:8.625rem}.podcast__host_item_content{font-size:1.125rem}.podcast__popular_list{margin-top:1.25rem}.podcast__category_title_wrap{flex-direction:column;gap:.25rem;align-items:flex-start}.podcast__audio_header{display:none}.podcast__grid{grid-template-columns:repeat(2,1fr)}.podcast__list{grid-template-columns:repeat(2,1fr);gap:2rem}.podcast__item{gap:1rem}.podcast__item_num{font-size:.8125rem;padding:.25rem .75rem;left:.75rem;top:.75rem}.about{padding:2.25rem 0;border-radius:1rem;margin-top:1.5rem}.about__container{gap:4.25rem}.about__block{gap:2rem}.about__top{gap:.75rem}.about__list{display:flex;flex-direction:column;gap:.5rem}.about__item{gap:.25rem;padding:1.5rem 2.5rem;border-radius:1.75rem}.about__item_title{font-size:2.75rem}.about__item_text{font-size:1.125rem}.about__partners{display:flex;flex-direction:column;margin-top:1.5rem;gap:.5rem}.about__partners_item{border-radius:1.5rem}.about__partners_item .partner__logo{-webkit-animation:none;animation:none;-webkit-transform:translateX(0);transform:translateX(0)}.about__partners_item .partner__logo_second{display:none}.about__partners_item img{-webkit-transform:scale(.85);transform:scale(.85);-webkit-transform-origin:center center;transform-origin:center center}.about__partners_item:nth-child(n+8){display:none}.about__partners_item{height:7.5rem}.about__faq_list{margin-top:1.5rem;gap:.5rem}.about__faq_item{padding:1.5rem;border-radius:1.75rem}.about__faq_item_title{font-size:1.375rem}.about__faq_item_text{font-size:1rem}.about__advert_list{display:flex;flex-direction:column}.about__advert_item_big .about__advert_item_overlay{padding:1rem}.about__advert_item_big .about__advert_item_title{font-size:1.5rem}.about__advert_item_big .about__advert_item_text{font-size:.875rem}.about__advert_item_overlay{opacity:1;padding:1rem}.about__advert_item_link{margin-left:auto}.about__advert_item_title{font-size:1.5rem}.about__advert_item_text{display:block;font-size:.875rem}.about__feedback_title{font-size:.8125rem;padding:.5rem .5rem}.episode{padding:0 0 3.25rem 0;border-radius:0;margin-top:1.5rem}.episode__wrap{gap:3.25rem}.episode__card_columns{flex-direction:column;gap:1.75rem}.episode__card_columns{margin-top:0}.episode__card_img{margin-left:-1.46875rem;margin-right:-1.46875rem;width:calc(100% + 2.9375rem);max-width:unset}.episode__card_img img{border-radius:.75rem .75rem 0 0}.episode__card_subtitle{display:none}.episode__card_title{margin-bottom:.5rem}.episode__card_num{display:flex}.episode__card_info{font-size:.875rem}.episode__card_total{display:none}.episode__card_buttons{margin-top:1.75rem}.episode__card_button{padding:.5rem}.episode__card_button span{display:none}.episode__card_share{width:100%;justify-content:center}.episode__card_share_icon{display:none}.episode__timecode_item{font-size:1rem}.episode__stream_list{flex-direction:column;gap:.5rem}.episode__stream_grid{flex-direction:column;gap:.5rem;width:100%}.episode__stream_item{max-width:100%;gap:.75rem;padding:.75rem 1rem}.episode__stream_item_subtitle{font-size:.75rem}.episode__stream_item_title{font-size:.9375rem}.episode__desc_title{margin-bottom:.75rem}.episode__related .episode__container{padding-right:0}.episode__related_wrapper{display:flex;gap:0}.category{padding:0;border-radius:0;margin-top:1.5rem}.category__wrap{gap:3.25rem}.category__card_columns{flex-direction:column;gap:1.75rem;margin-top:1rem}.category__card_img{max-width:100%}.category__card_buttons{margin-top:1.75rem}.category__card_button{padding:.5rem}.category__card_button span{display:none}.category__card_share{width:100%;justify-content:center}.category__card_share_icon{display:none}.category__category_label{font-size:1.375rem}.category__tabs_title{font-size:.9375rem;padding:.5rem 1rem}.category__tabs_desc{margin-top:1.5rem}.search_page{padding:0 0;margin-top:0}.search_page__category{display:none}.search_page__list{margin-top:0}.search_page__item_title_wrap{flex-direction:column;align-items:start;gap:.25rem;display:none}.search_page__related_title_wrap{flex-direction:column;gap:.25rem;align-items:flex-start}.search_page__nofound_text{margin-top:2rem}.contact__block{padding:3.75rem 0;min-height:auto}.contact__title{margin-bottom:.5rem}.contact__emails{margin-top:1.75rem}.contact__email{font-size:.875rem}.contact__email_two{display:none}.contact__email svg{width:.875rem;height:.875rem}.contact__form{padding:2.25rem 0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.podcast-list{gap:0}.all_podcasts__item_title_wrap{flex-direction:column;align-items:start;gap:.25rem}.page_404{padding:13.1875rem 0}.page_404__btn{margin-top:3.75rem;font-size:.875rem}.job__block{padding:3.75rem 0;min-height:auto}.job__title{margin-bottom:.5rem}.job__emails{margin-top:1.75rem}.job__email{font-size:.875rem}.job__email_two{display:none}.job__email svg{width:.875rem;height:.875rem}.job__item{flex-direction:column;min-height:11rem;padding:1.25rem}.job__item_exp{font-size:.9375rem}.job__item_link{gap:.75rem}.job__item_link span{font-size:1.125rem}.job__item_link svg{color:var(--shades-grey-100)}}@media (max-width:29.99875em){.podcast__list{grid-template-columns:repeat(1,1fr)}}@media (max-width:22.5em){.first__title{font-size:2rem}}@media (min-width:62em)and (max-width:90em){.title{font-size:clamp(2rem ,-1.875rem + 6.25vw ,3.75rem)}.podcast__card_title{font-size:clamp(2rem ,-1.875rem + 6.25vw ,3.75rem)}.about__top_title{font-size:clamp(2rem ,-1.875rem + 6.25vw ,3.75rem)}.episode__card_title{font-size:clamp(1.625rem ,-.3125rem + 3.125vw ,2.5rem)}.category__card_title{font-size:clamp(2rem ,-1.875rem + 6.25vw ,3.75rem)}}@media (min-width:22.5em)and (max-width:120em){.first__title{font-size:clamp(2rem ,1.5961538462rem + 1.7948717949vw ,3.75rem)}}