body {
    font-size: 100%;
    font-family: 'Roboto', sans-serif, serif;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    min-width: 1004px;
    background: #f5f8fb
}

input,
textarea {
    font-family: 'Roboto', sans-serif, serif;
    line-height: 1.3;
    font-size: 100%
}

.wrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    position: relative
}

.wrap>div {
    width: 100%
}

.wrap>.bg-sub {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: .1
}

#top-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #294b9b;
    display: flex;
    align-items: center
}

#top-menu>li#logo,
#top-menu>li#logo:hover {
    background: url("/accent_center/imgs/logo.png") no-repeat center;
    padding: 0;
    width: 260px;
    min-width: 260px;
    height: 75px;
    transition: none;
    margin: 0;
    cursor: pointer
}

#left-menu {
    background: #3971bc;
    width: 260px;
    min-width: 260px;
    min-height: 900px
}

#top-menu li {
    padding: 1.7rem 2rem;
    color: white;
    font-size: 16px;
    position: relative
}

#top-menu>li>a {
    color: white;
    text-decoration: none;
    border: 0;
    outline: 0
}

#top-menu>li ul.submenu {
    display: none;
    position: absolute;
    top: 75px;
    margin: 0;
    padding: 0;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    border-radius: 0 0 4px 4px;
    right: -76px;
    min-width: 343px;
    list-style-type: none;
    z-index: 800
}

#top-menu>li:hover ul.submenu {
    display: block
}

#top-menu>li ul.submenu li {
    padding: 0
}

#top-menu>li ul.submenu li a {
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 1rem 2rem;
    display: block
}

#top-menu>li ul.submenu li a span {
    color: #39bc7a
}

#top-menu>li ul.submenu li:hover a {
    background: #fafafa
}

#top-menu li.avatar {
    padding: 0 2rem 0 0
}

#top-menu li.avatar img {
    width: 45px;
    border-radius: 50%
}

#left-menu {
    position: relative
}

#left-menu:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 834px;
    background: #305dab
}

#left-menu:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 700px;
    background: url("/accent_center/imgs/menu/menu-city.png") no-repeat top center;
    height: 135px
}

#left-menu label {
    font-size: 11px;
    color: white;
    padding: 1rem;
    display: block;
    position: relative;
    z-index: 10
}

#left-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10
}

#left-menu ul li {
    margin-left: 1rem
}

#left-menu ul li a {
    display: block;
    padding: .5rem 1rem .5rem 2rem;
    color: white;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer
}

#left-menu ul li ul {
    display: none;
    margin-top: .5rem
}

#left-menu ul li ul li {
    margin-bottom: .5rem;
    margin-left: 2rem;
    color: white;
    font-size: 14px
}

#left-menu ul li ul li a {
    padding: 0;
    font-size: 14px;
    opacity: .6;
    transition: .2s
}

#left-menu ul li ul li a:hover {
    opacity: 1
}

#left-menu ul li ul li a.active {
    font-weight: bold;
    opacity: 1
}

#left-menu>ul:nth-child(3)>li:nth-child(1)>a {
    background: url("/accent_center/imgs/menu/admin.png") no-repeat left center
}

#left-menu>ul:nth-child(3)>li:nth-child(2)>a {
    background: url("/accent_center/imgs/menu/lang.png") no-repeat left center
}

#left-menu>ul:nth-child(3)>li:nth-child(3)>a {
    background: url("/accent_center/imgs/menu/business.png") no-repeat left center
}

#left-menu>ul:nth-child(3)>li:nth-child(4)>a {
    background: url("/accent_center/imgs/menu/downtown.png") no-repeat left center
}

#left-menu>ul:nth-child(3)>li:nth-child(5)>a {
    background: url("/accent_center/imgs/menu/centtel.png") no-repeat left center
}

#left-menu>ul:nth-child(3)>li:nth-child(6)>a {
    background: url("/accent_center/imgs/menu/supermarket.png") no-repeat left center
}

#left-menu>ul:nth-child(3)>li:nth-child(7)>a {
    background: url("/accent_center/imgs/menu/admin.png") no-repeat left center
}

#left-menu>ul:nth-child(6)>li:nth-child(1)>a {
    background: url("/accent_center/imgs/menu/club-speak.png") no-repeat left center
}

#left-menu>ul:nth-child(6)>li:nth-child(2)>a {
    background: url("/accent_center/imgs/menu/club-movie.png") no-repeat left center
}

#left-menu>ul:nth-child(6)>li:nth-child(3)>a {
    background: url("/accent_center/imgs/menu/club-business.png") no-repeat left center
}

#left-menu>ul:nth-child(8)>li:nth-child(1)>a {
    background: url("/accent_center/imgs/menu/phone.png") no-repeat left center
}

#left-menu .line {
    margin: 1rem;
    height: 1px;
    background: #dbdbdb;
    position: relative;
    z-index: 10
}

.block {
    position: relative
}

.path {
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    box-sizing: border-box;
    background: white;
    position: relative;
    z-index: 1
}

.path a {
    display: inline-block;
    color: #101010;
    text-decoration: none;
    font-weight: normal
}

.path span {
    font-weight: normal;
    margin: 0 .5rem;
    display: inline-block
}

#footer {
    padding: 2rem 1rem;
    background: #2d2d2d;
    display: flex
}

#footer a {
    color: white;
    text-decoration: none;
    font-size: .8rem;
    margin-right: 1rem
}

#footer a:last-child {
    margin-right: 0
}

#light {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 10000
}

#popup {
    display: none;
    width: 500px;
    background: white;
    padding: 0;
    border-radius: 4px;
    position: fixed;
    top: 20vh;
    left: calc(50% - 250px);
    box-sizing: border-box;
    z-index: 10001;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .19);
    overflow: hidden
}

#popup.w270 {
    width: 270px;
    left: calc(50% - 135px)
}

#popup.w760 {
    width: 760px;
    left: calc(50% - 380px)
}

#popup.w900 {
    width: 900px;
    left: calc(50% - 450px)
}

#popup.full-telegraph {
    left: 2rem;
    right: 2rem;
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    background: white url("/accent_center/imgs/telegraph.png?v=3") no-repeat top center
}

#popup.full {
    left: 2rem;
    right: 2rem;
    width: auto;
    position: absolute;
    top: 2rem
}

#popup .body {
    padding: 2rem
}

#popup .body .add-word .title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem
}

#popup .body .add-word .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    font-size: 20px;
    padding: 0 .5rem;
    cursor: pointer
}

#popup .body .add-word input::placeholder {
    color: #1e5b91
}

#popup .body .add-word input::-moz-placeholder {
    color: #1e5b91
}

#popup .body .add-word input:-ms-input-placeholder {
    color: #1e5b91
}

#popup .body .add-word input {
    background: #d9edff;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    padding: .7rem;
    margin-bottom: .5rem;
    outline: 0;
    width: 100%;
    box-sizing: border-box
}

#popup .body .add-word button,
#popup .body.sub-close button {
    padding: .8rem 0;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 14px;
    border: 0;
    background: #3971bc;
    color: white;
    cursor: pointer;
    outline: 0;
    position: relative;
    transition: .2s;
    border-radius: 4px;
    line-height: 1;
    font-weight: bold;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    width: 100%
}

#popup .body.sub-close button {
    width: auto;
    padding: .8rem 2rem;
    margin-top: 2rem
}

#popup .img-telegraph {
    height: 260px;
    position: relative
}

#popup .img-telegraph div {
    position: absolute;
    right: 135px;
    text-align: right;
    top: 65px
}

#popup .img-telegraph div p {
    margin: 0;
    color: white;
    font-size: 20px;
    font-weight: bold
}

#popup.full-telegraph .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center
}

#popup.full-telegraph .title a {
    color: #3971bc;
    text-decoration: none
}

#popup.full-telegraph .text {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 2rem 0
}

#popup.full-telegraph button {
    padding: 1rem 3rem;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 20px;
    border: 0;
    background: #3971bc;
    color: white;
    cursor: pointer;
    outline: 0;
    position: relative;
    transition: .2s;
    border-radius: 4px;
    line-height: 1;
    font-weight: bold;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    display: block;
    margin: 3rem auto;
    text-transform: uppercase
}

.inp-error {
    border: 2px inset red !important;
}

p.tip {
    background: #fff;
    padding: 2rem 2rem 2rem 4rem;
    border-radius: 4px;
    font-size: 20px;
    margin: 2.5rem;
    position: relative;
}

p.tip .fa {
    color: #4877cd;
    font-size: 30px;
    margin: 0 1rem 0 0;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 1.5rem;
    top: 28px;
}

.prep-add-dz-div {
    display: none;
}

.prep-add-dz-div.cloned {
    display: block;
    padding: 0.5rem;
}

button.prep-add-dz-block {
    padding: 1rem 4.5rem;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 14px;
    border: 0;
    background: #3971bc;
    color: white;
    cursor: pointer;
    outline: 0;
    position: relative;
    transition: .2s;
    border-radius: 4px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    display: block;
    margin: 1rem 0;
}

.prep-add-dz-div.cloned {
    display: block;
    padding: 0.5rem;
    max-width: 300px;
}

select[name=dz-list] {
    padding: .5rem 1rem;
    margin-right: .5rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: 0;
}

.inline-block {
    display: inline-block;
}
