:root{--color-title: #21272A;--color-primary: #10233F;--color-secondary: #AD57A2;--color-blue: #2C5D9F;--color-white: #fff;--color-black: #000;--color-gray: #D1D9E1;--color-gray-light: #F1F5F9;--color-gray-dark: #4C5864;--color-placeholder: #626C76;--border-radius-sm: 8px;--border-radius: 16px;--header-bg: #fff;--body-bg: #F1F5F9;--body-color: #141A20;--input-color: #141A20;--btn-gray-bg: #DFE4EA;--btn-gray-hover-bg: #E9EDF2;--btn-gray-color: #141A20;--btn-primary-bg: #10233F;--btn-primary-color: #fff;--btn-primary-hover-bg: #15315b;--btn-black-bg: #141A20;--btn-black-hover-bg: #1a222a}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{outline:none;font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{height:100%;background-color:var(--body-bg)}body{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;color:var(--body-color)}a{color:var(--body-color);text-decoration:underline}a:hover{text-decoration:none}main{-webkit-box-flex:1;-ms-flex:1;flex:1}main section:last-child{margin-bottom:0}.aes-container{width:100%;max-width:1440px;padding-left:16px;padding-right:16px;margin:0 auto}@media(max-width: 1024px){.aes-container{padding-left:0;padding-right:0}}.aes-page{margin-top:40px}@media(max-width: 1024px){.aes-page{margin-top:16px}}.aes-box{padding:24px;border-radius:var(--border-radius)}.aes-box_white{background-color:var(--color-white)}.btn{display:inline-block;cursor:pointer;-webkit-user-select:none;-webkit-appearance:none;border:0;padding:0;border-radius:var(--border-radius-sm);background-color:rgba(0,0,0,0);text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.btn_w_100{width:100%}.btn_small{padding:5px 11px;font-size:12px}.btn_default{padding:14px 28px;font-size:18px}.btn_black{color:var(--color-white);background-color:var(--btn-black-bg)}.btn_black:hover{background-color:var(--btn-black-hover-bg)}.btn_gray{color:var(--btn-gray-color);background-color:var(--btn-gray-bg)}.btn_gray:hover{background-color:var(--btn-gray-hover-bg)}.btn_primary{color:var(--btn-primary-color);background-color:var(--btn-primary-bg)}.btn_primary:hover{background-color:var(--btn-primary-hover-bg)}.btn.disabled{cursor:default;opacity:.5}@media(max-width: 1024px){.btn{border-radius:6px}}.icon{-ms-flex-negative:0;flex-shrink:0}.aes-breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.aes-breadcrumbs__item{text-transform:uppercase}.aes-breadcrumbs__item a{color:var(--color-primary);font-weight:bold;text-decoration:none}.aes-breadcrumbs__item a:hover{text-decoration:underline}.aes-breadcrumbs__del{display:inline-block;margin:0 5px}@media(max-width: 1024px){.aes-breadcrumbs{font-size:14px}}.aes-title-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px #dfe4ea solid;padding-top:16px;padding-bottom:16px;margin-bottom:16px}.aes-title-head__title{font-family:"Inter",sans-serif;font-weight:300;font-size:40px;letter-spacing:-1.6px;color:var(--color-title)}.aes-title-head__title span{font-size:20px;letter-spacing:-0.96px;color:var(--color-gray-dark)}.aes-title-head .aes-dropdown{margin-left:auto}@media(max-width: 1024px){.aes-title-head__title{font-size:32px;line-height:32px}.aes-title-head__title span{font-size:16px}}.text-gray-dark{color:var(--color-gray-dark)}.aes-title-h1,.aes-title-h2,.aes-title-h3,.aes-title-h4{font-weight:normal;font-family:"Fira Sans",monospace;margin:0}.aes-title-h1{font-size:36px}.aes-title-h2{font-size:32px}.aes-title-h3{font-size:24px}.aes-title-h4{font-size:20px}@media(max-width: 1024px){.aes-title-h1{font-size:24px}.aes-title-h2{font-size:22px}.aes-title-h3{font-size:18px}.aes-title-h4{font-size:16px}}.aes-paginate{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:16px;padding:16px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.aes-dropdown{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.aes-dropdown__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:14px;position:relative;text-decoration:underline}.aes-dropdown__title:hover{text-decoration:none}.aes-dropdown input[type=checkbox]{display:none}.aes-dropdown input[type=checkbox]:checked+.aes-dropdown__content{display:block}.aes-dropdown .icon{width:20px;height:20px}.aes-dropdown__content{display:none;position:absolute;min-width:255px;max-width:270px;top:100%;right:0;z-index:100;background-color:var(--color-white);border:1px solid var(--color-gray);border-radius:var(--border-radius-sm);padding:16px}.aes-dropdown__content ul{list-style:none;padding:0;margin:0}.aes-dropdown__content li{margin:0;padding:0}.aes-dropdown__content .icon{width:24px;height:24px;margin-right:4px}.aes-dropdown__content a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:11px 8px;text-decoration:none;border-radius:var(--border-radius-sm);-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.aes-dropdown__content a:hover{background-color:var(--color-gray-light)}@media(max-width: 1024px){.aes-dropdown__content{padding:8px}.aes-dropdown__content ul li a{padding:8px}}.alert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px;border-radius:var(--border-radius-sm);margin-bottom:16px}.alert_blue{background-color:var(--color-blue)}.alert_secondary{background-color:var(--color-secondary)}.alert__icon{width:24px;height:24px;margin-right:8px;color:var(--color-white)}.alert__content{font-family:"Fira Sans",sans-serif;font-weight:300;font-size:20px;letter-spacing:-0.96px;color:var(--color-white)}.alert__button{-ms-flex-negative:0;flex-shrink:0;margin-left:auto}@media(max-width: 1024px){.alert__icon{display:none}.alert__content{font-size:16px}}.aes-header{padding-top:16px;padding-bottom:16px;padding-left:24px;padding-right:24px;background-color:var(--header-bg)}.aes-header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.aes-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aes-header__menu{display:none;margin-right:24px}.aes-header__menu .icon{width:24px;height:25px}.aes-header__logo{width:138px;height:67px}.aes-header__logo img{max-width:100%;height:auto}.aes-header__search{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:740px;position:relative;padding-left:48px;padding-right:16px;margin-left:36px;margin-right:16px;background-color:var(--color-white);border-radius:var(--border-radius-sm);border:1px solid var(--color-gray);overflow:hidden}.aes-header__search input{width:100%;height:48px;border:0;color:var(--input-color);background-color:rgba(0,0,0,0)}.aes-header__search input ::-webkit-input-placeholder{color:var(--color-placeholder);opacity:1}.aes-header__search input ::-moz-placeholder{color:var(--color-placeholder);opacity:1}.aes-header__search input :-ms-input-placeholder{color:var(--color-placeholder);opacity:1}.aes-header__search input ::-ms-input-placeholder{color:var(--color-placeholder);opacity:1}.aes-header__search input ::placeholder{color:var(--color-placeholder);opacity:1}.aes-header__search input ::-ms-input-placeholder{color:var(--color-placeholder)}.aes-header__search .btn{position:absolute;top:12px;left:16px}.aes-header__search .icon{width:24px;height:24px}.aes-header__profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto}.aes-header__profile-search{display:none;width:24px;height:24px;margin-right:16px}.aes-header__profile-sin-up-small{display:none}.aes-header__profile .btn+.btn{margin-left:16px}.aes-header__profile .aes-dropdown{margin-left:16px}.aes-header__profile .aes-dropdown__title{font-size:12px}.aes-header__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:inherit;cursor:pointer}.aes-header__user-avatar{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:contain}.aes-header__user-avatar_empty{background-image:url("../images/avatar.svg")}.aes-header__user-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;font-weight:700}.aes-header__user .icon{display:inline-block;width:20px;height:20px}.aes-header__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aes-header__navigation .close{display:none;width:24px;height:24px;cursor:pointer}.aes-header__navigation ul{list-style:none;padding:0;margin:0 0 0 174px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aes-header__navigation ul li{margin:0;padding:0}.aes-header__profile-navigation{display:none;position:absolute;left:0;top:0;right:0;bottom:0;overflow:scroll;width:100%;z-index:1000;padding:24px;background-color:var(--color-gray-light)}.aes-header__profile-navigation.open{display:block}.aes-header__profile-navigation .close{display:block;width:24px;height:24px;cursor:pointer;margin-left:auto;margin-bottom:24px}.aes-header__profile-navigation ul{list-style:none;margin:0;padding:0}.aes-header__profile-navigation ul li{margin-bottom:8px}.aes-header__profile-navigation ul li:last-child{margin-bottom:0}.aes-header__profile-navigation ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;font-weight:500;border-radius:var(--border-radius);text-decoration:none;-webkit-transition:color,background-color .2s ease-in-out;transition:color,background-color .2s ease-in-out}.aes-header__profile-navigation ul li a:hover{background-color:var(--color-white)}.aes-header__profile-navigation ul li .icon{display:inline-block;width:24px;height:24px;margin-right:8px}.aes-header__profile-navigation ul li.active a{background-color:var(--color-white)}@media(max-width: 1024px){.aes-header{padding-left:16px;padding-right:16px}.aes-header__logo{width:103px;height:50px}.aes-header__menu{display:block}.aes-header__navigation{display:none;position:absolute;left:0;top:0;right:0;bottom:0;overflow:scroll;width:100%;z-index:1000;background-color:var(--color-primary);padding:24px}.aes-header__navigation.open{display:block}.aes-header__navigation .close{display:block;margin-left:auto;color:var(--color-white)}.aes-header__navigation ul{display:block;margin:0}.aes-header__navigation ul a{display:block;width:100%;background-color:rgba(0,0,0,0);color:var(--color-white);border-radius:0;border-bottom:1px solid var(--color-white);padding-left:8px;padding-right:8px}.aes-header__navigation ul a:hover{background-color:var(--color-secondary)}.aes-header__search{display:none;position:absolute;left:0;top:90px;width:100%;max-width:100%;z-index:1000;margin-left:0;margin-right:0}.aes-header__search.open{display:block}.aes-header__profile-search{display:block}.aes-header__profile-search .icon{width:24px;height:25px}.aes-header__profile-sin-up-small{display:block}.aes-header__profile-sin-up-default{display:none}.aes-header__profile-sin-in{display:none}.aes-header__user-title{display:none}.aes-header__user-name{margin-left:0}}.aes-footer{margin-top:auto;padding-top:24px;padding-bottom:24px;color:var(--color-gray-dark)}.aes-footer a{color:var(--color-gray-dark);text-decoration:underline}.aes-footer a:hover{text-decoration:none}.aes-footer .aes-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aes-footer__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;gap:24px}.aes-footer__nav ul li a{text-decoration:underline}.aes-footer__nav ul li a:hover{text-decoration:none}@media(max-width: 1024px){.aes-footer .aes-container{padding:24px 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:48px}.aes-footer__copyright{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.aes-footer__nav ul{display:block}.aes-footer__nav ul li{margin-top:10px}.aes-footer__nav ul li+li{margin-top:10px}}.aes-modal-overlay{position:fixed;inset:0;z-index:999;visibility:hidden;opacity:0;background:rgba(0,0,0,.5);-webkit-transition:visibility .2s,opacity .2s;transition:visibility .2s,opacity .2s;pointer-events:none}.aes-modal-overlay.aes-modal-overlay_is-visible{visibility:visible;opacity:1}.aes-modal{position:fixed;inset:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px;visibility:hidden;opacity:0;-webkit-transition:visibility .2s,opacity .2s;transition:visibility .2s,opacity .2s;pointer-events:none}.aes-modal_is-open{visibility:visible;opacity:1;pointer-events:auto}.aes-modal__container{position:relative;width:100%;max-width:480px;max-height:calc(100vh - 32px);overflow:auto;background:var(--color-white);border-radius:var(--border-radius);-webkit-box-shadow:0 8px 32px rgba(0,0,0,.15);box-shadow:0 8px 32px rgba(0,0,0,.15);cursor:default}.aes-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px}.aes-modal__header{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--color-gray);position:relative}.aes-modal__close{position:absolute;top:8px;right:0;cursor:pointer}.aes-modal__close svg{width:24px;height:24px}.aes-modal__title{font-family:"Fira Sans",sans-serif;font-size:32px;padding-right:30px}.aes-modal__subtitle{margin-top:8px}.aes-modal__body{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:24px;color:var(--body-color)}.aes-modal__body p:last-child{margin-bottom:0}.aes-modal__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;padding-top:24px;border-top:1px solid var(--color-gray)}.aes-modal__footer_between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aes-form-avatar{position:relative;margin-bottom:24px;width:96px;height:96px;border-radius:50%;overflow:hidden;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.aes-form-avatar:hover{opacity:.5}.aes-form-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aes-form-avatar input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;cursor:pointer}.aes-form-file{border:1px dotted var(--color-gray);padding:13px;width:100%;border-radius:var(--border-radius)}.aes-form-file input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1}.aes-form-file__preview{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:38px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.aes-form-file .icon{width:24px;height:24px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.aes-form-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:24px}.aes-form-author__avatar{width:64px;height:64px;border-radius:50%;overflow:hidden}.aes-form-author__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aes-form-author__name{font-family:"Fira Sans",sans-serif;font-weight:400;font-size:18px}.aes-form-group{width:100%;position:relative;margin-bottom:24px}.aes-form-group:last-child{margin-bottom:0}.aes-form-group_2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}@media(max-width: 1024px){.aes-form-group_2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;margin-bottom:24px}}.aes-form-group .aes-label{display:block;margin-bottom:8px;font-size:14px;color:var(--color-gray-dark)}.aes-form-group .aes-input{width:100%;max-width:100%;padding:14px 14.5px;border:none;border-radius:var(--border-radius);border:1px solid var(--color-gray-light);background-color:var(--color-gray-light)}.aes-form-group .aes-input_textarea{min-width:100%;min-height:100px}.aes-form-group svg{width:24px;height:24px;position:absolute;right:16px;top:50%}.aes-form-group_password input{padding-right:40px}.aes-form-group_password .icon{cursor:pointer;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.aes-form-group_password .icon:hover{opacity:.5}.aes-form-group__inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.aes-form-group_checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.aes-form-group_link{text-align:right}.aes-form-group_captcha .aes-captcha{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-top:8px}.aes-form-group .field-error.down{margin-top:6px}.aes-form-group .aes-input.error,.aes-form-group input.aes-input.error{border-color:var(--color-error, #c00);background:color-mix(in srgb, var(--color-error, #c00) 6%, var(--color-gray-light))}.aes-captcha__img{display:block;-ms-flex-negative:0;flex-shrink:0;width:120px;height:40px;-o-object-fit:contain;object-fit:contain;border-radius:var(--border-radius);border:1px solid var(--color-gray-light);background:var(--color-gray-light)}.aes-captcha__input{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;max-width:140px}.generic-error,.field-error{display:none;margin-top:6px;font-size:13px;color:var(--color-error, #c00);line-height:1.3}.generic-error{margin-bottom:16px;padding:10px 12px;border-radius:var(--border-radius);background:color-mix(in srgb, var(--color-error, #c00) 12%, transparent);border:1px solid color-mix(in srgb, var(--color-error, #c00) 35%, transparent)}.aes-list-video-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.aes-list-video-cards_2 .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 16px)/2);flex:0 0 calc((100% - 16px)/2)}.aes-list-video-cards_3 .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 32px)/3);flex:0 0 calc((100% - 32px)/3)}.aes-list-video-cards_4 .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 48px)/4);flex:0 0 calc((100% - 48px)/4)}@media(max-width: 1200px){.aes-list-video-cards_3 .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 16px)/2);flex:0 0 calc((100% - 16px)/2)}.aes-list-video-cards_4 .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 16px)/2);flex:0 0 calc((100% - 16px)/2)}}@media(max-width: 1024px){.aes-list-video-cards_2 .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.aes-list-video-cards_3 .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.aes-list-video-cards_4 .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.aes-list-channel-cards .aes-card-channel{margin-bottom:16px}.aes-list-channel-cards .aes-card-channel:last-child{margin-bottom:0}.aes-card-video__img{width:100%;height:160px;overflow:hidden;position:relative;border-radius:12px}.aes-card-video__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aes-card-video__time{position:absolute;padding:0 9px;right:8px;bottom:7px;font-size:12px;letter-spacing:-0.42px;line-height:19.6px;border-radius:6px;font-weight:400;background-color:hsla(0,0%,100%,.7)}.aes-card-video__body{padding:10px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.aes-card-video__avatar{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:contain;margin-right:12px}.aes-card-video__avatar_empty{background-image:url("../images/avatar.svg")}.aes-card-video__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aes-card-video__content{width:100%}.aes-card-video__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aes-card-video__title{max-width:190px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:700;letter-spacing:-0.48px;text-transform:uppercase}.aes-card-video__author{max-width:190px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:400;margin-top:5px}.aes-card-video__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;color:var(--color-gray-dark);margin-top:5px}.aes-card-video__meta .icon{width:16px;height:16px;margin-right:5px}.aes-card-video__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;color:var(--color-gray-dark);margin-top:5px;border-top:1px var(--btn-gray-bg) solid;padding-top:5px}.aes-card-video__actions a{text-decoration:none}.aes-card-video__actions .icon{width:16px;height:16px;margin-right:5px}.aes-card-video__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px}.aes-card-video__status{font-size:14px;text-transform:uppercase;border-top:1px var(--btn-gray-bg) solid;padding-top:5px;margin-top:5px}.aes-card-video .aes-dropdown__title{padding:0}.aes-card-video .aes-dropdown .icon{width:24px;height:24px;margin-left:auto;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;border-radius:50%}.aes-card-video .aes-dropdown .icon:hover{background-color:var(--color-gray-light)}@media(max-width: 1024px){.aes-card-video__img{height:200px}.aes-card-video__title{max-width:100%;white-space:wrap}}.aes-card-channel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aes-card-channel_list{padding-top:16px;padding-bottom:16px;border-bottom:1px var(--btn-gray-bg) solid}.aes-card-channel__avatar{width:96px;height:96px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:contain;-o-object-fit:cover;object-fit:cover}.aes-card-channel__avatar_empty{background-image:url("../images/avatar.svg")}.aes-card-channel__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aes-card-channel__content{width:100%;margin-left:16px}.aes-card-channel__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.aes-card-channel__subscribe{text-align:center}.aes-card-channel__subscribe_mobile{display:none}.aes-card-channel__title{display:inline-block;font-weight:400;position:relative;font-size:24px;letter-spacing:-0.96px;margin-bottom:8px}.aes-card-channel__title .icon{position:absolute;top:50%;color:var(--color-secondary);width:24px;height:24px;right:-29px;margin-top:-12px}.aes-card-channel__title_sm{font-size:16px;font-weight:bold;line-height:initial;letter-spacing:.48px}.aes-card-channel__meta{color:var(--color-gray-dark);margin-bottom:8px}.aes-card-channel__description{margin-bottom:8px}.aes-card-channel__subscribe{margin-left:auto}@media(max-width: 1024px){.aes-card-channel{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.aes-card-channel__avatar{width:64px;height:64px}.aes-card-channel__head{margin-top:10px;margin-bottom:0}.aes-card-channel__title{font-size:18px;font-weight:normal;line-height:initial}.aes-card-channel__description{margin-top:24px;margin-left:-72px}.aes-card-channel__meta{font-size:12px}.aes-card-channel__subscribe_screen{display:none}.aes-card-channel__subscribe_mobile{display:block;margin-left:-72px;margin-bottom:10px}.aes-card-channel__content{margin-left:8px}}.aes-card-category{padding:24px;background:-webkit-gradient(linear, left top, right top, from(#F1F5F9), to(#DFE4EA));background:linear-gradient(90deg, #F1F5F9 0%, #DFE4EA 100%);border-radius:var(--border-radius);overflow:hidden}.aes-card-category__title{font-family:"Fira Sans",sans-serif;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:24px;letter-spacing:-0.96;margin-bottom:8px}.aes-card-category__title a{text-decoration:none}.aes-card-category__title .icon{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.aes-card-category__list{font-size:12px}.aes-card-category__list a{text-decoration:none;display:inline-block;line-height:19.6px;letter-spacing:-0.42px}.aes-card-category__list a:hover{text-decoration:underline}.aes-offer{display:block;padding:16px 0}.aes-offer img{display:block;width:100%;height:auto}@media(max-width: 1024px){.aes-offer{padding:0}}.aes-intro{background-color:var(--color-gray-light)}.aes-intro__container{padding-top:64px;padding-bottom:64px;padding-left:64px;padding-right:644px;position:relative}.aes-intro__title{max-width:708px;font-family:"Fira Sans",sans-serif;font-size:32px;line-height:110%;color:var(--color-primary);text-transform:uppercase;margin-bottom:256px}.aes-intro__content{max-width:708px;font-size:42px;line-height:110%;letter-spacing:-0.1px;color:var(--color-primary);margin-top:16px;font-weight:300;margin-bottom:48px}.aes-intro__content span{color:var(--color-blue);letter-spacing:-0.6px;font-weight:bold}.aes-intro__button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.aes-intro__image{position:absolute;right:64px;top:80px}.aes-intro__image img{max-width:100%;height:auto}@media(max-width: 1200px){.aes-intro__container{padding:24px 380px 24px 16px}.aes-intro__title{font-size:22px;margin-bottom:200px}.aes-intro__content{font-size:21px;margin-bottom:24px}.aes-intro__image{max-width:300px;top:16px}}@media(max-width: 1024px){.aes-intro__container{padding:16px}.aes-intro__title{margin-bottom:24px}.aes-intro__image{max-width:100%;width:100%;text-align:center;position:relative;right:initial;top:initial}.aes-intro__image img{max-width:300px}}.aes-items-scroll{margin-bottom:16px}.aes-items-scroll__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px;padding:16px 0;border-bottom:1px solid var(--color-gray)}.aes-items-scroll__title{font-family:"Fira Sans",sans-serif;font-size:36px}.aes-items-scroll__title a{text-decoration:none}.aes-items-scroll__title svg{width:24px;height:24px}.aes-items-scroll__button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.aes-items-scroll__button button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px 16px}.aes-items-scroll__button button svg{width:20px;height:20px}.aes-items-scroll__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.aes-items-scroll__list.aes-items-scroll-swiper{display:block;overflow:hidden}.aes-items-scroll__list.aes-items-scroll-swiper .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.aes-items-scroll__list.aes-items-scroll-swiper .swiper-slide{height:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.aes-items-scroll__list:not(.aes-items-scroll-swiper) .aes-items-scroll__list_2 .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 16px)/2);flex:0 0 calc((100% - 16px)/2)}.aes-items-scroll__list:not(.aes-items-scroll-swiper) .aes-items-scroll__list_3 .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 32px)/3);flex:0 0 calc((100% - 32px)/3)}.aes-items-scroll__list:not(.aes-items-scroll-swiper) .aes-items-scroll__list_4 .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 48px)/4);flex:0 0 calc((100% - 48px)/4)}@media(max-width: 1200px){.aes-items-scroll__list.aes-items-scroll__list_3:not(.aes-items-scroll-swiper) .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 16px)/2);flex:0 0 calc((100% - 16px)/2)}.aes-items-scroll__list.aes-items-scroll__list_4:not(.aes-items-scroll-swiper) .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 16px)/2);flex:0 0 calc((100% - 16px)/2)}}@media(max-width: 1024px){.aes-items-scroll__head{border-bottom:none;margin-bottom:0}.aes-items-scroll__title{font-size:24px}.aes-items-scroll__button button{padding:2px 8px}.aes-items-scroll__list.aes-items-scroll__list_2:not(.aes-items-scroll-swiper) .item,.aes-items-scroll__list.aes-items-scroll__list_3:not(.aes-items-scroll-swiper) .item,.aes-items-scroll__list.aes-items-scroll__list_4:not(.aes-items-scroll-swiper) .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.aes-section-page{padding:16px 0}.aes-section-page .aes-box{display:-webkit-box;display:-ms-flexbox;display:flex;padding:40px 24px}.aes-section-page__title{width:40%}.aes-section-page__title h1{font-family:"Fira Code",sans-serif;font-size:44px;font-weight:normal;letter-spacing:-1px;margin:0}.aes-section-page__content{width:60%}.aes-section-page__content p{margin-bottom:16px}.aes-section-page__content h1,.aes-section-page__content h2,.aes-section-page__content h3,.aes-section-page__content h4,.aes-section-page__content h5,.aes-section-page__content h6{font-weight:normal;font-family:"Fira Sans",monospace;margin:0}.aes-section-page__content h1{font-size:36px}.aes-section-page__content h2{font-size:32px}.aes-section-page__content h3{font-size:24px}.aes-section-page__content h4{font-size:20px}@media(max-width: 1024px){.aes-section-page .aes-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:16px}.aes-section-page__title{width:100%;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--color-gray)}.aes-section-page__title h1{font-size:24px}.aes-section-page__content{width:100%}.aes-section-page__content h1{font-size:24px}.aes-section-page__content h2{font-size:22px}.aes-section-page__content h3{font-size:18px}.aes-section-page__content h4{font-size:16px}}.aes-section-404{padding:16px 0}.aes-section-404 .aes-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.aes-section-404 h1{font-family:"Fira Code",sans-serif;font-size:96px;font-weight:bold;letter-spacing:-1px;margin:0;color:var(--color-blue)}.aes-section-404 h2{font-family:"Fira Code",monospace;font-size:42px;font-weight:normal;margin:0}.aes-section-404 p{max-width:765px;margin-bottom:10px}.aes-section-404 a{margin-top:16px}.aes-video-view{background-color:var(--color-primary);position:relative}.aes-video-view .player-wrap{position:relative;overflow:hidden}.aes-video-view .player-wrap #kt_player,.aes-video-view .player-wrap #kt_player_internal{position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important}.aes-video-view .player-wrap #kt_player.is-fullscreen{position:fixed !important}.aes-video-view .embed-wrap{position:relative;overflow:hidden}.aes-video-view .embed-wrap iframe{position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important}.aes-video-view .no-player{position:relative;overflow:hidden}.aes-video-view .no-player img,.aes-video-view .no-player .message{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.aes-video-view .no-player .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.aes-video-view__video{width:100%;min-height:240px;overflow:hidden;background-color:#000}.aes-video-view__video .fp-ui{width:100%;height:100%}.aes-video-view__video .is-splash.kt-player .fp-ui:before,.aes-video-view__video .is-poster.kt-player .fp-ui:before,.aes-video-view__video .is-paused.kt-player .fp-ui:before{background-image:url("../images/icon.play.white.svg");background-position:center;background-repeat:no-repeat;opacity:1}.aes-video-view__video .kt-player .fp-ui:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%}.aes-video-view__play{width:96px;height:96px;position:absolute;left:50%;top:50%;z-index:1;margin-left:-48px;margin-top:-48px;cursor:pointer}.aes-video-view__play .icon{width:100%;height:100%;color:var(--color-white)}@media(max-width: 1024px){.aes-video-view .aes-container{padding-left:0;padding-right:0}.aes-video-view__video{min-height:180px}.aes-video-view__play{width:64px;height:64px;margin-top:-32px;margin-left:-32px}}.aes-video-details__cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.aes-video-details__col_left{width:64.7%}.aes-video-details__col_right{width:35.3%;padding-left:16px}@media(max-width: 1340px){.aes-video-details__cols{display:block}.aes-video-details__col_left{width:100%}.aes-video-details__col_right{width:100%;padding-left:0;margin-top:16px}}.aes-video-description__title{margin-bottom:16px}.aes-video-description__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-gray-dark);margin-bottom:16px}.aes-video-description__meta .icon{display:inline-block;width:24px;height:24px;margin-right:4px}.aes-video-description__text{margin-bottom:16px}.aes-video-description__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 0;gap:16px;margin-bottom:16px;border-top:1px var(--btn-gray-bg) solid;border-bottom:1px var(--btn-gray-bg) solid}.aes-video-description__actions .icon{display:inline-block;width:24px;height:24px;margin-right:4px}.aes-video-description__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.aes-video-description__action .aes-dropdown__title{text-decoration:none}.aes-video-description__action_last{margin-left:auto}.aes-video-description__action_dots{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.aes-video-description__channel{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aes-video-description__channel-avatar{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:contain}.aes-video-description__channel-avatar_empty{background-image:url("../images/avatar.svg")}.aes-video-description__channel-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aes-video-description__channel-content{width:100%;margin-left:8px}.aes-video-description__channel-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aes-video-description__channel-title{display:inline-block;font-weight:500;position:relative;font-size:16px;letter-spacing:-0.48px;padding-right:29px}.aes-video-description__channel-title .icon{width:24px;height:24px;right:0;margin-top:-12px;position:absolute;top:50%;color:var(--color-primary)}.aes-video-description__channel-subscribe{text-align:center}.aes-video-description__channel-description{margin-bottom:10px}.aes-video-description__channel-meta{color:var(--color-gray-dark)}.aes-video-description__channel-subscribe{margin-left:auto}.aes-video-description__categories__title{margin-bottom:16px}.aes-video-description__categories__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aes-video-description__categories .btn+.btn{margin-left:16px}@media(max-width: 1024px){.aes-video-description__title{font-size:32px;line-height:32px}.aes-video-description__meta{font-size:14px}.aes-video-description__meta .icon{width:16px;height:16px}.aes-video-description__actions{-ms-flex-wrap:wrap;flex-wrap:wrap}.aes-video-description__actions .icon{width:16px;height:16px}.aes-video-description__action+.aes-video-description__action{margin-left:8px}.aes-video-description__action+.aes-video-description__action_dots{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}.aes-video-description__action+.aes-video-description__action_dots .icon{width:24px;height:24px}.aes-video-description__action_screen{display:none}.aes-video-description__categories__title{font-size:16px}.aes-video-description__channel-title{font-size:18px;line-height:initial}.aes-video-description__channel-description{font-size:14px}.aes-video-description__channel-meta{font-size:14px}}.aes-video-description+.aes-video-recommends{margin-top:16px}.aes-video-recommends__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px;line-height:26.4px;letter-spacing:-0.96;font-weight:500}.aes-video-recommends__title .icon{width:24px;height:24px;margin-left:8px}.aes-video-recommends .aes-list-video-cards{padding-top:24px}@media(max-width: 1024px){.aes-video-recommends__items{display:block}}.aes-comments__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:24px}.aes-comments__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aes-comments__count{font-size:20px;color:var(--color-gray);margin-left:11px}.aes-comments__form{position:relative;border-radius:12px;border:1px var(--color-gray) solid;padding-left:8px;padding-right:48px;margin-bottom:25px}.aes-comments__form input{width:100%;height:38px;border:0;color:var(--input-color);font-size:14px;font-family:"Inter",sans-serif;background-color:rgba(0,0,0,0)}.aes-comments__form input ::-webkit-input-placeholder{color:var(--input-color);opacity:1}.aes-comments__form input ::-moz-placeholder{color:var(--input-color);opacity:1}.aes-comments__form input :-ms-input-placeholder{color:var(--input-color);opacity:1}.aes-comments__form input ::-ms-input-placeholder{color:var(--input-color);opacity:1}.aes-comments__form input ::placeholder{color:var(--input-color);opacity:1}.aes-comments__form input ::-ms-input-placeholder{color:var(--input-color)}.aes-comments__form__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:24px;border-radius:6px;background-color:var(--btn-black-bg);cursor:pointer;position:absolute;right:8px;top:8px}.aes-comments__form__btn .icon{width:16px;height:16px;color:var(--color-white)}@media(max-width: 500px){.aes-comments .aes-sort-nav{display:none}}.aes-comment{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:8px;padding-bottom:8px}.aes-comment+.aes-comment{margin-top:4px}.aes-comment__avatar{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:contain}.aes-comment__avatar_empty{background-image:url("../images/avatar.svg")}.aes-comment__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aes-comment__content{padding-left:8px}.aes-comment__name{font-size:14px;font-weight:600;line-height:19.6px;letter-spacing:-0.42}.aes-comment__date{display:inline-block;font-size:12px;font-weight:300;line-height:14.4px;letter-spacing:-0.24;margin-left:8px}.aes-comment__text{padding-top:5px;font-weight:400;font-size:14px;line-height:15.93px;letter-spacing:-0.56px}.aes-comment__answer{font-size:14px;font-weight:600;padding-top:5px}.aes-comment__answer span{color:var(--color-gray)}.aes-comment__buttons{padding-top:5px}.aes-comment__buttons .btn{font-weight:600}.aes-profile__cols{display:-webkit-box;display:-ms-flexbox;display:flex}.aes-profile__col_left{width:18%;padding-right:16px;padding-top:24px}.aes-profile__col_right{width:82%}.aes-profile__nav ul{list-style:none;margin:0;padding:0}.aes-profile__nav ul li{margin-bottom:8px}.aes-profile__nav ul li:last-child{margin-bottom:0}.aes-profile__nav ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;font-weight:500;border-radius:var(--border-radius);text-decoration:none;-webkit-transition:color,background-color .2s ease-in-out;transition:color,background-color .2s ease-in-out}.aes-profile__nav ul li a:hover{background-color:var(--color-white)}.aes-profile__nav ul li .icon{display:inline-block;width:24px;height:24px;margin-right:8px}.aes-profile__nav ul li.active a{background-color:var(--color-white)}.aes-profile__nav ul li.active .aes-profile__nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;font-weight:500;border-radius:var(--border-radius);background-color:var(--color-white)}.aes-profile .aes-list-video-cards{padding-top:30px}@media(max-width: 1240px){.aes-profile__cols{display:block}.aes-profile__col_left{display:none}.aes-profile__col_right{width:100%}}.aes-profile-upload-video{padding:48px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px}.aes-profile-upload-video .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:128px;height:128px;background-color:var(--color-gray);border-radius:50%}.aes-profile-upload-video .icon svg{width:96px;height:96px}.aes-profile-upload-video input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.aes-author .aes-list-video-cards{margin-top:32px}.aes-category .aes-list-video-cards{margin-top:32px}.aes-category-head{border-bottom:1px #dfe4ea solid;padding-top:16px;padding-bottom:16px}.aes-category-head__title{font-weight:500;font-size:40px;line-height:40px;letter-spacing:-1.6px;padding-bottom:8px}.aes-category-head__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:8px;padding-bottom:8px;margin-left:-8px;margin-right:-8px}.aes-category-head__list .btn{margin-left:8px;margin-right:8px;margin-bottom:8px}.aes-category-head__count{font-size:20px;letter-spacing:-0.96px;line-height:20px;color:var(--input-color)}.aes-category-head__bot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aes-category-head .aes-dropdown{margin-left:auto}@media(max-width: 1024px){.aes-category-head__title{font-size:32px;line-height:32px}.aes-category-head__count{font-size:16px}}.aes-categories__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.aes-categories__list .aes-card-category{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 32px)/3);flex:0 0 calc((100% - 32px)/3)}.aes-categories__list .aes-card-category:nth-child(1),.aes-categories__list .aes-card-category:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 16px)/2);flex:0 0 calc((100% - 16px)/2)}@media(max-width: 1024px){.aes-categories__list .aes-card-category{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.aes-categories__list .aes-card-category:nth-child(1),.aes-categories__list .aes-card-category:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.aes-search-results__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.aes-search-results__filter{margin-left:auto}.aes-search-results__items{margin-bottom:16px}.aes-search-results__items .aes-title-h2{margin-bottom:32px}.aes-search-results__items:last-child{margin-bottom:0}@media(max-width: 768px){.aes-search-results__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.aes-search-results__filter{margin-left:0}}.aes-cookies{display:none;position:fixed;bottom:0;left:0;width:100%;background-color:var(--bg-white);padding:24px 56px;z-index:1000}.aes-cookies_active{display:block}.aes-cookies__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-shadow:0 -2px 10px 0 rgba(0,0,0,.1);box-shadow:0 -2px 10px 0 rgba(0,0,0,.1)}.aes-cookies__text{font-size:14px;line-height:1.5;color:var(--text-gray)}.aes-cookies__buttons{-ms-flex-negative:0;flex-shrink:0}@media(max-width: 768px){.aes-cookies__text{font-size:12px}}@media(max-width: 480px){.aes-cookies__text{font-size:10px}}