﻿body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Roboto;
}

.btn-coub {
    border-radius: 0px !important;
}

.header-div {
    min-width: 250px;
}

.panel {
    background: #fff;
    padding: 20px;
    border-radius: 0px;
}

.header-a {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    min-width: 220px;
}

    .header-a > a {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.4px;
        color: rgba(0, 0, 0, 0.66) !important;
    }

        .header-a > a:hover {
            text-decoration: none !important;
        }

        .header-a > a:link {
            text-decoration: none !important;
        }

.header-img {
    float: left;
    margin-right: 20px;
}

.header-name {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
}

.header-description {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 0.7);
}

.my-navbar {
    background-color: #4caf50;
    border-width: 0 0 0px !important;
}

#wrapper {
    width: 100%;
    background-color: #EAEAEB !important;
}

#page-wrapper {
    padding: 45px 15px;
    padding-bottom: 15px;
    min-height: 568px;
    background-color: #F2F2F2 !important;
    min-height: 86vh;
}

@media(max-width:768px) {
    .header-a {
        min-width: 190px;
    }

    .header-img {
        margin-right: 5px;
    }

    .header-name {
        font-size: 16px;
    }

    .header-description {
        font-size: 13px;
    }

    .sidebar-nav {
    }
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 50px 65px;
    }
}

#side-menu {
    margin-top: 20px;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 9px;
    padding-bottom: 9px;
}

    .sidebar ul li a {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.4px;
        color: rgba(0, 0, 0, 0.66);
        width: 100%;
        padding: 0px 9px;
    }
     .sidebar ul li a.active {
        font-weight: 600;
    }

.side-menu-img {
    width: 22px;
    margin-right: 24px;
    display: inline-block;
    vertical-align: middle;
}

    .side-menu-img img {
        margin: 0 auto;
        display: block;
    }

.soc-btn {
    padding: 8px !important;
    border-radius: 6px;
    background-color: #e23a3a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #ffffff !important;
    width: 204px !important;
}

    .soc-btn:link {
        background-color: #e23a3a !important;
    }

    .soc-btn:hover {
        background-color: #e23a3a !important;
    }

.android-btn {
    padding-left: 0px !important;
}

    .android-btn img {
        margin-right: 0px;
    }

.sidebar ul li a.active {
    color: #252525;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

.sidebar {
    background-color: #EAEAEB !important;
}

@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .sidebar ul li a {
        width: 204px !important;
        margin: 0 auto;
        display: block;
    }
}

.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links li {
        display: inline-block;
    }

        .navbar-top-links li:last-child {
            margin-right: 15px;
        }

        .navbar-top-links li a {
            padding: 15px;
            min-height: 50px;
            color: #fff !important;
            padding-top: 20px;
        }


.panel-element {
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px rgba(150, 150, 150, 0.23);
    display: block;
}

.panel-element-header {
    min-height: 58px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.03);
}

.panel-element-black {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #4caf50;
    display: inline-block;
    padding: 18px 24px;
}

    .panel-element-black img {
        margin-right: 18px;
    }

.node-item {
    padding: 26px;
    margin-bottom: 24px;
}

    .node-item:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        text-decoration: none !important;
    }

    .node-item:link {
        text-decoration: none !important;
    }

    .node-item .media-left {
        padding-right: 18px !important;
    }

    .node-item h3 {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        text-align: left;
        color: rgba(0, 0, 0, 0.87);
        margin-top: 0px;
    }

    .node-item p {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        text-align: left;
        color: rgba(0, 0, 0, 0.54);
    }

.search-div {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    width: 100%;
    float: none !important;
}

@media (min-width: 768px) {
    .search-div {
        padding-top: 10px;
        padding-right: 65px;
        padding-left: 315px;
        display: block;
        width: 100%;
        float: none !important;
    }
}

.search-form {
    height: 44px;
    border-radius: 3px;
    background-color: #ffffff;
}

    .search-form span {
        display: block;
        border: none;
        font-size: 20px;
        letter-spacing: -0.4px;
        color: rgba(0, 0, 0, 0.36) !important;
        left: 0px !important;
        text-align: left;
        padding: 6px;
        margin-left: 8px;
    }


    .search-form input {
        border: none !important;
        box-shadow: none !important;
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.4px;
        color: rgba(0, 0, 0, 0.8);
        padding-left: 46px;
        padding-top: 0px;
        height: 23px !important;
    }

        .search-form input:hover {
            border: none !important;
            box-shadow: none !important;
        }

        .search-form input:focus {
            border: none !important;
            box-shadow: none !important;
        }

        .search-form input:disabled {
            background-color: transparent !important;
        }


.article-description {
}

.article-description-header {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 0.2px;
    text-align: left;
    color: rgba(46, 46, 46, 0.86);
    padding: 24px;
    background-color: rgba(82, 82, 82, 0.02);
}

.article-description-text {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    padding: 24px;
}

.about-div {
    padding: 24px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}

.article-attachment {
    padding-left: 28px;
    padding-right: 28px;
}

.article-attachment-item {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .article-attachment-item .media-left {
        padding-right: 40px;
    }

        .article-attachment-item .media-left img {
            margin: 0 auto;
            display: block;
        }

        .article-attachment-item .media-left span {
            font-family: Roboto;
            font-size: 13px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.54;
            text-align: center;
            color: rgba(0, 0, 0, 0.3);
            text-transform: uppercase;
        }

    .article-attachment-item .media-body {
        border-bottom: 1px solid rgba(216, 216, 216, 0.53);
    }

        .article-attachment-item .media-body a {
            font-family: Roboto;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            text-align: left;
            color: rgba(0, 0, 0, 0.87);
        }

.my-contact {
    padding-left: 36px;
    padding-right: 36px;
}

.my-contact-item {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.53);
}

.my-contact-param {
    padding-bottom: 18px;
}

.my-contact-name {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}

.my-contact-info {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    text-align: left;
    color: rgba(0, 0, 0, 0.54);
}

.my-contact-param .media-left {
    padding-right: 24px;
}

.my-tab {
    display: inline-block;
    text-align: center;
    -webkit-padding-start: 0px !important;
}

    .my-tab li {
        display: inline-block;
        text-decoration: none;
        list-style: none;
        padding: 16px 24px !important;
    }

        .my-tab li.active {
            border-bottom: 2px solid #4caf50;
        }

        .my-tab li a {
            font-family: Roboto;
            font-size: 13px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: 0.2px;
            text-align: center;
            color: #4caf50;
        }

.article-tab {
    float: right;
}

.soccontact-tab {
    width: 100%;
}

    .soccontact-tab li {
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
        min-width: 180px;
    }

@media(max-width: 992px) {
    .soccontact-tab li {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        min-width: 0;
    }
}

footer {
    background-color: #394250;
    padding-top: 40px;
    padding-bottom: 20px;
}

.seven-label {
    text-align: right;
    margin-top:20px;
}

    .seven-label span {
        color: #fff;
        opacity: 0.45;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.2px;
    }

    .seven-label a {
        color: #FFF;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.2px;
    }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0px !important;
    margin-top: 22px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color: transparent !important;
    background-image: none;
    border: none !important;
    border-radius: 0px !important;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff !important;
    }

/* Icon 3 */
#bs-navbar-js.open-js span:nth-child(2) {
    margin-top: 8px !important;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#bs-navbar-js.open-js span:nth-child(3) {
    opacity: 0;
    left: -60px;
}

#bs-navbar-js.open-js span:nth-child(4) {
    margin-top: -8px !important;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.article-gold {
    float: right;
    padding-left: 10px;
    padding-right: 26px;
    padding-top: 15px;
}

.login-partial a {
    color: #fff !important;
    margin-right: 10px;
    line-height: 25px;
}
.login-partial form{
    padding-top: 0px;
    padding-bottom: 0px;
}
.fond-detyam{
    text-align:right;
    float:right;
}
.fond-detyam img{
    height:92px;
    width:92px;
    margin-left:10px;
}

.fond-aprt {
    height: 92px;
    width: 92px;
    margin-right: 10px;
    float: right;
}

.docs-info a{
        color: #fff;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.2px;
    }