.block_sveden {
    font-family: 'Open Sans', Tahoma!important;
    font-size: 14px!important
}

.sveden_block_top {
    background: #d6e2ff;
    padding: 10px 15px;
    color: #000
}

.sveden_block_top_a a {
    display: block;
    background: #21667a;
    padding: 10px;
    text-decoration: none;
    color: #fff!important;
    text-align: center;
    margin: -10px -15px;
    margin-top: 10px
}

.sveden_block_top_a a:hover {
    background: #0081a7
}

.sveden_title {
    color: #000;
    margin: 10px 0;
    font-weight: 700;
    font-size: 18px
}

.sveden_procent {
    background: #d4d4d4;
    width: 100%;
    height: 30px;
    word-wrap: initial!important
}

.sveden_procent div {
    background: #479c47;
    height: 30px;
    color: #fff;
    font-size: 20px;
    text-align: right
}

.sveden_procent div span {
    padding: 10px;
    line-height: 28px
}

.sveden_block_category {
    margin-top: 15px;
    background: #f7f7f7
}

.sveden_block_category_title {
    color: #fff;
    padding: 10px;
    font-size: 16px
}

.sveden_block_category_info {
    color: #000;
    padding: 15px
}

.sveden_block_category_info i {
    font-size: 17px;
    margin-right: 6px
}

#sveden_danger {
    color: #9c4747
}

#sveden_success {
    color: #479c47
}

.admin_top_two {
    background: #131313;
    padding: 10px;
    color: #fff!important;
    font-family: 'Open Sans', Tahoma!important;
    font-size: 13px;
    line-height: 25px;
    min-height: 25px
}

.admin_top_two a {
    color: #fff!important
}

.admin_sveden_name {
    float: left;
    font-size: 13px;
    line-height: 25px
}

.admin_sveden_progress {
    width: 150px;
    background: #3a543f;
    /* float: left; */
    margin-left: 10px;
    word-wrap: initial!important
}

.admin_sveden_progress_procent {
    background: #479c47;
    padding: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    word-wrap: initial!important
}

.admin_sveden_open {
    margin-left: 10px;
    color: #fff;
    background: #3b4650;
    padding: 3px 9px;
    padding-bottom: 4px
}

.add_new_block {
    font-family: Tahoma!important;
    border: 2px dotted #13a4d8;
    border-radius: 9px;
    padding: 20px;
    text-align: center;
    margin: 12px;
    font-size: 16px;
    color: #005e80;
    background: #def1f8;
    font-weight: 700
}

.add_new_block:hover {
    cursor: pointer;
    background: #91e1ff
}

.add_new_block span {
    display: block;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 12px
}

.mark {
    font-weight: 400!important
}

input[type=text],
textarea {
    outline: 0!important
}

.admin_py {
    background: #38a3fd;
    font-family: Tahoma, Geneva, Verdana, sans-serif!important;
    height: 18px;
    position: relative;
    top: 0;
    z-index: 9991!important;
    width: 100%
}

.admin_py_text {
    background: #38a3fd;
    color: #fff;
    font-size: 14px!important;
    font-family: Tahoma!important;
    width: 250px;
    text-align: center;
    top: 0;
    z-index: 9992!important;
    left: calc(50% - 132px);
    border-radius: 18px;
    padding: 7px;
    cursor: pointer;
    position: absolute;
}

.admin_py_text:hover {
    background: #298bde
}

.admin_py_text:hover+.admin_py {
    background: #298bde
}

.admin_menu_top {
    position: fixed;
    top: -400px;
    border-bottom: 0;
    z-index: 9993!important;
    font: 14px Tahoma!important;
    color: #000!important;
    background: #fff;
    width: 100%;
    height: 430px;
}

.admin_py_bg {
    display: none;
    background: rgba(0, 0, 0, .23);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9990!important
}

.admin_grid_panel {
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    justify-items: left;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.admin_grid_panel li {
    width: 100%;
}

.admin_grid_panel_title {
    font-weight: bold;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    z-index: 3;
    position: relative;
}

.admin_grid_panel_title i {
    display: none;
    font-size: 22px;
    background: #38a3fd;
    color: #fff;
    padding: 13px 15px;
    border-radius: 22px 0px 0px 0px;
    float: left;
    margin-right: 10px;
}

.admin_grid_panel_sub_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
}

.admin_grid_panel_sub_nav li a {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

.admin_grid_panel_sub_nav li a i {
    color: #38a3fd;
    padding-right: 8px;
}

.admin_grid_panel_sub_nav li a:hover {
    color: #0069c1;
    text-decoration: underline;
    margin-left: -15px;
}


/* nav */

.nav {
    list-style: none!important;
    background: #333!important;
    width: 100%!important;
    height: 44px!important;
    font: 12px/20px 'Arial'!important;
    margin: 0!important;
    padding: 0!important;
    z-index: 9991!important;
    top: 0!important;
}

.nav li {
    float: left!important;
    position: relative!important;
    background: #333!important;
    padding: 0!important;
}


/* блоки ссылок */

.nav li a {
    display: block!important;
    text-decoration: none!important;
    color: #fff!important;
    padding: 12px!important;
    font-family: 'Open Sans', Tahoma !important;
    font-weight: 400 !important;
    font-size: 13px!important;
    border: none!important;
}


/* выпадающее меню */

.sub-nav {
    position: absolute!important;
    border-top: 15px solid transparent!important;
    left: -9999px!important;
    list-style: none!important;
    padding: 0!important;
    z-index: 10000!important;
    margin: 0!important;
}


/* make submenu reappear */

.nav li:hover .sub-nav {
    left: 0!important;
}


/* triangle */

.triangle {
    width: 0!important;
    height: 0!important;
    border-left: 10px solid transparent!important;
    border-right: 10px solid transparent!important;
    border-bottom: 10px solid #333!important;
    position: absolute!important;
    margin-top: 5px!important;
    z-index: 10000!important;
    left: -9999px!important;
}


/* reappear */

.nav li:hover .triangle {
    left: 15px!important;
}


/* prevent multi line links */

.sub-nav li {
    white-space: nowrap!important;
}


/* закругленные края */

.sub-nav>li:first-of-type {
    border-radius: 5px 5px 0 0!important;
}

.sub-nav>li:last-of-type {
    border-radius: 0 0 5px 5px!important;
}


/* верхний уровень при наведении */

.nav>li:hover>a {
    background: #09f!important;
    transition: background ease .5s!important;
}


/* ссылки подменю */

.sub-nav a {
    font-size: 90%!important;
    margin: 3px!important;
    transition: background ease .3s!important;
    width: 220px!important;
}

.sub-nav a:hover {
    background: #09f!important;
}

.y212d_poll_title {
    font-size: 14px;
    font-family: Tahoma;
    display: block;
    margin-bottom: -11px
}

.y212d_poll_answer label {
    margin-left: 7px
}

.y212d_poll_answer {
    margin-bottom: 7px
}

.y212d_answer {
    font-family: Tahoma;
    font-size: 13px
}

.y212d_answer_line {
    background-color: green;
    height: 6px;
    margin-top: 7px;
    margin-bottom: 5px
}

.y212d_answer_all {
    font-size: 13px;
    font-family: Tahoma;
    text-align: center
}

.search {
    margin: 3px 8px 0 0!important;
    float: right;
    border: solid 1px #555
}

.search_field {
    width: 160px;
    height: 20px;
    padding: 6px 4px;
    float: left;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    background: #333;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.search_field:focus {
    color: #999
}

.button {
    width: 28px;
    height: 28px;
    float: left;
    background: #333
}

.block_paster {
    background-color: #43a025!important;
    padding: 8px 15px!important;
    font-size: 14px!important;
    color: #fff!important;
    font-family: 'Open Sans', sans-serif!important;
    border: none!important
}

.block_paster:hover {
    background: #505050!important;
    cursor: pointer!important
}

.box_message_close {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #666;
    background: #ebebeb;
    padding: 16px;
    text-align: center;
    margin: 6px
}

.box_message_close:hover {
    cursor: pointer;
    background: #dfdfdf
}

.box_message_alert_background {
    background: #333;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-filter: &quot;
    progid: DXImageTransform.Microsoft.Alpha(Opacity=50) &quot;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
    -webkit-transition: opacity .3s ease, background .3s ease;
    -moz-transition: opacity .3s ease, background .3s ease;
    -o-transition: opacity .3s ease, background .3s ease;
    -ms-transition: opacity .3s ease, background .3s ease;
    transition: opacity .3s ease, background .3s ease;
    z-index: 9993;
}

.box_message_alert {
    position: fixed;
    display: none;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .25);
    width: 800px;
    left: 240px;
    top: 20px;
    z-index: 9993
}

.box_message_alert_content {
    padding: 25px
}

.box_message_alert_content h1 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 30px;
    width: 100%;
    background: #3f475c;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 20px!important;
    color: #fff;
    padding: 17px 26px;
    font-family: Tahoma;
    font-weight: 400
}

.box_message_alert_content p {
    margin: 10px 0;
    color: #555;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.box_message_alert_content textarea {
    background: #e6e6e6;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 100%;
    resize: none;
    height: 60px
}

.box_message_alert_content input {
    color: #000!important;
    background: #e6e6e6!important;
    border: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 10px!important;
    font-size: 19px!important;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 300!important;
    width: 100%!important
}

.box_message_alert_content .file {
    line-height: 26px;
    color: #000;
    background: #e6e6e6;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box
}

.box_message_alert_content select {
    background: #e6e6e6;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 100%
}

#box_message_alert_close {
    float: right;
    color: #fff;
    font-size: 25px;
    margin-top: -10px;
    margin-right: -5px
}

#box_message_alert_close:hover {
    cursor: pointer
}

.file:hover {
    cursor: pointer;
    background: #b5eca3
}

.next_button {
    width: 100%;
    background: #287d8d;
    display: block;
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none!important;
    padding: 17px 0;
    margin-top: 11px
}

.next_button:hover {
    color: #fff;
    background: #298f3d;
    text-decoration: none;
    cursor: pointer
}

.web_alert {
    display: none;
    font-size: 14px!important;
    font-weight: 700!important;
    font-family: Tahoma!important;
    z-index: 999999;
    position: fixed;
    color: #fff;
    background: #189c18;
    padding: 15px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    top: 0;
    left: 0
}

.web_alert.error {
    background: #570900 !important;
}

.web_alert.info {
    background: #FF43CA !important;
}

.web_alert.show_alert {
    display: block !important;
}

.webwar {
    background: #efaa46
}

.webinfo {
    background: #5c97c8
}

.webwell {
    background: #189c18
}

.weberr {
    background: #c74848
}

.photo_a,
.photo_a:hover {
    text-decoration: none
}

.photo_main {
    width: 256px;
    height: 183px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.photo_img {
    vertical-align: top;
    max-width: 256px;
    overflow: hidden;
    height: 168px
}

.photo_img_img {
    vertical-align: top;
    min-width: 256px
}

.photo_name {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    width: 238px;
    text-align: left;
    padding: 9px;
    margin-top: -50px;
    overflow: hidden;
    height: 21px;
    line-height: 24px
}

.photo_main_photo {
    width: 126px;
    height: 87px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.photo_img_photo {
    vertical-align: top;
    max-width: 126px;
    overflow: hidden;
    height: 84px
}

.photo_img_img_photo {
    vertical-align: top
}

#photo_delete {
    position: absolute!important;
    margin-left: 0!important;
    background: #fff!important
}

.text-controls {
    margin-top: -40px!important
}

.forum {
    width: 100%;
    margin-bottom: 10px
}

.forum tr td {
    vertical-align: top;
    font-size: 13px
}

.forum_forum img {
    width: 45px;
    float: left;
    margin-right: 5px
}

.forum_title td {
    background: #008ac7;
    padding: 9px;
    border: 1px solid #008ac7
}

.forum_title td a {
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.forum_description td {
    background: #f7f7f7;
    padding: 6px;
    color: #9e9d9d;
    font-size: 13px
}

.forum_description td:first-child {
    width: 540px
}

.forum_forum td {
    padding: 6px
}

.forum_forum td a:first-child {
    font-size: 14px;
    text-decoration: none
}

.forum_forum td span {
    color: #b3b3b3;
    font-size: 13px
}

.forum_post td {
    padding: 6px
}

.forum_post img {
    max-width: 730px
}

.forum_description a {
    text-decoration: none
}

.forum_description td,
.forum_forum td,
.forum_post td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.forum_description td:first-child,
.forum_forum td:first-child,
.forum_post td:first-child {
    border-left: 1px solid #ccc
}

.forum_sidebar {
    padding: 7px 0
}

.forum_sidebar a {
    font-size: 12px;
    text-decoration: none;
    padding: 5px
}

#answer {
    margin-top: -11px
}

#answer .forum_title td {
    border-radius: 0
}

.forum_avatar {
    border-radius: 50%;
    background-size: cover;
    border: 6px solid rgba(204, 204, 204, .16);
    height: 100px;
    width: 100px;
    margin-bottom: 5px
}

a[id*="_moder"] {
    margin: 0 2px
}

a[id*="_moder"]:hover,
img[id*="_moder"]:hover {
    cursor: pointer
}

.ui-state-default a {
    margin-top: 7px;
    margin-right: 12px
}

#sortable {
    list-style: none;
    margin: 0;
    padding: 0
}

#sortable li {
    margin-bottom: 5px;
    cursor: move;
    line-height: 26px;
    color: #000;
    background: #e6e6e6;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

#sortable li span {
    float: right;
    margin-right: -5px
}

.ftp_file {
    float: left;
    background: #f5f5f5;
    padding: 10px;
    margin-right: 10px;
    width: 140px;
    height: 106px;
    margin-bottom: 10px;
    text-align: center
}

.ftp_file_doc {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px
}

.ftp_file a {
    font-family: 'Open Sans', Tahoma;
    font-weight: 400;
    font-size: 13px
}

.ftp_file:hover {
    background: #ebe9e9
}

.ftp_file img {
    max-width: 140px;
    min-height: 90px;
    max-height: 90px
}

.ftp_menu {
    width: 200px;
    float: left
}

.ftp_menu_link {
    display: block;
    font-size: 15px;
    font-family: 'Open sans';
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #dadada;
    margin-top: -1px
}

.ftp_body {
    margin-left: 220px
}

.filing {
    background: #dfd;
    width: 746px;
    height: 90px;
    position: absolute;
    border-radius: 8px;
    border: 2px dashed #c6f3c6
}

.filing_text {
    font-size: 21px;
    text-align: center;
    line-height: 88px;
    color: rgba(8, 145, 25, .68)
}

.photo_files {
    width: 746px!important;
    height: 90px!important;
    opacity: 0!important;
    cursor: pointer!important
}

.text-controls {
    margin-bottom: 14px!important
}

.coms {
    background: #f7f7f7;
    color: #555;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 11px;
    margin-bottom: 5px
}

.coms span,
.coms span a {
    font-size: 14px;
    font-style: italic;
    color: #ababab
}

.reset_email {
    padding: 5px;
    width: 98%;
    margin: 5px 0
}

.cat_news {
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0
}

.sitemap_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 23px;
    font: 14px Tahoma
}

.sitemap_ul li {
    margin-bottom: 7px
}

.sitemap_ul ul li ul {
    margin-top: 10px
}

.cookie_block {
    position: fixed;
    bottom: 0px;
    color: white;
    background: #1d1d1d;
    z-index: 1000;
    opacity: 0.9;
    left: 0px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font: 13px Tahoma!important;
}

.cookie_block a {
    color: #03a9f5!important;
    text-decoration: underline!important;
}

.cookie_success {
    width: 120px;
    background: #03a9f5;
    color: #fff!important;
    padding: 15px;
    font: 15px Tahoma!important;
    text-decoration: none;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto;
}

.cookie_success:hover {
    cursor: pointer;
    background: #029659;
}
.appeal_welcome {text-align: center;margin: 0 auto;font-size: 14px;font-family: Verdana;}

.appeal_welcome_navigation {margin: 0 auto;width: 530px;margin-top: 20px;}
.appeal_welcome_navigation a {-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;-moz-transition: all 0.5s ease;text-decoration: none; background: #f7f7f7; padding: 15px; display: block; float: left; font-family: verdana; font-size: 14px;}
.appeal_welcome_navigation a:hover {background: #1e73af;color: #fff;}
#appeal_active {background: #1e73af;color: #fff;}

.search_appeal_box,.send_appeal_box,.static_appeal_box,.zakon_appeal_box {display:none;}

.appeal_form_search, .send_appeal_text {font-size: 14px;font-family: Verdana;margin: 10px 0;}
.appeal_form_search input[type="text"]{font-size: 14px; font-family: Tahoma; padding: 10px; width: 100%; margin-top: 10px;}
.appeal_search_button:hover {background:#2687d8;cursor:pointer;}
.appeal_search_button{box-shadow:none;padding: 12px 29px; outline:none; text-decoration:none; font-size: 14px!important;text-shadow:none!important;box-shadow:none!important; font-family: Tahoma!important; background: #4682B4!important; border: 1px solid #2c79b9!important; margin-top: 10px; color: #fff!important; width:auto;}

.add_article_button:hover {background:#2687d8;cursor:pointer;}
.add_article_button{box-shadow:none;padding: 5px 5px; outline:none; text-decoration:none; font-size: 14px!important;text-shadow:none!important;box-shadow:none!important; font-family: Tahoma!important; background: #5193AF !important; border: 1px solid #5BC0DE !important; color: #fff!important; width: auto; display: inline-block; float: right;margin-top: -55px;margin-right: 20px; color: #fff!important; width:auto;}

a.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.send_appeal_form {margin-top:20px;background: #dbe8f2;padding: 20px;}
.send_appeal_form select, .appeal_sogl, .send_appeal_form input[type="text"], .send_appeal_form input[type="email"], .send_appeal_form input[type="password"], .send_appeal_form textarea {border-radius: 0;box-sizing: border-box;border: 1px solid #6197c1;background:#fff;font-size: 14px; font-family: Tahoma; padding: 10px; width: 100%; margin: 10px 0;}
.send_appeal_form textarea {height:100px;resize:vertical;}
.appeal_message {padding: 20px;background: #bb4d4d;margin-top: 15px;color: #fff;}
.imguser {cursor: pointer;}

.pages {
    font-weight: bold;
    font-size: 15px;
}
.pages > b:first-child {
    margin-right: 3px;
}
.pages > b:last-child {
    margin-left: 3px;
}
.pages > a {
    margin: 0 3px;
}

/* Question */
.q_all {margin: 5px;}
.q_all div {padding: 10px;color: #4d5153;font-size: 14px;font-family: Tahoma;}
.q_question {background: #eceef0;}
.q_answer {background: #d5edf9;margin-bottom: 20px;margin-left: 20px;}
.eBlock-right {
    margin-top: -180px;
    margin-left: 286px;
}
.sb-search {
    min-width: 27px;
    height: 27px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    top: 0;
    right: 28px;
    border: none;
    outline: none;
    width: 148px;
    height: 27px;
    margin: 0;
    z-index: 10;
    font-size: 14px;
    border: 1px solid #bf791c;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding-left: 12px;
}

.sb-icon-search,
.sb-search-submit {
    width: 27px;
    height: 27px;
    display: inline;
    position: absolute;
    /* right: 0; */
    /* top: 0; */
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    color: #679199;
}

.sb-icon-search {
    background: url('../images/search-ico.png') no-repeat;
    z-index: 90;
    width: 27px;
    height: 27px;
    margin-left: 5px;
}

.sb-icon-search:hover {
    background: url('../images/search-ico-h.png') no-repeat;
}
.alert {
    margin-bottom: 0px !important;
}
.blink {
    color: red;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
    animation-duration: 2s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
    -webkit-animation-duration: 2s;
}

@keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}

@-webkit-keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}

.step-app > .step-content {
    padding: 10px;
}

.step-app > .step-content > .step-tab-panel {
    display: none;
}

.step-app > .step-content > .step-tab-panel.active {
    display: block;
}
.personal-data-processing-agreement-widget {
    display: none;
    width: 100%;
    background-color: #d4d4d4;
    position: fixed;
    z-index: 2;
    bottom: 0; }
.personal-data-processing-agreement-widget .wrapper {
    max-width: 978px;
    margin: 15px auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.personal-data-processing-agreement-widget .acceptance-text {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 75%;
    margin-left: 15px; }
.personal-data-processing-agreement-widget .acceptance-text a {
    font-weight: bold; }
.personal-data-processing-agreement-widget .acceptance-button {
    border: none;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-right: 15px;
    background: -moz-linear-gradient(top, #00b6fa 0%, #006992 100%);
    background: -webkit-linear-gradient(top, #00b6fa 0%, #006992 100%);
    background: linear-gradient(to bottom, #00b6fa 0%, #006992 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6fa', endColorstr='#006992',GradientType=0 ); }
.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.post-mes .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/img/default.svg") no-repeat;
}
.post-mes .pdf {
    background: url("/img/pdf.svg") no-repeat;
}
.post-mes .word {
    background: url("/img/word.svg") no-repeat;
}
.post-mes .xls {
    background: url("/img/xls.svg") no-repeat;
}
.post-mes .ppt {
    background: url("/img/ppt.svg") no-repeat;
}
.gogetssl {
    width: 140px;
    height: 45px;
    background: url(/img/gogetssl.svg) left bottom no-repeat;
}
.developers {
    display: inline-block;
    margin-top: -80px;
}
.developers .site {
    float: right;
    margin-top: 12px;
}
.developers .link {
    float: right;
    position: absolute;
    left: 130px;
}
.side-content .side-box {background: #EEF5FB}
.side-content .side-box .header {padding: 20px 10px 10px 10px;margin: 0 10px 10px 10px;background: 0;border-bottom: 1px solid #D6DBE1}
.side-content .side-box .header p {font-size: 24px;color: #007AD0}
.side-content .side-box .block-header {background: linear-gradient(#D9F2F9, #9DDCF1);position: relative}
.side-content .side-box .block-header p {color: #174365;font-family: Arial;font-size: 18px;display: block;padding: 15px 15px;margin-bottom: 5px}
.side-content .side-box form .buttons {padding: 0 20px 10px 20px;text-align: right}
.side-content .side-box form .buttons button {line-height: 22px;padding: 4px 23px;cursor: pointer;text-decoration: none;background: #F7FBFE;border: 1px solid #DDDDDD}
.side-content .side-box .quiz .out .in p {padding: 5px;font-size: 12px}
.side-content .side-box .quiz .out .in .list {margin-left: 5px}
.side-content .side-box .quiz .out .in .list .item {font-size: 12px}
.side-content .side-box .quiz .out .in .list .item input, .side-content .side-box .quiz .out .in .list .item label {cursor: pointer}
.side-content .side-box .quiz .out .in .list .button {border: 0;padding: 5px 10px;border-radius: 20px;color: #174365;margin: 5px 0;background: #BDBDBD}
.side-content .side-box .quiz .out .in .archive {display: block;text-align: center;border-top: 1px dashed #555555;text-decoration: none}
.side-content .side-box .quiz .out .in .archive .button {border: 0;padding: 5px 10px;border-radius: 20px;color: #174365;margin: 5px 0;background: #BDBDBD}
.side-content .side-box .quiz .out .in .archive {display: block;text-align: center;border-top: 1px dashed #555555;text-decoration: none}
.side-content .side-box .quiz .out .in .archive:hover {background: #D8D8D8;color: #174365}
.side-content .side-box .quiz .img-compare-cpt .buttons {padding: 0}
.side-content .side-box .quiz .img-compare-cpt button {width: 100px;line-height: 16px;padding: 0;text-transform: lowercase;border: 1px solid #91D3EC;color: #FFFFFF;background: #33A6E9;background: #33A6E9;background: -moz-linear-gradient(top, #33A6E9 0, #1278C0 100%);background: -webkit-linear-gradient(top, #33A6E9 0, #1278C0 100%);background: linear-gradient(to bottom, #33A6E9 0, #1278C0 100%)}
.side-content .side-box .quiz .img-compare-cpt button:hover {border: 1px solid #A7B8C8;background: #7687B5;background: -moz-linear-gradient(top, #7687B5 0, #8D9EC9 100%);background: -webkit-linear-gradient(top, #7687B5 0, #8D9EC9 100%);background: linear-gradient(to bottom, #7687B5 0, #8D9EC9 100%)}
.side-content .out{border:1px solid #cecfd1}
.side-content .in{position:relative;padding:5px;border:1px solid #fff;background:#f7fbfe}
.calendar .days {text-align: center}
.calendar .days .cell {float: none;display: inline-block;margin-left: 3px}
.calendar .cell {float: left;margin-right: 3px;margin-left: 3px;width: 11%;vertical-align: top}
.calendar .cell.today > .numb {background: #EAF2FA}
.calendar .numb {width: 100%;background: #D9E2F2;height: 24px;margin: 1px;padding: 6px 0 8px 4px;position: relative}
.calendar .event {position: absolute;top: 0;left: 0;right: 0;bottom: 0;text-decoration: none;background: #007ED2;padding-right: 2px;padding-top: 8px;color: #174365}
.calendar .list {margin-left: -3px;margin-right: -15px;}
.calendar .list:after {clear: both;}
.calendar .month {position: absolute;top: 5px;right: 20px;font-size: 14px !important;color: #174365;text-decoration: none;opacity: .8}
.calendar .month:hover {opacity: 1}
.calendar-next, .calendar-prev {height: 8px;width: 38px;display: block;position: absolute;bottom: 14px;opacity: .8;border: 0;cursor: pointer;outline: 0}
.calendar-next:hover, .calendar-prev:hover {opacity: 1}
.calendar-prev {right: 65px;background: url(/img/icons.png) 181px 17%}
.calendar-next {right: 15px;background: url(/img/icons.png) 143px 17%}
.clear {display: block;height: 0;width: 100% !important;margin: 0;padding: 0;clear: both;line-height: 0;font-size: 0}