@charset "utf-8";
@import "//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic";
@import "//fonts.googleapis.com/css?family=Righteous";

::-webkit-input-placeholder {color:#aaa!important; font-size:11px}
::-moz-placeholder          {color:#aaa!important; font-size:11px}
:-moz-placeholder           {color:#aaa!important; font-size:11px}
:-ms-input-placeholder      {color:#aaa!important; font-size:11px}

html, body {
    background: #E7EBF0;
    font: 500 11px/1.6 'Montserrat', 'Arial', sans-serif;
    color: #606060
}
pre {
    background: #f0f0f0;
    margin-bottom: 30px;
    padding: 0;
}
code {
    padding: 10px 25px !important;
}
h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    color: #444
}
h3 {
    font-size: 13px;
    font-weight: 800;
    color: #444
}
b, strong {
    font-weight: 700;
}
p {
    line-height: 1.8;
}
a, a:active, a:focus, a:visited {
    outline: none;
    color: #2d91d4
}
a:hover {
    text-decoration: underline;
    color: #2d91d4
}
.uk-navbar {
    background: #fff;
    height: 70px;
    line-height: 48px!important;
    color: #6eccd4
}
.uk-navbar-flip {
    margin-right: 0;
}
.uk-navbar-brand {
    height: auto;
    padding: 0px 40px 0px 0px;
    font-weight: 400;
    font-size: 28px;
    line-height: 70px;
    font-family: 'Righteous', sans-serif;
}
.uk-navbar-brand a,
.uk-navbar-brand a:hover {
    text-decoration: none!important;
    color: #6D6E71;
}
.uk-navbar-brand span.one {
    color: #EF7421 !important;
}
.uk-navbar-brand span.two {
    color: #F6A51C !important;
}
.uk-navbar-brand span.three {
    color: #E5E9EE !important;
}
.uk-navbar-brand img {
    margin-top: 10px;
    height: 50px
}
.uk-navbar-nav > li > a,
.uk-navbar-nav > li > a:active {
    background: transparent;
    height: 70px;
    font: 500 11px/1.5 'Montserrat', 'Arial', sans-serif;
    text-align: center;
    line-height: 70px;
    color: #606060;
    cursor: pointer
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background: transparent;
    border-bottom: 3px solid #4199CD;
    color: #a0a0a0;
}
.uk-navbar-nav > li > a i {
    font-size: 14px;
}
.uk-navbar-nav > li.uk-active > a {
    background: #5B6FA4;
    color: #fff8ff
}
.uk-navbar .uk-icon-button {
    width: 32px;
    height: 32px;
    margin-top: 19px;
    margin-left: 3px;
    line-height: 32px;
    color: #FFF;
    font-size: 18px;
    opacity: 0.35;
}
.uk-navbar .uk-icon-button:hover {
    opacity: 1;
}
.uk-navbar .uk-icon-button.uk-icon-send {
    background: #2EA6E1;
    padding-right: 3px;
}
.uk-navbar .uk-icon-button.uk-icon-xing {
    background: #1abdce;
    padding-right: 2px;
}
.uk-navbar .uk-icon-button.uk-icon-dribbble {
    background: #2ee136;
    padding-right: 3px;
}
.uk-navbar .uk-icon-button.uk-icon-envelope {
    background: #E0574B;
}
.uk-navbar .uk-icon-button.uk-icon-twitter {
    background: #55ACEE;
}
.uk-navbar .uk-icon-button.uk-icon-vk {
    background: #3C6D9B;
}
.uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 70px;
    padding: 0 15px;
    color: #999;
    float: right;
}

.uk-container {
    max-width: 1000px;
}
@media (max-width: 767px) {
    .uk-container {
        padding: 0px 10px !important;
    }
}
.uk-panel-box {
    margin-top: 40px;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 30px;
    padding: 0 0 15px;
    color: #606060
}
.uk-panel-header {
    background: #F2F6FA;
    border-radius: 5px 5px 0 0;
    position: relative;
    padding: 15px 30px 0
}
.uk-panel-header strong,
.uk-panel-header span {
    font-weight: 800!important;
    line-height: 12px!important;
    text-transform: uppercase;
    color: #475B90
}
.uk-panel-body {
    padding: 45px 40px 40px;
}
@media (max-width: 767px) {
    .uk-panel-body {
        padding: 35px 20px 20px !important;
    }
}
.uk-panel-header .input-group .uk-button-dropdown .uk-button {
    text-align: left!important
}
.uk-panel-footer {
    border-top: 1px solid #313d4f;
    border-radius: 0 0 4px 4px;
    padding: 12px 30px 12px;
    text-align: center
}
.uk-panel-footer i {
    font-size: 14px;
    color: #4d596b!important
}

.uk-form .uk-button {
    background: #F6A51C;
    border: none;
    height: 54px!important;
    font-weight: 600!important;
    font-size: 11px!important;
    line-height: 50px!important;
    border-radius: 5px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
}
.uk-form .uk-button i {
    font-size: 14px;
    margin-top: 8px;
}
.uk-form .uk-button.reverse {
    background: #EF7421;
}
.uk-form .uk-button.alt {
    background: #4199CD;
}
.uk-form .uk-button:hover,
.uk-form .uk-button:focus {
    background: #EF7421
}
.uk-form .uk-button.alt:hover,
.uk-form .uk-button.alt:focus {
    background: #378FC3
}
.uk-form .uk-button.reverse:hover,
.uk-form .uk-button.reverse:focus {
    background: #F6A51C
}
.uk-form .uk-button:disabled {
    background: #F6A51C!important;
    border: 0 solid #F6A51C;
    color: #fff!important;
    cursor: normal!important;
    opacity: .33;
}

.uk-modal {
    background: rgba(0,0,0,0.125)
}
.uk-modal#block-modal {
    background: rgba(255,255,255,0.75)
}
.uk-modal .uk-table {
    padding-bottom: 30px !important;
}
.uk-modal-dialog {
    background: #fff;
    border: 0px solid #fff;
    border-top: 0px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 30px rgba(0,0,0,.0);
    margin: 90px auto;
    padding: 0;
    width: 600px;
    color: #606060!important
}
.uk-modal-dialog-large {
    width: 800px;
}
.uk-modal-body {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 25px 40px 40px
}
.uk-modal-content {
    background: #fff;
    padding: 45px 40px 15px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0!important;
    font-weight: 800!important;
    font-size: 14px;
    line-height: 14px!important;
    color: #444
}
.uk-modal-header {
    background: #fff;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-bottom: 0;
    padding: 45px 40px 15px;
    z-index: 1000
}
.uk-modal-header strong,
.uk-modal-header span {
    font-weight: 800!important;
    font-size: 14px;
    line-height: 14px!important;
    color: #444
}
.uk-modal-header small {
    font-size: 11px;
}
.uk-modal-footer {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 25px 40px 40px;
    margin-top: 0!important;
}
.uk-modal-footer .uk-button {
    background: #ECF0F6;
    border: none;
    height: 44px!important;
    min-width: 100px!important;
    font-weight: 600!important;
    font-size: 11px!important;
    line-height: 40px!important;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 5px;
    text-align: center;
    text-shadow: none;
    color: #378FC3;
}

.uk-form-row {
    margin-bottom: 15px;
}
.uk-form legend {
    font-size: 18px;
    font-weight: 800;
    line-height: 40px;
    margin-top: -11px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    color: #444
}
.uk-form legend::after {
    content: "";
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 0px dashed #E0E3E6;
    width: 100%
}
.uk-form hr {
    margin: 30px 0px;
    border-top: 1px dashed #E0E3E6;
}
.uk-form hr.wide {
    margin: 30px -40px;
}
.uk-form-stacked .uk-form-label {
    font-size: 11px;
    font-weight: 500;
    color: #606060
}
@media (max-width: 767px) {
    .uk-form-stacked .uk-form-label {
        margin-bottom: 10px;
    }
}
.uk-form-help-inline {
    float: right;
    font-size: 10px;
    display: inline-block;
    margin: 0;
    margin-top: 1px;
    color: #aaa
}
.uk-form-select,
.uk-form .uk-button-dropdown .uk-button {
    height: 44px!important;
    border-radius: 5px;
    background: #ECF0F6!important;
    border: 1px solid #ECF0F6!important;
    padding: 1px 20px 0!important;
    margin-bottom: 5px!important;
    text-transform: none!important;
    color: #777!important
}
.uk-form .uk-button-dropdown .uk-button span {
    font-size: 11px;
    font-weight: 500;
}
.uk-form .uk-button-dropdown .uk-button i {
    padding-top: 12px;
    color: #78879F;
}
.uk-form-select i {
    color: #909090!important
}
.uk-form-select select,
.uk-form-select span {
    font-size: 11px;
    font-weight: 500;
    text-shadow: none;
}
.uk-form-select i {
    padding-top: 18px;
    color: #606060
}
.uk-form input,
.uk-form textarea {
    height: 54px!important;
    padding: 0 20px!important;
    border-radius: 5px!important;
    background: #ECF0F6!important;
    border: 1px solid #ECF0F6!important;
    margin-bottom: 5px;
    font-size: 11px;
    color: #777!important
}
.uk-form textarea {
    height: auto!important;
    padding: 20px!important;
    width: 100%!important
}
.uk-form input:disabled,
.uk-form textarea:disabled,
.uk-form select:disabled,
.uk-form-select.uk-disabled {
    background: #F9FDFF!important;
    border: 1px solid #F9FDFF!important;
    color: #adadad!important;
    cursor: default!important
}
.uk-form input:focus,
.uk-form textarea:focus {
    
}
.uk-form-icon {
    width: 100%!important;
}
.uk-form-icon > [class*="uk-icon-"] {
    margin-top: -10px;
    width: 50px
}
.uk-form-icon-flip > [class*='uk-icon-'] {
    right: 0;
}
.uk-form-icon-flip > input {
    padding-right: 50px!important;
}
.uk-form input[type="checkbox"] {
    height: 13px !important;
    vertical-align: middle;
}
.uk-form .checkbox {
    padding: 0 0 5px;
}
.uk-form .checkbox input {
    height: 16px !important;
    width: 16px !important;
    opacity: 0 !important;
    padding: 0 !important;
}
.uk-form .checkbox i {
    font-size: 16px;
    margin-left: -18px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
    color: #CCCEDB;
}
.uk-form .checkbox input:checked + i {
    color: #798DC2;
}
.uk-form .uk-icon-button {
    height: 24px;
    width: 24px;
    padding: 0;
    background: #4199CD;
    border: 1px solid #4199CD;
    border-radius: 50px;
    margin-right: 5px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    opacity: 0.35;
}
.uk-form .uk-icon-button:not(.checked):hover {
    opacity: 0.5;
}
.uk-form .uk-icon-button.checked {
    opacity: 1;
}
.uk-form .uk-button-dropdown {
    width: 100% !important;
}
.uk-form .uk-button-dropdown .uk-button {
    height: 54px!important;
    width: 100%!important;
    border-radius: 5px;
    background: #ECF0F6!important;
    border: 1px solid #ECF0F6!important;
    padding: 1px 20px 0!important;
    margin-bottom: 5px!important;
    text-transform: none!important;
    color: #777!important
}
.uk-form .uk-button-dropdown .uk-button span {
    font-size: 11px;
    font-weight: 500;
}
.uk-form .uk-button-dropdown .uk-button i {
    padding-top: 10px;
    color: #78879F;
}
.uk-form .uk-button-dropdown .uk-dropdown {
    width: 100%;
    padding: 15px 25px;
    background: #FFF;
    border-radius: 5px;
    border: 0px solid #ECF0F6;
    font-weight: 400;
    font-size: 12px;
    box-shadow: 0 0px 15px rgba(0,0,0,.11);
    color: #606060!important;
    text-align: left!important
}
.uk-form .uk-nav-dropdown > li > a,
.uk-form .uk-nav-dropdown > li > span,
.uk-form .uk-navbar-nav .uk-nav-dropdown > li > span,
.uk-form .uk-navbar-nav .uk-nav-dropdown > li > a {
    display: block;
    height: auto!important;
    width: auto!important;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5!important;
    padding: 10px 15px!important;
    color: #606060!important
}
.uk-form .uk-nav-dropdown > li > span,
.uk-form .uk-navbar-nav .uk-nav-dropdown > li > span {
    color: #adadad!important
}
.uk-form .uk-nav-dropdown > li.uk-active > a,
.uk-form .uk-nav-dropdown > li > a:focus,
.uk-form .uk-nav-dropdown > li > a:hover {
    background: #f6f8fa;
    border-radius: 5px
}

.uk-notify {
    z-index: 1009;
    opacity: 1
}
.uk-notify-message > .uk-close {
    visibility: visible
}
.uk-notify-message {
    padding: 20px;
    font-size: 11px;
    border-radius: 5px
}
.uk-notify-message-primary {
    background: #4199CD;
    color: #fff
}
.uk-notify-message-success {
    background: #e1ebd5;
    color: #517b21
}
.uk-notify-message-danger {
    background: #CA4600;
    color: #fff
}

.uk-tooltip {
    padding: 7px 14px 7px;
    background: #000;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    word-break: normal;
    opacity: .65
}
.uk-tooltip:after{
    border: 5px dashed #000
}
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after,
.uk-tooltip-top:after {
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #000
}
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after,
.uk-tooltip-bottom:after {
    border-bottom-style: solid; border-top:none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #000
}
.uk-tooltip-left:after {
    border-left-style: solid; border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #000
}
.uk-tooltip-right:after {
    border-right-style: solid; border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #000
}

.uk-margin-middle-bottom {
    margin-bottom: 30px!important
}
.uk-margin-middle-top {
    margin-top: 30px!important
}

.uk-badge {
    padding: 5px 11px;
    background: #1b2431;
    border-radius: 30px;
    min-width: 30px;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    background: #d9effa;
    border: 1px solid #d9effa;
    white-space: nowrap;
    color: #13646e
}
.uk-badge-simple {
    background: #f1f3f5;
    border: 1px solid #f1f3f5
}
.uk-badge-success {
    background: #edf6e2;
    border: 1px solid #edf6e2;
    color: #4e781e
}
.uk-badge-warning {
    background: #faf0d1;
    border: 1px solid #faf0d1;
    color: #a87e00
}
.uk-badge-danger {
    background: #faeceb;
    border: 1px solid #faeceb;
    color: #b91d1a
}

.text-danger {
    display: inline-block;
    font-size: 11px;
    float: right;
    padding-top: 3px;
    color: #ED6307
}
.muted {
    color: #999!important;
}
.uk-alert {
    margin: 0 0 30px;
    border-radius: 4px;
    padding: 30px;
}
.uk-alert i {
    font-size: 70px;
    vertical-align: middle;
    margin-right: 10px;
    opacity: .4;
}

img.captcha {
    height: 54px;
    border-radius: 5px
}

.footer {
    padding: 0px 40px 40px;
    color: #999;
}
.footer .uk-subnav > * > * {
    color: #2d91d4;
}
.footer .uk-subnav > * > *:hover {
    color: #999;
}
@media (max-width: 767px) {
    .footer {
        padding: 0px 20px 30px !important;
    }
}
.uk-close {
    margin-top: -5px;
}