﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 20px;
    background: #f3f1f1;
    margin-bottom: 200px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

#navbar-top {
    background: #01080e;
    margin-bottom: 20px;
    padding: 10px 0 0px 0;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

hr {
    border-color: #e3e1e1;
}

.vl {
    border-left: 1px solid #eee;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.9);
    }

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

::-webkit-input-placeholder {
    color: #acabab;
}

::-moz-placeholder {
    color: #acabab;
}

:-moz-placeholder {
    color: #acabab;
}

:-ms-input-placeholder {
    color: #acabab;
}

input, /*button,*/ textarea {
    background: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    resize: none;
    color: #272c30;
    font-style: italic;
}

/** {
    padding: 0;
    margin: 0;
    outline: 0;
}*/

html, body {
    background: #f3f1f1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #272c30;
}

/*a {
    color: #272c30;
    text-decoration: none;
}*/

ul, li {
    display: block;
    padding: 0;
    list-style: none;
}

em {
    font-style: normal;
}

b {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

/*.hidden {
    overflow: hidden;
}*/

.clear {
    clear: both;
}

.ell {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu :before {
    opacity: 0;
}

.menu :hover:before {
    opacity: 1;
}

.wrapper a, .menu :before /*, button[type="submit"], input[type="submit"]*/ {
    transition: all 0.5s ease;
}

.wrapper {
    min-width: 1200px;
}

.full {
    margin: 0 auto;
    position: relative;
}

.header .full {
    z-index: 3;
}

.header:after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: #020b14;
    z-index: 1;
}

.header:before {
    background: url(../images/header.png) no-repeat center bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    opacity: 1;
    z-index: 2;
}

.header {
    background: #01080e;
    height: 242px;
    position: relative;
}

.menu {
    height: 186px;
    border-bottom: 4px solid #e7e7e7;
}

/*.container {
    background: #f3f1f1 url(../images/container.png) repeat-x 0 0;
    padding: 45px 0 47px 0;
}*/

.header .logo {
    background: url(../images/logo3.png) no-repeat 0 0;
    width: 217px;
    height: 35px;
    display: block;
    float: left;
    margin: 80px 0 0 0;
}

.lang:after {
    background: url(../images/ico-1.png) no-repeat 0 0;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 15px;
    right: 12px;
    content: '';
}

.lang {
    background: url(../images/ru.png) no-repeat 11px 9px;
    margin: 78px 0 0 0;
    float: right;
    width: 179px;
    height: 37px;
    border: 1px solid #0c151d;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 0 0 45px;
    line-height: 35px;
    color: #474747;
    cursor: pointer;
    position: relative;
}

.panel-top {
    border-top: 1px solid #11171d;
    /*margin: 20px 0 -5px 0;*/
    margin-top: 15px;
    padding: 15px 0 0 0;
}

    .panel-top li {
        float: left;
        margin: 0 50px 0 0;
        font-size: 14px;
        color: #474747;
    }

    .panel-top a {
        color: white;
    }

    .panel-top span {
        color: #fff;
    }

    .panel-top li:nth-child(3) {
        float: right;
        margin: 0;
    }

        .panel-top li:nth-child(3) span {
            color: #58b737;
        }

.menu li:last-child {
    margin: 0;
}

.menu li {
    float: left;
    width: calc(100% / 4);
    height: 190px;
    position: relative;
}

    .menu .active:after,
    .menu li:hover:after {
        opacity: 1;
    }

    .menu li:after {
        width: 100%;
        height: 4px;
        background: #b10047;
        position: absolute;
        bottom: 0;
        left: 0;
        bottom: 4px;
        content: '';
        transition: .5s;
        opacity: 0;
        z-index: 5;
    }

    .menu li.group-1 a:after {
        background: url(../images/menu-1.png) no-repeat center center;
    }

    .menu li.group-2 a:after {
        background: url(../images/menu-2.png) no-repeat center center;
    }

    .menu li.group-3 a:after {
        background: url(../images/menu-3.png) no-repeat center center;
    }

    .menu li.group-4 a:after {
        background: url(../images/menu-4.png) no-repeat center center;
    }

    .menu li.group-7 a:after {
        background: url(../images/menu-7.png) no-repeat center center;
    }

    .menu li.group-0 a:after {
        background: url(../images/menu-0.png) no-repeat center center;
    }

    .menu li.group-1 a:before {
        background: #f3f1f1 url(../images/menu-1h.png) no-repeat center center;
    }

    .menu li.group-2 a:before {
        background: #f3f1f1 url(../images/menu-2h.png) no-repeat center center;
    }

    .menu li.group-3 a:before {
        background: #f3f1f1 url(../images/menu-3h.png) no-repeat center center;
    }

    .menu li.group-4 a:before {
        background: #f3f1f1 url(../images/menu-4h.png) no-repeat center center;
    }

    .menu li.group-7 a:before {
        background: #f3f1f1 url(../images/menu-7h.png) no-repeat center center;
    }

    .menu li.group-0 a:before {
        background: #f3f1f1 url(../images/menu-0h.png) no-repeat center center;
    }

    .menu li.cab-1 a:after {
        background: url(../images/cabinet/menu-1.png) no-repeat center center;
    }

    .menu li.cab-2 a:after {
        background: url(../images/cabinet/menu-2.png) no-repeat center center;
    }

    .menu li.cab-3 a:after {
        background: url(../images/cabinet/menu-3.png) no-repeat center center;
    }

    .menu li.cab-4 a:after {
        background: url(../images/cabinet/menu-4.png) no-repeat center center;
    }

    .menu li.cab-5 a:after {
        background: url(../images/cabinet/menu-5.png) no-repeat center center;
    }

    .menu li.cab-6 a:after {
        background: url(../images/cabinet/menu-6.png) no-repeat center center;
    }

    .menu li.cab-7 a:after {
        background: url(../images/cabinet/menu-7.png) no-repeat center center;
    }

    .menu li.cab-8 a:after {
        background: url(../images/cabinet/menu-8.png) no-repeat center center;
    }

    .menu li.cab-9 a:after {
        background: url(../images/cabinet/menu-9.png) no-repeat center center;
    }

    .menu li.cab-1 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-1h.png) no-repeat center center;
    }

    .menu li.cab-2 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-2h.png) no-repeat center center;
    }

    .menu li.cab-3 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-3h.png) no-repeat center center;
    }

    .menu li.cab-4 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-4h.png) no-repeat center center;
    }

    .menu li.cab-5 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-5h.png) no-repeat center center;
    }

    .menu li.cab-6 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-6h.png) no-repeat center center;
    }

    .menu li.cab-7 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-7h.png) no-repeat center center;
    }

    .menu li.cab-8 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-8h.png) no-repeat center center;
    }

    .menu li.cab-9 a:before {
        background: #f3f1f1 url(../images/cabinet/menu-9h.png) no-repeat center center;
    }

.menu .active a:before {
    opacity: 1;
}

.menu a:after {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    content: '';
}

.menu a:before {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    content: '';
    z-index: 2;
}

.menu a {
    display: block;
    padding: 0 10px;
    height: 190px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.menu span,
.menu em {
    display: block;
}

.menu span {
    font-size: 13px;
    color: #262b2f;
    padding: 108px 0 0 0;
}

.menu em {
    font-size: 12px;
    color: #9d9d9d;
}


.menu.menu-left a:after,
.menu.menu-left a:before,
.menu.menu-left li:after {
    display: none;
}

.menu.menu-left {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border: none;
}

    .menu.menu-left li {
        float: none;
        height: auto;
        position: static;
        width: 100%;
    }

    .menu.menu-left a:hover,
    .menu.menu-left .active a {
        border-color: #b10047;
    }

    .menu.menu-left a {
        padding: 0;
        height: auto;
        text-align: left;
        float: left;
        clear: both;
        border-left: 3px solid #f3f1f1;
        padding: 0 0 0 10px;
        margin: 10px 0;
        transition: .5s;
    }

    .menu.menu-left span {
        padding: 0;
    }


.footer {
    border-top: 1px solid #e3e1e1;
    padding: 44px 0 0 0;
    margin: 45px 0 0 0;
    overflow: hidden;
}

.f-copy span {
    color: #58b737;
}

.f-copy a {
    color: #9a9a9a;
    font-size: 11px;
}

.f-copy {
    float: right;
    text-align: right;
    font-size: 13px;
    color: #272c30;
}

.f-logo {
    background: url(../images/logo2.png) no-repeat 0 0;
    width: 217px;
    height: 35px;
    float: left;
}

.c-title {
    position: relative;
    margin-bottom: 40px;
}

.c-title-num {
    background: url(../images/c-title-num.png) no-repeat 0 0;
    width: 61px;
    height: 62px;
    line-height: 54px;
    text-align: center;
    position: absolute;
    top: -9px;
    left: -5px;
    box-sizing: border-box;
    padding: 0 6px 0 0;
    color: #b10047;
    font-size: 17px;
    font-weight: bold;
}

    .c-title-num.active {
        color: #4aba24;
    }

.c-title-text {
    padding: 0 0 0 65px;
}

    .c-title-text b {
        display: block;
        font-size: 13px;
        color: #272c30;
    }

    .c-title-text span {
        font-size: 12px;
        color: #939393;
    }

.c-info {
    color: #3a3a3a;
    font-size: 13px;
    font-style: italic;
    padding: 0 0px 0 65px;
}

.pay.active {
    display: block;
}

.pay {
    display: none;
    /*margin: 0 -14px;*/
}

    .pay .active:after {
        opacity: 1;
    }

    .pay li:after {
        background: url(../images/act.png) no-repeat 0 0;
        width: 31px;
        height: 31px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        opacity: 0;
        transition: 0.5s;
    }

    .pay li:hover {
        box-shadow: 0 0 25px rgba(0,0,0, 0.75);
    }

    /*.pay li:nth-child(5n) {
        margin-right: 0;
    }*/

    .pay li {
        float: left;
        width: 194px;
        height: 94px;
        line-height: 94px;
        text-align: center;
        box-sizing: border-box;
        background: #fff;
        border-bottom: 4px solid #f1f1f1;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0,0,0, 0.35);
        margin: 14px;
        position: relative;
        cursor: pointer;
        transition: .5s;
    }

    .pay img {
        vertical-align: middle;
        max-width: 194px;
        max-height: 94px;
    }

.pay-input {
    width: 100%;
    position: relative;
}

.pay-i > td {
    padding: 5px 0;
}

    .pay-i > td > span {
        display: block;
        float: left;
        color: #b10047;
        font-style: italic;
        padding: 0 25px 0 0;
    }

    .pay-i > td > label {
        font-weight: bold;
    }

.busy img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.border-box {
    border: 1px solid #0bc457;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white;
    padding: 20px;
    margin-left: -60px;
}

.form-comment {
    font-size: 12px;
    color: grey;
    margin-top: 5px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.bottom-10 {
    position: absolute;
    bottom: 10px;
    right: 15px;
    left: 15px
}

.text-trim {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .menu a:after,
    .menu a:before,
    .menu li:after {
        display: none;
    }

    .menu {
        height: auto;
        overflow: hidden;
        padding: 10px 0;
    }

        .menu li {
            float: none;
            height: auto;
            position: static;
            width: 100%;
        }

        .menu a:hover,
        .menu .active a {
            border-color: #b10047;
        }

        .menu a {
            padding: 0;
            height: auto;
            text-align: left;
            float: left;
            clear: both;
            border-left: 3px solid #f3f1f1;
            padding: 0 0 0 10px;
            margin: 10px 0;
            transition: .5s;
        }

        .menu span {
            padding: 0;
        }

    .panel-top li {
        float: left;
        width: 100%;
    }

        .panel-top li:nth-child(3) {
            float: left;
            margin: 0;
        }

    .pay {
        margin: 0;
    }
}
