/* $font-family: Основное начертание *//* $background-color: Цвет подложки *//* $text-color: Цвет текста *//* $sidebar-background-color: Цвет подложки *//* $sidebar-text-color: Цвет текста *//* $sidebar-hover-background-color: Цвет выделенной подложки *//* $sidebar-scroll-track-color: Цвет подложки скроллбара *//* $sidebar-scroll-thumb-color: Цвет тумба скроллбара *//* $sidebar-scroll-thumb-hover-color: Цвет тумба скроллбара (hover) *//* $searchbox-text-color: Цвет текста поисковой строки *//* $searchbox-background-color: Цвет подложки поисковой строки *//* $link-color: Цвет ссылки *//* $link-active-color: Цвет ссылки *//* $link-hover-color: Цвет ссылки *//* $news-list-background-color: Цвет подложки новости в списке *//* $news-list-text-color: Цвет текста новости в списке *//* $news-item-bottom-border-color: Цвет линии под заголовком новости *//* $news-item-top-border-color: Цвет линии под заголовком новости *//* width */.ui-image{width:80px;height:80px;display:inline-block;vertical-align:top;/*
This CSS reset file is an adaptation of Eric Meyer's "Reset Reloaded".
You can find the original in Eric's Blog following this link:
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

Project: Blank CSS Template
Project Website: http://code.google.com/p/blank-css-template/
Last updated:  2008-01-03
License: GNU-GPL v2
file: reset.css
*/}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,big,font,img,small,center,dl,dt,dd,menu,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}td{vertical-align:middle;}body{line-height:1;}ol,ul,menu{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}*{/* Для Firefox */-moz-box-sizing:border-box;/* Ширина блока с полями */box-sizing:border-box;}body{padding:0;margin:0;background:#fff;scrollbar-color:#cacaca #f0f0f0;scrollbar-width:thin;-ms-scrollbar-track-color:#f0f0f0;-ms-scrollbar-face-color:#cacaca;}body::-webkit-scrollbar{width:7px;border:0px;/* Track */}body::-webkit-scrollbar-track{background:#f0f0f0;border:0px;/* Handle */}body::-webkit-scrollbar-thumb{background:#c0c0c0;border:0px;/* Handle on hover */}body::-webkit-scrollbar-thumb:hover{background:#cacaca;border:0px;}html,body{min-height:100%;}body,td{font-family:'Roboto', sans-serif;}a{color:#000;text-decoration:underline;}a:hover{color:#000;}a:active{color:#000;}header,article{width:100%;min-height:100%;display:flex;align-items:stretch;justify-content:center;}header > div,article > div{width:1440px;flex:0 0 1440px;}@media only screen and (max-width:1024px){header > div,article > div{width:100%;flex:0 0 100%;padding:0px 20px 0px 0px;}}@media only screen and (max-width:600px){header > div,article > div{padding:0px 0px 0px 0px;}}.banner-right{position:fixed;right:20px;top:20px;width:200px;}@media only screen and (max-width:1800px){.banner-right{display:none;}}.dashboard{background:#f1f1f1;}.dashboard > div{padding-top:50px;padding-bottom:50px;}@media only screen and (max-width:600px){.dashboard > div{padding-top:20px;padding-bottom:20px;}}.dashboard > div h1{font-size:48px;padding-left:20px;padding-bottom:50px;text-align:center;}.dashboard > div > div{display:flex;align-items:stretch;justify-self:stretch;width:100%;}.dashboard > div > div .grid-container{flex:1 1;padding-left:20px;}.dashboard > div > div .grid-container h1{padding-bottom:20px;font-size:32px;}@media only screen and (max-width:600px){.dashboard > div > div .grid-container{padding-left:0px;}}.dashboard > div > div .grid{padding-bottom:50px;display:grid;grid-template-columns:2fr 1fr;grid-column-gap:32px;grid-row-gap:32px;grid-auto-flow:dense;}@media only screen and (max-width:600px){.dashboard > div > div .grid{grid-template-columns:1fr;grid-auto-rows:auto;grid-column-gap:0px;grid-row-gap:20px;}}.dashboard > div > div .only-items{width:100%;}.dashboard > div .grid-end{width:100%;height:0px;background:transparent;}.dashboard > div .grid-end[data-loading="1"]{height:100px;background:url(/project/web/res/img/loading.svg) center center no-repeat;background-position:62%;}.dashboard > div .fixed-grid{padding-left:20px;}@media only screen and (max-width:600px){.dashboard > div .fixed-grid{padding-left:0px;}.dashboard > div .fixed-grid img{max-width:100%;}}.dashboard > div .faq{display:block;padding-left:20px;margin-top:32px;}@media only screen and (max-width:600px){.dashboard > div .faq{padding-left:10px;width:calc(100% - 10px);}}.dashboard > div .faq strong{margin-bottom:20px;display:block;}.dashboard > div .faq .faq-items-list{background:white;width:100%;}.domains{width:100%;display:flex;flex-direction:column;list-style:none;padding:20px;}.domains ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;}.domains li{width:100%;padding:5px 0px;display:none;order:2;}.domains li[data-visible],.domains li[data-more],.domains li.caption{display:block;}.domains li[data-more]{padding-top:20px;}.domains li a{display:flex;align-items:center;justify-content:flex-start;font-size:14px;}.domains li a img{width:32px;height:32px;}.domains li a span{padding-left:10px;}@media only screen and (max-width:550px){.domains li a span{display:none;}}.domains li.caption{order:0;padding-bottom:20px;}@media only screen and (max-width:550px){.domains li.caption{display:none;}}.domains li.caption a{text-decoration:none;font-size:18px;font-weight:bold;text-transform:uppercase;}.domains li:not(.caption):not([data-more]):hover,.domains li:not(.caption):not([data-more]).selected{padding:5px 10px;margin:0px -10px;width:calc(100% + 20px);background:#c0c0c0;border-radius:10px;}.domains li:not(.caption):not([data-more]).selected{order:1;}header{background:white;border-bottom:1px solid #7a7676;}header > div{position:relative;height:161px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;}header > div svg{margin-top:25px;max-width:50%;}header > div menu{margin:20px 0px;}header > div menu ul{display:flex;align-items:center;justify-content:center;}header > div menu ul li{margin:0px 14px;}header > div menu ul li.selected{font-weight:bold;}header > div .time{position:absolute;right:0px;bottom:17px;}@media only screen and (max-width:600px){header > div .time{position:static;margin-bottom:20px;}}.sidebar{width:320px;flex:0 0 320px;background:#f2f2f2;}@media only screen and (max-width:1024px){.sidebar{width:200px;flex:0 0 200px;}}@media only screen and (max-width:550px){.sidebar{display:none;}}.sidebar .logo{display:none;align-items:center;justify-content:flex-start;padding:10px;}.sidebar.fixed .fixer{position:fixed;top:0px;height:100%;overflow:auto;width:320px;flex:0 0 320px;background:#f2f2f2;scrollbar-color:#cacaca #f0f0f0;scrollbar-width:thin;-ms-scrollbar-track-color:#f0f0f0;-ms-scrollbar-face-color:#cacaca;}@media only screen and (max-width:1024px){.sidebar.fixed .fixer{width:200px;flex:0 0 200px;}}@media only screen and (max-width:550px){.sidebar.fixed .fixer{width:70px;flex:0 0 70px;}}.sidebar.fixed .fixer::-webkit-scrollbar{width:7px;border:0px;/* Track */}.sidebar.fixed .fixer::-webkit-scrollbar-track{background:#f0f0f0;border:0px;/* Handle */}.sidebar.fixed .fixer::-webkit-scrollbar-thumb{background:#c0c0c0;border:0px;/* Handle on hover */}.sidebar.fixed .fixer::-webkit-scrollbar-thumb:hover{background:#cacaca;border:0px;}.sidebar.fixed .logo{display:flex;}.sidebar.fixed .logo .text{font-weight:bold;text-decoration:none;padding-left:10px;}@media only screen and (max-width:550px){.sidebar.fixed .logo .text{display:none;}}@media only screen and (max-width:550px){.sidebar.fixed .logo img{width:48px;}}.sidebar.fixed .subscribe{display:block;}.sidebar .subscribe{width:100%;display:flex;flex-direction:column;list-style:none;padding:20px 20px 60px 20px;display:none;}.sidebar .subscribe strong{display:block;padding-bottom:20px;text-transform:uppercase;}.sidebar .subscribe ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;}.sidebar .subscribe li{width:100%;padding:5px 0px;font-size:12px;}.tags{width:100%;padding:20px;/* Base for label styling */}.tags ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;list-style:none;}@media only screen and (max-width:550px){.tags{display:none;}}.tags li{padding:5px 10px 5px 0px;}.tags li a{display:flex;align-items:center;justify-content:flex-start;font-size:14px;text-decoration:none;}.tags li a:hover{text-decoration:underline;}.tags li a img{width:32px;height:32px;}.tags li a span{padding-left:10px;}.tags li.caption{width:100%;padding-bottom:20px;}.tags li.caption a{text-decoration:none;font-size:18px;font-weight:bold;text-transform:uppercase;}[type="radio"]:not(:checked),[type="radio"]:checked,[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px;}[type="radio"]:not(:checked) + label,[type="radio"]:checked + label,[type="checkbox"]:not(:checked) + label,[type="checkbox"]:not(:checked) + label,[type="checkbox"]:checked + label{position:relative;padding-left:30px;cursor:pointer;font-size:14px;display:inline-block;line-height:24px;/* checkbox aspect */}[type="radio"]:not(:checked) + label:before,[type="radio"]:checked + label:before,[type="checkbox"]:not(:checked) + label:before,[type="checkbox"]:checked + label:before{content:'';position:absolute;left:0;top:2px;width:18px;height:18px;border:1px solid #dfdfdf;border-radius:2px;background:#fff;}[type="radio"]:checked + label:before,[type="checkbox"]:checked + label:before{border:1px solid #007ec2;background:#007ec2;}[type="radio"]:not(:checked) + label:before,[type="radio"]:checked + label:before{border-radius:50%;/* checked mark aspect */}[type="checkbox"]:not(:checked) + label:after,[type="checkbox"]:checked + label:after{content:'';position:absolute;left:6px;top:5px;width:4px;height:8px;border:solid #242428;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}[type="checkbox"]:checked + label:after{fill:#fff;color:#fff;}[type="radio"]:not(:checked) + label:after,[type="radio"]:checked + label:after{content:'';position:absolute;top:7px;left:5px;transition:all 0.2s;background:#fff;width:10px;height:10px;border-radius:50%;/* checked mark aspect changes */}[type="radio"]:not(:checked) + label:after,[type="checkbox"]:not(:checked) + label:after{opacity:0;-webkit-transform:scale(0), translate3d(0, 0, 0);transform:scale(0), translate3d(0, 0, 0);}[type="radio"]:checked + label:after,[type="checkbox"]:checked + label:after{opacity:1;-webkit-transform:scale(1), translate3d(0, 0, 0);transform:scale(1), translate3d(0, 0, 0);/* disabled checkbox */}[type="radio"]:disabled:not(:checked) + label:before,[type="radio"]:disabled:checked + label:before,[type="checkbox"]:disabled:not(:checked) + label:before,[type="checkbox"]:disabled:checked + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd;}[type="radio"]:disabled:checked + label:after,[type="checkbox"]:disabled:checked + label:after{color:#999;}[type="radio"]:disabled + label,[type="checkbox"]:disabled + label{color:#aaa;}.generator-forms input[type=number],.generator-forms input[type=text],.generator-forms input[type=date],.generator-forms input[type=number],.generator-forms input[type=password],.generator-forms textarea,.generator-forms select{font-size:14px;padding:14px 15px;border-radius:2px;flex:1 1;border:1px solid #dfdfdf;background:#fff 15px center no-repeat;resize:none;}.generator-forms input[type=date]{padding:11px 15px 12px;}.generator-forms input[type=number]:focus,.generator-forms input[type=text]:focus,.generator-forms input[type=date]:focus,.generator-forms input[type=number]:focus,.generator-forms input[type=password]:focus,.generator-forms textarea:focus,.generator-forms select:focus{box-shadow:0px 0px 15px #9acd32;transition:all 0.2s;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;}.generator-forms select{cursor:pointer;outline:none;-webkit-border-radius:0px;-moz-border-radius:0px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-overflow:ellipsis;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAFCAYAAACw/UeDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjFFOTk2QjVFQjE2MTFFNkFGNzlBOTZDNDA3NzdCNEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjFFOTk2QjZFQjE2MTFFNkFGNzlBOTZDNDA3NzdCNEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMUU5OTZCM0VCMTYxMUU2QUY3OUE5NkM0MDc3N0I0RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMUU5OTZCNEVCMTYxMUU2QUY3OUE5NkM0MDc3N0I0RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl461yEAAABBSURBVHjaYvz//z8DLsDIyOgKpFwZ8IPdQDN241PARMgAKCZXnihL8BlElAXEWoLNQKItAAEWBuLBbhxsggAgwAB0KhJD4ZppxQAAAABJRU5ErkJggg==) right center no-repeat;background-color:#fafafa;}.generator-forms .file-input input[type=file],.generator-forms .ecnrypted-file-input input[type=file]{display:none;}.generator-forms .file-input input[type=text],.generator-forms .ecnrypted-file-input input[type=text]{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNjEyIDYxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyIDYxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTQ3Mi4zMjIsMjM1LjIxOWMtMS42NTUsMC0zLjMxMiwwLjAzMS00Ljk2OSwwLjA4OWMtOC4xMjctODEuODYxLTc3LjM4OC0xNDYuMDAzLTE2MS4zNTItMTQ2LjAwMw0KCQkJCWMtODMuOTYzLDAtMTUzLjIyNiw2NC4xNDMtMTYxLjM1MiwxNDYuMDA0Yy0xLjY1OS0wLjA2LTMuMzE3LTAuMDg5LTQuOTcyLTAuMDg5QzYyLjY1OSwyMzUuMjE5LDAsMjk3Ljg4LDAsMzc0Ljg5Nw0KCQkJCWMwLDc3LjAyLDYyLjY1OSwxMzkuNjc4LDEzOS42NzgsMTM5LjY3OGM4Ljk2NywwLDE2LjIzNC03LjI2OCwxNi4yMzQtMTYuMjM0YzAtOC45NjUtNy4yNjgtMTYuMjM0LTE2LjIzNC0xNi4yMzQNCgkJCQljLTU5LjExMywwLTEwNy4yMDktNDguMDkzLTEwNy4yMDktMTA3LjIwOXM0OC4wOTYtMTA3LjIwOSwxMDcuMjA5LTEwNy4yMDljNS45MTYsMCwxMS44OTMsMC40OTUsMTcuNzcsMS40NzINCgkJCQljNC43NDUsMC43ODksOS41OTctMC41NjgsMTMuMjQ1LTMuNzA0YzMuNjQ3LTMuMTM2LDUuNzE3LTcuNzI5LDUuNjUtMTIuNTRsLTAuMDA5LTAuNTg2Yy0wLjAwNS0wLjI5Mi0wLjAxMS0wLjU4NC0wLjAxMS0wLjg3OA0KCQkJCWMwLTcxLjUwNCw1OC4xNzMtMTI5LjY3OSwxMjkuNjgtMTI5LjY3OWM3MS41MDYsMCwxMjkuNjc5LDU4LjE3NSwxMjkuNjc5LDEyOS42NzljMCwwLjI3Ni0wLjAwNSwwLjU1MS0wLjAwOSwwLjgyNWwtMC4wMDksMC42NzUNCgkJCQljLTAuMDU4LDQuODA1LDIuMDE4LDkuMzg4LDUuNjY2LDEyLjUxNWMzLjY0OSwzLjEyNiw4LjQ4OSw0LjQ3OSwxMy4yMzUsMy42ODljNS44NTgtMC45NzUsMTEuODMyLTEuNDcxLDE3Ljc1OS0xLjQ3MQ0KCQkJCWM1OS4xMTYsMCwxMDcuMjA5LDQ4LjA5NCwxMDcuMjA5LDEwNy4yMDljMCw1OS4xMTUtNDguMDkzLDEwNy4yMDktMTA3LjIwOSwxMDcuMjA5Yy04Ljk2NSwwLTE2LjIzNCw3LjI2OS0xNi4yMzQsMTYuMjM0DQoJCQkJYzAsOC45NjcsNy4yNjksMTYuMjM0LDE2LjIzNCwxNi4yMzRjNzcuMDIsMCwxMzkuNjc4LTYyLjY1OCwxMzkuNjc4LTEzOS42NzhDNjEyLDI5Ny44OCw1NDkuMzQyLDIzNS4yMTksNDcyLjMyMiwyMzUuMjE5eiIvPg0KCQkJPHBhdGggZD0iTTIyOC40NzYsMjQ1LjY4OWMwLTM4LjQ4OSwzMS4zMTItNjkuODAyLDY5LjgwMi02OS44MDJjOC45NjcsMCwxNi4yMzQtNy4yNjgsMTYuMjM0LTE2LjIzNA0KCQkJCWMwLTguOTY1LTcuMjY4LTE2LjIzNC0xNi4yMzQtMTYuMjM0Yy01Ni4zOTMsMC0xMDIuMjcxLDQ1Ljg3OC0xMDIuMjcxLDEwMi4yNzFjMCw4Ljk2Nyw3LjI2OCwxNi4yMzQsMTYuMjM0LDE2LjIzNA0KCQkJCUMyMjEuMjA3LDI2MS45MjQsMjI4LjQ3NiwyNTQuNjU2LDIyOC40NzYsMjQ1LjY4OXoiLz4NCgkJCTxwYXRoIGQ9Ik00NDUuNTM3LDQyNi42MmwtMTI5Ljk0MS05NS4yMDljLTUuNzEyLTQuMTg2LTEzLjQ3OS00LjE4Ni0xOS4xOSwwbC0xMzAuNTM1LDk1LjY0NA0KCQkJCWMtNS42NjQsNC4xNDktOC4wMiwxMS40Ny01LjgzNSwxOC4xNDNjMi4xODQsNi42NzQsOC40MDksMTEuMTg3LDE1LjQzMSwxMS4xODdoNDYuOTYydjUwLjA3NQ0KCQkJCWMwLDguOTY3LDcuMjY5LDE2LjIzNCwxNi4yMzQsMTYuMjM0aDEzNC42NzZjOC45NjcsMCwxNi4yMzQtNy4yNjgsMTYuMjM0LTE2LjIzNHYtNTAuMDc1aDQ2Ljk2NWMwLjAwOCwwLDAuMDE4LDAsMC4wMjcsMA0KCQkJCWM4Ljk2NSwwLDE2LjIzNC03LjI2OCwxNi4yMzQtMTYuMjM0QzQ1Mi43OTcsNDM0LjUwMiw0NDkuOTE0LDQyOS41MjcsNDQ1LjUzNyw0MjYuNjJ6IE0zNzMuMzM4LDQyMy45MTYNCgkJCQljLTguOTY1LDAtMTYuMjM0LDcuMjY5LTE2LjIzNCwxNi4yMzR2NTAuMDc1SDI1NC44OTZWNDQwLjE1YzAtOC45NjUtNy4yNjgtMTYuMjM0LTE2LjIzNC0xNi4yMzRIMjI1LjA5bDgwLjkxMi01OS4yODMNCgkJCQlsODAuOTExLDU5LjI4M0gzNzMuMzM4eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);background-position:99% center;background-color:transparent;background-size:auto 60%;cursor:pointer;}.generator-forms .file-input.loading,.generator-forms .ecnrypted-file-input.loading{background:url(data:image/svg+xml;base64,PHN2ZyANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogICAgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4Ig0KICAgIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4NCiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiByPSIzMCIgc3Ryb2tlPSIjNGQ2OTVkIiBzdHJva2Utd2lkdGg9IjEwIj48L2NpcmNsZT4NCiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiByPSIzMCIgc3Ryb2tlPSIjZDJkMmNiIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiB0cmFuc2Zvcm09InJvdGF0ZSgzMDUuNzU3IDUwIDUwKSI+DQogICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzcyMCA1MCA1MCIga2V5VGltZXM9IjA7MC41OzEiIGR1cj0iMXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIxOC44NDk1NTU5MjE1Mzg3NiAxNjkuNjQ2MDAzMjkzODQ4ODI7OTQuMjQ3Nzc5NjA3NjkzOCA5NC4yNDc3Nzk2MDc2OTM3NzsxOC44NDk1NTU5MjE1Mzg3NiAxNjkuNjQ2MDAzMjkzODQ4ODIiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjEiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4NCiAgICA8L2NpcmNsZT4NCjwvc3ZnPg==) left top no-repeat;background-size:contain;}.generator-forms .file-input.loading input[type=text],.generator-forms .ecnrypted-file-input.loading input[type=text]{padding-left:50px;}.generator-forms .form-field{position:relative;display:flex;flex-wrap:nowrap;align-items:center;justify-content:stretch;}.generator-forms .form-field.hasicon > *{padding-left:50px;}.generator-forms .form-field:after{position:absolute;right:20px;}.generator-forms .form-field-title{font-size:16px;color:#414a54;padding-bottom:10px;}.generator-forms .field-container{padding-bottom:20px;}.generator-forms .form-field.error-field{color:#fff;font-size:14px;width:100%;padding:5px 10px;background:#f00;}.generator-forms .check-input label{padding-left:43px;color:#9a9a9a;width:90%;padding-right:20px;}.generator-forms ::-webkit-input-placeholder{color:#9a9a9a;}.generator-forms ::-moz-placeholder{color:#9a9a9a;}.generator-forms :-ms-input-placeholder{color:#9a9a9a;}.generator-forms :-moz-placeholder{color:#9a9a9a;}.generator-forms .buttons-container{display:flex;align-items:center;justify-content:space-between;}.generator-forms .button-input button,.generator-forms .button-input input{width:100%;}.button,.generator-forms .button-input input[type=submit],.generator-forms .button-input input[type=reset],.generator-forms .button-input input[type=button],.generator-forms .button-input button{color:#fff;font-size:14px;line-height:14px;padding:9px 20px 10px;border:0px;background:transparent;cursor:pointer;border-radius:2px;}.button:hover,.generator-forms .button-input input[type=submit]:hover,.generator-forms .button-input input[type=reset]:hover,.generator-forms .button-input input[type=button]:hover,.generator-forms .button-input button:hover{/*margin-top: 0px;
    margin-bottom: 3px;*/box-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);transition:all 0.2s;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;}.button:disabled,.generator-forms .button-input input[type=submit]:disabled,.generator-forms .button-input input[type=reset]:disabled,.generator-forms .button-input input[type=button]:disabled,.generator-forms .button-input button:hover,.button:disabled:hover,.generator-forms .button-input input[type=submit]:disabled:hover,.generator-forms .button-input input[type=reset]:disabled:hover,.generator-forms .button-input input[type=button]:disabled:hover,.generator-forms .button-input button:hover{box-shadow:0px 0px 0px rgba(0, 0, 0, 0.5);margin:0px;color: !important;background: !important;cursor:default;}.button:active,.generator-forms .button-input input[type=submit]:active,.generator-forms .button-input input[type=reset]:active,.generator-forms .button-input input[type=button]:active,.generator-forms .button-input button:hover{/*margin-top: 0px;
    margin-bottom: 2px;*/box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);transition:all 0.2s;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;}.button.small,.generator-forms .button-input input[type=submit].small,.generator-forms .button-input input[type=reset].small,.generator-forms .button-input input[type=button].small,.generator-forms .button-input button.small{font-size:12px;line-height:12px;padding:7px 10px 6px;text-transform:uppercase;}.button.green:not(:disabled),.generator-forms .button-input .green:not(:disabled){background: !important;color: !important;}.button.blue:not(:disabled),.generator-forms .button-input .blue:not(:disabled){background: !important;color: !important;}.button.grey:not(:disabled),.generator-forms .button-input .grey:not(:disabled){background: !important;color: !important;}.button.aslink:not(:disabled),.generator-forms .button-input .aslink:not(:disabled){background:transparent !important;border:0px;color:#000 !important;text-decoration:underline;padding:0px 0px;}.button.aslink:not(:disabled):active,.generator-forms .button-input .aslink:not(:disabled):active,.button.aslink:not(:disabled):hover,.generator-forms .button-input .aslink:not(:disabled):hover{box-shadow:none;text-decoration:none;}.button.aslink:not(:disabled):active,.generator-forms .button-input .aslink:not(:disabled):active{color:#f00 !important;}.button.white:not(:disabled),.generator-forms .button-input .white:not(:disabled){background:#fff !important;color:#414a54;border:1px solid #007ec2;}.button.remove{border:0px !important;background:transparent !important;box-shadow:none !important;margin:0px !important;}.generator-forms .field-container.error input,.generator-forms .field-container.error textarea,.generator-forms .field-container.error select{border:1px solid #f00;}.generator-forms .error .form-field-message{color:#f00;line-height:14px;font-size:14px;padding-top:10px;}.faq-list{padding:16px;border-bottom:1px solid rgba(205, 214, 218, 0.25);user-select:none;cursor:pointer;}.faq-list strong{display:block;position:relative;}.faq-list strong:after{content:'';width:13px;height:13px;display:inline-block;position:absolute;right:0px;background:url(/project/web/res/img/faq-arrow.svg);transition:all 0.2s;}.faq-list p{display:none;}.faq-list.opened p{display:block;}.faq-list.opened strong:after{transition:all 0.2s;transform:rotate(45deg);}.news-item{user-select:none;padding-top:50px;padding-bottom:50px;}.news-item:not(:first-of-type){border-top:5px solid #c0c0c0;}.news-item > div{margin:0 auto;max-width:800px;}.news-item h1{padding-bottom:20px;border-bottom:1px solid #f2f2f2;font-size:48px;}@media only screen and (max-width:600px){.news-item h1{font-size:32px;}}.news-item .shares{padding-bottom:20px;}.news-item .date{display:block;text-align:left;padding-bottom:50px;}.news-item > div > figure{position:relative;margin:0px;padding:0px 0px 20px 0px;}.news-item > div > figure img{width:100%;flex:0 0 100%;}.news-item > div > figure img:only-child{max-width:100%;width:auto;flex:0 0 auto;}.news-item > div > figure iframe,.news-item > div > figure video{width:100%;height:450px;flex:0 0 100%;}.news-item > div > figure div{display:flex;align-items:center;overflow:hidden;}.news-item > div > figure figcaption{font-size:12px;padding-top:10px;font-weight:bold;}.news-item > div > figure > a{position:absolute;font-size:72px;line-height:72px;color:rgba(255, 255, 255, .6);text-decoration:none;font-family:monospace;top:50%;margin-top:-70px;padding:20px;text-shadow:0px 0px 5px rgba(0, 0, 0, .3);}.news-item > div > figure > a.r{right:0px;}.news-item .news-body{position:relative;}.news-item .news-body p,.news-item .news-body table{padding:0px 0px 20px 0px;font-size:16px;line-height:130%;}.news-item .news-body p:empty,.news-item .news-body table:empty{display:none;}@media only screen and (max-width:550px){.news-item .news-body p,.news-item .news-body table{font-size:22px;line-height:150%;}}.news-item .news-body a{color:blue !important;}.news-item .news-body a:hover{text-decoration:none;}.news-item .news-body a:active{color:red;}.news-item .news-body table tr td{padding:10px;vertical-align:top;}.news-item .news-body span{font-size:16px;line-height:130%;}@media only screen and (max-width:550px){.news-item .news-body span{font-size:22px;line-height:150%;}}.news-item .news-body ul{list-style:disc;}.news-item .news-body ol{list-style:decimal;}.news-item .news-body ul,.news-item .news-body ol{font-size:16px;line-height:130%;}@media only screen and (max-width:550px){.news-item .news-body ul,.news-item .news-body ol{font-size:22px;line-height:150%;}}.news-item .news-body ul li,.news-item .news-body ol li{margin-left:20px;padding-bottom:20px;}.news-item .news-body h1,.news-item .news-body h2,.news-item .news-body h3,.news-item .news-body h4,.news-item .news-body h5{padding:0px 0px 20px 0px;}.news-item .news-body table{margin:0px 0px 20px 0px;}.news-item .news-body img{max-width:100% !important;height:auto !important;}.news-item .news-body table tr td img{min-width:120px;}.news-item .news-body figure{margin:0px;padding:0px 0px 20px 0px;}.news-item .news-body .banner{width:100%;height:280px;margin:20px 0px 20px 0px;}.news-item .news-body iframe,.news-item .news-body video{width:100%;height:450px;flex:0 0 100%;}.news-item .news-tags{margin-top:20px;padding-top:40px;border-top:1px solid #f2f2f2;}.news-item .news-tags a{font-size:12px;}@media only screen and (max-width:550px){.news-item .news-tags a{font-size:16px;}}.news-item .preview{display:none;padding:20px;border:1px solid #c0c0c0;background:#fff;margin-top:10px;position:absolute;box-shadow:10px 10px 10px rgba(0, 0, 0, .3);max-width:800px;width:100%;text-align:left;}.news-item .preview .preview-title{font-weight:bold;font-size:18px;padding-bottom:20px;}.news-item .preview .preview-info{display:flex;align-items:flex-start;justify-content:stretch;}.news-item .preview .preview-info .preview-image{flex:0 0 150px;padding-right:20px;}.news-item .preview .preview-info .preview-image img{max-width:150px;}.news-item a:hover + .preview{display:block;z-index:9000;}.news-list{width:100%;overflow:hidden;background:white;color:black;position:relative;}.news-list.news-fullsize{grid-column:span 2;}@media only screen and (max-width:600px){.news-list.news-fullsize{grid-column:1;}}.news-list.news-pad{padding:20px;}.news-list .video{width:100%;height:100%;position:relative;overflow:hidden;}.news-list .video video,.news-list .video iframe{z-index:0;position:absolute;width:100%;}.news-list .video .description{position:absolute;z-index:1;top:0px;width:100%;}@media only screen and (max-width:550px){.news-list .video .description{padding-top:50%;}}.news-list .image{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:top center;}@media only screen and (max-width:550px){.news-list .image .description{padding-top:50%;}}.news-list .description{padding:20px;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;user-select:none;background:linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);}.news-list .description a{color:black;font-weight:bold;font-size:24px;display:block;}.news-list .description span{display:block;padding-top:10px;}.news-list .description .em{font-style:normal;font-size:16px;display:block;padding:10px 0px;}.news-list .description .em p,.news-list .description .em ul,.news-list .description .em table,.news-list .description .em ol{padding:0px 0px 15px 0px;}.news-list .description .em p tr td,.news-list .description .em ul tr td,.news-list .description .em table tr td,.news-list .description .em ol tr td{padding-right:20px;font-style:normal;font-size:16px;}.news-list .description .em ul{list-style:disc;margin-left:25px;}.news-list .description .em ul li{padding-bottom:5px;}.news-list .description .em ol{list-style:decimal;margin-left:25px;}.news-list .description .em ol li{padding-bottom:5px;}.news-list .description .em p:empty{display:none;}@media only screen and (max-width:600px){.news-list .description .em img{max-width:100%;height:auto;}.news-list .description .em table{display:block;width:100% !important;}.news-list .description .em table tr{display:block;width:100% !important;}.news-list .description .em table tr td{display:block;width:100% !important;}}.newsarchive-item{user-select:none;padding-top:50px;padding-bottom:50px;}.newsarchive-item:not(:first-of-type){border-top:5px solid #c0c0c0;}.newsarchive-item > div{margin:0 auto;max-width:800px;}.newsarchive-item h1{margin-bottom:50px;padding-bottom:50px;border-bottom:1px solid #f2f2f2;font-size:48px;}@media only screen and (max-width:550px){.newsarchive-item h1{font-size:32px;}}.newsarchive-item .shares{padding-bottom:20px;}.newsarchive-item .description .date{display:block;text-align:right;}.newsarchive-item .description .source{display:block;text-align:right;}.newsarchive-item .description p{font-size:18px;font-weight:bold;padding:20px 0px;}@media only screen and (max-width:550px){.newsarchive-item .description p{font-size:24px;font-weight:normal;}}.newsarchive-item > div > figure{position:relative;margin:0px;padding:0px 0px 20px 0px;}.newsarchive-item > div > figure img{width:100%;flex:0 0 100%;}.newsarchive-item > div > figure img:only-child{max-width:100%;width:auto;flex:0 0 auto;}.newsarchive-item > div > figure iframe,.newsarchive-item > div > figure video{width:100%;height:450px;flex:0 0 100%;}.newsarchive-item > div > figure div{display:flex;align-items:center;overflow:hidden;}.newsarchive-item > div > figure figcaption{font-size:12px;padding-top:10px;font-weight:bold;}.newsarchive-item > div > figure > a{position:absolute;font-size:72px;line-height:72px;color:rgba(255, 255, 255, .6);text-decoration:none;font-family:monospace;top:50%;margin-top:-70px;padding:20px;text-shadow:0px 0px 5px rgba(0, 0, 0, .3);}.newsarchive-item > div > figure > a.r{right:0px;}.newsarchive-item mark{color:inherit;background:inherit;}.newsarchive-item .news-body p{padding:0px 0px 20px 0px;font-size:16px;line-height:130%;}.newsarchive-item .news-body p:empty{display:none;}@media only screen and (max-width:550px){.newsarchive-item .news-body p{font-size:22px;line-height:150%;}}.newsarchive-item .news-body span{font-size:16px;line-height:130%;}@media only screen and (max-width:550px){.newsarchive-item .news-body span{font-size:22px;line-height:150%;}}.newsarchive-item .news-body *{color:#000 !important;}.newsarchive-item .news-body ul{list-style:disc;}.newsarchive-item .news-body ol{list-style:decimal;}.newsarchive-item .news-body ul,.newsarchive-item .news-body ol{font-size:16px;line-height:130%;}@media only screen and (max-width:550px){.newsarchive-item .news-body ul,.newsarchive-item .news-body ol{font-size:22px;line-height:150%;}}.newsarchive-item .news-body ul li,.newsarchive-item .news-body ol li{margin-left:20px;padding-bottom:20px;}.newsarchive-item .news-body h1,.newsarchive-item .news-body h2,.newsarchive-item .news-body h3,.newsarchive-item .news-body h4,.newsarchive-item .news-body h5{padding:0px 0px 20px 0px;}.newsarchive-item .news-body table{margin:0px 0px 20px 0px;}.newsarchive-item .news-body img{max-width:100% !important;height:auto !important;}.newsarchive-item .news-body figure{margin:0px;padding:0px 0px 20px 0px;}.newsarchive-item .news-body .banner{width:100%;margin:20px 0px 20px 0px;}.newsarchive-item .news-body iframe,.newsarchive-item .news-body video{width:100%;height:450px;flex:0 0 100%;}.newsarchive-item .news-tags{margin-top:20px;padding-top:40px;border-top:1px solid #f2f2f2;}.newsarchive-item .news-tags a{font-size:12px;}@media only screen and (max-width:550px){.newsarchive-item .news-tags a{font-size:16px;}}.newsarchive-item .preview{display:none;padding:20px;border:1px solid #c0c0c0;background:#fff;margin-top:10px;position:absolute;box-shadow:10px 10px 10px rgba(0, 0, 0, .3);max-width:800px;width:100%;text-align:left;}.newsarchive-item .preview .preview-title{font-weight:bold;font-size:18px;padding-bottom:20px;}.newsarchive-item .preview .preview-info{display:flex;align-items:flex-start;justify-content:stretch;}.newsarchive-item .preview .preview-info .preview-image{flex:0 0 150px;padding-right:20px;}.newsarchive-item .preview .preview-info .preview-image img{max-width:150px;}.newsarchive-item a:hover + .preview{display:block;z-index:9000;}.text-item{user-select:none;padding-top:50px;padding-bottom:50px;}.text-item > div{margin:0 auto;max-width:800px;}.text-item h1{margin-bottom:50px;padding-bottom:50px;border-bottom:1px solid #f2f2f2;font-size:48px;}@media only screen and (max-width:550px){.text-item h1{font-size:32px;}}.text-item .text-body p{padding:0px 0px 20px 0px;font-size:16px;line-height:130%;}.text-item .text-body p:empty{display:none;}@media only screen and (max-width:550px){.text-item .text-body p{font-size:22px;line-height:150%;}}.text-item .text-body span{font-size:16px;line-height:130%;}@media only screen and (max-width:550px){.text-item .text-body span{font-size:22px;line-height:150%;}}.text-item .text-body *{color:#000 !important;}.text-item .text-body ul{list-style:disc;}.text-item .text-body ol{list-style:decimal;}.text-item .text-body ul,.text-item .text-body ol{font-size:16px;line-height:130%;}@media only screen and (max-width:550px){.text-item .text-body ul,.text-item .text-body ol{font-size:22px;line-height:150%;}}.text-item .text-body ul li,.text-item .text-body ol li{margin-left:20px;padding-bottom:20px;}.text-item .text-body h1,.text-item .text-body h2,.text-item .text-body h3,.text-item .text-body h4,.text-item .text-body h5{padding:0px 0px 20px 0px;}.text-item .text-body table{margin:0px 0px 20px 0px;}.text-item .text-body img{max-width:100% !important;height:auto !important;}.text-item .text-body figure{margin:0px;padding:0px 0px 20px 0px;}.text-item .text-body .banner{width:100%;margin:20px 0px 20px 0px;}