@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic);
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600");

html {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #262626;
}
* html body {height: 100%;}

body {
    min-width:1000px;
    
    min-height: 100%;
    height: auto !important;
    height: 100%;    
    position: relative;
}

.brd {
    padding-bottom:20px;
}

.viewport {
    max-width: 1100px;
    min-width: 700px;
    width:90%;
    margin:0 auto;    
}

#rs-head .fixed-panel {
}

#rs-head .viewport {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
}

.fixed-panel .back {
    background: url(img/arrow.svg) no-repeat left center;
    padding-left: 32px;
    margin-left: 20px;
    font-weight: bold;
}

.fixed-panel .back:hover {
}

.fixed-panel .viewport {
    padding:13px 0;
}

.fixed-panel .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-panel .logo:hover {
    text-decoration:none;
    color: black;
}

.fixed-panel .project-home,
.fixed-panel .user-list {
    padding-left: 32px;
    background: url(img/home.png) no-repeat 20px 10px;
    text-decoration: none;
}

.fixed-panel .user-list {
    background: url(img/person.svg) no-repeat left center;
    font-weight: bold;
}

.fixed-panel .head-search {
    padding-left:50px;
    padding-right:50px;
    flex:2;
    position:relative;
}

.fixed-panel .head-search .query {
    width: 100%;
    padding: 12px 40px 12px 12px;
    color: #767676;
    border-radius: 2px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-sizing:border-box;
}

.fixed-panel .head-search .query:focus {
    background:none;
    box-shadow:none;
    border-color:#2d5a8b;
}

.fixed-panel .authorized {
    float:right;
}

.fixed-panel .authorized .username {
    color: #666;
    font-size:14px;
    line-height:38px;
    height:38px;
    border-right:1px solid #dddfe2;
    display:block;
    float:right;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding-right:15px;
    width:165px;
    overflow:hidden;
    text-align:right;
}

.fixed-panel .authorized .rs-group {
    float:right;
    position:relative;
}

.fixed-panel .authorized .rs-group .rs-active {
    height:38px;
    width:38px;
    background:url(img/dropdown.png) no-repeat center center;
    display:inline-block;
    cursor:pointer;
}

.fixed-panel .authorized .rs-group:hover .rs-active {
    background-color: #d3eef7;
}

.fixed-panel .authorized .rs-group:hover .rs-dropdown {
    display:block;
}

.fixed-panel .authorized .rs-dropdown {
    display:none;
    left: auto;
    position: absolute;
    right: 0;
    white-space: nowrap;    
    z-index:1;
    list-style:none;

    background: #ffffff;
    box-shadow: 0px 16px 32px rgba(17, 47, 193, 0.05);
    padding: 0;
}

.fixed-panel .authorized .rs-dropdown li {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 24px;
}

.fixed-panel .authorized .rs-dropdown li.last {
    border-bottom:none;
}

.fixed-panel .authorized .rs-dropdown li i {
    background: url("img/user_corner.png") no-repeat;
    height: 8px;
    position: absolute;
    right: 12px;
    top: -8px;
    width: 15px;
}
.fixed-panel .authorized .rs-dropdown li a {
    display: block;
    text-decoration:none;
    color: #333;

    padding: 16px 0;

    font-weight: 500;
    font-size: 12px;
}

.fixed-panel .authorized .rs-dropdown li a:hover {
    color:#112FC1;
}

.fixed-panel .authorized .rs-dropdown li .exit {
    color: #999;
    display: flex;
    align-items: center;
}

.fixed-panel .authorized .rs-dropdown li .exit svg {
    margin-right:5px;
}


.fixed-panel .head-search .send {
    border: none;
    background: url(img/zoom.svg) no-repeat center 8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 59px;
    top: 0px;
}

.fixed-panel .auth {
}

.fixed-panel .auth a:hover {
}

.fixed-panel .sign-in {
    padding: 12px 20px;
    border: 1px solid #FF4081;
    border-radius: 2px;
    line-height: 38px;
    height: 38px;
    color: #FF4081;
    transition:background-color 0.3s ease, color 0.3s ease;
}

.fixed-panel .sign-in:hover {
    background-color:#FF4081;
    color:white;
}

.fixed-panel .register {
    margin-top:3px;
    display:block;
    float:left;    
    line-height:38px;
    height:38px;
    color: #333;
}

input[type="submit"], input[type="button"], input[type="reset"], button,
.help-items .item {
    -moz-transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;    
}

.help-items {
    height:112px;
}

.help-items br {
    display:inline;
}

.help-items .wrapper {
    width:102%;
    overflow:hidden;
}

.help-items .item {
    width:24%;
    height:90px;    
    margin-right:3px;
    border:1px solid white;
    float:left;
    display:block;
    position:relative;
    text-decoration:none;
    color: black;
}

.help-items .item .back {
    position:absolute;
    background: white;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.15;
    -moz-transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;          
}

.help-items .item:hover .back {
    opacity:0.4;
}

.help-items .item .icon,
.help-items .item .text {
    position:relative;
}

.help-items .item .icon {
    background-image:url(img/helpsprite.png);
    display:block;
    position:absolute;
    top:23px;
    left:24px;    
}

.help-items .item .text {
    padding-top: 30px;
    padding-left: 87px;
    display: block;
    text-decoration: underline;
}

.help-items .demo-text {
    font-size:23px;
}

.help-items .item .icon {
    width:48px;
    height: 48px;
}
.help-items .item.demo .icon {
    background-image: url(./img/missile.png);
}

.help-items .item.user-manual .icon {
    background-image: url(./img/doc.png);
}

.help-items .item.dev-manual .icon {
    background-image: url(./img/edit.png);
}

.help-items .item.faq .icon {
    background-image: url(./img/whatshot.png);
}

.gen-content, .main-content {
    background-color: white;
}

#brd-navlinks .isactive a, .main-menu .active a, .admin-menu .active a {
    background-color: black;
}

#brd-navlinks, .main-menu, .admin-menu, .main-head, .main-foot,
.main-head, .main-foot {
    background: linear-gradient(0deg, #1147c1, #0199d3);
    border-radius: 4px;
}

a:link, a:visited, .js_link {
    color: #112FC1;
}

a:hover, .js_link:hover {
    color: rgba(19, 57, 255, 0.87);
}

#brd-index .main-item .hn span {
    text-decoration:underline;
}

#footer {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 48px 0 20px;
    position: absolute;
    width: 100%;
    background:#FAFAFA;
}
.footerSpace {
    clear:both;
    height: 460px;
}
#footer .logo {
    float: left;
    font-size: 12px;
    width: 164px;
}
#footer .logo p {
    margin-top: 16px;
}
#footer .menu1 {
}
#footer .menu2 {
}
#footer .menu1 li, #footer .menu2 li {
    padding-bottom: 5px;
}
#footer .social {
    color: white;
    float: right;
    line-height: 44px;
    width: 180px;
}
#footer .social .vk {
    background: url("img/vk.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 44px;
    width: 77px;
}
#footer .social .fb {
    background: url("img/fb.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    height: 44px;
    width: 77px;
}
#footer .social span {
    display: block;
    font-size: 12px;
    padding-left: 45px;
    padding-right: 8px;
    text-align: center;
}

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

#footer br {
    display:inline;
}

a.feed {
    background-image:url(img/rss.png);
}

.checklist-item label {
    line-height:21px;
}

input[type="text"]:active, 
input[type="text"]:focus, 
input[type="password"]:active, 
input[type="password"]:focus, 
input[type="email"]:active, 
input[type="email"]:focus, 
input[type="url"]:active, 
input[type="url"]:focus, 
input[type="search"]:active, 
input[type="search"]:focus, 
input[type="number"]:active, 
input[type="number"]:focus, 
textarea:active, 
textarea:focus {
    background: none;
    border-color: #2d5a8b;
    box-shadow: none;
}

#brd-stats,
#brd-online {
    background: none;
    padding:10px 0;
    border-style: none;
}

#brd-online {
    padding-bottom:14px;
}

#brd-stats {
    margin-top: 32px;
}

#brd-stats ul {
    padding-bottom:12px;
    border-bottom: 1px solid #dde4eb;
}

.post {
    background-color: #f8f8f8;
}

.posthead, .postbody, .post-options {
    background-color: white;
}

.entry-content .quotebox, .entry-content .codebox {
    background-color: #d3eef7;
    border-color: #d3eef7;
}

input[type="submit"], input[type="button"], input[type="reset"], button {
    background: none;
    text-shadow:none;
    border-radius:0;
    border:1px solid #ccc;
}

input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus,
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    background:#bbb;
    border:1px solid #bbb;
    box-shadow:none;
    color: white;
    text-shadow:0 -1px 1px #ccc;
}


.primary input[type="submit"], .primary input[type="button"], .primary input[type="reset"], .primary button {
    background: #2d5a8b;
    border:1px solid #2d5a8b;
    color: #fff;
    text-shadow:none;
    box-shadow:none;    
}

.primary input[type="submit"]:focus, .primary input[type="button"]:focus, .primary input[type="reset"]:focus, .primary button:focus,
.primary input[type="submit"]:hover, .primary input[type="button"]:hover, .primary input[type="reset"]:hover, .primary button:hover {
    background: #13a4d2;
    border-color:#13a4d2;
    box-shadow:none;
}

.crumbs {
    padding:0;
}

.crumb .sep {
    display:inline-block;
    background:url(img/crumb.png) no-repeat center center;
    width:20px;
    height:7px;
    vertical-align:middle;
}

a.ulink {
    text-decoration:underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.brd-page {
    font: 108%/150% "Montserrat", sans-serif;
}

.main-head .hn,
.main-foot .hn {
    text-align: center;
    padding: 8px 0;
}

.main-content .main-item {
    padding-left: 0;
}

.main-subhead {
    background: white;
    border-color: transparent;
}

.item-summary {
    height: 3em;
}

.item-summary .subject-title {
    padding-top: 1.3em;
    padding-left: 0;
    height: 3em;
    box-sizing: border-box;
}
.item-summary .info-topics,
.item-summary .info-posts,
.item-summary .info-lastpost,
.item-summary .info-replies,
.item-summary .info-views {
    padding-top: 1.3em;
    height: 3em;
    box-sizing: border-box;
    border-left: 1px solid #dde4eb;
}
.item-summary .info-posts,
.item-summary .info-views {
    left: 971.95em;
}

.item-summary .info-lastpost {
    left: 978.9em;
    padding-left: 1em;
}

.main-item .item-subject {
    border-left-color: transparent;
}
.gen-content, .main-content {
    border-left-color: transparent;
    border-right-color: transparent;
}

#brd-index .main-item .hn span {
    text-decoration: none;
}
.item-subject .hn, .item-subject p {
    margin: 0;
}
.main-content .main-item .hn {
    margin-bottom: 8px;
}
.main-content .main-item p {
    margin-bottom: 8px;
}
.main-item .item-subject, .main-content .main-item li {
    padding-top: 15px;
}
.info-lastpost a {
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
}
#brd-stats ul li.st-users,
#brd-stats ul li.st-activity {
    margin-bottom: 16px;
}

.help-items {
    padding-top: 32px;
}
#footer .viewport {
    display: flex;
    flex-wrap: wrap;
}
.footerBlock {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.footerBlock > ul {
    width: 50%;
}
.footerBlock > ul > li {
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.footerBlock .title {
    color: #aaa;
    font-size: 11px;
}

.footerBlock ul.flex {
    display: flex;
}
.footerBlock ul.flex > li {
    margin-right: 4px;
}

.copyrightLine {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid #dde4eb;
    margin-top: 24px;
}

.crumbs {
    font-size: 100%;
    margin: 12px 0;
}

#brd-pagepost-top,
#brd-pagepost-end {
    padding-top: 8px;
    padding-bottom: 8px;
}

p.options {
    height: 29px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0;
}
p.options > * {
    margin-left: 16px;
}
.options a.feed {
    background-image: url(img/rss_white.svg);
    background-size: contain;
}
#brd-viewforum .main-head p.options a,
#brd-viewforum .main-foot p.options a{
    color: white;
}

.primary input[type="submit"], .primary input[type="button"], .primary input[type="reset"], .primary button {
    border-color: #0f29aa;
    background-color:#0f29aa;
}

.primary input[type="submit"]:focus, .primary input[type="button"]:focus, .primary input[type="reset"]:focus,
.primary button:focus, .primary input[type="submit"]:hover, .primary input[type="button"]:hover,
.primary input[type="reset"]:hover, .primary button:hover {
    background-color: #0b1c6f;
    border-color:#0b1c6f;
}

.help-items .wrapper {
    /*
    background-color:#fafafa;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    */
    position:relative;
    top:32px;
}

.main-item.new .item-subject h3 small,
.main-item.new .item-subject h3 small a,
.main-item.new .item-subject .item-nav,
.main-item.new .item-subject .item-nav a {
    color: #f1005f;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.main-subhead .hn,
.gen-content {
    padding-left:0;
    padding-right:0;
}

/* Окна авторизации, регистрации, восстановления пароля */

.uk-modal {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s linear;
}

@media (min-width: 640px) {
    .uk-modal {
        padding: 50px 30px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px;
    }
}


.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
    max-width: calc(100% - 0.01px) !important;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition:all 0.3s linear;
    transition-property: all;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.uk-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.uk-modal.uk-open {
    opacity: 1;
}

.uk-open > .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.uk-modal-dialog.modal-width-small,
.uk-modal-dialog .modal-width-small {
    width: 440px;
    max-width: 100%;
    box-sizing: border-box;
}

.uk-modal-dialog.modal-width-medium,
.uk-modal-dialog .modal-width-medium {
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
}

.uk-modal-body {
    padding: 80px 80px 40px;
}

@media (max-width: 959px) {
    .uk-modal-body {
        padding: 32px; }
}

@media (max-width: 639px) {
    .uk-modal-body {
        padding: 32px 16px; }
}


button.uk-close {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px;
    color: #999;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
    background: transparent;
    border: none;
    outline: none;
}

.uk-h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #333;
    text-transform: none;
    margin-bottom:20px;
    padding:0;
}

@media (max-width: 959px) {
    .uk-h2 {
        font-weight: 400;
    }
}

@media (min-width: 960px) {
    .uk-h2 {
        font-size: 24px;
    }
}

.uk-dlg-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 16px;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: black;
}

.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
}

.uk-input,
.uk-textarea {
    -webkit-appearance: none;
}

input.uk-input,
input.uk-input:focus  {
    box-sizing: border-box;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 16px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.uk-text-center {
    text-align:center;
}

.uk-margin-bottom {
    margin-bottom: 16px;
}

.uk-button {
    margin: 0;
    border: none !important;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    transition: all .3s ease;
    padding: 0 22px;
    white-space: nowrap;
}

.uk-button:hover,
.uk-button:focus {
    background-color: #0f29aa;
    color: #ffffff;
}

.uk-button-primary {
    background-color:#112FC1;
    color:#ffffff;
}

.uk-width-1-1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.uk-margin-small-top {
    margin-top: 8px;
}

.uk-modal .checkbox,
.uk-modal .radio {
    display: flex; }

.uk-modal .checkbox input[type="checkbox"],
.uk-modal .radio input[type="radio"] {
    display: none; }

.uk-modal .checkbox label,
.uk-modal .radio label {
    color: #262626;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500; }

.uk-modal .checkbox label::before,
.uk-modal .radio label::before {
    content: '';
    min-width: 16px;
    height: 16px;
    margin-right: 8px;
    box-sizing: border-box;
    border: 2px solid #262626;
    border-radius: 2px;
    z-index: 4;
    background-color: transparent;
    transition: all 0.3s ease; }

.uk-modal .radio input[type="radio"] ~ label::before {
    border-radius: 50%; }

.uk-modal .checkbox label::after,
.uk-modal .radio label::after {
    position: absolute;
    content: '';
    top: -8px;
    left: -8px;
    width: 28px;
    height: 28px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(0, 0, 204, 0.1);
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease; }

.uk-modal .checkbox-input-label {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 5;
    opacity: 0;
    display: block;
    width: 12px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0) rotate(-50deg);
    transform: scale(0) rotate(-50deg);
    transition: all 0.3s ease; }

.uk-modal .radio-input-label {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 5;
    opacity: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #112FC1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease; }

.uk-modal .checkbox input[type="checkbox"]:checked ~ label > .checkbox-input-label {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-50deg);
    transform: scale(1) rotate(-50deg); }

.uk-modal .radio input[type="radio"]:checked ~ label > .radio-input-label {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.uk-modal .checkbox input[type="checkbox"]:checked ~ label,
.uk-modal .radio input[type="radio"]:checked ~ label {
    color: #112FC1; }

.uk-modal .checkbox input[type="checkbox"]:checked ~ label::before {
    background-color: #112FC1;
    border-color: #112FC1; }

.uk-modal .radio input[type="radio"]:checked ~ label::before {
    border-color: #112FC1; }

.uk-modal .checkbox input[type="checkbox"]:checked:hover ~ label::after,
.uk-modal .radio input[type="radio"]:checked:hover ~ label::after {
    opacity: 0; }

.uk-modal .checkbox input[type="checkbox"]:hover ~ label::after,
.uk-modal .radio input[type="radio"]:hover ~ label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.uk-modal .checkbox input[type="checkbox"]:active ~ label::after,
.uk-modal .radio input[type="radio"]:active ~ label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 204, 0.5); }

.uk-modal .radio input[type="radio"]:disabled ~ label,
.uk-modal .checkbox input[type="checkbox"]:disabled ~ label {
    color: #767676;
    cursor: default; }
.uk-modal .radio input[type="radio"]:disabled ~ label::before,
.uk-modal .checkbox input[type="checkbox"]:disabled ~ label::before {
    border-color: #767676; }

.uk-modal .radio input[type="radio"]:disabled:hover ~ label:after,
.uk-modal .checkbox input[type="checkbox"]:disabled:hover ~ label:after {
    opacity: 0;
}


.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active {
    padding: 0;
    line-height: 1.5;
    background: none !important;
    color: #112FC1;
    position: relative;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.uk-button-link:hover::before {
    width: 100%;
}

.uk-button-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #112FC1;
    width: 0;
    transition: all .5s ease-in-out;
}
.uk-p {
    margin: 20px 0;
}

.fz12 {
    font-size: 12px;
}

.gray-c {
    color: #767676;
}

.uk-margin-top {
    margin-top: 16px;
}

.uk-dlg-underfooter {
    background: #e6f6fc;
    padding: 22px 0;
    text-align: center;
}

.uk-modal-page {
    overflow: hidden;
}

.uk-flex {
    display:flex;
}

.uk-flex-start {
    justify-content: start;
}

.uk-margin-right {
    margin-right:16px;
}

.companyForm {
    display:none;
}

/* КОнец стилей для всплывающих окон */

p, .hn {
    font-weight:500;
}

.brd,
.viewport {
    max-width:1200px;
}

#rs-head .viewport {
    max-width:1300px;
}