.anniversary-logo-reverse{height:48px;width:210px;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden}.anniversary-logo-reverse #anniversary-logo-main,.anniversary-logo-reverse #anniversary-logo-text,.anniversary-logo-reverse #anniversary-logo-left,.anniversary-logo-reverse #anniversary-logo-right{position:absolute}.anniversary-logo-reverse #anniversary-logo-main{left:94px;animation:animation-main-reverse 10s infinite ease-in-out}.anniversary-logo-reverse #anniversary-logo-text{opacity:0;left:150px;animation:animation-text-reverse 10s infinite ease-in-out}.anniversary-logo-reverse #anniversary-logo-left{opacity:1;left:8px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;animation:animation-text-left-reverse 10s infinite ease-in-out}.anniversary-logo-reverse #anniversary-logo-right{opacity:1;left:148px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;animation:animation-text-right-reverse 10s infinite ease-in-out}@keyframes animation-main-reverse{0%{left:94px}40%{left:94px}50%{left:0}85%{left:0}95%{left:94px}100%{left:94px}}@keyframes animation-text-left-reverse{0%{opacity:1;left:8px}38%{opacity:1;left:8px}50%{opacity:0;left:8px}90%{opacity:0;left:-56px}95%{opacity:1;left:8px}100%{opacity:1;left:8px}}@keyframes animation-text-right-reverse{0%{opacity:1;left:148px}38%{opacity:1;left:148px}50%{opacity:0;left:148px}90%{opacity:0;left:196px}95%{opacity:1;left:148px}100%{opacity:1;left:148px}}@keyframes animation-text-reverse{0%{opacity:0;left:150px}45%{opacity:0;left:150px}50%{opacity:1;left:5px}80%{opacity:1;left:5px}90%{opacity:0;left:5px}100%{opacity:0;left:5px}}.anniversary-logo{height:48px;width:210px;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden}.anniversary-logo #anniversary-logo-main,.anniversary-logo #anniversary-logo-text,.anniversary-logo #anniversary-logo-left,.anniversary-logo #anniversary-logo-right{position:absolute}.anniversary-logo #anniversary-logo-main{left:0;animation:animation-main 10s infinite ease-in-out}.anniversary-logo #anniversary-logo-text{opacity:1;left:5px;animation:animation-text 10s infinite ease-in-out}.anniversary-logo #anniversary-logo-left{opacity:0;left:-56px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;animation:animation-text-left 10s infinite ease-in-out}.anniversary-logo #anniversary-logo-right{opacity:0;left:196px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;animation:animation-text-right 10s infinite ease-in-out}@keyframes animation-main{0%{left:0}42%{left:0}50%{left:94px}88%{left:94px}96%{left:0}100%{left:0}}@keyframes animation-text{0%{opacity:1;left:5px}40%{opacity:1;left:5px}45%{opacity:0;left:5px}85%{opacity:0;left:150px}90%{opacity:0;left:150px}96%{opacity:1;left:5px}100%{opacity:1;left:5px}}@keyframes animation-text-left{0%{opacity:0;left:-56px}45%{opacity:0;left:-56px}50%{opacity:1;left:8px}85%{opacity:1;left:8px}90%{opacity:0;left:8px}100%{opacity:0;left:8px}}@keyframes animation-text-right{0%{opacity:0;left:196px}45%{opacity:0;left:196px}50%{opacity:1;left:148px}85%{opacity:1;left:148px}90%{opacity:0;left:148px}100%{opacity:0;left:148px}}.loader{height:100%;min-height:62px;width:100%;display:flex;justify-content:center;transition:none}.loader::before{content:"";background-image:url("/templates/OTR/svg/arrows.svg");background-size:60px;height:60px;width:60px;display:block;background-repeat:no-repeat;background-position:center center;animation:rotate 1s infinite linear;opacity:.3}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.form-select{font-family:"GraphikLC_Medium", sans-serif;font-size:14px;display:inline-block;cursor:pointer;color:#EB4585;text-transform:uppercase;margin:0}.form-select input{display:none}.form-select .form-select__text{display:block;height:20px;text-align:right;overflow:hidden}.form-select .form-select__text::after{content:"";display:inline-block;vertical-align:middle;height:20px;width:20px;margin-left:5px;background-image:url("/templates/OTR/svg/arrow_pink.svg");background-repeat:no-repeat;background-position:center 8px;transform:rotate(180deg)}.form-select.active>.form-select__text::after{transform:rotate(0deg);background-position:center 6px}.form-select.active>.form-select__ul{display:block}.form-select .form-select__ul{border-radius:3px;display:none;position:absolute;list-style:none;background-color:#FFF;z-index:6;border:1px solid #E9E9E9;box-shadow:0px 0px 4px rgba(0,0,0,0.1);max-height:250px;width:220px;overflow-x:auto;margin-top:10px}.form-select .form-select__ul .form-select__li{padding:13px 20px;min-height:40px;color:#303030}.form-select .form-select__ul .form-select__li:hover{color:#FFF;background-color:#EB4585}button,.button{font-family:"GraphikLC_Medium", sans-serif;display:inline-block;min-width:140px;background:#E61767;border:solid 1px #E61767;padding:10px 20px;padding-top:11px;line-height:18px;font-size:14px;cursor:pointer;color:#FFF;margin:0px;text-align:center;text-transform:uppercase;transition:background 0.3s ease-in}button:hover,.button:hover{background:#eb4585;color:#FFF !important}button:active,.button:active{background:#e91a76;color:#FFF !important;transition:background 0.1s ease-in}button:disabled,.button:disabled{background:#cf005c;color:#960043 !important}button .gray,.button .gray{background-color:#FFF;color:#495557;border:solid 1px #e5e5e5}button .gray:hover,.button .gray:hover{background-color:#f5f5f5;color:#495557 !important}button .gray:active,.button .gray:active{background-color:#e91a76;color:#FFF !important}button .gray:disabled,.button .gray:disabled{background-color:#f5f5f5;color:#ededed !important}button .white,.button .white{background-color:#FFF;color:#1A1A1A;border:solid 1px #E61767}button .white:hover,.button .white:hover{background-color:#eb4585;color:#495557 !important}button .white:active,.button .white:active{background-color:#e91a76;color:#FFF !important}button .white:disabled,.button .white:disabled{background-color:#f5f5f5;color:#ededed !important}button .spinner,button .spinner:hover,.button .spinner,.button .spinner:hover{background-color:#e91a76;border:solid 1px #e91a76;color:#FFF !important;line-height:14px}button .spinner>*,button .spinner:hover>*,.button .spinner>*,.button .spinner:hover>*{background-color:#FFF}button .large,.button .large{width:100%;padding:20px 20px}button .fa,.button .fa{margin-left:-8px;margin-right:5px}#miniplayer button{min-width:inherit}.button_white{display:block;width:100%;background:#FFF;border:solid 1px #E61767;padding:17px 23px;font-size:14px;line-height:14px;font-family:"GraphikLC_Medium";cursor:pointer;color:#1A1A1A;text-align:center;text-transform:uppercase;transition:background 0.3s ease-in}.button_pagination{display:block;width:100%;background:#FFF;border:solid 1px #E61767;padding:23px 23px;font-size:14px;line-height:14px;font-family:"GraphikLC_Medium";cursor:pointer;color:#1A1A1A;margin:20px 10px;text-align:center;text-transform:uppercase;transition:background 0.3s ease-in}.button_pagination:hover{background:#E61767;color:#FFF !important}.form-calendar{display:inline-block;position:relative}.form-calendar-body{position:absolute;right:0;width:320px;z-index:9999999}.form-calendar-body-dates{display:flex}.form-calendar-body .vc-container{border-radius:0 !important}.form-calendar-body .vc-container *{border-radius:0 !important;font-family:"GraphikLC_Medium"}.form-calendar-body .vc-container .vc-weekday,.form-calendar-body .vc-container .vc-title{font-family:"GraphikLC_Bold";font-weight:normal !important}.form-calendar-body .vc-container .vc-day-content,.form-calendar-body .vc-container .vc-nav-item,.form-calendar-body .vc-container .vc-nav-title{font-family:"GraphikLC_Medium";font-weight:normal !important}.table-bland{position:relative;overflow:hidden;padding:0;margin:20px 0}.table-bland .table-x{overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;padding-bottom:10px;position:relative;display:flex;padding:0;margin:0}table,.table{border-collapse:collapse;border:1px solid #E9E9E9;width:100%;margin:5px 0px;background:#ffffff}table tr:nth-child(even) td,.table tr:nth-child(even) td{background-color:#F5F5F5}table tr:hover(even) td,.table tr:hover(even) td{background-color:#F3F9FE}table tr:active(even) td,.table tr:active(even) td{background-color:#FFF}table tr:green(even) td,.table tr:green(even) td{background-color:#E1FFE1;color:#212121}table tr td,.table tr td{border:1px solid #E9E9E9;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px}.page-content__article.about .table-x{max-width:calc(100vw - 40px);overflow:auto !important}@media only screen and (min-width: 769px){.page-content__article.about{overflow:auto !important}}.question_form{background:#F5F5F5;padding:30px 20px;position:relative;border-top:3px solid #E61767;margin-top:20px}.question_form label{margin:0;padding:0}.question_form_title{font-family:"GraphikLC_Bold";font-size:18px;line-height:24px;padding:0px 0 6px 0;color:#1a1a1a;margin:0}@media only screen and (min-width: 1020px){.question_form_title{font-size:22px}}.question_form_inputs_wrap{background:#FFFFFF;border:1px solid #E9E9E9;padding:0 20px;box-sizing:border-box;margin-bottom:20px}.question_form_inputs_wrap_item{min-height:50px;max-height:900px;margin:0;border:0;line-height:30px;padding:10px 0}.question_form_inputs_wrap_item:focus{box-shadow:none}.question_form_inputs_wrap_item::placeholder,.question_form_inputs_wrap_item:-ms-input-placeholder,.question_form_inputs_wrap_item::-webkit-input-placeholder{font-size:14px;line-height:30px;color:#858585}.question_form_inputs_wrap_item_label{border-bottom:1px solid #E9E9E9;display:grid;align-content:center;grid-template-columns:2fr minmax(2px, 1fr)}.question_form_inputs_wrap_item_label.first{grid-template-columns:1fr}.question_form_inputs_wrap_item_label.answer{background:none;padding-left:0}.question_form_button_panel{padding-top:0;display:block;flex-flow:row wrap;justify-content:space-between;align-items:center;padding-top:0}@media only screen and (min-width: 1020px){.question_form_button_panel{display:flex;flex-flow:row nowrap;padding-top:20px}}.question_form_button_panel_button{width:132px !important;min-width:132px;height:40px;font-size:14px;line-height:40px;padding:0;margin:0;align-items:center;text-align:center;text-transform:uppercase;font-family:"GraphikLC_Medium", sans-serif;color:#FFFFFF;background:#E91A76;transition:opacity 0.3s ease-out;opacity:1}.question_form_button_panel_button:disabled{color:#FFFFFF !important;opacity:0.4}.question_form_button_panel_button.cancel{color:#A6A6A6;background:none;border:0;opacity:1;font-size:10px;min-width:90px}@media only screen and (min-width: 769px){.question_form_button_panel_button.cancel{font-size:12px}}.question_form_button_panel_button.cancel:hover{color:#565656 !important}.question_form_auth_text{line-height:30px;position:relative;padding:5px 0 5px 0;font-size:16px;top:-10px}.question_form_auth_text_link{color:#E61767;display:inline-block;cursor:pointer}.question_form_modal_message{position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-flex;flex-flow:column;background:#FFFFFF;border:1px solid #E9E9E9;box-sizing:border-box;box-shadow:0px 0px 4px rgba(0,0,0,0.1);border-radius:0px 0px 3px 3px;justify-content:center;align-items:center;padding:40px 0;width:430px;height:200px;z-index:25}.question_form_modal_message.comments{border-radius:3px !important}.question_form_modal_message.comments h2{padding:0 10px;text-align:center}.question_form_modal_message.hide{display:none !important}.question_form_modal_message button{margin-top:20px}.question_form_errors{margin-top:20px;font-family:"GraphikLC_Regular", sans-serif;font-size:15px;line-height:20px;color:#FF1A36}#top{max-width:1020px;color:#FFF;background:#000133;width:100%;height:50px;position:absolute;z-index:20;top:0;display:flex}@media only screen and (min-width: 768px){#top{height:133px}}@media only screen and (min-width: 1020px){#top{width:1020px;max-width:1020px}}@media only screen and (min-width: 1280px){#top{width:1280px;max-width:1280px}#top .logo a{width:260px;height:133px;background-size:80%}#top.short.on .logo a,#top.short{width:100%;max-width:100%}#top.short.on .logo a .logo a,#top.short .logo a{width:90px;height:50px}#top.on .logo a,#top.short .logo a{width:260px;height:50px;background-size:60px}}#top.on{position:fixed}@media only screen and (min-width: 768px){#top.on{height:50px}}#top.on .ether{display:none}#top.short.short_dark{background:#0C0C0C !important}@media only screen and (min-width: 1020px){#top.short.short_dark .logo{border-right:none}}#top.short .ether{display:none}#top.short .ether .menu nav{width:560px}#top.short .ether .menu ul ul{left:651px}@media only screen and (min-width: 768px){#top.short{height:50px}}@media only screen and (min-width: 1020px){#top.short{width:1020px;max-width:1020px}}@media only screen and (min-width: 1280px){#top.short{width:1280px;max-width:1280px}}@media only screen and (min-width: 1280px){#top.short .logo{width:auto}}@media only screen and (min-width: 1020px){#top.short.all-width{width:100% !important;max-width:100% !important}}@media only screen and (min-width: 1020px){#top .logo{border-right:solid 1px #2e2f57}}@media only screen and (min-width: 1280px){#top .logo{width:260px}}#top .logo a{display:block;width:90px;height:50px;background-repeat:no-repeat;background-size:60px;background-position:center;cursor:pointer;transition:background 0.1s ease-in}@media only screen and (min-width: 1280px){#top .logo a{width:260px;height:133px;background-size:80%}}#top .navigation{flex-grow:1;display:flex;justify-content:flex-end;flex-wrap:wrap}@media only screen and (min-width: 1020px){#top .navigation{justify-content:space-between}}@media only screen and (min-width: 1280px){#top .navigation{width:760px}}#top .navigation .menu{height:50px}#top .navigation .menu *{list-style-type:none}#top .navigation .link{flex-grow:2;height:50px;display:flex;display:-webkit-flex;justify-content:flex-end;flex-wrap:wrap}#top .navigation .link>*{width:50px;height:50px;display:block;background-size:auto;cursor:pointer}#top .navigation .link>.line{display:block;width:1px;background-color:#2e2f57}#top .navigation .link .avatar{margin:9px;width:32px;height:32px;background-color:#fff;border-radius:50%;background-image:url("/templates/OTR/images/no_user_mini.png");background-position:center;background-size:cover;cursor:pointer;border:none}#top .navigation .link .button{font-size:15px;width:inherit;padding:16px 20px}#top .navigation .link .button.help{display:none}@media only screen and (min-width: 1020px){#top .navigation .link .button.help{display:block}}#top .hamburger{display:block;height:50px;width:50px;right:0px;cursor:pointer;background-image:url("/templates/OTR/svg/gamburger.svg");background-repeat:no-repeat;background-size:11px;background-position:center;backface-visibility:hidden;-moz-backface-visibility:hidden}@media only screen and (min-width: 1020px){#top .hamburger{width:98px;background-position:65px 17px;background-size:15px;opacity:1}#top .hamburger:before{display:block}}#top .hamburger:hover{background-image:url("/templates/OTR/svg/gamburger_hover.svg")}#top .hamburger:hover:before{color:#00c7d9}#top .hamburger.on{background-color:#e60067;background-image:url("/templates/OTR/svg/gamburger.svg");opacity:1;transition:none}#top .hamburger.on:hover:before{color:#FFF;transition:none}@media only screen and (min-width: 1020px){#top .hamburger:before{content:"Еще";display:block;font-size:15px;text-transform:uppercase;padding:15px 14px;transition:color 0.2s ease-in;font-family:"GraphikLC_Bold", sans-serif}}@media only screen and (min-width: 1020px){#top .menu{order:-1;display:flex}}#top .menu a{text-align:left;display:block;color:#FFF;padding:15px 14px}#top .menu a:hover{color:#00c7d9}#top .menu nav{font-family:"GraphikLC_Bold", sans-serif;font-size:15px;display:none;width:584px;text-transform:uppercase}@media only screen and (min-width: 1020px){#top .menu nav{display:block;width:724px;padding-left:10px;text-align:left}#top .menu nav.small-nav-panel{width:679px}#top .menu nav.small-nav-panel ul ul{left:628px}}@media only screen and (min-width: 1280px){#top .menu nav.small-nav-panel ul ul{left:797px}}#top .menu nav li{list-style:none;display:inline-block}#top .menu nav ul ul{list-style:none;display:none;position:fixed;z-index:2;background-color:#f5f5f5;width:240px;left:656px}@media only screen and (min-width: 1280px){#top .menu nav ul ul{left:844px}}@media only screen and (min-width: 1020px){#top .menu nav ul ul.on{display:block;z-index:11}}#top .menu nav ul ul a{border-bottom:solid 1px #cccccc;color:#333333}#top .menu nav ul ul a:hover{color:#e61767}#top .menu nav ul ul li{display:block}#top .menu nav ul ul li:last-child a{border-bottom:none}#top .ether{border-top:solid 1px #2e2f57;background:#000133;position:absolute;z-index:1;top:50px;left:0;width:100%;height:83px;display:flex;display:-webkit-flex;-webkit-justify-content:space-between;justify-content:space-between}@media only screen and (min-width: 1280px){#top .ether{position:inherit}}#top .ether.on{display:block;position:absolute;display:flex;display:-webkit-flex}@media only screen and (min-width: 1280px){#top .ether.on{position:inherit}}@media only screen and (min-width: 1020px){#top .ether .program{border-left:solid 1px #2e2f57}}#top .ether .info{height:79px;padding:15px 20px;overflow:hidden;width:100%}#top .ether .info p{padding:4px 0;font-family:"GraphikLC_Medium", sans-serif}#top .ether .info p:first-child{font-weight:400;font-family:"GraphikLC_Medium", sans-serif;color:#e61767;font-size:11px;text-transform:uppercase}#top .ether .info p:last-child{font-size:15px;display:block;height:22px;overflow:hidden;padding-top:0px}#top .ether .info p:last-child a::before{content:"";display:block;width:150px;height:20px;position:relative;float:right;margin-left:-150px;background:-moz-linear-gradient(left, rgba(0,1,51,0) 0%, #000133 100%);background:-webkit-linear-gradient(left, rgba(0,1,51,0) 0%, #000133 100%);background:linear-gradient(to right, rgba(0,1,51,0) 0%, #000133 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000133', endColorstr='#000133',GradientType=1 )}#top .ether .info a{color:#FFF}#top .ether .info a:hover{color:#00c7d9}#top .now{display:flex;display:-webkit-flex;height:82px;flex-grow:1;-webkit-flex-grow:1}@media only screen and (min-width: 1020px){#top .now{width:660px}}#top .now_image{display:none}@media only screen and (max-width: 767px){#top .now_image{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}#top .now_image img{width:100%}#top .now_image::before{background-image:url("https://cdn.otr-online.ru/templates/OTR/svg/video_white.svg");background-size:cover;content:"" !important;width:33px;height:33px;display:block;position:absolute;opacity:0.7}}#top .program{width:50px}@media only screen and (min-width: 1020px){#top .program{width:360px}}#top .program .next{display:none}@media only screen and (min-width: 1020px){#top .program .next{display:block}}#top .program .next a{display:block;color:#FFF;font-size:16px;padding:20px 20px;height:79px;border-bottom:solid 1px transparent}#top .program .next a:hover{color:#00c7d9}#top .program .next a div:first-child{display:block;color:#e61767;font-size:11px;text-transform:uppercase;font-family:"GraphikLC_Medium", sans-serif}#top .program .next a div:last-child{display:block;height:22px;overflow:hidden}#top .program .next a div:last-child::before{content:"";display:block;width:142px;height:20px;position:absolute;margin-left:140px;background:-moz-linear-gradient(left, rgba(0,1,51,0) 0%, #000133 100%);background:-webkit-linear-gradient(left, rgba(0,1,51,0) 0%, #000133 100%);background:linear-gradient(to right, rgba(0,1,51,0) 0%, #000133 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000133', endColorstr='#000133',GradientType=1 )}#top .program .next a div span:first-child{font-weight:400;transition:none}#top .program .next a div span:last-child{margin-left:10px;color:#FFF;opacity:0.5}#top .arrow{z-index:25;display:block;height:40px;width:40px;right:0px;cursor:pointer;background:#262751;backface-visibility:hidden;-moz-backface-visibility:hidden;margin:21px 5px;position:absolute}@media only screen and (min-width: 1020px){#top .arrow{margin:21px 18px}}#top .arrow:hover{background:#e61767}#top .arrow::before{content:"";display:block;height:40px;width:40px;background-image:url("/templates/OTR/svg/arrow.svg");background-repeat:no-repeat;background-size:12px;background-position:center}#top .arrow.on{background-color:#cf155c;box-shadow:inset 0px 0px 0px 1px #FFF}@media only screen and (max-width: 768px){#top .arrow.on{position:fixed;top:0}}#top .arrow.on:hover{background:#eb4585}#top .arrow.on::before{background-image:url("/templates/OTR/svg/close.svg");background-size:10px}#miniplayer{width:138px;min-width:138px;border:solid 5px #00c7d9;text-align:center;cursor:pointer;overflow:hidden}#programs{list-style:none;display:none;position:fixed;top:53px;z-index:20;overflow:auto;left:0px;background:#000133;width:100%;padding-top:80px;height:calc(100% - 50px);font-size:14px;font-family:"GraphikLC_Medium", sans-serif}@media only screen and (min-width: 1020px){#programs{width:360px;left:660px}}@media only screen and (min-width: 1280px){#programs{left:920px}}#programs.on{display:block}@media only screen and (max-width: 768px){#programs.on{top:0;height:100%}#programs.on li:first-child{top:0}}#programs a{display:block;color:#FFF;font-size:16px;padding:20px 20px;border-bottom:solid 1px #2e2f57;height:auto}#programs a:hover{color:#00c7d9}#programs a span{display:block;color:#e61767;font-size:11px;text-transform:uppercase;font-family:"GraphikLC_Medium", sans-serif}#programs li{list-style:none}#programs li p{padding:0}#programs li:first-child{background:#e61767;top:50px;height:83px;position:fixed;width:100%;text-transform:uppercase;padding-left:20px;padding-top:32px;font-size:17px}@media only screen and (min-width: 1020px){#programs li:first-child{width:360px}}.animation-logo a{display:flex !important;justify-content:center;align-items:center}.animation-logo .logo-default{height:48px;height-width:209px}@media only screen and (max-width: 1279px){.animation-logo .logo-default{display:none !important}}.animation-logo .anniversary-logo{height:48px;height-width:209px}@media only screen and (max-width: 1279px){.animation-logo .anniversary-logo{display:none !important}}.animation-logo .logo-mini{display:flex;align-items:center}@media only screen and (max-width: 1279px){.animation-logo .logo-mini{display:flex !important}}.animation-logo .logo-off{display:none}svg .rotate-svg-group{animation:rotate-svg-group 10s linear infinite;transform-box:fill-box;transform-origin:center}@keyframes rotate-svg-group{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes moveIsStuck{from{padding-top:0px}to{padding-top:50px}}@keyframes move-top{from{top:-50px}to{top:0px}}@keyframes ether-down{from{height:0px}to{height:80px}}#sidebar{width:260px;background:#f5f5f5;font-size:15px;margin-top:133px;display:none}@media screen and (min-width: 1280px){#sidebar{display:block}}#sidebar .item{padding:30px 20px;border-bottom:solid 1px #cccccc}#sidebar .item.fixed{max-width:260px;position:fixed}#sidebar .item:last-child{border-bottom:none}#sidebar .item *{list-style:none;color:#333333}#sidebar .item .head{color:#000133;font-family:"GraphikLC_Black", sans-serif;font-size:15px;text-transform:uppercase;padding-bottom:10px}#sidebar .item li>a{display:block;border-top:solid 1px #E9E9E9;padding:10px 0;word-break:break-word}#sidebar .item li>a:hover{color:#e61767}#sidebar .item li>a:hover span{opacity:0.8}#sidebar .item li>a span{font-family:"GraphikLC_Medium", sans-serif;font-size:13px;color:#000133;opacity:0.5}#sidebar .link{margin-top:10px}#sidebar .link>a{font-family:"GraphikLC_Medium", sans-serif;font-size:11px;color:#e61767;text-transform:uppercase}#sidebar .link>a:hover{color:#000133}#sidebar .scroll{padding-bottom:50px;width:260px}#sidebar .scroll .scroll-buffer{display:block;height:0px;width:260px;transition:height 0.18s linear}#sidebar .scroll.top-on .scroll-buffer{height:50px}#menu{display:none;position:fixed;top:50px;z-index:20;overflow:auto;background-color:#FFF;border-left:solid 1px #f5f5f5;width:225px;right:0;height:calc(100% - 50px);font-size:14px;font-family:"GraphikLC_Medium", sans-serif}@media only screen and (min-width: 1280px){#menu{margin-left:calc(1280px - 225px - 260px)}}#menu.on{display:block}#menu li{list-style:none}#menu li.help *{color:#e61767}#menu a{display:block;color:#000133;text-transform:uppercase;padding:18px 20px;border-bottom:solid 1px #f5f5f5}#menu a:hover{color:#00c7d9}@media only screen and (min-width: 1020px){#menu,#menu.on{margin-left:calc(1020px - 225px);display:none}}#body-sidebar{background:#2f3e79;background:-moz-linear-gradient(top, #2f3e79 0%, #373775 47%, #3e3171 100%);background:-webkit-linear-gradient(top, #2f3e79 0%, #373775 47%, #3e3171 100%);background:linear-gradient(to bottom, #2f3e79 0%, #373775 47%, #3e3171 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3e79', endColorstr='#3e3171',GradientType=0 )}#body-sidebar #sidebar{display:none}#body-sidebar .body-sidebar__bg{width:calc(100% - 1280px);height:100%;position:fixed;background:#2f3e79;background:-moz-linear-gradient(top, #2f3e79 0%, #373775 47%, #3e3171 100%);background:-webkit-linear-gradient(top, #2f3e79 0%, #373775 47%, #3e3171 100%);background:linear-gradient(to bottom, #2f3e79 0%, #373775 47%, #3e3171 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3e79', endColorstr='#3e3171',GradientType=0 )}#body-sidebar .body-sidebar__bg_slider{width:340px;margin-left:25px}#body-sidebar .body-sidebar__fix{width:calc(100% - 1280px);height:100%;position:fixed;background-image:url("/templates/OTR/images/bg-body-sidebar.png");background-repeat:no-repeat;background-size:100%;background-position:left bottom;display:flex;align-items:center;z-index:1}#body-sidebar .body-sidebar__fix *{color:#FFF}#body-sidebar .item{flex-grow:1}#body-sidebar .img{height:250px;background-repeat:no-repeat;background-position:40px bottom}#body-sidebar .name{color:#FFF;font-size:20px;font-family:"GraphikLC_Medium", sans-serif;text-transform:uppercase;padding:20px 40px;background:#7063a2;background:-moz-linear-gradient(left, #7063a2 0%, #e61767 65%, #e61767 100%);background:-webkit-linear-gradient(left, #7063a2 0%, #e61767 65%, #e61767 100%);background:linear-gradient(to right, #7063a2 0%, #e61767 65%, #e61767 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7063a2', endColorstr='#e61767',GradientType=1 )}#body-sidebar .title{max-width:300px;color:#FFF;font-size:18px;line-height:16px;font-family:"GraphikLC_Medium", sans-serif;text-transform:uppercase;padding:20px 40px;background:#00c7d9;background:-moz-linear-gradient(left, #00c7d9 0%, #7063a2 100%);background:-webkit-linear-gradient(left, #00c7d9 0%, #7063a2 100%);background:linear-gradient(to right, #00c7d9 0%, #7063a2 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c7d9', endColorstr='#7063a2',GradientType=1 )}#body-sidebar .schedule{color:#FFF;font-size:18px;font-family:"GraphikLC_Medium", sans-serif;text-transform:uppercase;padding:20px 40px}#body-sidebar.bg_newyear .fix{background-image:url("/templates/OTR/svg/bg_newyear.svg");background-color:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%);background-repeat:repeat;background-size:auto}#body-sidebar.bg_newyear .banner__right{z-index:5;background:#10135F;padding:25px;max-width:390px}#body-sidebar.bg_february_14 .fix{background-image:url("/templates/OTR/svg/bg_february_14.svg");background-color:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%);background-repeat:repeat;background-size:auto}#body-sidebar.bg_february_14 .banner__right{z-index:5;background:#10135F;padding:25px;max-width:390px}#body-sidebar.bg_march_8 .fix{background-image:url("/templates/OTR/svg/bg_march_8.svg");background-color:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%);background-repeat:repeat;background-size:auto}#body-sidebar.bg_march_8 .banner__right{z-index:5;background:#10135F;padding:25px;max-width:390px}#body-sidebar.bg_may_9 .fix{background-image:url("/templates/OTR/svg/bg_may_9.svg");background-color:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%);background-repeat:repeat;background-size:auto}#body-sidebar.bg_may_9 .banner__right{z-index:5;background:#10135F;padding:25px;max-width:390px}#body-sidebar.bg_february_23 .fix{background-image:url("/templates/OTR/svg/bg_february_23.svg");background-color:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%);background-repeat:repeat;background-size:auto}#body-sidebar.bg_february_23 .banner__right{z-index:5;background:#10135F;padding:25px;max-width:390px}@media only screen and (min-width: 1650px){#body-sidebar{display:block;flex-grow:2}}@media only screen and (min-width: 2400px){#body-sidebar .fix{background-position:left 180%;justify-content:center}#body-sidebar .item{max-width:680px}}.swiper-wrapper{height:auto !important}#rightBanner{padding:25px 25px 25px 0}.bg_newyear #rightBanner.fix{background-repeat:repeat;background-size:auto;padding:0;background:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%)}.bg_newyear #rightBanner.fix .banner__right{margin-left:25px}.bg_newyear #rightBanner::before{content:"";z-index:0;position:fixed;width:100%;height:100vh;background-image:url("/templates/OTR/svg/bg_newyear.svg")}.bg_february_14 #rightBanner.fix{background-repeat:repeat;background-size:auto;padding:0;background:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%)}.bg_february_14 #rightBanner.fix .banner__right{margin-left:25px}.bg_february_14 #rightBanner::before{content:"";z-index:0;position:fixed;width:100%;height:100vh;background-image:url("/templates/OTR/svg/bg_february_14.svg")}.bg_february_23 #rightBanner.fix{background-repeat:repeat;background-size:auto;padding:0;background:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%)}.bg_february_23 #rightBanner.fix .banner__right{margin-left:25px}.bg_february_23 #rightBanner::before{content:"";z-index:0;position:fixed;width:100%;height:100vh;background-image:url("/templates/OTR/svg/bg_february_23.svg");background-position-x:5px;background-position-y:1px}.bg_march_8 #rightBanner.fix{background-repeat:repeat;background-size:auto;padding:0;background:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%)}.bg_march_8 #rightBanner.fix .banner__right{margin-left:25px}.bg_march_8 #rightBanner::before{content:"";z-index:0;position:fixed;width:100%;height:100vh;background-image:url("/templates/OTR/svg/bg_march_8.svg");background-position-x:-100px;background-position-y:-20px}.bg_may_9 #rightBanner.fix{background-repeat:repeat;background-size:auto;padding:0;background:linear-gradient(180deg, #1E3373 0%, #0C155F 33.15%, #230B60 65.75%, #1F0651 100%)}.bg_may_9 #rightBanner.fix .banner__right{margin-left:25px}.bg_may_9 #rightBanner::before{content:"";z-index:0;position:fixed;width:100%;height:100vh;background-image:url("/templates/OTR/svg/bg_may_9.svg");background-position-x:-100px;background-position-y:-20px}.banner__right{display:flex;flex-flow:column nowrap;justify-content:flex-start;max-width:340px;background-repeat:no-repeat;background-size:auto 100%}.banner__right__title_programs{font-family:"GraphikLC_Bold";font-size:18px;line-height:24px;padding-bottom:10px}.banner__right__title_programs_record{font-size:16px;padding-bottom:14px}.banner__right__img-cntr{position:relative;max-width:340px;background-size:cover;background-repeat:no-repeat;margin:10px 0;padding:0;min-height:100px;background-position:50%}.banner__right__img{width:100%}.banner__right__play{position:absolute;top:40%;left:40%;width:60px;cursor:pointer}.banner__right__button_link{text-transform:uppercase;background:#ff005e;font-size:13px;padding:14px 6px 12px 6px;text-align:center}.banner__right__date_publicated{display:flex;justify-content:space-between;padding:4px 0}.banner__right__title_programs_border{background:#fff;opacity:0.2;height:2px;width:100%;margin:0 0 14px 0}.banner__right__date_person{display:flex;padding:12px 0}.banner__right__date_person_avatar{border-radius:50%;width:50px;height:50px;margin-right:15px}.banner__right__date_person_info{display:flex;flex-flow:column nowrap}.banner__right__person_fio{font-weight:900}.banner__right__person_post{font-size:13px;padding:4px 0}.banner-sky{padding:10px 0;max-width:1020px;overflow:hidden;height:auto;transition:all .8s ease;max-height:100%;text-align:center;z-index:10}@media screen and (min-width: 768px){.banner-sky__img{width:100%}}@media screen and (min-width: 1280px){.banner-sky{max-width:1280px}}@media screen and (min-width: 1650px){.banner-sky{display:none}}@media screen and (max-width: 768px){.banner-sky__img{max-width:100vw}}.banner-sky+.body_container>#body>#top{top:auto}.banner-sky+.body_container>#body>#top.on{top:0}@media screen and (max-width: 768px){.banner-sky+.body_container>#body #menu{right:50px;top:0;height:100%}}#banner-top,.banner-top{display:flex;display:-webkit-flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;font-family:"GraphikLC_Bold", sans-serif;font-size:16px;line-height:24px;padding:10px 20px;padding-right:0;color:#FFF;background:#E91A76;overflow:hidden}@media only screen and (min-width: 1280px){#banner-top,.banner-top{overflow:unset}}#banner-top *,.banner-top *{color:#FFF;max-width:230px}@media only screen and (min-width: 375px){#banner-top *,.banner-top *{color:#FFF;max-width:270px}}#banner-top::before,.banner-top::before{content:"";display:none;height:50px;margin-top:-5px;width:30%;position:absolute;right:0;background:-moz-linear-gradient(left, rgba(230,23,103,0) 0%, #00c7d9 100%);background:-webkit-linear-gradient(left, rgba(230,23,103,0) 0%, #00c7d9 100%);background:linear-gradient(to right, rgba(230,23,103,0) 0%, #00c7d9 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e61767', endColorstr='#00c7d9',GradientType=1 )}@media only screen and (min-width: 1020px){#banner-top::before,.banner-top::before{display:block;height:60px;margin-top:-10px;width:10%;left:calc(1020px - 10%)}}@media only screen and (min-width: 1280px){#banner-top::before,.banner-top::before{left:calc(1280px - 10%)}}@media only screen and (min-width: 1550px){#banner-top::before,.banner-top::before{width:100px;left:1180px}}#banner-top .close,.banner-top .close{display:block;padding:7px 12px;margin:10px 20px;background-color:#fff;height:35px;width:35px;cursor:pointer}@media only screen and (min-width: 1020px){#banner-top .close,.banner-top .close{display:none}}@media only screen and (min-width: 1020px){#banner-top,.banner-top{display:block;text-align:center;background:#e61767;background:-moz-linear-gradient(left, #e61767 0%, #00c7d9 100%);background:-webkit-linear-gradient(left, #e61767 0%, #00c7d9 100%);background:linear-gradient(to right, #e61767 0%, #00c7d9 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61767', endColorstr='#00c7d9',GradientType=1 );font-size:21px;line-height:40px;padding:10px 20px;height:60px}}.banner-top::before{display:none}.banner-slider{grid-area:leaders;width:100%;margin-bottom:20px}.banner-slider__img{background-size:cover;background-position:center;height:540px}@media screen and (max-width: 767px){.banner-slider__img{height:184.5px}}.banner-slider .swiper{width:100%}.banner-slider .swiper-slide{max-width:100%;width:100% !important}.banner-slider .swiper-button-prev{left:30px;top:calc(50% - 12px)}.banner-slider .swiper-button-next{right:30px;top:calc(50% - 12px)}.sidebar-title{padding:37px 20px 0px 20px !important}.sidebar-title.main-page{padding:40px 20px 0px 20px !important}.sidebar-title .content-body_title{margin-bottom:0px}.popular-material .page-content__materials_related__item__img{width:auto !important;height:150px}.popular-material .page-content__materials_related__item__img::after{height:150px}.popular-material .page-content__materials_related__item__img_link{position:absolute;height:70%;width:100%;top:0;left:0}@media screen and (max-width: 900px){.popular-material{margin-top:20px}}.popular-material .content-body_title.no-border{border:none !important;padding-bottom:0 !important}.popular-material.scaled-fonts .page-content__materials_related__item__title{font-size:18px !important;line-height:20px !important;padding-bottom:10px !important}.popular-material.scaled-fonts .page-content__materials_related__item__title span{font-size:18px !important;line-height:20px !important}.popular-material.sidebar{padding:0 20px 0px 20px !important;box-sizing:border-box;max-width:260px}.popular-material.sidebar.main-page{padding:0 20px 0px 20px !important}.popular-material.sidebar .content-body_title{margin-bottom:10px !important;color:#000133 !important;font-family:"GraphikLC_Black", sans-serif !important;font-size:15px !important;text-transform:uppercase !important;line-height:1 !important}.popular-material.sidebar .page-content__materials_related__item{max-width:220px !important;padding:17px 0 0 0 !important;margin-bottom:0 !important}.popular-material.sidebar .page-content__materials_related__item__img{width:auto !important;height:130px !important}.popular-material.sidebar .page-content__materials_related__item__img::after{height:130px !important}.popular-material.sidebar .page-content__materials_related__item__img_link{position:absolute;height:70%;width:100%;top:0;left:0}.popular-material.sidebar .page-content__materials_related__item__title{font-size:14px !important;line-height:20px !important;padding-bottom:10px !important}.popular-material.sidebar .page-content__materials_related__item__title span{font-size:15px !important;line-height:20px !important}.popular-material.sidebar .page-content__materials_related__item:last-child .page-content__materials_related__item__title{padding-bottom:27px !important}.page-content__materials_related__items:first-child .page-content__materials_related__title{margin-top:0}.page-content__materials_related__items .page-content__materials_related__item__title *{word-break:normal}.horizontal{display:flex;justify-content:space-around;flex-wrap:wrap}.horizontal .page-content__materials_related__item{display:inline-block}.horizontal .page-content__materials_related__item:last-child{border-bottom:1px solid #E9E9E9}.horizontal .page-content__materials_related__item .page-content__materials_related__item__img{background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 900px){.horizontal .page-content__materials_related__item{width:45%;display:block}.horizontal .page-content__materials_related__item:last-child{display:none}.horizontal .page-content__materials_related__item .page-content__materials_related__item__img{width:100%;height:200px}.horizontal .page-content__materials_related__item .page-content__materials_related__item__img::after{height:200px}}@media screen and (max-width: 560px){.horizontal .page-content__materials_related__item{margin:0 auto 10px auto;display:block;width:80%}.horizontal .page-content__materials_related__item:last-child{display:block}.horizontal .page-content__materials_related__item .page-content__materials_related__item__img{width:100%}}.cinema-sidebar-materials .page-content__materials_related__item{margin-bottom:20px;padding:5px 0 30px 0}.upload_image_block{position:relative}.upload_image_block_title{font-family:"GraphikLC_Black", sans-serif;font-size:22px;line-height:28px;color:#1A1A1A;margin:20px 0}.upload_image_block_form{display:flex;flex-flow:column;position:relative}.upload_image_block_form_loader{display:flex;justify-content:center;align-items:center;position:absolute;top:-15px;left:-15px;right:-15px;bottom:-15px;background-color:rgba(238,238,238,0.6);backdrop-filter:blur(1px);z-index:99999}.upload_image_block_form_loader .loader{height:auto !important}.upload_image_block_form_row{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.upload_image_block_form_row{flex-flow:column}.upload_image_block_form_row label{width:100% !important}}.upload_image_block_form_row label{width:calc(100% / 2 - 15px)}.upload_image_block_form label input{margin-bottom:20px}.upload_image_block_form label input.error{box-shadow:0px 0px 5px 0px #f94249 !important}.upload_image_block_form textarea{resize:none !important}.upload_image_block_form button{margin-top:20px}.upload_image_block_form button.disabled{opacity:0.6 !important;pointer-events:none !important}.upload_image_block_form .checkbox{margin:22px 0}.upload_image_block_form_image-input{margin-top:20px}.upload_image_block_form_image-input_postfix{color:#BDBDBD;font-size:14px;font-family:"GraphikLC", sans-serif}.upload_image_block_form_image-input_uploader{min-width:100px;min-height:140px}.upload_image_block_form_image-input_uploader.drag .upload_image_block_form_image-input_uploader_text{color:#EB4585 !important;transition:all .2s linear}.upload_image_block_form_image-input_uploader.drag .upload_image_block_form_image-input_uploader_input{transition:all .2s linear;color:#EB4585 !important;border:1px dashed #EB4585 !important;box-sizing:border-box;cursor:pointer}.upload_image_block_form_image-input_uploader.drag .upload_image_block_form_image-input_uploader_input svg *{fill:#EB4585 !important;transition:all .1s linear}.upload_image_block_form_image-input_uploader_text{display:flex;margin-top:15px;color:#BDBDBD;font-size:14px;font-family:"GraphikLC", sans-serif;max-width:96%;word-break:break-all}.upload_image_block_form_image-input_uploader_text a{color:#00C7D9 !important;margin:0 6px}.upload_image_block_form_image-input_uploader_input{display:flex;flex-flow:column;align-items:center;justify-content:center;border:1px dashed #e5e5e5;box-sizing:border-box;padding:20px;background-color:#fff;height:100%;width:100%;position:relative}.upload_image_block_form_image-input_uploader_input.required::after{content:"*";color:#f94249;position:absolute;top:2px;right:-16px}.upload_image_block_form_image-input_uploader_input:hover{color:#EB4585;border:1px dashed #EB4585;transition:border .2s linear, color .1s linear;cursor:pointer}.upload_image_block_form_image-input_uploader_input:hover svg *{color:#EB4585;transition:color .1s linear}.upload_image_block_form_image-input_uploader_input:not(hover){color:#e5e5e5;border:1px dashed #e5e5e5;transition:border .2s linear, color .3s linear}.upload_image_block_form_image-input_uploader_input:not(hover) svg *{color:#e5e5e5;transition:color .1s linear}.upload_image_block_form_image-input_uploader_input.uploaded svg *{color:#0fa85c !important}.upload_image_block_form_image-input_uploader_input.uploaded .upload_image_block_form_image-input_uploader_text{color:#0fa85c !important}.upload_image_block_form_image-input_uploader_input.error svg *{color:#FF1A36 !important}.upload_image_block_form_image-input_uploader_input.error .upload_image_block_form_image-input_uploader_text{color:#FF1A36 !important}.upload_image_block_form_image-input_uploader .file-input{display:none}.program-editions{margin-top:30px;padding:0 10px}@media screen and (min-width: 768px){.program-editions{padding:0px 20px}}.program-editions .button_pagination{margin:20px 10px !important}.program-editions__header{padding:0 10px;margin-bottom:25px}@media screen and (min-width: 480px){.program-editions__header{display:flex;justify-content:space-between}}.program-editions__search{padding:0 10px !important;margin-bottom:15px}.program-editions__search.inside{padding:0 !important;margin-top:15px}.program-editions__search-block{width:100%}.program-editions__search-block label input{height:70px !important;font-size:22px !important;font-weight:bolder;font-family:"GraphikLC_Medium", sans-serif !important;padding:20px !important}.program-editions__head{font-family:"GraphikLC_Black", sans-serif;font-size:18px;padding:0px;color:#000133}@media screen and (min-width: 480px){.program-editions__head{font-size:22px}}.program-editions__options{margin:10px 0}@media screen and (min-width: 480px){.program-editions__options{margin:0 10px}}.page-content__materials .program-editions{padding:0;margin-left:-10px;margin-right:-10px}.program-leaders{grid-area:leaders;max-width:300px;margin-bottom:20px}@media screen and (max-width: 599px){.program-leaders{margin-top:15px !important;max-width:100%}}.program-leaders__title{font-size:16px;line-height:20px;text-transform:uppercase;font-family:"GraphikLC_Bold",sans-serif;color:#000133;margin-bottom:10px;border-bottom:1px solid #E9E9E9;text-transform:inherit;text-align:center;padding:15px 0 20px 0}.program-leaders__img{background-size:cover;background-position:top center;height:150px;width:inherit}.block-rubrics{grid-area:rubrics;margin-bottom:20px}.block-rubrics_show .block-rubrics__body{max-height:none}.block-rubrics__body{max-height:132px;margin:-5px;overflow:hidden}@media screen and (min-width: 992px){.block-rubrics__body{max-height:none}}.block-rubrics:after{content:"";display:block;margin-top:20px;border-bottom:1px solid #E9E9E9}.block-rubrics__item{display:inline-block;background:#EEEEEE;border-radius:3px;padding:5px 10px;color:#303030;margin:5px;font-size:14px}.block-rubrics__next{margin-top:15px}@media screen and (min-width: 992px){.block-rubrics__next{display:none}}.block-rubrics__next span{font-family:"GraphikLC_Medium", sans-serif;font-size:14px;display:inline-block;cursor:pointer;color:#EB4585;text-transform:uppercase}.content_body_form_row{display:flex}@media screen and (min-width: 769px){.content_body_form_row_item{width:50%}.content_body_form_row_item:first-child{padding-right:20px;margin-right:20px}}@media screen and (max-width: 768px){.content_body_form_row{flex-flow:column}}.content-body__select{padding-right:40px;line-height:1}@media screen and (max-width: 767px){.content-body__select{margin:20px 0;padding:0 20px}}.content-body__select_window{position:fixed;top:0;left:0;z-index:1000;overflow:auto;background-color:#FFF;width:1280px;max-width:1280px}@media only screen and (min-width: 1020px) and (max-width: 1279px){.content-body__select_window{width:1020px}}@media screen and (max-width: 1019px){.content-body__select_window{width:100%}}.content-body__select_window_header{display:flex;flex-flow:column;padding:25px 30px;border-bottom:1px solid #E9E9E9}.content-body__select_window_row{display:flex;flex-flow:row;align-content:center;justify-content:space-between}.content-body__select_window_cancel{color:#E61767;font-family:'GraphikLC_Medium';font-size:16px;cursor:pointer}.content-body__select_window_cancel:hover{color:#1A1A1A}.content-body__select_window_title{display:flex;align-content:center;font-size:22px;line-height:28px;font-family:"GraphikLC_Bold", sans-serif;color:#1A1A1A;width:100%}.content-body__select_window_close{border:1px solid #E93293;width:35px;height:35px;background-image:url("/templates/OTR/svg/regions-alphabet__head__btn-close.svg");background-size:10px;background-position:50%;background-repeat:no-repeat;cursor:pointer}.content-body__select_window_list{column-count:4;padding:30px;font-size:16px;list-style:none}@media only screen and (min-width: 768px) and (max-width: 1279px){.content-body__select_window_list{column-count:3}}@media screen and (max-width: 767px){.content-body__select_window_list{column-count:2}}@media screen and (max-width: 500px){.content-body__select_window_list{column-count:1}}.content-body__select_window_regions{page-break-inside:avoid;break-inside:avoid}.content-body__select_window_regions_letter{font-size:16px;line-height:24px;font-family:"GraphikLC_Bold", sans-serif;color:#1A1A1A;padding-bottom:5px;padding-top:15px}.content-body__select_window_regions_item{font-size:14px;padding:5px 0;cursor:pointer}.content-body__select_window_regions_item:hover{color:#00c7d9}.content-body__select_button{position:relative;display:flex;align-items:center;justify-content:end;font-family:"GraphikLC_Medium", sans-serif;font-size:14px;text-transform:uppercase;color:#E61767;cursor:pointer}.content-body__select_button:hover{opacity:0.8}.content-body__select_button::after{content:'';background-image:url("/templates/OTR/svg/switcher_pink.svg");background-repeat:no-repeat;background-size:10px;height:8px;width:10px;min-width:10px;margin-left:10px}@media screen and (max-width: 767px){.content-body__select_button::after{margin-left:5px}}@media screen and (max-width: 767px){.content-body__select_button{font-size:12px;justify-content:start}}@media screen and (min-width: 769px){.hover-scaled-image.block-wide:hover{background-size:140%;background-position:top;transition:all 0.3s ease-in-out}.hover-scaled-image.block-wide:not(:hover){background-size:112%;background-position:center;transition:all 0.3s ease-in-out}.hover-scaled-image.block-news:hover .img{background-size:130%;background-position:top;transition:all 0.3s ease-in-out}.hover-scaled-image.block-news:not(:hover) .img{background-size:100%;background-position:center;transition:all 0.3s ease-in-out}.hover-scaled-image.card-narrow:hover .card-narrow__image{background-size:130%;background-position:top;transition:all 0.3s ease-in-out}.hover-scaled-image.card-narrow:not(:hover) .card-narrow__image{background-size:100%;background-position:center;transition:all 0.3s ease-in-out}.hover-scaled-image.card_wide:hover{background-size:140%;background-position:top;transition:all 0.3s ease-in-out}.hover-scaled-image.card_wide:not(:hover){background-size:112%;background-position:center;transition:all 0.3s ease-in-out}.hover-scaled-image.page-content__materials_related__item:hover .page-content__materials_related__item__img{background-size:130%;background-position:top;transition:all 0.3s ease-in-out}.hover-scaled-image.page-content__materials_related__item:not(:hover) .page-content__materials_related__item__img{background-size:100%;background-position:center;transition:all 0.3s ease-in-out}}a.no-clickable{pointer-events:none !important;cursor:default !important}.flex-gap-cards-list{gap:15px;margin:0 !important}.flex-gap-cards-list .card-list_item .card_wide{margin:0 !important;width:100% !important;max-width:none !important}.flex-gap-cards-list .card-list_item .card-narrow{margin:0 !important}@media screen and (max-width: 568px){.flex-gap-cards-list .card-list_item .card-narrow{width:100% !important}}@media screen and (min-width: 569px){.flex-gap-cards-list .card-list_item .card-narrow{width:calc(50% - 7.5px) !important;max-width:calc(50% - 7.5px) !important}}.card-list{display:flex;flex-wrap:wrap}.card-list_item{display:contents}.card-list .nextButton{margin:20px 10px}@media screen and (min-width: 768px){.card-list .nextButton{padding:10px 30px}}@media screen and (min-width: 768px){.card-list .nextButton{justify-content:flex-start}}.card-list_2-cols{display:flex;flex-wrap:wrap}@media screen and (min-width: 468px) and (max-width: 768px){.card-list_2-cols{margin:0 -20px}}@media screen and (min-width: 769px){.card-list_2-cols{margin:0 -10px}}.card-list_2-cols .button_pagination{margin:20px 10px}@media screen and (min-width: 993px){.card-list_2-cols .button_pagination{margin:20px 0}}.card-narrow{font-size:17px;flex-grow:1;display:block;width:100%;max-width:350px;margin:10px;background-color:#FFF}@media screen and (min-width: 568px){.card-narrow{width:45%}}@media screen and (min-width: 768px){.card-narrow{width:260px;min-width:300px}.card-narrow.two_cols{margin:10px !important}}@media screen and (min-width: 1020px){.card-narrow{width:260px;max-width:calc( 100%  / 3 - 20px)}.card-narrow.two_cols{max-width:calc( 100%  / 2 - 20px) !important}}.card-narrow::hover__head{color:#e61767}.card-narrow__image{aspect-ratio:16 / 9;display:block;background-color:#e5e5e5;background-size:cover;background-position:center;background-repeat:no-repeat}.card-narrow__image::after{content:"";display:block;aspect-ratio:16 / 9;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.65) 100%)}.card-narrow__image_head{font-family:"GraphikLC_Medium", sans-serif;font-size:12px;line-height:15px;width:calc(100% - 40px);text-transform:uppercase;color:#dedede;clear:both;position:absolute;aspect-ratio:16 / 9.8;margin:0 20px;padding:5px;color:#FFF;display:flex;flex-direction:column}.card-narrow__image_head:hover{color:#FFF}.card-narrow__image_head a{color:#FFF}.card-narrow__image_head.sidebar-materials{aspect-ratio:unset;position:absolute;bottom:10px;margin:0 15px;padding:0}.card-narrow__image_head.sidebar-materials .card-narrow__disc::before{height:13px;width:13px}.card-narrow__image_head.sidebar-materials .card-narrow__disc_title{font-size:14px;line-height:16px}.card-narrow__sticker{padding:0 14px;z-index:2;position:relative}.card-narrow__sticker.sticker-gradient>*{padding:8px 10px;text-align:center;min-width:160px !important;width:auto !important}.card-narrow__sticker.sticker-gradient span{font-family:"GraphikLC_Bold", sans-serif;background:conic-gradient(from 179.96deg at 50% 50%, #E61767 -89.58deg, #33B4E7 89.86deg, #E61767 270.42deg, #33B4E7 449.86deg)}.card-narrow__sticker.sticker-wide>*{padding:8px 10px;text-align:center;width:194px}.card-narrow__sticker>*{margin-top:-5px;font-size:12px;line-height:12px;height:28px;font-family:"GraphikLC_Medium", sans-serif;text-transform:uppercase;padding:8px 7px;background-color:#EB4585;color:#FFF;float:left}.card-narrow__sticker_guest{float:right;background-color:#00C7D9;cursor:pointer}.card-narrow__sticker_guest::after{content:"";display:block;float:right;height:20px;width:11px;background-image:url("/templates/OTR/svg/arrow.svg");background-repeat:no-repeat;background-size:11px;background-position:center;margin-top:-4px;margin-left:6px}.card-narrow__sticker_guest.active::after{margin-top:-6px;transform:rotate(180deg)}*+.card-narrow__text{border-top:none}.card-narrow__text{border:solid 1px #e5e5e5;padding:20px;background-color:#FFF;position:relative}.card-narrow__text a{color:#3e4040}.card-narrow__text a>*{transition:none}.card-narrow__icons>*{display:inline-block;background-size:20px;height:22px;width:22px;margin-left:10px;opacity:.3;background-repeat:no-repeat;background-position:center}.card-narrow__icons>*.active{opacity:1}.card-narrow__icons_video{background-size:cover;background-image:url("/templates/OTR/svg/video.svg")}.card-narrow__icons_text{background-image:url("/templates/OTR/svg/text.svg")}.card-narrow__content{position:relative}.card-narrow__head{display:block;overflow:hidden;font-family:"GraphikLC_Bold", sans-serif;font-size:17px;height:96px;line-height:24px}.card-narrow__description{height:170px;overflow:hidden;font-size:14px;line-height:21px}.card-narrow__description:before{content:"";display:block;position:absolute;height:25px;width:calc(100% - 40px);margin-top:145px;background:linear-gradient(0deg, #fff 16.67%, rgba(255,255,255,0) 100%)}.card-narrow__description:hover{cursor:pointer}.card-narrow__info{padding-top:30px;display:flex;justify-content:space-between;align-items:center}.card-narrow__info.hidden-icons{min-height:59px}.card-narrow__link{flex-grow:1}.card-narrow__disc{display:flex}.card-narrow__disc:hover{color:#FFF}.card-narrow__disc::before{content:"";display:block;flex-shrink:0;height:12px;width:12px;margin-top:1px;margin-right:10px;border-radius:50%;background:#00bfe6;background:linear-gradient(45deg, #00bfe6 10%, #e61767 100%)}.card-narrow__disc:hover{color:#FFFFFF}.card-narrow__list{display:none;background:#f5f5f5;border:solid 1px #e5e5e5;height:365px;width:100%}.card-narrow__list.active{display:block}.card-narrow__list.active+.card-narrow__content{display:none}.card-narrow__list_container{clear:both;padding:10px;padding-top:0;margin-top:10px;height:320px;overflow:auto}@media screen and (min-width: 768px){.card-narrow__list_container{height:330px}}.card-narrow__list_item{border-bottom:solid 1px #cccccc;padding:10px;font-size:17px}.card-narrow__list_item:last-child{border-bottom:none}.card-narrow__list_item a{color:#3e4040;transition:none}.card-narrow__list_item a::hover{color:#e61767}.card-narrow__list_name{font-family:"GraphikLC_Bold", sans-serif}.card-narrow time,.card-narrow .info_time{display:block;font-family:"GraphikLC_Medium", sans-serif;font-size:12px;color:#A6A6A6;text-transform:uppercase}.two-cols{min-width:240px !important;max-width:calc( 100% / 2 - 10px) !important}@media screen and (max-width: 540px){.two-cols{max-width:none !important}}@media screen and (max-width: 540px){.flex-card{margin:7.5px 0px !important}}.three-cols{margin:10px !important;min-width:240px !important;max-width:calc( 100% / 3 - 20px) !important}.card_wide{position:relative;margin:10px;display:block;width:620px;max-width:620px;background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#4b3a7e;-webkit-flex-grow:1;flex-grow:1;color:#FFF}.card_wide_link{width:100%;height:100%;display:inline-block}.card_wide::after{content:"";display:block;height:350px;margin-top:-350px}.card_wide__sticker{padding:0 20px;z-index:2;position:relative}.card_wide__sticker>*{margin-top:-5px;font-size:12px;line-height:12px;height:28px;font-family:"GraphikLC_Medium", sans-serif;text-transform:uppercase;padding:8px 7px;background-color:#EB4585;color:#FFF;float:left}.card_wide__sticker_guest{float:right;background-color:#00C7D9;cursor:pointer}.card_wide__sticker_guest::after{content:"";display:block;float:right;height:20px;width:11px;background-image:url("/templates/OTR/svg/arrow.svg");background-repeat:no-repeat;background-size:11px;background-position:center;margin-top:-4px;margin-left:6px}.card_wide__sticker_guest.active::after{margin-top:-6px;transform:rotate(180deg)}.card_wide__list{display:none;background:#f5f5f5;border:solid 1px #e5e5e5;height:100%;width:inherit;position:absolute}.card_wide__list.active{display:block;top:0}.card_wide__list.active+.card-wide__content{display:none}.card_wide__list_container{clear:both;padding:10px;padding-top:0;margin-top:20px;height:320px;overflow:auto}@media screen and (min-width: 768px){.card_wide__list_container{height:330px}}.card_wide__list_item{border-bottom:solid 1px #cccccc;padding:10px;font-size:17px}.card_wide__list_item:last-child{border-bottom:none}.card_wide__list_item a{color:#3e4040;transition:none}.card_wide__list_item a::hover{color:#e61767}.card_wide__list_name{font-family:"GraphikLC_Bold", sans-serif}.card_wide__info{padding-top:20px;display:flex;justify-content:space-between;align-items:center}.card_wide__icons>*{display:inline-block;background-size:20px;height:22px;width:22px;margin-left:10px;opacity:.3;background-repeat:no-repeat;background-position:center}.card_wide__icons>*.active{opacity:1}.card_wide__icons_video{background-size:cover;background-image:url("/templates/OTR/svg/video-white.svg")}.card_wide__icons_text{background-image:url("/templates/OTR/svg/text_white.svg")}.card_wide time{display:block;font-family:"GraphikLC_Medium", sans-serif;font-size:12px;color:#A6A6A6;text-transform:uppercase}.card_wide__content{padding:30px;min-height:350px;width:100%;display:flex;display:-webkit-flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;justify-content:flex-end;background:-moz-linear-gradient(top, rgba(9,9,9,0) 0%, rgba(9,9,9,0) 24%, rgba(9,9,9,0.92) 100%);background:-webkit-linear-gradient(top, rgba(9,9,9,0) 0%, rgba(9,9,9,0) 24%, rgba(9,9,9,0.92) 100%);background:linear-gradient(to bottom, rgba(9,9,9,0) 0%, rgba(9,9,9,0) 24%, rgba(9,9,9,0.92) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00090909', endColorstr='#eb090909',GradientType=0 )}.card_wide__content_noimg{-webkit-flex-grow:1;flex-grow:1}.card_wide__content_img-info{font-family:"GraphikLC_Medium", sans-serif;font-size:11px;line-height:15px;text-transform:uppercase;color:#dedede;display:inline-block;padding:5px;padding-left:0;margin-bottom:10px}.card_wide__content_img-info:hover{color:#FFFFFF}.card_wide__content_img-info.disc{display:flex}.card_wide__content_img-info.disc:hover{color:#FFF}.card_wide__content_img-info.disc::before{content:"";display:block;flex-shrink:0;height:12px;width:12px;margin-top:1px;margin-right:10px;border-radius:50%;background:#00bfe6;background:linear-gradient(45deg, #00bfe6 10%, #e61767 100%)}.card_wide__content_img-info.disc:hover{color:#FFFFFF}.card_wide__content_name{color:#FFF;font-size:17px;line-height:20px}.card_wide__content_name:hover{color:#FFFFFF}.block-video-list{background-color:#000133}@media screen and (min-width: 767px){.block-video-list{display:flex}}.block-video-list ::-webkit-scrollbar-track{background:transparent}.block-video-list ::-webkit-scrollbar-thumb{background:#FFF;border-radius:5px;border-right:solid 1px #000133}.block-video-list ::-webkit-scrollbar-thumb:hover{background:#e60067}.block-video-list *{transition:none}.block-video-list__player-data{aspect-ratio:16 / 9;width:100%;background-color:#000;min-height:219px;background-position:center;background-size:cover;position:relative}.block-video-list__player-data_embed{position:absolute;height:100%;width:100%}.block-video-list__material{background-color:#000133;color:#FFF;line-height:120%;font-size:14px;overflow-y:auto;min-height:180px;min-width:300px;max-height:500px;height:100%}@media screen and (min-width: 767px){.block-video-list__material{max-width:300px}}@media screen and (max-width: 766px){.block-video-list__material{min-height:90px !important;height:auto !important}}.block-video-list__item{cursor:pointer}.block-video-list__item.video_hover:hover{background-color:#414461}.block-video-list__item.video_hover:hover+.block-video-list__item:before{border-left:solid 20px #414461;border-right:solid 20px #414461;background-color:#414461}.block-video-list__item+.block-video-list__item:before{content:"";display:block;border-left:solid 20px #000133;border-right:solid 20px #000133;height:1px;background-color:#252554}.block-video-list__item.active{background:linear-gradient(180deg, rgba(37,37,84,0.12) -39.28%, #252554 100%)}.block-video-list__item.active+.block-video-list__item:before,.block-video-list__item.active:hover+.block-video-list__item:before{border-left:solid 20px #252554;border-right:solid 20px #252554;background-color:#252554}.block-video-list__item_content{padding:15px;display:flex}.block-video-list__item_img{width:106px;flex-shrink:0;height:60px;background:#252554;background-position:center;background-size:cover}.block-video-list__item_img img{display:none}.block-video-list__item_text{max-width:260px;overflow:hidden;position:relative;padding-left:10px}@media screen and (max-width: 766px){.block-video-list__item{height:100%;border-right:1px solid rgba(255,255,255,0.3)}}.social-embed{font-family:"GraphikLC_Black", sans-serif;font-size:25px;line-height:30px;color:#FFFFFF;padding:20px;background-image:url("/templates/OTR/images/socia-embed.jpg");background-size:cover;margin:10px 0}@media screen and (min-width: 768px){.social-embed{font-size:23px;line-height:28px;text-align:center;padding:20px 40px}.social-embed.big{font-size:45px;line-height:54px;padding:40px;margin-top:0}}.social-embed__item+.social-embed__item{margin-top:20px}.social-embed__logo{height:42px;background-image:url("/templates/OTR/svg/logo_mini.svg");background-size:contain;background-position:center;background-repeat:no-repeat}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-button-prev{visibility:hidden;position:absolute;top:calc(50% - 40px);height:24px;width:24px;z-index:100;left:15px}.swiper-button-prev span{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#ffffff;border-radius:20px}.swiper-button-prev span img{width:6px;transform:rotateZ(180deg);margin-right:1px}.swiper-button-prev:hover{cursor:pointer}.swiper-button-prev:focus{outline:none}.swiper-button-next{visibility:hidden;position:absolute;top:calc(50% - 40px);height:24px;width:24px;z-index:100;right:15px}.swiper-button-next span{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#ffffff;border-radius:20px}.swiper-button-next span img{width:6px;margin-left:1px}.swiper-button-next:hover{cursor:pointer}.swiper-button-next:focus{outline:none}.swiper:hover .swiper-button-prev,.swiper:hover .swiper-button-next{visibility:visible;transition:visibility 0.5s linear}.swiper-pagination{margin-top:10px;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:10px;height:10px;display:inline-block;border-radius:100%;background:#FFF;opacity:1;border:1px solid #E61767;margin:0 4px}.swiper-pagination-bullet-active{background:#E61767}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform, 200ms top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;transition:200ms transform, 200ms right}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms left}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.smi2{padding:0 20px;overflow:hidden}@media screen and (min-width: 660px){.smi2{padding:0}}.smi2 .container_89408 .list-container-item .title,.smi2 .container_90487 .list-container-item .title{font-family:'GraphikLC_Black' !important}.smi2 .container_89408 .list-container-item .anons,.smi2 .container_90487 .list-container-item .anons{font-family:'GraphikLC_Regular' !important}.bottom-smi2{padding:0px 0px 30px 0px}@media screen and (min-width: 660px){.bottom-smi2{padding:0px 0px 40px 0px}}.bottom-smi2 .list-container{padding:0 35px}.content-body__crumbs{grid-area:crumbs;font-family:"GraphikLC_Medium", sans-serif;color:#a6a6a6;font-size:12px;text-transform:uppercase;padding:10px 20px 10px 20px}@media screen and (min-width: 768px){.content-body__crumbs{padding:10px 30px 10px 30px}}@media screen and (min-width: 992px){.content-body__crumbs{padding:10px 40px 10px 40px}}.content-body__crumbs *{list-style:none}.content-body__crumbs ul{padding:0}.content-body__crumbs ul li{display:inline;vertical-align:middle;line-height:26px}.content-body__crumbs ul li+.content-body__crumbs ul li{padding-left:3px}.content-body__crumbs ul li:last-child a:after{display:none}.content-body__crumbs a{color:#00c7d9}.content-body__crumbs a:hover{color:#e61767}.content-body__crumbs a:after{content:"";font-size:12px;position:relative;top:5px;display:inline-block;height:18px;width:20px;background-image:url("/templates/OTR/svg/crumb__angle.svg");background-repeat:no-repeat;background-size:8.3px;background-position:4px 2px;margin-left:8px}.content-body__sharing{grid-area:sharing;padding:25px 0 15px 0}@media screen and (min-width: 768px){.content-body__sharing{padding:15px 30px 15px 30px}}@media screen and (min-width: 992px){.content-body__sharing{padding:25px 40px 15px 40px}}@media screen and (max-width: 768px){.content-body__sharing{padding:25px 0 15px 0}}.content-body__sharing__feedback{display:flex;align-content:center;align-items:center;border-top:1px solid #E9E9E9;border-bottom:1px solid #E9E9E9;background:#fff;transition:top 0.1s ease-in;margin:0;padding:0 10px;max-height:67px;transition:all 0s linear;max-width:calc(100vw + 20px)}@media only screen and (min-width: 769px){.content-body__sharing__feedback{padding:0}}.content-body__sharing__feedback.fixed{position:fixed;top:0px;z-index:3}.content-body__sharing__feedback.fixed.top-margin{margin-top:50px}.content-body__sharing__feedback.absolute{position:absolute;bottom:0px}.content-body__sharing__feedback__social{width:260px;padding:5px 0 5px 0;margin-right:15px}@media only screen and (max-width: 768px){.content-body__sharing__feedback__social{padding:0;width:100%}}.content-body__sharing__feedback__social .ya-share2{display:block;margin:10px 0px}.content-body__sharing__feedback__social .ya-share2 ul{list-style:none;margin:0px !important;padding:0px !important;display:flex;display:-webkit-flex;-webkit-justify-content:space-between;justify-content:space-between}.content-body__sharing__feedback__social .ya-share2 ul li{-webkit-flex-grow:1;flex-grow:1;border-left:solid 1px #e5e5e5}.content-body__sharing__feedback__social .ya-share2 ul li:first-child{border-left:none}.content-body__sharing__feedback__social .ya-share2 ul li:last-child{border-right:solid 1px #e5e5e5}@media only screen and (max-width: 768px){.content-body__sharing__feedback__social .ya-share2 ul li:last-child{border-right:0}}.content-body__sharing__feedback__social .ya-share2 ul a *{display:none}.content-body__sharing__feedback__social .ya-share2 ul a{display:block;width:100%;height:40px;background-repeat:no-repeat;background-size:17px;background-position:center;border-bottom:none !important;transition:none}.content-body__sharing__feedback__social .ya-share2 ul a:hover{border-bottom:none !important}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item{width:55px;padding:0}@media only screen and (min-width: 375px){.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item{width:65px}}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_facebook a{background-image:url("/templates/OTR/svg/social_fb_color.svg");background-size:20px}@media only screen and (min-width: 1020px){.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_facebook a:hover{background-image:url("/templates/OTR/svg/social_fb_color.svg");background-size:24px}}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_twitter a{background-image:url("/templates/OTR/svg/social_tw_color.svg");background-size:20px}@media only screen and (min-width: 1020px){.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_twitter a:hover{background-image:url("/templates/OTR/svg/social_tw_color.svg");background-size:24px}}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_odnoklassniki a{background-image:url("/templates/OTR/svg/social_ok_color.svg");background-size:12px}@media only screen and (min-width: 1020px){.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_odnoklassniki a:hover{background-image:url("/templates/OTR/svg/social_ok_color.svg");background-size:14px}}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_telegram a{background-image:url("/templates/OTR/svg/telegram-color.svg");background-size:21px}@media only screen and (min-width: 1020px){.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_telegram a:hover{background-image:url("/templates/OTR/svg/telegram-color.svg");background-size:24px}}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_whatsapp a{background-image:url("/templates/OTR/svg/whatsapp.svg");background-size:21px}@media only screen and (min-width: 1020px){.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_whatsapp a:hover{background-image:url("/templates/OTR/svg/whatsapp.svg");background-size:24px}}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_vkontakte a{background-image:url("/templates/OTR/svg/social_vk_color.svg");background-size:21px}@media only screen and (min-width: 1020px){.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_vkontakte a:hover{background-image:url("/templates/OTR/svg/social_vk_color.svg");background-size:24px}}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2__item_service_pastecode:hover{background-size:26px;background-image:url("/templates/OTR/svg/html_gray.svg");opacity:1}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2-html a{background-image:url("/templates/OTR/svg/html_pink.svg");background-size:22px}.content-body__sharing__feedback__social .ya-share2 ul .ya-share2-html a:hover{background-size:24px;opacity:1}.content-body__sharing__feedback__social .ya-share2 ul .cls-1{fill:#E61767;fill-rule:evenodd}.content-body__sharing__feedback__social .ya-share2__list_direction_vertical{border:0}.content-body__sharing__feedback__social .ya-share2__item_service_pastecode{display:none}@media only screen and (min-width: 375px){.content-body__sharing__feedback__social .ya-share2__item_service_pastecode{display:block}}@media only screen and (max-width: 768px){.content-body__sharing__feedback__comments_invite__link{display:none}}.content-body__sharing__feedback .comments_invite{background-repeat:no-repeat;background-position:0px 2px;width:160px;text-align:right;background-image:url("/templates/OTR/svg/comment_invite__pink.svg");color:#e61767}@media only screen and (max-width: 768px){.content-body__sharing__feedback .comments_invite{display:none}}@media only screen and (max-width: 768px){.content-body__sharing__feedback .comments_invite__item-response-link{display:none}}.content-body__tabs{padding:0 20px}.content-body__tabs.float-right .content-body__tabs_menu li:last-child{padding-right:0 !important}@media screen and (min-width: 992px){.content-body__tabs{padding:0 40px !important}}@media screen and (min-width: 768px){.content-body__tabs{padding:0 30px}}@media screen and (min-width: 468px){.content-body__tabs{width:fit-content}}.content-body__tabs__after{display:block;height:55px;width:30px;position:absolute;right:15px;margin-top:-80px;background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 )}@media screen and (min-width: 500px){.content-body__tabs__after{display:none}}@media screen and (max-width: 468px){.content-body__tabs__after{margin-top:-60px}}.content-body__tabs_menu{content:"";position:relative;margin:10px 0;margin-right:0;padding:0;flex-grow:1;list-style:none;font-family:"GraphikLC_Medium", sans-serif;font-size:12px;text-transform:uppercase;overflow-x:scroll;display:flex;display:-webkit-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (min-width: 1020px){.content-body__tabs_menu{font-size:14px}}.content-body__tabs_menu li{white-space:nowrap;padding:0;line-height:1;margin-right:20px}.content-body__tabs_menu li:last-child{padding-right:30px;margin-right:0}.content-body__tabs_menu li>*{display:block;padding:10px 0;cursor:pointer;border-bottom:solid 1px transparent}.content-body__tabs_menu li>*.on{border-bottom:solid 1px #00C7D9;color:#00C7D9}.content-body__tabs_menu li>*.on:hover{border-bottom:solid 1px #00C7D9;color:#00C7D9}.content-body__tabs_menu li>*:hover{border-bottom:solid 1px #00C7D9;color:#00C7D9}.content-body__tabs_menu::-webkit-scrollbar{background:transparent;width:1px;position:absolute;height:2px}.content-body__tabs_menu::-webkit-scrollbar{position:absolute;z-index:-2;background:transparent}.content-body__tabs_menu::-webkit-scrollbar-thumb{background:transparent;border-radius:2px}.content-body__tabs_menu::-webkit-scrollbar-thumb:hover{background:transparent}.content-body__person_position{font-family:"GraphikLC_Medium";font-size:12px;line-height:18px;color:#A6A6A6;padding:15px 15px 15px 20px !important;border:1px solid #E9E9E9;margin:15px 0}.content-body__person_position_label{font-family:"GraphikLC_Bold";font-size:16px;line-height:24px;padding:0;color:#000000}.content-body__person_position_text{font-family:"GraphikLC_Medium";font-size:14px;line-height:20px;padding:0;color:#000000}.content-body__person_position_text_link{color:inherit}.content-body{margin:0;padding:15px 0 15px 0;grid-gap:0}@media screen and (min-width: 992px){.content-body{display:grid;padding:20px 0}}.content-body_news{grid-template:"crumbs crumbs" auto "head head" auto "image image" auto "panel right-column" auto "cards right-column" auto;grid-template-rows:auto auto auto 0fr 1fr;grid-template-columns:minmax(320px, 700px) 320px}@media screen and (max-width: 768px){.content-body_news .content-body__cards{padding:0 20px}}@media screen and (min-width: 769px){.content-body_news .content-body__cards{padding:0 30px}}@media screen and (max-width: 992px){.content-body_news #banner-page-sidebar{display:none}}@media screen and (max-width: 768px){.content-body_news .block-rubrics{margin-bottom:0}}.content-body_programs{grid-template:"crumbs crumbs" auto "head head" auto "date date" auto "sharing sharing" auto "image image" auto "text right-column" auto "cards right-column" auto "smi2 smi2" auto;grid-template-rows:auto auto auto auto auto 0fr 1fr;grid-template-columns:minmax(320px, 700px) 320px}.content-body_programs__edition{grid-template:"crumbs crumbs" auto "head head" auto "date date" auto "sharing sharing" auto "image image" auto "text right-column" auto "subscribe right-column" auto "comments right-column" auto "cards right-column" auto "smi2 smi2" auto;grid-template-rows:auto auto auto auto auto 0fr auto auto 1fr;grid-template-columns:minmax(320px, 700px) 320px}.content-body_programs__hide-text{grid-template:"crumbs crumbs" auto "head head" auto "date date" auto "sharing sharing" auto "image image" auto "cards right-column" auto "smi2 smi2" auto;grid-template-columns:minmax(320px, 700px) 320px}.content-body_programs__hide-text .program-editions{margin-top:10px}@media screen and (min-width: 600px) and (max-width: 992px){.content-body_programs .content-body__right-column{display:grid;grid-template:"leaders rubrics" auto / 340px 1fr}.content-body_programs .block-rubrics{margin-top:0}}.content-body_kino{grid-template:"crumbs crumbs" auto "head head" auto "banner banner" auto "text text" auto "cards cards" auto;grid-template-rows:auto auto auto auto auto 0fr 1fr}@media screen and (min-width: 768px){.content-body_kino .content-body__tabs{padding:12px 30px 12px 30px}}@media screen and (min-width: 768px){.content-body_kino .content-body__cards{padding:10px 40px 12px 40px}}.content-body_kino .programs_list{grid-column-start:1;grid-column-end:3}.content-body_tv-channel{grid-template:"crumbs crumbs" auto "head head" auto "date date" auto "sharing sharing" auto "image menu" auto "text menu" auto "smi2 smi2" auto "related_block related_block" auto;grid-template-rows:auto auto auto auto auto 1fr 0fr;grid-template-columns:minmax(320px, 660px) 360px}@media screen and (min-width: 992px){.content-body_tv-channel .content-body__menu{padding-left:0}}@media screen and (min-width: 1020px){.content-body_tv-channel .img{height:350px}}.content-body_title{font-family:"GraphikLC_Black", sans-serif;font-size:16px;line-height:24px;text-transform:uppercase;color:#1A1A1A;padding-bottom:15px;margin-bottom:20px;border-bottom:1px solid #E9E9E9}.content-body_title.no-border{border:none}.content-body_line{border-top:3px solid #E61767 !important;margin:40px -40px;width:-webkit-fill-available !important}.content-body__subscribe{grid-area:subscribe;background:#F5F5F5;margin:15px 20px;font-size:16px;line-height:24px;text-align:center;color:#1A1A1A;padding:15px 20px 15px 20px}@media screen and (min-width: 768px){.content-body__subscribe{margin:15px 30px}}@media screen and (min-width: 992px){.content-body__subscribe{margin:15px 40px}}.content-body__comments{grid-area:comments;padding:15px 20px 15px 20px}@media screen and (min-width: 768px){.content-body__comments{padding:15px 30px 15px 30px}}@media screen and (min-width: 992px){.content-body__comments{padding:15px 40px 15px 40px}}.content-body__short{display:grid !important;grid-template-columns:minmax(100px, 720px) 320px}@media screen and (max-width: 768px){.content-body__short{grid-template-columns:100%}}.content-body__short .content-body_line{margin:40px 0 !important}.content-body__head{grid-area:head;margin-bottom:0;padding:10px 20px 10px 20px}@media screen and (min-width: 768px){.content-body__head{padding:12px 30px 12px 30px}}@media screen and (min-width: 992px){.content-body__head{padding:12px 40px 12px 40px}}.content-body__search{grid-area:search;margin-bottom:0;padding:10px 20px 10px 20px}@media screen and (min-width: 768px){.content-body__search{padding:12px 30px 12px 30px}}@media screen and (min-width: 992px){.content-body__search{padding:12px 40px 12px 40px}}.content-body__banner{grid-area:banner;margin-bottom:0;padding:10px 20px 10px 20px}@media screen and (min-width: 768px){.content-body__banner{padding:12px 30px 12px 30px;margin-top:6px;margin-bottom:8px}}@media screen and (min-width: 992px){.content-body__banner{padding:12px 40px 12px 40px}}.content-body__banner.programs{margin:0 0 30px 0;padding:5px 0 0 0}@media screen and (min-width: 768px){.content-body__banner.programs{padding:0 !important;margin-top:0 !important;margin-bottom:40px}}@media screen and (min-width: 992px){.content-body__banner.programs{padding:12px 0}}.content-body__date{grid-area:date;font-size:12px;line-height:18px;color:#A6A6A6;font-family:"GraphikLC_Medium", sans-serif;padding:0 20px;margin-top:5px}@media screen and (min-width: 768px){.content-body__date{padding:0 30px}}@media screen and (min-width: 992px){.content-body__date{padding:0 40px}}.content-body__image{grid-area:image;padding:15px 0 15px 0}.content-body__image_img{margin:0;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;padding-bottom:calc(100%/1.78);height:0}.content-body__image img{display:none}@media screen and (max-width: 994px){.content-body__image{display:inline-block;width:100%}}@media screen and (min-width: 768px){.content-body__image{padding:15px 30px 15px 30px}}@media screen and (min-width: 992px){.content-body__image{padding:15px 40px 15px 40px}}@media screen and (max-width: 475px){.content-body__image{padding:15px 0 0 0}}.content-body__text{grid-area:text;padding:15px 20px 15px 20px}@media screen and (min-width: 768px){.content-body__text{padding:15px 30px 15px 30px}}@media screen and (min-width: 992px){.content-body__text{padding:15px 40px 15px 40px}}.content-body__text>*:first-child{padding-top:0}.content-body__text>*:last-child{padding-bottom:0}.content-body__text ul li{list-style:none;background-image:url(/templates/OTR/svg/li_circle.svg);background-repeat:no-repeat;background-position:0 10px;text-indent:15px;margin:5px 0}.content-body__text ol{padding-left:20px}.content-body__text ol li{margin:5px 0}.content-body__panel{grid-area:panel}.content-body__panel.two-colls{display:flex;align-items:baseline;justify-content:space-between}@media screen and (max-width: 767px){.content-body__panel.two-colls{display:block}}.content-body__panel.right-select{display:flex;align-items:baseline;justify-content:flex-end;padding:20px 0;box-sizing:border-box}@media screen and (max-width: 991px){.content-body__panel.right-select{padding:0}}.content-body__cards{grid-area:cards;padding:0 10px}@media screen and (min-width: 992px){.content-body__cards .button_pagination{margin:20px 10px}}@media screen and (min-width: 992px){.content-body__cards.den-regiona{padding:0 20px !important}}@media screen and (max-width: 768px){.content-body__cards .card-narrow{margin:7.5px}.content-body__cards .card-narrow+.button_pagination{margin-top:10px}}.content-body__right-column{grid-area:right-column;padding:15px 20px 15px 20px;position:relative}.content-body__right-column .popular-material,.content-body__right-column .content-top-news{display:none}.content-body__right-column .social-widget{display:none;margin-top:20px;margin-bottom:20px}@media screen and (min-width: 599px){.content-body__right-column>*:first-child{margin-top:0 !important}}.content-body__right-column>*+*{margin-top:15px}@media screen and (max-width: 991px){.content-body__right-column{display:none}}.content-body__right-column.mobile-only{display:block !important}@media screen and (min-width: 992px){.content-body__right-column.mobile-only{display:none !important}}@media screen and (max-width: 768px){.content-body__right-column.mobile-only{padding:15px 20px 10px 20px}}@media screen and (max-width: 991px){.content-body__right-column.mobile-show{display:block}}@media screen and (min-width: 599px){.content-body__right-column.mobile-show>*:first-child{margin-top:0 !important}}@media screen and (min-width: 992px){.content-body__right-column{padding:0px 40px 0px 20px;margin:15px 0;border-left:1px solid #E9E9E9}.content-body__right-column .social-widget,.content-body__right-column .popular-material,.content-body__right-column .content-top-news{display:block}}.content-body__menu{grid-area:menu;padding:15px 20px 15px 20px}@media screen and (min-width: 768px){.content-body__menu{padding:15px 30px 15px 30px}}@media screen and (min-width: 992px){.content-body__menu{padding:15px 40px 15px 40px}}.content-body__next_button{font-family:"GraphikLC_Medium", sans-serif;font-size:14px;line-height:20px;text-transform:uppercase;border:1px solid #E61767;text-align:center}.content-body__next_button:hover{background:#eb4585;border:1px solid #eb4585;color:#FFF !important;transition:background 0.1s ease-in;cursor:pointer}.content-body__smi2{grid-area:smi2;padding-top:25px}.content-body__smi2.no-border{padding-top:0 !important}.content-body__smi2.no-border .container-89408__header{border-top:none !important}.content-body__smi2.table-view .container-89408__header{padding:40px 0 20px 0 !important}.content-body__smi2.table-view .list-container{padding:0 !important}@media screen and (max-width: 540px){.content-body__smi2.table-view .list-container{padding:0 20px !important}}.content-body__smi2.table-view .list-container-item{width:50% !important}.content-body__smi2.table-view .list-container-item:last-child{display:inline-block !important}@media screen and (max-width: 540px){.content-body__smi2.table-view .list-container-item{width:calc(100% + 20px) !important;margin:10px -10px !important;padding:0 !important}.content-body__smi2.table-view .list-container-item:last-child{display:none !important}}.content-body__smi2 .container-89408__header{display:flex;justify-content:space-between;align-items:center;padding:40px 40px 20px 40px !important}@media screen and (max-width: 380px){.content-body__smi2 .container-89408__header{padding:0 30px 20px 30px !important}}.content-body__smi2 .container-89408__header-logo{position:unset}@media screen and (min-width: 380px) and (max-width: 768px){.content-body__smi2 .container-89408 .list-container{margin:0px -20px}}@media screen and (max-width: 380px){.content-body__smi2 .container-89408 .list-container{padding:0}}@media screen and (max-width: 380px){.content-body__smi2 .container-89408 .list-container-item{padding:0px 40px}}.content-body__related_cards_block{display:flex;flex-flow:column}.content-body__related_cards_block .content-body_line{margin:40px -40px 60px -40px}.content-body__related_cards_block .content-body_title{padding-bottom:0 !important;margin-bottom:20px !important;border-bottom:none !important;text-transform:none !important;font-size:24px}.content-body__related_cards_block .card-list{margin:0 -10px}.content-body__related_cards_block .card-list .card-narrow{min-width:none}@media screen and (max-width: 540px){.content-body__related_cards_block .card-list .card-narrow{max-width:100% !important}.content-body__related_cards_block .card-list .card-narrow:last-child{display:none}}.content-body__related_block{grid-area:related_block;padding:10px 20px 10px 20px}@media screen and (min-width: 768px){.content-body__related_block{padding:12px 30px 12px 30px}}@media screen and (min-width: 992px){.content-body__related_block{padding:12px 40px 12px 40px}}@media screen and (min-width: 768px){.content-body__related_block .page-content__materials__list__items{width:100%}}@media screen and (min-width: 992px){.content-body__related_block .page-content__materials__list__items{grid-column-gap:4%}}@media screen and (max-width: 468px){.content-body__related_block .page-content__materials__list__items{width:100%}}.content-body__related_block .page-content__materials__list__items .block-news:last-child{display:none}.content-body__related_block.width_100{margin:25px -20px 0 -20px !important}@media screen and (max-width: 768px){.content-body__related_block.mob-4cards .block-news:last-child{display:block !important}}.page-content__materials.news-page{position:relative}.page-content__materials.news-page .page-content__materials_related__banner{margin-right:40px}.page-content__materials_related.news-page{position:absolute;width:320px;right:0px}.block-list-custom{display:flex;flex-flow:column;padding:10px 30px}.block-list-custom-first,.block-list-custom-second{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #FFFFFF}.block-list-custom-first{display:flex;flex-flow:row;width:100%}@media screen and (min-width: 650px){.block-list-custom-first .block-news{width:100%;max-width:100%;margin:0}.block-list-custom-first .block-news .name{margin-top:0;height:60px}.block-list-custom-first .block-news .name span{line-height:1.5}.block-list-custom-first .block-news .img{aspect-ratio:16 / 10;width:100%;height:unset}.block-list-custom-first .block-news .text{padding:20px}}.block-list-custom-second{display:flex;flex-flow:row;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%}@media screen and (min-width: 650px){.block-list-custom-second .block-news{width:calc(100% / 2 - 10px);max-width:calc(100% / 2 - 10px);margin:0}.block-list-custom-second .block-news .name{margin-top:0;height:80px}.block-list-custom-second .block-news .name span{line-height:1.5}.block-list-custom-second .block-news .img{aspect-ratio:16 / 10;width:100%;height:unset}.block-list-custom-second .block-news .text{padding:20px}}.block-list-custom-third{display:flex;flex-flow:row;flex-wrap:wrap;justify-content:center;width:100%;gap:20px}.block-list-custom-third .block-news{margin:0;max-width:calc(100% / 3 - 13.333333px)}@media screen and (max-width: 768px){.block-list-custom-third .block-news{max-width:100%}}.block-list-custom-third .block-news .name{height:100px}.small-height-cards .card-narrow__head{height:90px !important}.news_endless_list{position:relative}.no-cards-shadow .card-narrow__image::after{display:none !important}#banner-page-sidebar{transition:opacity 0.3s linear;width:260px}#banner-page-sidebar.banner-news-fixed{position:fixed;top:40px;opacity:1 !important;margin-top:0 !important;width:260px}#banner-page-sidebar.banner-news-up-fixed{position:fixed;top:90px;opacity:1 !important;margin-top:0 !important;width:260px}#banner-page-sidebar.banner-news-animate{animation:banner-news-animate-bottom 0.4s ease forwards}#banner-page-sidebar.banner-news-animate-reverse{animation:banner-news-animate-top 0.4s ease forwards}@keyframes banner-news-animate-bottom{0%{top:-1000px}100%{top:40px}}@keyframes banner-news-animate-top{0%{top:90px}100%{top:-1000px}}.body-short{width:100%;padding-top:90px;background:#ffffff;background-image:url("/templates/OTR/images/bg-body-prochanie.png");background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;min-height:100%;position:absolute}@media screen and (min-width: 1280px){.body-short h1{font-size:32px;line-height:42px}}.body-short__content{width:80%;margin:auto}@media screen and (min-width: 1280px){.body-short__content{width:70%}}@media screen and (min-width: 1600px){.body-short__content{width:65%}}.body-short__video{padding-top:20px}.body-short__text{padding-top:15px}.regional_partners_list{margin-top:30px}.regional_partners_list_item{display:flex;margin-bottom:20px;text-decoration:none}.regional_partners_list_item:last-child{margin-bottom:0}.regional_partners_list_item_image{width:70px;height:fit-content !important;height:-moz-fit-content !important}@media screen and (max-width: 767px){.regional_partners_list_item_image{display:none}}.regional_partners_list_item_info{display:flex;flex-flow:column;padding-left:14px}@media screen and (max-width: 767px){.regional_partners_list_item_info{padding-left:0}}.regional_partners_list_item_info_region{font-family:"GraphikLC_Bold",sans-serif;color:#000;font-size:16px;margin-bottom:5px}.regional_partners_list_item_info_name{font-family:"GraphikLC_Medium",sans-serif;color:#E61767;font-size:12px;text-transform:uppercase}.promo_slider{display:block;width:100%;height:auto;padding:20px 0;box-sizing:border-box}.promo_slider.slider_mob{width:100% !important}.promo_slider.slider_mob *:focus{outline:none !important}.promo_slider.slider_mob .swiper{width:100% !important}.promo_slider.slider_mob .promo-slide{width:100% !important}.promo_slider.slider_mob .promo_slider_slide{width:100% !important;aspect-ratio:17 / 10}.promo_slider.slider_mob .promo_slider_slide_person_shadow{display:none !important}.promo_slider.slider_mob .promo_slider_slide_title{z-index:101 !important}@media screen and (max-width: 600px){.promo_slider.slider_mob .promo_slider_slide_title{font-size:26px !important;top:20px !important}}@media screen and (max-width: 450px){.promo_slider.slider_mob .promo_slider_slide_title{font-size:22px !important;top:20px !important}}@media screen and (max-width: 390px){.promo_slider.slider_mob .promo_slider_slide_title{font-size:20px !important;left:20px !important;right:20px !important}}@media screen and (max-width: 350px){.promo_slider.slider_mob .promo_slider_slide_title{font-size:17px !important;left:20px !important;right:20px !important;line-height:1.1 !important}}.promo_slider.slider_mob .promo_slider_slide_program{z-index:101 !important;left:25px !important;bottom:20px !important}@media screen and (max-width: 390px){.promo_slider.slider_mob .promo_slider_slide_program{left:20px !important}}@media screen and (max-width: 600px){.promo_slider.slider_mob .promo_slider_slide_program_item span{padding:6px !important;font-size:16px !important;line-height:20px !important}}@media screen and (max-width: 390px){.promo_slider.slider_mob .promo_slider_slide_program_item span{font-size:14px !important;line-height:15px !important}}.promo_slider.slider_mob .swiper-promo-prev,.promo_slider.slider_mob .swiper-promo-next{height:100% !important}.promo_slider:hover .promo_slider_slide_shadow,.promo_slider:hover .swiper-promo-prev,.promo_slider:hover .swiper-promo-next{opacity:1 !important}.promo_slider .swiper{width:940px !important}.promo_slider.slider_preview{padding:0}.promo_slider.slider_preview.slider_mob{width:375px !important;height:235px !important}.promo_slider.slider_preview.slider_mob .swiper{width:100% !important}.promo_slider.slider_preview.slider_mob .promo-slide{width:375px !important}.promo_slider.slider_preview.slider_mob .promo_slider_slide{aspect-ratio:17 / 10;width:375px !important}.promo_slider.slider_preview.slider_mob .promo_slider_slide_program{left:20px !important}.promo_slider.slider_preview.slider_mob .promo_slider_slide_program_item span{font-size:14px !important;line-height:15px !important}.promo_slider.slider_preview.slider_mob .promo_slider_slide_title{font-size:20px !important;left:20px !important;top:20px !important;right:20px !important}.promo_slider.slider_preview .swiper{margin:10px 0 !important}.promo_slider .swiper-promo-prev,.promo_slider .swiper-promo-next{cursor:pointer;left:0px;top:0;height:360px;width:90px;position:absolute;z-index:100;opacity:0}.promo_slider .swiper-promo-prev span,.promo_slider .swiper-promo-next span{position:absolute;transition:all 0.2s linear;top:calc(50% - 12px);height:24px;width:24px;left:10px;z-index:101;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#ffffff;border-radius:20px}.promo_slider .swiper-promo-prev span img,.promo_slider .swiper-promo-next span img{width:6px;transform:rotateZ(180deg);margin-right:1px}.promo_slider .swiper-promo-next{right:0px !important;left:unset !important}.promo_slider .swiper-promo-next span{right:10px;left:unset !important}.promo_slider .swiper-promo-next span img{transform:rotateZ(0deg) !important}.promo_slider_slide{position:relative;display:block;margin:0 auto;width:940px;z-index:19;background-size:cover;background-repeat:no-repeat;aspect-ratio:47 / 18}.promo_slider_slide_shadow{content:"";background:none !important;transition:all 0.2s linear;opacity:0;width:90px;height:100%;top:0;z-index:9}.promo_slider_slide_shadow.slide{background:linear-gradient(90deg, rgba(0,0,0,0) 12.95%, #000133 92.02%) !important;position:absolute}.promo_slider_slide_shadow.left{transform:rotate(180deg);left:0}.promo_slider_slide_shadow.right{right:0}.promo_slider_slide.shadow::before{content:"";background:linear-gradient(180deg, rgba(0,0,0,0) 12.95%, #000133 92.02%);transform:rotate(-180deg);position:absolute;width:100%;height:100%}.promo_slider_slide_title{top:30px;left:30px;right:30px;position:absolute;font-family:'GraphikLC_Bold';font-size:38px;line-height:1.2;color:#FFF;z-index:101}.promo_slider_slide_title.right-hand{max-width:635px;left:unset;font-size:30px}.promo_slider_slide_person{max-width:240px;left:30px;bottom:0;position:absolute;z-index:101}.promo_slider_slide_person_shadow{display:block;background:linear-gradient(90deg, #000133 60%, rgba(0,0,0,0) 100%);position:absolute;left:0;top:0;bottom:0;width:320px;height:360px;z-index:9}.promo_slider_slide_program{display:flex;flex-flow:column;position:absolute;bottom:23px;left:320px}.promo_slider_slide_program_item{display:flex}.promo_slider_slide_program_item span{font-family:'GraphikLC_Bold';font-size:20px;line-height:25px;color:#FFF;padding:8px;background-color:#E61767;width:fit-content;width:-moz-fit-content}.polls{display:flex;justify-content:space-between;width:100%;min-height:360px}@media screen and (max-width: 768px){.polls{padding:15px 20px 15px 20px;flex-flow:column}}.polls.main-page{margin:10px auto;width:940px}@media only screen and (max-width: 1020px){.polls.main-page{margin:0;width:100%}}.polls-image{display:flex;position:relative;padding:20px;width:50%;background-position:center;background-size:cover}@media screen and (max-width: 768px){.polls-image{width:100%;aspect-ratio:16 / 9}}.polls-image.shadow::before{content:"";background:linear-gradient(180deg, rgba(0,0,0,0) 12.95%, #000133 92.02%);transform:rotate(-180deg);position:absolute;width:100%;height:60%;top:0;left:0}.polls-image.shadow::after{content:"";background:linear-gradient(180deg, rgba(0,0,0,0) 12.95%, #000133 92.02%);transform:rotate(0deg);position:absolute;width:100%;height:60%;bottom:0;left:0}.polls-title{top:20px;left:30px;right:30px;text-transform:uppercase;font-size:32px;position:absolute;font-family:'GraphikLC_Bold';line-height:1.2;color:#FFF;z-index:2}.polls-question{bottom:20px;left:30px;right:30px;position:absolute;font-family:'GraphikLC_Bold';text-transform:uppercase;font-size:32px;line-height:1.2;color:#FFF;z-index:2}.polls-button{width:100%}.polls-button.no-auth{opacity:0.5 !important}.polls-button.finished{border-color:#C4C4C4 !important;background-color:#C4C4C4 !important;pointer-events:none}.polls-answers{display:flex;flex-flow:column;width:50%;padding:0 15px 20px 15px;border-right:1px solid #C4C4C4;border-top:1px solid #C4C4C4;border-bottom:1px solid #C4C4C4;box-sizing:border-box}@media screen and (max-width: 768px){.polls-answers{border-top:none;border-left:1px solid #C4C4C4;width:100%}}.polls-answers-list{display:flex;flex-flow:column;padding:0;flex-grow:1}.polls-answers-list *{text-indent:0 !important}.polls-answers-list-item{background-image:none !important;padding:10px 20px;border-bottom:1px solid #E0E0E0;box-sizing:border-box;margin:0;position:relative}.polls-answers-list-item:last-child{border:none}.polls-answers-list-item.finished{display:flex;padding-left:10px}.polls-answers-list-item-percent{color:#C4C4C4;font-family:'GraphikLC_Bold';font-size:24px;line-height:1.2;width:64px;margin-right:10px;transition:all 0.3s linear}.polls-answers-list-item-percent.voted{color:#E61767 !important}.polls-answers-list-item-line{position:absolute;display:block;background-color:#C4C4C4;height:4px;width:0;bottom:5px;left:0;transition:all 0.3s linear}.polls-answers-list-item-line.voted{background-color:#E61767 !important}.scaled-fonts .page-content__date{font-size:12px !important}@media screen and (min-width: 768px){.scaled-fonts .page-content__date{font-size:14px !important}}.scaled-fonts .page-content__materials__main__text p,.scaled-fonts .page-content__materials__main__subscribe,.scaled-fonts .page-content__materials__main__autor,.scaled-fonts .page-content__materials__main__autor__fio{font-size:18px !important}.scaled-fonts #embed-video>iframe{aspect-ratio:16 / 9}.scaled-fonts.block-news,.scaled-fonts.block-quote{font-size:18px !important;line-height:22px !important}.scaled-fonts.block-news .name,.scaled-fonts.block-quote .name{height:130px}.scaled-fonts.block-news .content-image-info,.scaled-fonts.block-quote .content-image-info{font-size:12px !important;line-height:16px !important}.scaled-fonts.block-news .content-image-info.disc:before,.scaled-fonts.block-quote .content-image-info.disc:before{height:16px !important;width:16px !important}.scaled-fonts.block-news .sticker>*,.scaled-fonts.block-wide .sticker>*{font-size:12px !important}.scaled-fonts.block-wide .name{font-size:18px !important}.scaled-fonts#sidebar{font-size:16px !important}.scaled-fonts#sidebar .item li>a span{font-size:14px !important}.scaled-fonts#sidebar .popular-material.sidebar .page-content__materials_related__item__title{font-size:16px !important}.scaled-fonts#sidebar .popular-material.sidebar .page-content__materials_related__item__title span{font-size:16px !important}.scaled-fonts .block-ethereal-news__list_text{font-size:18px !important}.scaled-fonts .content-body__text{font-size:18px !important}.scaled-fonts .content-body__date{font-size:14px !important}.scaled-fonts .content-body__subscribe{font-size:18px !important}.scaled-fonts .content-body__head h1{line-height:42px !important;font-size:34px !important}@media screen and (max-width: 768px){.scaled-fonts .content-body__head h1{line-height:32px !important;font-size:26px !important}}.scaled-fonts .card_wide .card_wide__content_img-info{font-size:12px !important;line-height:16px !important}.scaled-fonts .card_wide .card_wide__content_img-info.disc:before{height:14px !important;width:14px !important}.scaled-fonts .card_wide .card_wide__content_name{font-size:18px !important;line-height:22px !important}.scaled-fonts .card-narrow .card-narrow__image_head{font-size:12px !important;line-height:16px !important}.scaled-fonts .card-narrow .card-narrow__disc::before{height:14px !important;width:14px !important}.scaled-fonts .card-narrow .card-narrow__head{font-size:18px !important;height:110px;line-height:22px}.scaled-fonts .block-user-list.block-guests .name{font-size:18px;line-height:24px}.scaled-fonts .block-user-list .info>*{font-size:16px;line-height:20px}.scaled-fonts .program-editions__head{font-size:20px !important;line-height:24px !important}.scaled-fonts .block-user-list .header{font-weight:500;font-size:16px;line-height:20px}html{height:100%;background-color:#f5f5f5}body{font-family:"GraphikLC_Regular", sans-serif;font-size:16px;line-height:20px;color:#1A1A1A;margin:auto;background-color:#f5f5f5;min-height:100%;transition:none;overflow-anchor:none}@media screen and (min-width: 1280px){body{display:flex}}body.fix,body.fix #body{overflow:hidden}body.force-fix{overflow:hidden}#body{background-color:#FFF;width:100%;z-index:2}@media screen and (min-width: 1020px){#body{width:1020px;max-width:1020px}}@media screen and (min-width: 1280px){#body{display:flex;width:1280px;max-width:1280px}}#main{margin-top:133px}@media screen and (min-width: 1280px){#main{width:1020px;display:flex;flex-direction:column;align-content:space-between}}@media screen and (min-width: 1280px){#programs{left:920px}}@media screen and (min-width: 1020px){#content{padding-bottom:10px}}@media screen and (min-width: 1280px){#content{flex-grow:2}}

