@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&subset=latin-ext');

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    position: relative;
    color: #000;
    background-color: #e9ebee;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nopadding {
    padding: 0 !important;
}

#main-menu {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 4px solid #F7F9FB;
}

#main-menu .logo {
    padding: 0;
    height: 84px;
    position: relative;
    margin-left: 0;
}

#main-menu .dropdown-menu > li > a {
    background-color: white;
}

#main-menu .dropdown-menu > li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#main-menu .dropdown-menu > .active > a,
#main-menu .dropdown-menu > .active > a:hover,
#main-menu .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: white;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: none;
}

#yii-debug-toolbar-min img {
    margin-bottom: 0 !important;
}

#easyii-navbar .navbar-nav > li > a {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    color: #B3B8C3;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
}

.navbar-nav > li > a {
    margin: 20px 0;
}

#easyii-navbar span {
    color: #B3B8C3;
}

#yii-debug-toolbar img {
    margin-bottom: 0 !important;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    height: 70px;
}

.navbar-brand img {
    height: 25px;
    margin: 28px 0;
}

.affix {
    background-color: rgba(255, 255, 255, 1) !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.navbar-inverse {
    border: none;
}

.navbar-toggle {
    margin-top: 29px;
    border: none;
}

.navbar-inverse .navbar-toggle {
    background-color: transparent;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 19px;
    padding: 0;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus .caret,
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li > a:hover .caret {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a {
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    font-weight: normal;
    color: #007BFF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.navbar-inverse .navbar-nav > li > a.active {
    border-bottom: 2px solid;
}

.navbar-inverse .navbar-nav li.login a {
    background-color: #007BFF;
    border-radius: 3px;
    color: #fff;
    padding: 8px 12px !important;
    margin-left: 8px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 2px solid #007BFF;
}

.navbar-inverse .navbar-nav li.login a:hover {
    color: #007BFF;
    background-color: #fff;
    border: 2px solid #007BFF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.navbar-inverse .navbar-nav > li > a:hover, .cabinet-menu a:hover {
    color: #3195FF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.navbar-inverse .navbar-nav > li > a:hover .caret {
    color: #565454;
}

.navbar-inverse .navbar-nav > li > a:focus {
    outline: none;
    outline-offset: 0;
    overflow: initial;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #3195FF;
}

.tp-caption.custom_theme_big, .tp-caption.custom_theme_very_small {
    color: #000;
}

.btn.btn-default {
    border-radius: 3px;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.btn.btn-default:hover {
    border: none;
    background-color: #2f2d2d;
    color: #fff;
}

.btn:after {
    display: none;
}

#main-menu {
    min-height: 84px;
}

#main-menu.affix {
    padding-top: 0;
}

.navbar-nav > li.open > .dropdown-menu, .open .dropdown-menu {
    border: none;
    border-radius: 3px;
    top: 100px;
    padding: 16px;
    min-width: 350px;
}

.dropdown-content-heading {
    font-weight: bold;
    color: #047afb;
}

#toolbar-notifications i.heading-icon {
    font-size: 18px;
}

li.notification-item .media-annotation {
    font-size: 11px;
    color: #93A0A9;
}

.media-list {
    line-height: 19px;
    margin-top: 20px;
}

.media-list span {
    margin-bottom: 0;
    padding-left: 0;
    border-radius: 0;
}

#toolbar-notifications .media-link i {
    font-size: 32px;
    color: #ea4933;
}

.dropdown-content-footer a {
    display: block;
    padding: 7px;
    text-align: center;
    color: #333;
}

#toolbar-notifications .dropdown-content-footer a {
    padding: 7px 7px 3px 7px !important;
    color: #007BFF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#toolbar-notifications .dropdown-content-footer a:hover {
    color: #3294fb;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.icon-menu {
    color: #3294fb;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu:before {
    border-bottom: 11px solid rgb(4, 122, 251);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    margin-left: -60%;
    top: -11px;
}

.dropdown-menu:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    margin-left: -60%;
    top: -7px;
}

.dropdown-menu > li > a {
    color: #000;
}

.dropdown-menu > li > a:hover {
    color: #565454;
    background-color: #F7F9FB;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff;
    color: #000;
}

.navbar-inverse .navbar-nav > li > a.active .underline {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-width: 2px;
    border-color: rgba(233, 65, 77, 1);
}

article img {
    max-width: 100%;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-header {
    position: relative;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 15px;
    height: 1px;
    border-radius: 1px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    min-height: 100%;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent;
}

.padding {
    padding: 35px 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-mobile-rows {
    float: left;
    padding: 10px 8px;
    border-radius: 50%;
    border: 2px solid;
    height: 35px;
    width: 35px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

footer {
    min-height: 176px;
    background-color: #F7F9FB;
    position: absolute;
    bottom: 0;
    z-index: 1000;
}

footer .rights, footer .socials {
    position: relative;
    height: 176px;
}

footer .footer-rights {
    position: absolute;
    bottom: 50px;
    right: 0;
    margin: auto;
    height: 24px;
    color: #93A0A9;
    font-size: 14px;
}

footer .footer-logo img {
    position: absolute;
    bottom: 50px;
    left: 0;
    margin: auto;
    height: 24px;
}

footer .links-block, footer .social-icon-pack {
    position: absolute;
    top: 40px;
    margin: auto;
    height: 24px;
}

footer .links-block {
    left: 0;
}

footer .social-icon-pack {
    right: 0;
}

footer .links-block a {
    color: #93A0A9;
    float: left;
    margin-right: 16px;
    font-size: 14px;
}

footer .socials-block {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 30px;
}

footer .social-icon:first-child {
    margin-right: 5px;
}

footer .social-icon {
    height: 15px;
    width: 22px;
    float: right;
    margin-left: 24px;
}

.cabinet {
    position: relative;
}

article {
    margin-bottom: 0;
    float: none;
}

.sidebar-right-fixed {
    width: 195px;
    position: fixed;
    z-index: 1;
    top: 145px;
    margin-left: auto;
    margin-right: auto;
}

.steps-block.profile {
    max-width: 1170px;
    padding: 15px;
}

.steps-block.error,
.steps-block.questions,
.steps-block.contacts {
    max-width: 1028px;
    padding: 15px;
}

.content-left-fixed {
    font-size: 16px;
    width: 850px;
    float: right;
    margin-top: 50px;
}

.content-left-fixed .news-item {
    border-radius: 3px;
    box-shadow: 0 3px 15px 0 rgba(0, 60, 125, 0.15);
    margin-bottom: 6px;
    background-color: #fff;
}

.content-left-fixed .news-item .image {
    float: left;
    width: 500px;
    height: 350px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.content-left-fixed .news-item .information {
    float: right;
    position: relative;
    width: 350px;
    padding: 32px;
    height: 350px;
}

.content-left-fixed .news-item.first .image {
    height: 405px;
    margin: 0;
}

.content-left-fixed .news-item.first .information {
    height: 380px;
    padding: 0px 55px 0 32px;
}

.content-left-fixed .news-item .information .title {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 29px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}

.content-left-fixed .news-item .information .short {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
    color: #373737;
}

.content-left-fixed .news-item .information .short.item-date {
    color: #93A0A9;
    margin-bottom: 0;
    position: absolute;
    bottom: 72px;
    left: 32px;
}

.content-left-fixed .news-item.first .information .short.item-date {
    bottom: 50px;
}

.content-left-fixed .news-item .information a.short.read-more {
    font-weight: bold;
    color: #007BFF;
    text-align: left;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    bottom: 32px;
    left: 32px;
    margin-bottom: 0;
}

.content-left-fixed .news-item.first .information a.short.read-more {
    bottom: 24px;
}

.content-left-fixed .news-item .information a.short.read-more:hover,
.content-left-fixed .news-item .information .title a:hover {
    color: #3195FF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.cabinet-menu .wrapper {
    min-height: 166px;
}

.cabinet-menu .menu-link {
    text-align: left;
    color: #93A0A9;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

.cabinet-menu .icon {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
    position: relative;
}

.cabinet-menu .icon .fa {
    font-size: 24px;
    display: block;
    margin: 0 auto;
    width: 22px;
    line-height: 20px;
    color: #31495e;
}

.cabinet-menu .menu-link.active .fa {
    color: #3195FF;
}

.cabinet-menu .icon .news-count, .cabinet-menu .icon .tasks-count {
    position: absolute;
    right: -4px;
    top: -3px;
    line-height: 13px;
    height: 13px;
    width: 13px;
    background-color: #3295fb;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

.cabinet-menu .menu-link.disabled .text,
.cabinet-menu .menu-link.disabled .icon .fa {
    color: #97a6b3;
}

.cabinet-menu .menu-link .text {
    line-height: 25px;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #000000;
}

.cabinet-menu .menu-link.active {
    background-color: #fff;
    padding: 5px 9px;
    border-radius: 3px;
    margin-left: -8px;
}

.project-info-page-description {
    background-color: #fff;
    border-radius: 3px;
}

.news-item.small {
    width: 422px;
    float: left;
    margin-right: 6px;
}

.private .news-item.small:nth-child(2n + 1) {
    margin-right: 0;
}

.public .news-item.small {
    width: 376px;
}

.public .news-item.small:nth-child(3n + 3) {
    margin-right: 0;
}

.content-left-fixed .news-item.small .image {
    float: none;
    max-width: 100%;
    max-height: 280px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.public .content-left-fixed .news-item.small .information {
    min-height: 0;
}

.public .content-left-fixed .news-item .information {
    height: 95px;
}

.content-left-fixed .news-item.small .information {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    min-height: 240px;
}

.cabinet-menu .profile-info {
    margin: 0 auto 20px;
    text-align: center;
    color: #373737;
}

.cabinet-menu .profile-info .image-cropper,
.profile-info-main .left-side .image-cropper,
.profile-team-preview .member-item .image-cropper {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.profile-team-preview .member-item .image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
}

.cabinet-menu .profile-info img,
.profile-info-main .left-side img,
.profile-team-preview .member-item img {
    height: 100%;
    max-height: 60px;
    max-width: none;
}

.profile-team-preview .member-item img {
    max-height: 100px;
}

.cabinet-menu .profile-info .name {
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;
    float: left;
}

.sidebar-right-fixed-bottom-big {
    top: -90px;
}

.content-left-fixed .tasks-item {
    border-radius: 3px;
    box-shadow: 0 3px 15px 0 rgba(0, 60, 125, 0.15);
    margin-bottom: 6px;
    background-color: #fff;
    position: relative;
}

.content-left-fixed .tasks-item .image {
    margin-top: 24px;
    margin-left: 24px;
    float: left;
    width: 245px;
    height: 267px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.content-left-fixed .tasks-item .information {
    float: right;
    width: 580px;
    padding: 24px;
    height: 317px;
}

.content-left-fixed .tasks-item .information .heading-elements {
    position: absolute;
    top: -8px;
    left: 23px;
}

.content-left-fixed .tasks-item .information .title {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 29px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
}

.content-left-fixed .tasks-item .information .title a {
    float: left;
    margin-right: 20px;
}

.content-left-fixed .tasks-item .information .title .comments-count-task {
    height: 15px;
    width: 15px;
    background: url(/app/media/img/comments.svg) no-repeat left;
    background-size: 15px;
    text-align: right;
    font-size: 15px;
    line-height: 15px;
    padding-left: 20px;
    float: left;
    margin-top: 7px;
}

.content-left-fixed .tasks-item .information .title a:hover {
    color: #3195FF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.content-left-fixed .tasks-item .information .short {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 12px;
    color: #373737;
}

.content-left-fixed .tasks-item .information .short.item-date {
    color: #ff4c00;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: bold;
}

.content-left-fixed .tasks-item .information .short.item-date .dark {
    color: #373737;
    display: inline-block;
    font-size: 15px;
}

.content-left-fixed .tasks-item .information a.short.read-more {
    font-weight: bold;
    text-align: left;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 24px;
    margin-right: 24px;
    background-color: #007BFF;
    border-radius: 3px;
    color: #fff;
    padding: 8px 12px !important;
    margin-left: 16px;
    border: 2px solid #007BFF;
}

.content-left-fixed .tasks-item .information a.short.read-more:hover {
    color: #007BFF;
    background-color: #fff;
    border: 2px solid #007BFF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.file-preview {
    margin-bottom: 25px !important;
}

.read-news, .read-tasks {
    float: left;
    font-size: 12px;
    padding: 7px;
    background-color: #007BFF;
    margin-bottom: 8px;
}

.media-left, .media-right, .media-body {
    color: #000;
    font-size: 14px;
}

#full-notification-block i {
    font-size: 35px;
    color: #ea4933;
}

#full-notification-block .list-group-item {
    border: none;
    text-align: left;
    padding: 0;
}

#full-notification-block .list-group-item .media-heading {
    font-size: 19px;
}

#full-notification-block .list-group-item .media-heading .media-annotation {
    color: #a8a4aa;
    font-size: 12px;
    font-weight: normal;
}

#full-notification-block .list-group-item .label.bg-success,
span.bg-success,
.label-success {
    background-color: #047afb;
    padding: 7px 12px;
    border-radius: 3px;
}

#full-notification-block, .notification-index #navbar-second {
    padding: 0 32px;
}

.notification-page #notification-action-buttons.navbar-right {
    margin-right: 0 !important;
}

.notification-index .panel-footer, .steps-block.profile .panel-footer {
    border: none;
    background: transparent;
    font-size: 14px;
}

.notification-index .panel-footer span, .steps-block.profile .panel-footer span {
    color: #047afb;
}

.notification-index .panel {
    border: none;
}

.read-news:hover, .read-tasks:hover {
    background-color: #3195FF !important;
}

.read-news i, .read-tasks i {
    margin-right: 5px;
}

.helpers-header {
    display: block;
    margin-bottom: 6px;
}

#notification-action-buttons .navbar-nav > li > a {
    color: #047afb;
    font-size: 14px;
    padding: 15px 11px;
}

#load-more-news, #load-more-tasks {
    padding: 11px;
    font-size: 15px;
    color: #fff;
    background-color: #007BFF;
    border: 2px solid #007BFF;
    border-radius: 3px;
}

#mark-all-news-as-read, #mark-all-tasks-as-read {
    float: right;
    height: 100%;
    padding: 6px 11px 6px 45px;
    width: 175px;
    font-size: 15px;
    color: #fff;
    background-color: #007BFF;
    border: 2px solid #007BFF;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#mark-all-news-as-read:hover, #load-more-news:hover,
#mark-all-tasks-as-read:hover, #load-more-tasks:hover {
    cursor: pointer;
    background-color: #fff;
    color: #007BFF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#mark-all-news-as-read:hover i, #mark-all-tasks-as-read:hover i {
    color: #007BFF;
}

#mark-all-news-as-read i, #mark-all-tasks-as-read i {
    padding: 12px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 1;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.comments-count-news {
    height: 15px;
    width: 15px;
    background: url(/app/media/img/comments.svg) no-repeat center;
    background-size: 15px;
    position: absolute;
    top: 7px;
    right: 40px;
    text-align: right;
    font-size: 15px;
    line-height: 15px;
    padding-left: 30px;
}

.news-item.small .comments-count-news {
    left: 25px;
    top: 0;
}

.badge {
    position: absolute;
    top: 0;
    right: -10px;
    background-color: #FF4D00;
}

#notification-filter-status .dropdown-menu a,
#notification-filter-type .dropdown-menu a {
    position: relative;
    border-radius: 3px;
    padding: 10px;
}

.empty-text span {
    color: #047afb;
    font-size: 14px;
}

.notification-page .navbar-nav > li > a {
    margin: 0;
    color: #373737;
}

.notification-page .navbar {
    margin-bottom: 0;
}

.notification-page .navbar-nav > li.open > .dropdown-menu,
.cabinet.achievements .progress-top .navbar-nav > li.open > .dropdown-menu,
.open .dropdown-menu {
    top: 60px;
}

.notification-page .dropdown.open a.dropdown-toggle {
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
    border-radius: 3px;
    font-size: 14px;
}

.notification-page .dropdown-menu:after,
.notification-page .dropdown-menu:before,
.cabinet.achievements .dropdown-menu:before,
.cabinet.achievements .dropdown-menu:after {
    right: 310px;
}

.notification-page .dropdown-menu .badge {
    top: 11px;
    right: 11px;
}

.notification-page .helpers-header {
    margin-bottom: 0;
    margin-left: 15px;
}

.content-left-fixed .profile-user-page {
    border-radius: 3px;
    box-shadow: 0 3px 15px 0 rgba(0, 60, 125, 0.15);
    margin-bottom: 52px;
}

.profile-info-main .left-side {
    float: left;
    width: 214px;
}

.profile-info-main .left-side .status, .profile-info .rating {
    background-color: #1c85f7;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    border-radius: 50%;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.profile-info .rating {
    margin-top: 10px;
}

.profile-info-main .right-side {
    padding-right: 32px;
    width: 626px;
    float: left;
    text-align: left;
}

.profile-info-main .right-side {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.profile-info-main .right-side .name {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 17px;
    margin-bottom: 5px;
}

.profile-info-main .team-title {
    margin-top: 40px;
}

.profile-info-main .personal-achievements {
    margin-bottom: 10px;
}

.profile-info-main .personal-team {
    margin-bottom: 32px;
}

.progress-block .progress-items .progress-item .knob-block {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.pt-0 {
    padding-top: 0 !important;
}

.progress-block .progress-top .progress-title h3 {
    font-family: 'Lato', sans-serif;
    margin-top: 23px;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #000000;
}

.fa.sidebar-icon {
    position: absolute;
    top: 16px;
    left: 53px;
    font-size: 21px;
    color: #FF4D00;
}

.profile-level .level-title .fa-line-chart,
.profile-level .bal-history-title .fa-usd,
.progress-block .fa-line-chart {
    position: inherit;
    font-size: 24px;
    margin-right: 10px;
}

.progress-block .progress-items .progress-item {
    padding: 15px 0;
    position: relative;
    text-align: left;
}

.progress-block .progress-items .progress-item .knob-block {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.cabinet .progress-block .progress-items .progress-item .knob-block .counter {
    color: #FF4D00;
    font-size: 13px;
    line-height: 15px;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cabinet.achievements .progress-block .progress-items .progress-item .knob-block .counter {
    top: calc(50% - 7px);
}

.progress-block .progress-items .progress-item .knob-block .counter span {
    color: #1c85f7;
}

.progress-block .progress-items .progress-item .knob-block .counter .descr {
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Lato", sans-serif;
    display: block;
}

.progress-block .progress-items .progress-item .progress-descr.empty {
    padding-top: 20px;
}

.progress-block .progress-items .progress-item .progress-descr h5 {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 1.2;
    margin: 0 0 7px;
}

.progress-block .progress-items .progress-item .progress-descr p {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    line-height: 1.2;
    margin: 0;
}

.progress-block .progress-items .progress-item .progress-descr p span {
    font-family: "Lato", sans-serif;
    color: #047afb;
}

.dial {
    color: #FF4D00;
}

.levels-table-block {
    padding: 10px 32px;
}

.pl-24 {
    padding-left: 24px;
}

.pr-24 {
    padding-right: 24px;
}

.current-level {
    background-color: #F7F9FB;
    border-left: 2px solid #1c85f7;
}

.team-rating-intro {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}

.profile-edit {
    width: 30px;
    height: 18px;
    display: block;
    float: left;
    background: url(/app/media/img/edit.png) center no-repeat;
    background-size: 18px;
}

.cabinet.achievements .progress-block {
    padding: 0 32px;
}

#achievement-filter-form label {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.achievement-group p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.cabinet.achievements .progress-top .navbar-nav > li > a {
    margin: 0;
    border-radius: 3px;
}

.cabinet.achievements .progress-top .navbar-nav {
    float: right;
}

.empty .empty-block {
    color: #047afb;
    font-size: 14px;
    margin-bottom: 32px;
}

.cabinet.achievements .progress-items {
    padding-top: 20px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #F7F9FB;
}

.dropdown-menu > .active > a {
    background-color: #fff;
    border: 2px solid #007BFF;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #fff;
    border: 2px solid #F7F9FB;
}

.cabinet.news .helpers-header {
    margin-bottom: 6px;
}

#team-members-emails .col-md-6,
#team-members-emails .col-md-12 {
    padding: 0;
}

#team-members-emails .col-md-6 {
    width: calc(50% - 12px);
}

#team-members-emails .col-md-6:nth-child(2n) {
    margin-right: 24px;
}

#team-members-emails .col-md-12 .col-md-6:last-child .form-group,
#team-members-emails .col-md-12 .col-md-6:last-child(-1) .form-group {
    margin-bottom: 24px;
}

#main-menu #toolbar-notifications .dropdown-menu:before,
#main-menu #toolbar-notifications .dropdown-menu:after {
    right: 14px;
}

.krajee-default .file-caption-info,
.krajee-default .file-size-info {
    height: 18px !important;
}

.field-captain-id .help-block {
    margin: 0;
}

.field-captain-id {
    margin: 0;
}

.profile-team-preview {
    padding-bottom: 5px;
    padding-top: 23px;
}

.profile-team-preview .team-status {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    float: left;
    line-height: 17px;
    margin-bottom: 5px;
    color: #878787;
    margin-left: 5px;
}

.profile-team-preview .member-item .col-md-6 {
    padding-left: 0;
}

.profile-team-preview .member-item img {
    margin: 0;
}

.profile-team-preview .progress-block .progress-top .progress-title h3 {
    margin-bottom: 30px;
}

.cabinet.rules .progress-block {
    padding: 15px 96px;
    font-size: 15px;
    text-align: justify;
}

.cabinet.rules .button.link-button {
    margin: 23px auto 10px;
    display: block;
}

.error .content-left-fixed.container,
.questions .content-left-fixed.container {
    width: 100%;
    padding: 0;
    max-width: 1170px;
}

.error .error-text-bold {
    font-weight: bold;
    display: inline-block;
}

.error .error-text {
    display: inline-block;
    margin-bottom: 64px;
    font-size: 22px;
    margin-top: 32px;
}

.error .content-left-fixed .profile-user-page {
    margin-bottom: 0;
}

.cabinet.profile .personal-team .progress-descr p {
    font-size: 12px;
    line-height: 18px;
}

.cabinet.profile .personal-team .team-items .col-md-6 {
    margin-bottom: 16px;
}

.cabinet.profile .personal-team .team-items .col-md-6:last-child {
    margin-bottom: 0;
}

.cabinet.profile .personal-team .team-items .col-md-6:last-child .text-center {
    margin-bottom: 0;
}

#main-menu .nav li.last a {
    padding-right: 0;
    float: left;
}

.cabinet.profile .profile-personal-preview {
    padding-bottom: 16px;
}

.cabinet.news-item .simple-news-page .image {
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    min-height: 350px;
}

.cabinet.news-item .simple-news-page .comments-count-news {
    top: 432px;
}

.cabinet.news-item .simple-news-page h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-top: 23px;
    text-align: left;
}

.content-left-fixed .simple-news-page {
    border-radius: 3px;
    box-shadow: 0 3px 15px 0 rgba(0, 60, 125, 0.15);
    margin-bottom: 32px;
    padding-bottom: 16px;
    background-color: #fff;
}

.content-left-fixed .simple-news-page .item-date {
    color: #93A0A9;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.content-left-fixed .simple-news-page .text {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #373737;
    text-align: left;
    padding-right: 32px;
}

.tags {
    margin: 0 0 8px 0;
    list-style: none;
}

.tags li {
    float: left;
    font-size: 0;
}

.tags li a {
    margin-right: 16px;
    font-size: 16px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.tags li a:hover {
    color: #047afb;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.cabinet.news-item .simple-news-page h4 {
    text-align: left;
}

.steps-block.index .brand-tags {
    text-align: left;
    color: #0076ff;
    margin-bottom: 45px;
    font-size: 22px;
    font-weight: bold;
    line-height: 29px;
}

.steps-block.index .slogan {
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 26px;
}

.steps-block.index .block-left {
    width: 380px;
    float: right;
    margin-left: 40px;
    margin-right: 0;
}

.steps-block.index .link-button.register {
    background-color: #007BFF;
    border: none;
    height: 44px;
    border-radius: 3px;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 8px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    display: block;
}

.steps-block.index .link-button.register:hover {
    background-color: #3195FF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.steps-block.index .already {
    color: #41505c;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.steps-block.index .already a {
    color: #007BFF;
}

.steps-block.index .step-subtitle {
    line-height: 25px;
}

.rules-to-profile {
    margin: 0 auto 16px;
    display: block;
}

.questions .content-left-fixed .profile-user-page {
    margin-bottom: 0;
    padding: 32px;
    text-align: justify;
}

.questions .questions-text-bold {
    font-weight: bold;
    font-size: 20px;
}

.questions .questions-text,
.task .profile-info-main .text {
    font-size: 17px;
    line-height: 32px;
    margin-top: 25px;
    text-align: center;
}

.questions .questions-text {
    text-align: justify;
}

.task .profile-info-main .test-description {
    padding: 0;
    text-align: justify;
}

.questions img {
    border-radius: 50%;
    display: block;
}

.questions .text-bold {
    font-weight: bold;
}

.notification-page .navbar-nav > li > a .fa {
    margin-right: 5px;
}

#notification-filter-status .label-success, #notification-filter-type .label-success {
    margin-left: 5px;
}

.DECLINED.form-control, .REMOVED.form-control {
    background-color: #fff;
    border-color: red;
}

#full-notification-block i.fa.fa-home {
    font-size: 42px;
}

#full-notification-block i.fa.fa-user-secret {
    font-size: 48px;
}

.btn-kv {
    margin-bottom: 10px;
    background-color: #d85a45;
    border: none;
}

.kv-fileinput-error {
    display: none !important;
}

.steps-block .select2-container--krajee .select2-selection--single {
    height: 44px;
    border-radius: 3px;
    background-color: #F7F9FB;
    padding: 12px;
    color: #373737;
    font-size: 14px;
    border: 2px solid #F7F9FB !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.steps-block .has-success.select2-container--krajee .select2-dropdown,
.steps-block .has-success .select2-container--krajee .select2-selection {
    border-color: #0ed40e !important;
}

.steps-block .select2-container--krajee.select2-container--open .select2-selection,
.steps-block .select2-container--krajee .select2-selection:focus {
    border: 2px solid #007BFF !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.steps-block .select2-container--krajee .select2-selection--single:hover {
    background-color: #fff;
    border-color: #F7F9FB !important;
}

.steps-block .has-success.select2-container--krajee .select2-dropdown,
.steps-block .has-success .select2-container--krajee .select2-selection {
    box-shadow: none;
    background-color: #fff;
    border-color: #0ed40e !important;
}

.steps-block .has-error.select2-container--krajee.select2-dropdown,
.steps-block .has-error .select2-container--krajee .select2-selection {
    box-shadow: none;
    background-color: #fff;
    border-color: #FF6B00 !important;
}

.steps-block .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    text-align: left;
    line-height: 1.1;
}

.steps-block .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 42px;
    top: 1px;
    right: 1px;
    width: 30px;
}

.steps-block .select2-container .select2-selection--single .select2-selection__clear {
    margin-right: 15px;
    line-height: 0.9;
}

.steps-block .has-success .select2-container--open .select2-selection,
.steps-block .has-success .steps-block.profile.select2-container--krajee.select2-container--focus .select2-selection,
.steps-block .has-success .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #0ed40e;
}

.steps-block .select2-container--krajee .select2-dropdown {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.field-addschoolform-city_id, #add-new-city.hidden-link, .create-new-city-form {
    display: none;
}

#add-new-city:focus {
    color: #007BFF;
}

.create-new-city-form .info {
    margin-bottom: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
}

#add-new-city {
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

.school-not-found {
    margin-bottom: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
    color: #FF4D00;
}

.create-new-school {
    margin-bottom: 15px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
}

#list-notifications .fa.fa-user-md {
    font-size: 46px;
    padding-left: 2px;
}

.contacts-region, .contacts-region .col-md-6 {
    padding: 0;
    margin-top: 16px;
}

.contacts-region .col-md-6:first-child, .contacts-region .col-md-6:first-child(+1) {
    margin-top: 0;
}

.contacts-region {
    margin: 15px 0 32px;
}

.questions .questions-text-bold.contacts-region-title {
    margin-top: 32px;
}

.contacts-region .questions-text-bold {
    font-size: 17px;
}

.questions-text-bold.contacts-region-title, .questions-text-bold.title {
    font-size: 24px;
}

#comments-section .container {
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a.donate {
    color: #FF6B00;
}

.navbar-inverse .navbar-nav > li > a.donate:hover {
    color: #f5cb47;
}

.questions a:hover {
    color: #3195FF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.task .profile-info-main {
    padding: 20px 32px 32px;
}

.task .profile-info-main .questions {
    margin-bottom: 7px;
}

.task .categories .category {
    float: left;
    font-size: 13px;
}

.task .categories .category:hover {
    color: #3195FF;
}

.task .categories .category .icon {
    height: 42px;
    width: 42px;
    float: left;
    margin-right: 16px;
}

.task .categories .category .icon.test {
    background: url(/app/media/img/test.svg) center no-repeat;
    background-size: 42px;
}

.task .categories .category .icon.written {
    background: url(/app/media/img/written.svg) center no-repeat;
    background-size: 42px;
}

.task .categories .category .text-category {
    float: left;
    line-height: 40px;
    margin-right: 24px;
    color: #93A0A9;
}

.task .categories {
    margin: 24px 0;
    position: absolute;
    bottom: 0;
}

.mobile-actions {
    display: none;
}

.desktop-actions {
    display: block;
}

.task .profile-info-main .title.written-title {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #263745;
    line-height: 32px;
    text-align: left;
}

.task .profile-info-main .field-writtentaskanswer-text {
    margin-top: 25px;
    text-align: left;
}

.task .profile-info-main .field-writtentaskanswer-text label {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.task .profile-info-main .send-written-task {
    font-weight: bold;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-top: 25px;
    margin-bottom: 0;
    margin-right: 32px;
    background-color: #007BFF;
    border-radius: 3px;
    color: #fff;
    padding: 8px 12px !important;
    border: 2px solid #007BFF;
}

.task .profile-info-main .send-written-task:hover {
    background-color: #fff;
    color: #007BFF;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.content-left-fixed .tasks-item .team-state {
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    right: 181px;
    bottom: 0;
    margin-bottom: 24px;
    padding: 8px 12px !important;
    margin-left: 16px;
    font-size: 15px;
    font-weight: bold;
}

.content-left-fixed .tasks-item .team-state.active {
    color: #59d818;
}

.content-left-fixed .tasks-item .team-state.disabled {
    color: #93A0A9;
}

.content-left-fixed .tasks-item .team-state.answered {
    color: #007BFF;
}

.content-left-fixed .tasks-item .team-state.missed {
    color: #FF6B00;
}

.content-left-fixed .tasks-item .icon-states {
    position: absolute;
    left: 20px;
    color: red;
    top: 12px;
}

.content-left-fixed .tasks-item .icon-states .new-task {
    color: #007bff;
    font-size: 15px;
}

.teammates-emails-status {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 8px;
}

#redactor_modal footer {
    min-height: auto;
    position: relative;
}

.task .profile-info-main .text.written-text {
    padding: 0;
    text-align: left;
}

.profile-user-page .profile-info-main .left-side img,
.profile-info-main .profile-team-preview .member-item img {
    max-height: 100%;
}

.profile-user-page .profile-personal-preview .image-cropper,
.profile-info-main .left-side .image-cropper {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    float: none;
    margin-bottom: 15px;
}

span.btn:hover {
    cursor: default;
}

.questions.about img {
    border-radius: 0;
}

.progress-descr h5 {
    text-overflow: ellipsis;
    overflow: hidden;
}

#main-menu .image-cropper {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: right;
    margin-right: 15px;
    margin-top: 12px;
}

#main-menu .image-cropper img {
    height: 100%;
    max-height: 60px;
    max-width: none;
}

.content-left-fixed .block-title {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    box-shadow: 0 3px 15px 0 rgba(0, 60, 125, 0.15);
    margin-bottom: 6px;
    background-color: #fff;
    padding: 12px;
}

.content-left-fixed .block-title.notification {
    background-image: linear-gradient(261deg, #e9edff, #ffe8fe);
    box-shadow: none;
    padding: 19px 35px;
    height: auto;
}

.content-left-fixed .block-title.notification .title {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-bottom: 5px;
    text-align: left;
}

.content-left-fixed .block-title.notification .sub-title {
    line-height: 20px;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #000000;
    text-align: left;
}

.content-left-fixed .block-title.notification #rules-store-ready {
    float: right;
    line-height: 13px;
    padding: 12px 8px;
    opacity: 1;
    border-radius: 3px;
    background-color: #3294fb;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-top: 37px;
    margin-bottom: 5px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.content-left-fixed .block-title.notification #rules-store-ready:hover {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.content-left-fixed .block-title .icon {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background-color: #3294fb;
    float: left;
    margin-right: 13px;
}

.content-left-fixed .block-title .icon .fa {
    color: #fff;
    font-size: 15px;
    margin: 0 5px;
}

.content-left-fixed .block-title .text {
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #000;
    float: left;
}

.content-left-fixed .block-title .statistics {
    line-height: 26px;
    opacity: 0.5;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: right;
    color: #000000;
    float: right;
}

.content-left-fixed .store-main {
    padding: 0 24px 24px 24px;
}

.uk-subnav {
    margin-bottom: 10px;
}

.uk-subnav, .uk-grid {
    margin-left: 0;
}

.uk-subnav-pill > * > :first-child {
    padding: 0 9px;
    height: 30px;
    opacity: 0.7;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff !important;
    line-height: 30px;
    text-align: center;
    font-size: 11px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #000000 !important;
    text-transform: none !important;
}

.uk-subnav > * {
    padding-left: 5px;
    margin-bottom: 5px;
}

.uk-subnav-pill > .uk-active > a {
    background-image: linear-gradient(256deg, #e9edff, #ffe8fe);
    box-shadow: none;
    border: none;
}

.uk-child-width-1-3\@m > * {
    width: 100% !important;
    padding-left: 0;
    margin-bottom: 15px;
    max-width: 802px;
}

.uk-card-default {
    margin-bottom: 15px;
    box-shadow: none;
    padding: 0;
}

.uk-subnav li:first-child {
    padding-left: 0;
}

.uk-subnav-pill li a {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.uk-subnav-pill li a:hover {
    box-shadow: 0 2px 6px 0 #fa8dff;
    border: solid 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.uk-subnav li .close {
    display: none;
}

.uk-subnav li.uk-active .close {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-left: 6px;
    margin-top: 8px;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.uk-subnav li.uk-active .close .fa {
    color: #000;
    font-size: 9px;
    display: block;
    margin-top: 2px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.uk-subnav.uk-subnav-pill li.uk-active a:hover .close {
    background-color: #000;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.uk-subnav.uk-subnav-pill li.uk-active a:hover .close .fa {
    color: #fff;
    margin-top: 1px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.uk-subnav-pill li.uk-active a:hover {
    box-shadow: none;
    border: none;
}

.uk-first-column .items {
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.uk-first-column .items.infrastructura {
    background-image: linear-gradient(261deg, #e9edff, #ffe8fe);
}

.uk-first-column .items.sport {
    background-image: linear-gradient(261deg, #FFE8E8, #F0E9FF);
}

.uk-first-column .items.science {
    background-image: linear-gradient(261deg, #FBD0FF, #FDFFF8);
}

.uk-first-column .items.ecology {
    background-image: linear-gradient(261deg, #DEFFD0, #FBFFEF);
}

.uk-first-column .items.art {
    background-image: linear-gradient(261deg, #FFD7D0, #FFF8EF);
}

.uk-first-column .items.speech {
    background-image: linear-gradient(261deg, #D0E9FF, #EFFEFF);
}

.uk-first-column .progress {
    height: 6px;
    border-radius: 4px;
    background-color: #f4f4f4;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

.uk-first-column .progress .value {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(266deg, #ffc7ac, #626eff);
}

.uk-first-column .progress-description {
    line-height: 13px;
    opacity: 0.3;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #000000;
    text-align: left;
}

.uk-first-column .items .head {
    margin-bottom: 10px;
}

.uk-first-column .items .head .title {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #000000;
    float: left;
    margin-right: 10px;
    margin-left: 3px;
}

.uk-first-column .items .head .icon {
    float: left;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 8px;
    margin-left: 4px;
}

.uk-first-column .items .head .icon .fa {
    color: #fff;
    margin-top: 2px;
    margin-left: 1px;
    font-size: 10px;
    display: block;
}

.uk-first-column .items .head .icon:hover {
    cursor: pointer;
}

.uk-first-column .items .head .items-count {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    float: right;
    color: #000;
}

.uk-first-column .items .level {
    width: 150px;
    margin-right: 5px;
    float: left;
}

.uk-first-column .items .level:last-child {
    margin-right: 0;
}

.uk-first-column .items .level .title {
    font-size: 11px;
    opacity: 0.5;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 13px;
    letter-spacing: 0.2px;
    color: #000000;
    padding-left: 8px;
    text-align: left;
    margin-bottom: 5px;
}

.uk-first-column .items .level .item {
    height: 69px;
    border-radius: 4px;
    margin-bottom: 5px;
    display: block;
    background-color: transparent;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.uk-first-column .items .level .item:hover {
    top: -5px;
    transition: top ease 0.5s;
    cursor: pointer;
}

.uk-first-column .items .level .item.bought {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(247deg, #ffc7ac, #707cff);
    background-origin: border-box;
    background-clip: content-box, border-box;

}

.uk-first-column .items .level .item .body {
    background-color: #fff;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    border-radius: 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    background-size: 54px, 54px;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.uk-first-column .items .level .item .body.disabled {
}

.uk-first-column .items .level .item .body .body-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.uk-first-column .items .level .item .body-wrapper .lock {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 100;
    opacity: 0.8;
    background-color: #fff;
    border-radius: 4px;
}

.uk-first-column .items .level .item .body .cost {
    margin-top: 5px;
    margin-left: 7px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #000000;
    float: left;
}

.uk-first-column .items .level .item .body .icon {
    float: left;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 9px;
    z-index: 1000;
}

.uk-first-column .items .level .item .body .icon:hover {
    cursor: pointer;
}

.uk-first-column .items .level .item .body .icon .fa {
    color: #fff;
    margin-top: 2px;
    margin-left: 1px;
    font-size: 10px;
    display: block;
}

.uk-first-column .items .level .item .body .cart {
    width: 24px;
    height: 24px;
    background-color: rgba(50, 148, 251, 0.7);
    border-radius: 50%;
    position: absolute;
    bottom: 7px;
    right: 9px;
}

.uk-first-column .items .level .item .body .cart:hover {
    cursor: pointer;
}

.uk-first-column .items .level .item .body .cart .fa {
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    display: block;
}

* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
    margin-top: 0;
}

.tooltip-new {
    position: relative;
    cursor: pointer;
}

/* Tooltip text */
.tooltip-new .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 125%;
    margin-left: -5px;
    margin-top: -5px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #000000;
    padding: 9px 12px;
    text-align: left;
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.uk-first-column .items .level .tooltip-new .tooltiptext {
    left: 150%;
}

.uk-first-column .items .level:last-child .tooltip-new .tooltiptext {
    right: 150%;
    left: -129px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-new:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.modal.sell-item a.close-modal {
    display: none;
}

.modal.sell-item {
    width: 300px;
    min-height: 440px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 3px;
}

.modal.sell-item .sell-item-wrapper {
    border-radius: 3px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 24px 17px;
    background-color: #fff;
}

.modal.sell-item .header {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #3294fb;
    margin-bottom: 13px;
}

.modal.sell-item .selected-item {
    height: 113px;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
}

.modal.sell-item .selected-item.bought {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(247deg, #ffc7ac, #707cff);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.modal.sell-item .selected-item .body {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    border-radius: 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #ffffff;
    background-size: 88px, 88px;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    margin-bottom: 15px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}

.modal.sell-item .name {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #000000;
    margin-bottom: 6px;
}

.modal.sell-item .sub-name {
    display: none;
    font-size: 12px;
    max-width: 230px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #000000;
    margin-bottom: 19px;
}

.modal.sell-item .sub-name .bold {
    font-weight: bold;
    display: inline-block;
}

.modal.sell-item .description.long {
    max-width: 150px;
}

.modal.sell-item .description {
    max-width: 90px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #000000;
    margin: 0 auto 14px;
}

.modal.sell-item .description.modal-desc {
    max-width: 220px;
    text-align: left;
}

.modal.sell-item .category {
    height: 40px;
    border-radius: 3px;
    background-image: linear-gradient(261deg, #e9edff, #ffe8fe);
    position: relative;
}

.modal.sell-item .category .category-wrapper {
    max-width: 160px;
    margin-top: 10px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.modal.sell-item .category .icon {
    color: #000;
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

.modal.sell-item .category .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #000000;
    float: left;
}

.modal.sell-item .level {
    margin-top: 13px;
    margin-bottom: 20px;
    position: relative;
    height: 15px;
}

.modal.sell-item .level-wrapper {
    max-width: 88px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.modal.sell-item .level-wrapper .item {
    width: 15px;
    height: 15px;
    opacity: 0.3;
    background-image: linear-gradient(247deg, #ffc7ac, #707cff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-right: 3px;
    float: left;
    border-radius: 50%;
    position: relative;
}

.modal.sell-item .level-wrapper .item .center {
    width: 9px;
    height: 9px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}

.modal.sell-item .level-wrapper .item:last-child {
    margin-right: 0;
}

.modal.sell-item .level-wrapper .item.passed {
    opacity: 1;
}

.questions.news-item img {
    border-radius: unset;
}

.modal.sell-item .buy {
    height: 40px;
    border-radius: 3px;
    background-color: rgba(50, 148, 251, 0.7);
    display: block;
    padding: 11px 0;
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 13px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.modal.sell-item .buy.disabled {
    cursor: default;
    opacity: 0.4;
}

.modal.sell-item .buy.active:hover {
    cursor: pointer;
    background-color: #68aefc;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.modal.sell-item .buy .fa {
    margin-left: 6px;
    color: #fff;
    font-size: 19px;
}

.modal.sell-item .arrow-down {
    width: 44px;
    background-color: #fff;
    height: 44px;
    border-radius: 50%;
    border: solid 2px #6fb4fc;
    margin: 15px auto 0;
}

.modal.sell-item .arrow-down .center {
    margin-top: 1px;
    margin-left: 1px;
    width: 38px;
    height: 38px;
    background-color: #6fb4fc;
    border-radius: 50%;
    position: relative;
}

.modal.sell-item .arrow-down .center .fa {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    width: 16px;
    height: 23px;
    font-size: 22px;
}

body .blocker.current {
    z-index: 10000;
}

.load-blocker {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#mapsvg {
    width: 100% !important;
    max-width: 800px !important;
    margin: 30px auto 0;
    overflow: unset;
}

.mapsvg-wrap {
    overflow: hidden;
}

.graph {
    min-width: 130px;
}

.graph .rating {
    height: 50px;
    position: relative;
}

.graph .rating .value {
    width: 3px;
    border-radius: 3px;
    background-color: #3294fb;
    margin-right: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.graph .title,
.mapsvg-tooltip.mapsvg-tt-bottom-right b {
    margin-top: 7px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #000000;
}

.mapsvg-tooltip.mapsvg-tt-bottom-right b {
    font-weight: bold;
    display: block;
}

.mapsvg-tooltip.mapsvg-tt-bottom-right {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0.3px;
    color: #000000;
}

.mapsvg-popover.mapsvg-popover-animate,
.mapsvg-tooltip.mapsvg-tt-bottom-right {
    box-shadow: 0 3px 15px 0 rgba(0, 60, 125, 0.35) !important;
    border: none !important;
    max-width: 250px !important;
}

.mapsvg-popover:before {
    display: none !important;
}

.mapsvg-tooltip.mapsvg-tt-bottom-right {
    padding: 15px;
}

.mapsvg-buttons {
    box-shadow: 1px 2px 2px 1px rgba(0, 60, 125, 0.35) !important;
    border-radius: 3px;
    border: none !important;
}

.rating-table.table .first {
    background-image: linear-gradient(266deg, #ffa4a4, #fffce8);
}

.rating-table.table .second {
    background-image: linear-gradient(266deg, #fbc4c4, #f9f7ed);
}

.rating-table.table .third {
    background-image: linear-gradient(266deg, #fde3e3, #fbfaf3);
}

.rating-table.table-bordered {
    border: 1px solid #dedede;
    border-radius: 4px;
}

.rating-table.table thead td {
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #000000;
}

.rating-table.table td {
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #000000;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-width: 1px;
}

.rating-table.table tr.active {
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #3194ff;
}

.rating-table.table td.state-name {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #3294fb;
    text-align: right;
}

.city-teams {
    text-align: left;
}

a.team-name {
    display: block;
}

.mapsvg-marker:hover {
    cursor: pointer;
}

@media (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 992px) {
    #main-menu .cabinet-menu {
        display: none;
    }
}

@media (max-width: 1050px) {
    .steps-block.index .block-left {
        width: 100%;
    }

    .steps-block.index .block-right {
        width: 100%;
    }

    .steps-block.index .step-subtitle {
        margin-top: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .nav .cabinet-menu {
        display: none;
    }
}

@media (max-width: 991px) {
    .cabinet.news-item .simple-news-page .image {
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        min-height: 100%;
        background-repeat: no-repeat !important;
        overflow: hidden;
        background-size: 100% !important;
    }

    .steps-block.profile {
        margin-top: 10px;
    }

    .navbar-nav {
        margin: 7px -15px;
        overflow: hidden;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 425px;
    }

    .news-item.small .comments-count-news {
        left: inherit;
        top: inherit;
    }

    .error .content-left-fixed.container,
    .questions .content-left-fixed.container {
        max-width: 770px;
    }

    .content-left-fixed .tasks-item .image {
        width: 295px;
        display: block;
        height: 295px;
    }

    .content-left-fixed .tasks-item .information {
        display: block;
        width: 100%;
        height: 550px;
    }

    .content-left-fixed .tasks-item .team-state {
        bottom: 100px;
        width: 100%;
        right: 0;
        margin: 0;
        text-align: left;
        padding-left: 23px !important;
    }

    .task .categories .category .text-category {
        font-size: 10px;
    }

    .mobile-actions {
        display: block;
        margin-bottom: 18px;
    }

    .desktop-actions {
        display: none;
    }

    .cabinet.rules .progress-block {
        padding: 0 23px 23px;
    }

    .content-left-fixed .news-item .information .title {
        line-height: 23px;
    }

    .content-left-fixed .news-item .information .short {
        font-size: 16px;
    }

    .cabinet.rules .progress-block .progress-top .progress-title h3 {
        font-size: 20px;
        margin-bottom: 8px;
        text-align: left;
        margin-top: 48px;
    }

    .content-left-fixed {
        margin-top: 0;
        width: 100%;
    }

    .profile-info-main .left-side {
        width: 100%;
    }

    .profile-info-main .right-side {
        width: 100%;
        text-align: center;
        margin-top: 16px;
        padding: 0 16px;
    }

    #main-menu .badge {
        margin-right: auto;
        margin-left: auto;
        left: 29px;
        height: 18px;
        width: 19px;
    }

    .progress-block .progress-top .progress-title h3 {
        text-align: center;
    }

    .form-control {
        font-size: 16px;
    }

    .content-left-fixed .tasks-item,
    .content-left-fixed .news-item {
        margin-bottom: 20px;
    }

    .progress-block .progress-items .progress-item .knob-block {
        float: right;
    }

    .member-item .progress-descr h5 {
        margin-top: 0;
    }

    .block-title-dynamic {

    }

    .steps-block {
        position: relative;
    }

    .navbar-inverse .navbar-nav > li > a {
        display: block;
        text-align: left;
        font-size: 13px;
        line-height: 25px;
        color: #000;
        letter-spacing: 0.2px;
        padding: 0 15px;
    }

    .sidebar-right-fixed {
        display: none;
    }

    .nav .cabinet-menu {
        padding: 8px 15px !important;
    }

    #main-menu .nav li.last a#mobile-name {
        display: none;
    }

    #main-menu .nav li.last a i.heading-icon {
        color: #2a92fe;
    }

    .cabinet-menu .menu-link {
        text-align: left;
        color: #93A0A9;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .cabinet-menu .menu-link.active {
        background-color: #30485e;
        padding: 5px 9px;
        border-radius: 3px;
        margin-left: -7px;
        margin-right: -7px;
    }

    .cabinet-menu .menu-link.active .fa {
        color: #fff;
    }

    .cabinet-menu .menu-link.active .text {
        color: #fff;
    }

    .cabinet-menu .menu-link .text {
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .cabinet-menu .menu-link .text:hover {
        color: #2a92fe;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    footer {
        padding-top: 32px;
        padding-bottom: 22px;
        background-color: #F7F9FB;
        position: relative;
        z-index: 1000;
        float: none;
        margin-top: 84px;
        overflow: hidden;
    }

    .footer-main {
        display: block;
        float: none;
        width: 400px;
        margin: 0 auto;
    }

    footer .rights, footer .socials {
        position: relative;
        height: 100%;
    }

    footer .links-block, footer .social-icon-pack {
        position: static;
        top: 0;
        margin: 0 auto;
        width: 200px;
        height: 100%;
    }

    footer .links-block a {
        color: #93A0A9;
        font-size: 14px;
        text-align: center;
        margin-right: 12px;
        float: none;
    }

    footer .footer-logo {
        height: 42px;
        margin-top: 0;
        display: block;
    }

    footer .footer-logo img {
        position: static;
        margin: 23px auto 0;
        height: 24px;
        width: 210px;
        display: block;
    }

    footer .rights {
        text-align: center;
        line-height: 40px;
        margin: 0;
    }

    footer .rights, footer .socials {
        position: relative;
        height: 100%;
    }

    footer .social-icon-pack {
        display: block;
        height: 30px;
        width: 160px;
        margin: 0 auto;
    }

    footer .social-icon:first-child {
        margin-right: 0;
        float: left;
        margin-left: 0;
    }

    footer .social-icon {
        height: 15px;
        width: 22px;
        margin-left: 24px;
        float: left;
    }

    footer .footer-rights {
        position: static;
        height: 42px;
        margin-top: 10px;
    }

    footer .links-block a:last-child {
        margin-right: 0;
    }

    #team-members-emails .col-xs-12 {
        width: 100%;
    }

    #teamcreateform-captchateam {
        width: 230px;
    }

    .content-left-fixed .news-item.small .image, .news-item.small {
        width: 100%;
    }

    .content-left-fixed .news-item .image {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        background-size: 100% !important;
        background-position: top;
    }

    .levels-table-block table tr, #case-grid table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
        padding: 6px 6px 10px;
    }

    .levels-table-block table thead {
        display: none;
    }

    .levels-table-block .table > tbody > tr > td {
        padding: 4px;
        border: none;
    }

    .rating-table.table td.state-name {
        text-align: center;
    }

    .levels-table-block table tr, #case-grid table tr {
        margin-bottom: 0;
    }

    .levels-table-block .table tbody tr td:last-child {
        padding-bottom: 16px;
    }

    .levels-table-block table {
        border: 0;
    }

    .levels-table-block table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .levels-table-block table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    .pl-32 {
        padding-left: 23px;
    }

    .content-left-fixed .news-item .information {
        padding: 0 23px;
        margin-top: 10px;
        width: 100%;
        height: 240px;
    }

    .cabinet.news-item .simple-news-page .comments-count-news {
        top: 381px;
    }

    .content-left-fixed .news-item.first .information {
        height: 240px;
        padding: 0 23px;
    }

    .comments-count-news {
        bottom: 27px;
        top: inherit;
    }

    .content-left-fixed .news-item .information .short.item-date {
        left: 23px;
    }

    .content-left-fixed .news-item .information a.short.read-more {
        left: 23px;
    }
}

@media (max-width: 767px) {
    .uk-subnav li:first-child {
        margin-left: 5px;
    }

    .uk-first-column .items .level {
        width: 127px;
    }

    .uk-first-column .items .level .item .body {
        background-size: 44px, 44px;
    }

    .questions .questions-text {
        text-align: left;
    }

    .questions .content-left-fixed .profile-user-page {
        padding: 0;
    }

    .questions-text-bold.contacts-region-title,
    .questions-text-bold.title,
    .questions .questions-text,
    .task .profile-info-main .text {
        padding: 0 15px;
    }

    .cabinet-menu .profile-info {
        display: none;
    }

    .content-left-fixed .tasks-item .image {
        display: none;
    }

    .navbar-inverse {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .logos.big {
        display: none;
    }

    #partners.page-block .description {
        margin-bottom: 30px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #302f31;
        background-color: transparent;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .navbar-brand img {
        padding-left: 15px;
        margin: 31px 0;
    }

    .container > .navbar-header {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .navbar-nav > li > a {
        margin: 0;
        display: inline-block;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        margin-top: 0;
    }

    .navbar-inverse .navbar-nav li.login a {
        margin: 10px 15px 7px;
    }

    .navbar-brand img {
        height: 22px;
    }

    .notification-page .navbar-default {
        background-color: #fff;
        border: none;
    }

    .notification-page .dropdown-menu:before,
    .notification-page .dropdown-menu:after,
    .cabinet.achievements .dropdown-menu:before,
    .cabinet.achievements .dropdown-menu:after {
        display: none;
    }

    #mark-all-news-as-read, #mark-all-tasks-as-read {
        display: block;
        margin: 10px auto 0;
        float: none;
    }

    .notification-index #navbar-second {
        display: block;
        border: none;
    }

    .notification-page .visible-xs-block {
        display: none !important;
    }

    .cabinet.achievements .progress-top .navbar-nav {
        float: none;
    }

    .progress-block .progress-top .progress-title h3 {
        font-size: 29px;
        margin-bottom: 26px;
    }

    .progress-block .progress-top .progress-title h3.levels-table-title {
        padding-right: 23px;
    }

    .profile-info-main .right-side .name {
        float: none;
    }

    .profile-edit {
        float: right;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav li:last-child(-1) a {
        position: relative;
    }

    #main-menu .image-cropper {
        display: none !important;
    }
}

@media (max-width: 1270px) and (min-width: 991px) {
    .cabinet .sidebar-right-fixed {
        position: absolute;
        top: 50px;
        left: 0;
        width: 25%;
    }

    .cabinet .content-left-fixed {
        width: 74%;
    }

    .steps-block.profile {
        max-width: 970px;
    }

    .profile-info-main .left-side img {
        max-width: 130px;
        max-height: 130px;
    }

    .profile-info-main .left-side .image-cropper {
        width: 130px;
        height: 130px;
    }

    .profile-info-main .left-side {
        width: 25%;
    }

    .profile-info-main .right-side {
        width: 70%;
    }

    footer .links-block a {
        margin-right: 16px;
        font-size: 16px;
    }

    .content-left-fixed .news-item .image {
        width: 50%;
    }

    .content-left-fixed .news-item .information {
        width: 50%;
    }

    .news-item.small {
        width: calc(50% - 16px);
    }

    .content-left-fixed .news-item.small .image {
        width: 100%;
    }

    .content-left-fixed .news-item .information .short {
        max-height: 115px;
        overflow: hidden;
    }

    .content-left-fixed .news-item .information .short.item-date {
        bottom: 65px;
    }
}

@media (min-width: 637px) {

}

@media (max-width: 624px) {

}

::-moz-selection {
    color: #fff;
    background: rgb(233, 65, 77);
}

::selection {
    color: #fff;
    background: rgb(233, 65, 77);
}