/*noinspection CssUnknownTarget*/
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,400italic,300,300italic,500,500italic,700,700italic&subset=latin,cyrillic);

html,
body {
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    background: #FFFFFF;
}

.header {
    font-size: 16px;
}

h1, h2 {
    font-size: 24px;
}

h1.text-center {
    color: #666;
    font-size: 22px;
}

.wrap {
    min-height: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

.wrap > .container-fluid {
    padding: 0;
}

.footer {
    padding-top: 16px;
    background: #02688d;
    color: #fff;
    font-size: 16px;
}

.footer a {
    color: #fff;
}

.footer .links a {
    text-transform: uppercase;
}

.footer p {
    background: #02688d;
    margin: 0;
    padding: 0 0 7px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    /*noinspection CssNoGenericFontName*/
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

a {
    color: #333;
}

a:hover, a:focus {
    color: #1eb6c1;
    text-decoration: underline;
}

a:focus i {
    color: #333;
}

.header {
    margin-bottom: 20px;
}

.header .container {
    position: relative;
}

.header .logo {
    margin-top: 49px;
    margin-bottom: 49px;
}

.header nav {
    height: 0;
    width: 0;
    overflow: hidden;
}

.header .menu-trigger {
    position: absolute;
    left: 0;
    top: 49px;
    width: 41px;
    height: 28px;
}

.header .auth-links {
    /* position: absolute; */
    margin-top: 40px;
    display: inline-block;
    top: 43px;
    right: 217px;
    height: 30px;
    /* width: 230px; */
    text-align: left;
    font-size: medium;
}

.header .auth-links a {
    display: block;
    padding: 1px 9px;
    color: #424242;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.header .auth-links .login {
    text-transform: uppercase;
    color: #006689;
}

.header .auth-links .register {
    text-decoration: underline;
    color: #44bed5;
}

.header .auth-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .auth-links > ul > li {
    display: inline-block;
}

.header .auth-links ul ul {
    display: none;
}

.header .auth-links ul > li:hover ul {
    display: inline-block;
    list-style: none;
    position: absolute;
    top: 52px;
    right: 6px;
    background-color: #FAFAFA;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid whitesmoke;
    z-index: 2;
}

.header .auth-links ul ul a:hover {
    background: #006699;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}

.bg-e5 {
    background: #e5fffc;
}

.bg-1d {
    background: #1db7c1;
    color: #fff;
}

.bg-6d {
    background: #6db567;
    color: #fff;
}

.bg-c5 {
    background: #c5c7c8;
    color: #fff;
}

.bg-38 {
    background: #38a8d2;
    color: #fff;
}

.bg-26 {
    background: #2691b8;
    color: #fff;
}

.bg-a6 {
    background: #a680be;
    color: #fff;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 15px;
}

.p40 {
    padding: 40px;
}

.p30 {
    padding: 30px;
}

.mt40 {
    margin-top: 40px;
}

.uc {
    text-transform: uppercase;
}

.img-rl img {
    height: 140px;
    margin: 0 auto;
    display: block;
}

.pr-re {
    display: inline-block;
    text-align: left;
    font-size: 30px;
}

.pr-re {
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
}

/*.dialog {*/
    /*color: #fff;*/
    /*margin-right: -190px;*/
/*}*/

.dialog .mess-right:before {
    content: '';
    display: block;
    background: url("../img/bubble-r-t.png") center center no-repeat;
    height: 41px;
}
.dialog .mess-right:after {
    content: '';
    display: block;
    background: url("../img/bubble-r-b.png") center center no-repeat;
    height: 46px;
}
.dialog .mess-right {
    width: 358px;
    float: right;
    margin-bottom: 30px;
}

.dialog .mess-right .text-cont {
    display: block;
    background: url("../img/bubble-r-c.png") center center repeat-y;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 22px;
}

.dialog .mess-right .text {

}

.dialog .mess-right p {
    margin: 0;
}

.dialog .mess-left:before {
    content: '';
    display: block;
    background: url("../img/bubble-l-t.png") center center no-repeat;
    height: 58px;
}
.dialog .mess-left:after {
    content: '';
    display: block;
    background: url("../img/bubble-l-b.png") center center no-repeat;
    height: 57px;
}
.dialog .mess-left {
    width: 420px;
    float: left;
}

.dialog .mess-left .text-cont {
    display: block;
    background: url("../img/bubble-l-c.png") center center repeat-y;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 45px;
    padding-right: 15px;
}

.dialog .mess-left .text {

}

.dialog .mess-left p {
    margin: 0;
}

.big-btn {
    background: #07dfac;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 40px;
    font-size: 28px;
    line-height: 1.3333333;
    border-radius: 13px;
}

.uchastvui img {
    height: 50px;
    margin-left: 20px
}

.knowledge img {
    height: 130px;
    margin-top: 17px;
    margin-right: 45px;
}

.bg-1e {
    background: #1ebf95;
}

.mapp {
    color: #fff;
    background: url(../img/trngl.jpg) right center no-repeat #00aa49;
    background-size: contain;
}

.mapp p {
    padding-top: 60px;
}

.bg-ed {
    background: #edffe7;
}

.soc-links {
    /* position: absolute; */
    /* left: 386px; */
    /* top: 22px; */
}

.soc-link {
    color: #fff;
    font-size: 16px;
    /* margin-left: 22px; */
    /* background: #45bed5; */
    /* border-radius: 50%; */
    /* width: 40px; */
    /* height: 40px; */
    display: inline;
    position: relative;
}

.soc-links .fa-vk {
    margin-left: 4px;
    /* margin-top: 5px; */
    /* position: absolute; */
}

.soc-links .fa-facebook {
    margin-left: 6px;
    /* top: 6px; */
    /* position: absolute; */
}

.soc-links .fa-instagram {
    margin-left: 8px;
    /* position: absolute; */
    /* margin-top: 5px; */
}

.soc-link:hover {
    color: #fff;
}

.how-help {
    color: #fff;
    background: #e1516a;
    border-radius: 50px;
    /* position: absolute; */
    /* right: 165px; */
    /* top: 141px; */
    padding: 21px 49px;
    font-family: Exo2bolditalic, sans-serif;
    font-size: 24px;
}

footer img {
    height: 68px;
}

body > .side-menu ul {
    list-style: none;
    background: #444444;
    border-radius: 12px;
    margin: 26px 0 0 0;
    padding: 0;
    text-align: center;
}

body > .side-menu ul a {
    display: inline-block;
}

body > .side-menu ul a:hover {
    text-decoration: none;
}

.side-menu {
    background-color: #444444;
    width: 300px !important;
}

.side-menu ul li span {
    position: absolute;
    top: 92px;
    left: -15px;
    right: -15px;
    line-height: 15px;
}

.side-menu li {
    display: inline-block;
}

.side-menu a {
    width: 75px;
    height: 127px;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 13px;
    position: relative;
    margin: 10px 26px 3px 17px;
    background-size: 100% !important;
}

.side-menu .link-scool {
    background: url("../img/menu-sd.png") no-repeat;
    color: #FFF;
}

.side-menu .link-practice {
    background: url("../img/menu-pr.png") no-repeat;
    color: #fff;
}

.side-menu .link-dialog {
    background: url("../img/menu-dialog.png") no-repeat;
    color: #fff;
}

.side-menu .link-diapit {
    background: url("../img/menu-diapit.png") no-repeat;
    color: #fff;
}

.side-menu .link-bazazn {
    background: url("../img/menu-baza.png") no-repeat;
    color: #fff;
}

.side-menu .link-calc {
    background: url("../img/menu-calc.png") no-repeat;
    color: #fff;
}

.side-menu .link-app {
    background: url("../img/menu-app.png") no-repeat;
    color: #fff;
    margin-bottom: 29px;
}

.side-menu .link-help {
    background: url("../img/menu-help2.png") no-repeat;
    color: #fff;
    margin-bottom: 40px;
    height: 108px;
}

.side-menu .link-about {
    background: url("../img/menu-about.png") no-repeat;
    color: #fff;
    margin-bottom: 40px;
    height: 108px;
}

.side-menu .link-team {
    background: url("../img/menu-team.png") no-repeat;
    color: #fff;
}

.side-menu .link-contacts {
    background: url("../img/menu-contact.png") no-repeat;
    color: #fff;
}

.side-menu .hr {
    background: url("../img/menu-hr.png") no-repeat center;
    display: block;
    height: 3px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 29px;
}

.side-copy {
    color: #fff;
    padding: 18px 0 18px 28px;
}

.side-developer {
    padding: 0 0 10px 39px;
}

.side-developer img {
    height: 30px;
}

.p70-0 {
    padding: 70px 0;
}

.p70-0-0 {
    padding: 70px 0 0;
}

.dia-block {
    padding: 30px 0 10px;
}

.uc {
    text-transform: uppercase;
}

.uchastvui.v2 img {
    height: 67px;
    margin: 0;
}

.uchastvui.v2 button {
    margin-left: 80px;
    border-bottom: 3px solid #1db7c1;
    border-right: 4px solid #1db7c1;
}

.uchastvui.v3 button {
    background: #00bcc1;
    border-radius: 40px;
    border-bottom: 3px solid #006699;
    border-right: 4px solid #006699;
}

.mas-cont .item {
    margin: 0 auto;
    padding: 10px;
}

.tags-list {
    max-width: 1200px;
    margin: 20px auto;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
}

.tags-list a {
    color: #555;
    text-decoration: none;
    display: block;
    line-height: 19px;
    background-color: #fafafa;
    padding: 4px 11px 6px 9px;
    border-radius: 15px;
}
.tags-list .active a {
    color: #fff;
}

.tags-title {
    color: #44BED5;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 28px;
    float: left;
    margin-top: 4px;
}

.tags-title i {
    font-size: 20px;
}

.tags-list.diapit a {
    color: #555;
}

.tag-container {
    display: inline-block;
    position: relative;
}

.tag-container.active a {
    border: 0 solid #6db567;
    /* padding: 3px 20px 6px 9px; */
    border-radius: 15px;
    background: #6db567;
}

.faq-block .row, .faq-block .pager-container {
    max-width: 900px;
    margin: 0;
}

.faq-block .pager-container {
    padding-right: 5px;
}

.answer-container {
    background: #f3f2f2;
    padding-bottom: 30px;
    display: none;
}

.answer {
    width: 98%;
    max-width: 800px;
    border-left: 10px solid #6db567;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    position: relative;
}

.question-shadow {
    -webkit-box-shadow: 0 5px 8px -2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 5px 8px -2px rgba(0,0,0,0.7);
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 9px;
    z-index: 1;
    background-color: #6db567;
    left: 0;
}

.question {
    cursor: pointer;
    padding: 13px 0;
    text-decoration: none;
    margin-top: 0;
    font-size: 20px;
    font-family: "Exo 2", sans-serif;
    position: relative;
}


.answer-border {
    position: absolute;
    bottom: -5px;
    left: -10px;
    width: 10px;
    height: 10px;
    background: #6db567;
    border-radius: 50%;
}

.pagination > li > a {
    border: none;
    font-size: 20px;
    color: #1db7c3;
}

.pagination > li.active > a {
    border: none;
    font-size: 20px;
    color: #333;
    background: #edffe7;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #1db7c3;
    background-color: #fff;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border: none;
    font-size: 20px;
    color: #333;
    background: #edffe7;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    font-size: 26px;
    margin-top: 0;
    padding-top: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    font-size: 26px;
    margin-top: 0;
    padding-top: 0;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border: none;
}

.bubble {
    border-radius: 13px;
    border: 2px solid #1fbf95;
    padding: 10px 4px 9px 18px;
    background-color: #1fbf95;
    color: #fff;
}

.bubble p {
    line-height: 29px;
    margin: 0;
}

.bubble.bubble-right {
    border: 2px solid #2ADDDC;
    margin-left: 50px;
    max-height: 49px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    color: #333
}

.bubble.bubble-right.open {
    max-height: none;
    overflow: visible;
}

.bubble-slug {
    position: absolute;
    bottom: 0;
    right: -12px;
    z-index: -1;
    width: 36px;
    height: 25px;
    overflow: hidden;
}

.bubble-slug.slug-right {
    right: auto;
    left: 36px;
}

.bubble-slug .r1 {
    position: absolute;
    bottom: 4px;
    right: -2px;
    border-radius: 50%;
    border: 2px solid #1fbf95;
    height: 40px;
    width: 40px;
    background-color: #1fbf95;
}

.bubble-slug.slug-right .r1 {
    border: 2px solid #2ADDDC;
    background-color: #fff;
}

.bubble-slug .r2 {
    position: absolute;
    bottom: 13px;
    right: -10px;
    border-radius: 50%;
    border: 2px solid #1fbf95;
    height: 40px;
    width: 40px;
}

.bubble-slug.slug-right .r2 {
    border: 2px solid #2ADDDC;
}

.bubble-slug.slug-right .r2 {
    right: 4px;
}

.bubble-slug .r3 {
    position: absolute;
    bottom: 15px;
    right: -11px;
    border-radius: 50%;
    background: #fff;
    height: 40px;
    width: 40px;
}

.bubble-slug.slug-right .r3 {
    right: -32px;
}

.bubble-glue {
    width: 2px;
    height: 14px;
    background: #1fbf95;
    position: absolute;
    bottom: 9px;
    right: 15px;
}

.bubble-glue.glue-right {
    right: auto;
    left: 65px;
    background-color: #fff;
}

.dia-items {
    text-align: center;
    /* width: 1020px; */
    margin: 0 auto;
}

.dia-item {
    text-align: left;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    padding: 10px 10px 4px 10px;
    width: 100%;
    border-top: 2px dashed #737373;
}

.dia-item img {
    height: 150px;
    float: left;
    margin-right: 20px;
}

.next-cont > div {
    max-width: 900px;
    margin: 30px auto;
}

.p10 {
    padding: 10px;
}

.comment {
    color: #1eb6c3;
}

.comment-date {
    color: #2ae1dd;
}

.tags {
    color: #a7bdbb;
    margin-bottom: 10px;
}

.tags a {
    color: #a7bdbb;
}


.nav-tabs {
    border-bottom: 3px solid transparent;
}

.nav-tabs > li > a , .nav-tabs > li > a:hover , .nav-tabs > li > a:focus {
    color: #3bc0c9;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 22px;
}

.nav-tabs > li.active > a:after {
    content: '';
    display: block;
    height: 4px;
    background: #1db7c1;
    border-radius: 100px / 20px;
    margin: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #3bc0c9;
    border: 0;
    background: transparent;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -3px;
}

.bg-00b {
    background: #00bcc1;
    color: #fff;
}

.bg-f0 {
    background: #f0aa21;
    color: #fff;
}

.bg-f3 {
    /*background: #f3f2f2;*/
    color: #000;
}

.bg-abe {
    background: #abedb9;
}

.search-btn {
    background: url("../img/search.png") no-repeat;
    width: 71px !important;
    height: 71px;
    position: absolute;
    top: 138px;
    left: 22px;
    background-size: 100%;
    cursor: pointer;
}

.knowledge-tabs {
    max-width: 980px;
    border-radius: 20px;
    margin: 30px auto;
    padding: 0;
}

.knowledge-menu ul {
    list-style: none;
}

.knowledge-menu > ul {
    margin: 0;
    padding: 10px 0 10px 0;
    text-align: center;
}

.knowledge-menu > ul > li {
    display: inline-block;
    background: #38a8d2;
    width: 32%;
    margin: 0;
    padding: 0;
    border-radius: 33px;
    overflow: hidden;
}

.knowledge-menu > ul > li:first-child {
    float: left;
}

.knowledge-menu > ul > li:last-child {
    float: right;
}

.knowledge-menu > ul > li > a {
    background: #006699;
    display: block;
    font-size: 22px;
    border-radius: 45px;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 17px;
}

.knowledge-menu > ul > li > a i {
    float: right;
    margin-top: -1px;
}

.knowledge-menu > ul > li.active > a {
    background: #e49f22;
}

.knowledge-menu > ul > li > ul {
    background: #38a8d2;
    width: 93%;
    margin: 30px auto;
    display: none;
}

.knowledge-menu > ul > li > ul li {
    text-align: left;
    margin: 10px 0;
    background: url("../img/unselected.png") no-repeat -2px 3px;
    padding: 0 0 0 0;
    font-size: 16px;
    background-size: 14px;
}

.knowledge-menu > ul > li > ul li.active {
    background: url("../img/selected.png") no-repeat -1px 3px;
    background-size: 14px;
}


.knowledge-menu > ul > li > ul a {
    color: #fff;
    padding-left: 25px;
}

.knowledge-menu a:hover, .knowledge-menu a:focus {
    text-decoration: none;
}

.knowledge-view {
    padding: 0 0 50px 0;
    clear: both;
}

.knowledge-view .h2-cont {
    background: #38a8d2;
}

.knowledge-view h2 {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    font-size: 34px;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
}

.knowledge-view .body-cont {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.knowledge-view h1 {
    font-weight: 900;
}

.knowledge-view .author {
    font-weight: 900;
    padding: 7px 0;
    font-style: italic;
    font-size: 14px;
}

.knowledge-view .body-text {
    margin: 16px 0 30px 0;
}

.knowledge-view .video-cont {
    margin: 20px 0;
}

.knowledge-view .back {
    margin: 10px 0;
    display: inline-block;
}

.knowledge-view .file-cont {
    margin: 10px 0;
}

.knowledge-view .file-cont a {
    text-decoration: underline;
}

.knowledge-view .breadcrumbs {
    margin: 10px 0;
    font-size: 16px;
    text-transform: lowercase;
}

.knowledge-view .ico-post {
    padding-left: 63px;
    background: url("../img/ico-post.png") no-repeat 0 9px;
    min-height: 75px;
    padding-top: 23px;
    font-size: 48px;
}

.knowledge-view .ico-video {
    padding-left: 96px;
    background: url("../img/ico-video.png") no-repeat 0 14px;
    min-height: 75px;
    padding-top: 23px;
    margin-left: 3px;
    font-size: 48px;
}

.knowledge-view .ico-file {
    padding-left: 54px;
    background: url("../img/ico-file.png") no-repeat 0 12px;
    min-height: 75px;
    padding-top: 23px;
    margin-left: 3px;
    font-size: 48px;
}

.filter {
    font-size: 16px;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    color: #006699;
}

.filter a {
    color: #006699;
}

.filter a:hover {
    color: #e49f22;
}

.filter a.active {
    color: #e49f22;
}

.bg-e4 {
    background: #e4fffc;
}

.topic-list {
    margin: 47px 0 0 0;
}

.topic-list h3 {
    font-size: 19px;
}

.topic-list a:hover {
    text-decoration: none;
}

.topic-list > div > div {
    border-top: 1px solid #b0b2b4;
    padding: 25px 0 15px 0;
}

.topic-list > div > div:last-child {
    border-top: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.topic-list > div {
    padding: 20px;
    max-width: 980px;
    margin: 0 auto;
}

.topic-list .ico-post {
    padding-left: 80px;
    background: url("../img/ico-post.png") no-repeat 28px 4px;
    min-height: 75px;
    padding-top: 23px;
}

.topic-list .ico-video {
    padding-left: 96px;
    background: url("../img/ico-video.png") no-repeat 0 7px;
    min-height: 75px;
    padding-top: 23px;
    margin-left: 3px;
}

.topic-list .ico-file {
    padding-left: 96px;
    background: url("../img/ico-file.png") no-repeat 41px;
    min-height: 75px;
    padding-top: 23px;
    margin-left: 3px;
}

.topic-list h3 {
    float: left;
    margin: 13px;
}

.topic-list img {
    height: 50px;
}

.img-rl > .row, .block-practice > .row {
    max-width: 980px;
    margin: 0 auto;
}

.h1-bg {
    background: #b3f4f1;
}

.dia-block p, .dia-block h4 {
    margin-bottom: 30px;
}

.topic-list.search {
    margin-top: 0;
}

.site-signup , .site-login, .site-request-password-reset, .site-reset-password {
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
}

.dia-block h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 46px;
}

.img-rl h1 {
    font-weight: 600;
    font-size: 46px;
}

.knowledge h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 46px;
}

.pr-re {
    font-weight: 100;
}

.pr-re strong {
    font-weight: 600;
}

.mapp h2 {
    display: inline-block;
    width: 380px;
    text-align: left;
    font-size: 46px;
}

.w900 {
    font-size: 14px;
    max-width: 900px;
    margin: 0 auto 90px;
}


.site-search {
    position: absolute;
    left: 0;
    width: 100%;
}

.site-search .site-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    background: rgba(0,0,0,.9);
    -webkit-animation: fade-appear .3s forwards;
    animation: fade-appear .3s forwards;
}

.site-search-open .site-search .site-search-overlay {
    display: block;
}

.site-search .site-search-form {
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -52px 0 0 -380px;
}

.site-search .query {
    display: block;
    width: 700px;
    padding: 0 0 18px 47px;
    font: 30px "ProximaNova", sans-serif;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    border: 2px #FFF;
    border-style: none none solid;
    outline: none;
    line-height: 40px;
}

.site-search .submit {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 30px;
    height: 30px;
    background: url(../img/ico-search.png) 0 0 no-repeat;
    border: none;
}

.site-search-open .toggle-search {
    position: fixed;
    top: 29px !important;
    right: 29px !important;
    opacity: 0.2;
    transition: opacity .2s;
}

.site-search-open .jPanelMenu-panel {
    position: fixed !important;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    height: 100%;
}

.modal-backdrop {
    z-index: 1;
}

.jstree-classic .jstree-clicked {
    background: #eee !important;
    border: 1px solid #eee !important;
    padding: 0 2px 0 1px;
    color: #000 !important;
}

.hr hr {
    border-top: 1px dashed #aaa;
}

.hr80 hr {
    width: 80%;
    margin: 20px auto;
    border-top: 1px dashed #aaa;
}

.bldr-h1 {
    display: inline-block;
    background: #006699;
    border-radius: 12px;
    color: #fff;
    padding: 12px;
    margin: 0 auto;
}

.bldr-h2 {
    /* color: #006699; */
    text-align: center;
    font-size: 28px;
    line-height: 32px;
}

.bldr-h3 {
    border-radius: 12px;
}

.bldr-round-h2 span {
    display: inline-block;
    border-radius: 50%;
    background: #006699;
    width: 66px;
    height: 66px;
    padding-top: 17px;
    font-size: 28px;
}

.bldr-round-ol span {
    display: inline-block;
    border-radius: 50%;
    background: #006699;
    width: 30px;
    height: 30px;
    padding: 5px 0 0 11px;
}

.bldr-bucblue {
    font-weight: 900;
    text-transform: uppercase;
    color: #006699;
}

.bldr-h2-bg span {
    width: 90%;
    /* background: #00a650; */
    border-radius: 23px;
    padding: 10px 20px;
    margin: 0 auto;
    text-transform: uppercase;
    display: block;
    text-align: left;
}

.tb {
    display: table;
    width: 100%;
}

.tbc {
    float: none;
    display: table-cell;
}

.oh {
    overflow: hidden;
}

.c-md {
    vertical-align: middle;
}

.c-md * {
    margin: 0;
}

.page-head-text {
    width: 100%;
    max-width: 600px;
}

.left-border {
    width: 80px;
    height: 100%;
    overflow: auto;
    margin-left: -20px;
}

.right-border {
    width: 80px;
    height: 100%;
    overflow: auto;
    margin-right: -20px;
    float: right;
}

.field-user-fileinput img {
    height: 80px;
}

.select2-container {
    font-size: 14px;
}

.mb50 {
    margin-bottom: 50px;
}

.recovery-link {
    color:#999;
    margin:1em 0;
    font-size: 15px;
}

.site-login, .site-signup {
    text-align: center;
}

.auth-title {
    font-size: 13px;
}

.auth-clients {
    text-align: center;
    list-style: none;
    overflow: auto;
    padding: 0;
}

.auth-client {
    float: none;
    margin: 20px;
    display: inline-block;
}

.dia-tabs {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
}

.dia-tabs a, .dia-tabs a:hover, .dia-tabs a:focus {
    color: #fff;
    border: 0;
    background: #f0aa21;
    border-radius: 30px;
    display: inline-block;
    padding: 12px 36px;
    margin: 0 12px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
}

.dia-tabs a:first-child {
    margin-left: 0 !important;
}

.dia-tabs a:last-child {
    margin-right: 0 !important;
}

.btn.btn-fe, .btn.btn-fe:hover {
    border: 2px solid #fe8628;
    color: #fe8628;
    border-radius: 30px;
    background: #fff;
    text-transform: uppercase;
    padding: 7px 21px;
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
}

.knowledge-tabs .subcat {
    color: #e49f22;
}

.knowledge-tabs .active {
    color: #e49f22;
}

.page-head.diapit h1 {
    padding: 20px 0;
}

.tags-list.diapit .tag-container {
    height: 32px;
    margin: 0 20px;
}

.dia-menu.diapit {
    text-align: center;
}

.dia-menu.diapit a {
    display: inline-block;
    background: #a680be;
    padding: 5px 10px;
    margin: 2px 0 5px 4px;
    border-radius: 30px;
    color: #fff;
}

.dia-menu.diapit a.active {
    color: #23d3a1;
}

.dia-menu.diapit a:hover {
    text-decoration: none;
}

.diapit-item {
    height: 350px;
    margin-bottom: 30px;
    overflow: hidden;
}

.diapit-item img {
    min-height: 100%;
    min-width: 100%;
}

.diapit-items a:hover {
    text-decoration: none;
}

.diapit-items .desc {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
}

.diapit-items h3 {
    text-align: center;
    margin-top: 0;
    padding: 10px 5px 0 5px;
    font-size: 16px;
    text-transform: uppercase;
}

.diapit-items .he {
    text-align: right;
    margin-top: 0;
    padding: 0 21px 9px 0;
    color: #23d3a1;
    font-size: 22px;
}

.diapit .tag-container.active a {
    border: 1px solid #a680be;
    padding: 5px 8px 5px 7px;
    border-radius: 16px;
    background: #fafafa;
}

.diapit-view .breadcrumbs {
    margin-top: 10px;
}

.diapit-view .he {
    color: #23d3a1;
    font-size: 35px;
    margin: 22px 0 0 0;
    padding: 0;
}

.diapit-view hr {
    border-top: 1px dashed #000;
}

.diapit-view h2 {
    margin: 20px 0;
}

.diapit-view .body-text img {
    max-width: 100%;
    height: auto !important;
}

.dialog-last-comment {
    color: #f0aa21;
    font-size: 16px;
    font-family: "Exo 2", sans-serif;
}

.dialog-last-comment a {
    color: #f0aa21;
}
.dialog-last-comment a:hover, .dialog-last-comment a:focus {
    color: #f0aa21;
}

.page-dialog .dia-tabs a:hover {
    text-decoration: none;
}

.page-dialog .dia-tabs .active {
    background: #e5516a;
}

.dia-item a:hover {
    text-decoration: none;
}

.dia-items .list-view > div {
    display: inline-block;
}

.dia-item .dia-comment, .dia-item .comments {
    color: #f0aa21;
}

.dia-item .dia-comment {
    padding: 6px 19px 0 5px;
    font-size: 15px;
    font-family: "Exo 2", sans-serif;
}

.dia-item .comments, .diablog-item .comments {
    padding: 0 9px 0 22px;
    background: url("../img/comment.png") no-repeat left center;
    float: right;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    background-size: contain;
    margin-top: 6px;
}

.dia-items a:hover {
    color: #000;
}


.dia-items .qw {
    font-size: 19px;
    margin-bottom: 5px;
}

.dia-items .ans {
}

.dialog-view h2 {
    /* padding: 10px 0 15px 0; */
}

.dialog-view .breadcrumbs {
    margin: 20px 0 20px 0;
}

.dialog-view h1 {
    font-weight: 900;
}

.dialog-view .info {
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    margin: 15px 0 20px 0;
}

.comments-header {
    color: #ce4556;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}

.comments .media-body {
    padding: 14px 0 0 0;
}

.comments .media {
    padding: 20px 0 25px 0;
    border-top: 1px dashed #000;
}

.c-date {
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
}

.c-zag {
    font-weight: 900;
    font-size: 18px;
}

.site-team .fio {
    color: #38a8d2;
}

.site-team h3 {
    text-transform: uppercase;
    white-space: normal;
}

.site-team .team-photo img {
    border-radius: 50%;
    width: 50%;
}

.site-team .items p {
    white-space: normal;
}

.site-partners .items img {
    border-radius: 50%;
    width: 100%;
}

.site-partners .items a {
    color: #38a8d2;
}

.bbws {
    border-bottom: 1px dashed #44C0D7;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.btws {
    border-top: 1px dashed #44C0D7;
    margin-top: 5px;
    padding-top: 5px;
}

.school-category-index tbody img {
    height: 100px;
}

.mw100 {
    max-width: 100%;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.school-cats .item {
    display: block;
    padding: 0 0 30px 0;
    width: 25%;
    float: left;
    text-align: right;
}

.school-cats .item.i2x {
    padding: 0 0 30px 0;
    width: 50%;
    text-align: center;
}

.school-cats .items a {
    text-align: right;
    display: inline-block;
    padding: 10px;
}

.school-cats .items img {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 32px;
}

.school-cats .items .i2x img {
}

.gloster {
    text-align: right;
    padding: 40px 0 40px 40px;
}

.gloss {
    background: #44c2d9;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 47px 16px 46px;
    border-radius: 25px 0 0 25px;
    line-height: 54px;
    font-size: 25px;
    font-family: "Exo 2", sans-serif;
}

.gloss:hover, .gloss:active {
    text-decoration: none;
    color: #fff;
}

.osterm {
    background: #fff;
    display: inline-block;
    padding: 20px 60px 20px 60px;
    float: right;
    text-align: left;
    border-radius: 0 25px 25px 0;
}

.osterm:hover, .osterm:active {
    text-decoration: none;
    color: #000;
}
.container.school-view.items-container {
    position: relative;
}

.school-view .item .title {
    text-align: center;
}

.school-view .item .title div {
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    padding: 2px 15px 0 15px;
    margin: 11px 0 7px 0;
    cursor: pointer;
}

.school-view .item .title div a {
    color: #fff;
}
.school-view .item .title div a:hover {
    text-decoration: none;
}

.school-category-update img {
    max-width: 100%;
}

.school-view .item .body .row {
    padding: 10px 0 10px 0;
}

.school-view img {
    max-width: 100% !important;
}

.search .filter {
    border: none !important;
}


/* Кнопки Поделиться */

.share-item-control {
    padding-top: 10px;
}

.share-item-control .share-button {
    cursor: pointer;
    margin-right: 5px;
    /*font-size: 50px;*/
}

.is-fav-model .share-button-fav {
    display: none;
}
.share-button-fav-remove {
    display: none;
}
.is-fav-model .share-button-fav-remove {
    display: inline;
}




i.fa-facebook {
    color: #3b5998;
}

i.fa-vk {
    color: #45668e;
}

i.fa-bookmark-o {
    color: #1eb6c1;
}

.vote-item-control {
    text-align: right;
    height: 60px;
    padding-top: 10px;
}

.vote-item-control .pgl {
    display: block;
    float: right;
    height: 49px;
    padding: 10px 13px;
    border-radius: 31px;
    border: 1px solid #79c1d7;
}

.vote-item-control .pgl:hover span {
    color: #79c1d7;
}

.vote-item-control .pgl.isg {
    background-color: #b6e8f1;
}

.vote-item-control .pgl.isg:hover {
    /* background-color: #fff; */
    border: 1px solid #79c1d7;
}

.vote-item-control .pgl.isg:hover span {
    color: #00658f;
}

.vote-item-control span {
    cursor: pointer;
    color: #00658f;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    height: 44px;
    float: left;
    padding: 6px 0 0 4px;
}

.head h1 a, .head h2 a {
    color: #fff;
}

.head h1 a:hover, .head h2 a:hover, .head h1 a:focus, .head h2 a:focus {
    color: #fff;
    text-decoration: none;
}

.ias-trigger, .ias-spinner {
    padding: 20px;
    text-transform: uppercase;
    clear: both;
}

.ias-spinner {
    padding: 20px !important;
}

.knowledge-list div .ias-spinner {
    padding: 30px !important;
}

.arrowup {
    /* background: url('../img/pageup.png') no-repeat; */
    /*display: none;*/
    position: fixed;
    bottom: 32px;
    right: 10px;
    z-index: 99;
    width: 53px;
    height: 55px;
    /*padding: 0;*/
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    color: #858f97;
    padding: 0 7px;
    display: inline-block;
}

.arrowup:hover {
    text-decoration: none;
}

.arrowup i {
    /* font-size: 10px; */
    position: absolute;
    top: 0;
    right: 32px;
    color: #2691b8;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 3px #2691b8;
}

.arrowup span {
    font-size: 12px;
}

.tags-list.diapit {
    font-size: 13px;
}

.knowledge-list h3 i {
    color: #38a8d2;
    margin-right: 15px;
}

.knowledge-list div .ias-noneleft {
    border-top: 0;
}

.knowledge-list div .ias-trigger, .knowledge-list div .ias-spinner {
    padding: 25px 0 25px 0;
    border: 0;
}

.knowledge-list div .ias-spinner img {
    height: 12px;
}

.knowledge-view h1 i {
    font-size: 25px;
    color: #38a8d2;
}

.kn-file-preview {
    height: 180px;
}


.attachments-preview {

width: 200px;float: left;margin-right: 10px;}

.attachments-preview img {
    width: 100%;
}

.attachments-preview a {
    display: block;
    text-align: center;
    margin: 0 0 9px 0;
}

.attachments-preview a.popup-link {
    margin: 0 0 5px 0;
}

body {
    font-family: 'Exo 2', sans-serif;
    line-height: 24px;
    font-size: 16px;
}

.auth-links {
    font-family: "Exo 2", sans-serif;
    line-height: 19px;
    font-size: 16px;
}

.head h1, .head h2 {
    font-family: "Exo 2", sans-serif;
    line-height: 28px;
    font-size: 25px;
}

.head h1 span, .head h2 span {
    font-family: "Exo 2", sans-serif;
}

.footer {
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
    position: relative;
}

.cdb22 {
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
}

.cdb23, h2, h3 {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    line-height: 18px;
}

.e216 {
    font-family: 'Exo 2', sans-serif;
    line-height: 20px;
    font-size: 16px;
}

.e2bi14 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-style: italic;
    line-height: 22px;
    font-size: 14px;
}

.school-view .item .title {
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    line-height: 30px;
}

.row.nmr {
    margin-right: 0;
    margin-left: 0;
}

.container.npc {
    padding-right: 0;
    padding-left: 0;
}

.npmrl {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.btn.btn-white {
    height: 38px;
    padding: 7px 31px;
    font-size: 16px;
    border-radius: 23px;
    font-family: "Exo 2", sans-serif;
    line-height: 23px;
}

.btn.btn-white:hover, .btn.btn-white:active {
    background: #fcf9d6;
}

.btn.btn-green {
    height: 40px;
    padding: 6px 32px;
    font-size: 18px;
    border-radius: 23px;
    font-family: "Exo 2", sans-serif;
    line-height: 27px;
    background: #3bb08f;
    color: #fff;
    border-color: #3bb08f;
}

.btn.btn-green:hover, .btn.btn-green:active, .btn.btn-green:focus, .btn.btn-green.active {
    background: #006699;
    color: #fff !important;
    border-color: #006699;
}

.ptb20 {
    padding: 15px 0 15px 0;
}

.ptb40 {
    padding: 30px 0 30px 0;
}

.link1 {
    font-family: "Exo 2", sans-serif;
    font-size: 17px;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.link1:hover, .link1:active {
    color: #b5ffdc;
}

.link2 {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #eca621;
    text-decoration: underline;
    font-style: italic;
}

.link3 {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #3bac8b;
    text-decoration: underline;
    font-style: italic;
}

.link2:hover, .link2:active, .link3:hover, .link3:active {
    color: #77bed4;
}

.mt20 {
    margin-top: 20px;
}

.im-cont {
    width: 100%;
}

.im-cont img {
    width: 100%;
}

.main-app .head h2 a {
    color: #3bac8b;
}

.bg-38a4 {
    background: #38a4ce;
}

.pl40 {
    padding-left: 30px;
}

.main-practice  h2 {
    margin-top: 32px;
}

.pt50 {
    padding-top: 38px;
}

.main-dialog .dialog-last-comment {
    margin-top: 13px;
}

.pt40b20 {
    padding: 27px 0 13px 0;
}

.mt10 {
    margin-top: 7px;
}

.mb20 {
    margin-bottom: 15px;
}

.mbr20 {
    margin-bottom: 20px;
}

.mtr30 {
    margin-top: 30px;
}

.mbr55 {
    margin-bottom: 55px;
}

.ptb15 {
    padding: 11px 0 11px 0;
}

.ptb30 {
    padding: 22px 0 22px 0;
}

.usermenu {
    float: right;
    margin-top: -10px;
}

.usermenu > a {
    margin-right: 0;

}


.mob-footer {
    display: none;
}

.mob-user {
    display: none;
}

.dia-items .list-view > * {
    width: 100%;
    margin-bottom: 3px;
}

.prr-img {
    background: url('../img/practice-main.jpg') center no-repeat;
    min-height: 318px;
    background-size: cover;
}

.prr-img-sm {
    display: none;
}

.bz-img-main {
    background: url('../img/baza-main.jpg') center no-repeat;
    min-height: 323px;
    background-size: cover;
}

.bz-img-sm {
    display: none;
}

.school-view {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    font-size: 17px;
}

.school-view .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.school-view h1 {
    font-family: "Exo 2",sans-serif;
    font-size: 36px;
    color: #fff;
}

/*****************************************************************************************/
/***************  header2  **************/
.header .logo {
    height: 65px;
    margin: 7px 0 0 0;
}

.header .menu-trigger {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 4;
}

.header .soc-links {
    /* display: none; */
}

.header .auth-links {
    /* position: absolute; */
    /*margin-top: 0;*/
    display: block;
    /* top: 27px; */
    /* right: 0px; */
    height: 30px;
    /* width: 186px; */
    text-align: left;
    font-size: 12px;
    margin-top: 26px;
    padding-top: 6px;
    margin-left: 3px;
    float: right;
}

.how-help {
    color: #fff;
    background: #e1516a;
    border-radius: 50px;
    /* position: absolute; */
    /* right: 173px; */
    /* top: 22px; */
    padding: 6px 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    margin-top: 22px;
    display: inline-block;
    float: right;
}

.how-help:hover, .how-help:active {
    background: #EF8433;
    text-decoration: none;
    color: #fff;
}

.search-btn {
    background: url("../img/search_icon_a.gif") no-repeat;
    width: 25px !important;
    height: 25px;
    position: absolute;
    left: 48px;
    top: 22px;
    background-size: 100%;
    cursor: pointer;
    right: auto;
    z-index: 2;
}

.header {
    margin-bottom: 0;
    position: fixed !important;
    left: 0;
    right: 0;
    height: 76px;
    z-index: 3;
    width: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.7);
    /* border-bottom: 1px solid whitesmoke; */
}

.wrap {
    /*padding-top: 77px;*/
}

.alogo {

left: 50%;position: absolute;margin: 0 0 0 -104px;padding: 0;}
/*****************************************************************************************/

.vote-item-control .vote-img {
    width: 105px;
    height: 32px;
    background: url('../img/vote-default.png') no-repeat 14px 0;
    display: inline-block;
    color: #326086;
    line-height: 12px;
    padding: 2px 59px 0 0;
    font-size: 12px;
    background-size: contain;
}

.tags-mob {
    display: none;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 96px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 13px;
    left: 6px;
    right: 8px;
    height: 4px;
    background: black;
    border-radius: 0;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    content: "";
    border-radius: 0;
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
    bottom: -10px;
}

.c-hamburger--htra {
    background-color: #fff;
}

.c-hamburger--htra span {
    transition: transform 0.3s;
}

.c-hamburger--htra span::before {
    transform-origin: top left;
    transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htra span::after {
    transform-origin: bottom left;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */
.c-hamburger--htra.is-active {
    background-color: #fff;
}

.c-hamburger--htra.is-active span {
    transform: rotate(180deg);
    border-radius: 0;
    top: 13px;
}

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
    width: 50%;
}

.c-hamburger--htra.is-active span::before {
    top: 0;
    transform: translateX(-6px) translateY(2px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
    bottom: 0;
    transform: translateX(-6px) translateY(-2px) rotate(45deg);
}

.right-side {
    width: 50%;
    float: right;
    text-align: right;
    height: 100px;
    margin-right: -15px;
}

.search-header-input {
    position: absolute;
    top: 33px;
    left: 100px;
    border: 0;
    border-bottom: 2px solid #44BED5;
    outline: none;
    width: 225px;
}

.uavatar {
    height: 28px;
    border-radius: 50%;
}

.username {
    padding: 5px 5px 5px 9px;
    display: block;
    border-bottom: 1px dashed #44C0D7;
    margin-bottom: 4px;
}

.ias-trigger a {
    border: 2px solid #ddd;
    border-radius: 50px;
    display: inline-block;
    padding: 3px 20px;
    font-size: 16px;
    width: 180px;
    height: 32px;
}

/*.ias-spinner a {*/
    /*display: inline-block;*/
/*}*/

/*.ias-spinner a {*/
    /*border: 2px solid #6db567;*/
/*}*/

.auth-links.no-auth {
    margin-top: 21px;
}

.diapit-filter-mob {
    display: none;
}

.topic-list.search .pager-container {
    height: 80px;
}

.site-team .items a {
    height: 353px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.site-team .items a:hover, .site-team .items a:focus {
    text-decoration: none;
    color: #000;
}

.wh-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 84px;
    z-index: 2;
    box-shadow: inset 0 -77px 39px -20px #fff;
}

.site-team.site-team-item img {
    height: 150px;
    width: auto;
}

.site-team-item .knowledge-view .breadcrumbs {
    text-transform: none;
}

.site-team-item .knowledge-view {
    padding: 0;
}

.bg-3bb {
    background: #3bb08f;
}

.hh-form-container {
    max-width: 426px;
    margin: 23px auto 0;
}

.stylized-form input {
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    padding: 6px 20px;
    width: 257px;
}

.stylized-form textarea {
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    padding: 10px 5px;
    width: 257px;
}

.stylized-form .btn {
    margin: 0 auto;
    display: inherit;
}

#hhf-act-form {
    padding: 0 90px 0 90px;
}

#hhf-act-form input {
    width: 280px;
    font-size: 15px;
    padding: 6px 20px;
    margin-right: 20px;
}

#hhf-act-form .field-howhelpform-body {
    width: 100%;
    margin: 20px 0 33px 0;
}

#hhf-act-form textarea {
    width: 100%;
    height: 160px;
    font-size: 15px;
    padding: 18px 17px;
}

#contact-form textarea {
    width: 100%;
    height: 80px;
    font-size: 15px;
    padding: 13px 17px;
}

.alert {
    border-radius: 30px;
}

.hh-swith a {
    margin: 12px;
    text-transform: uppercase;
}

.gl-link {
    margin-bottom: 22px;
    margin-top: 9px;
}

.gl-link p {
    margin-top: 9px;
    margin-bottom: 31px;
}

.gl-link i {
    color: #38a8d2;
    font-size: 24px;
    margin-right: 10px;
}

.gl-link a, .gl-link a:hover, .gl-link a:active {
    font-family: "Exo 2", sans-serif;
    font-size: 25px;
    color: #006699;
    text-decoration: underline;
    text-transform: uppercase;
}

.school-cats {
    padding-top: 33px;
}

.gloss-head a {
    text-decoration: none;
    color: #00668d;
}

.mw550 {
    max-width: 550px;
    margin: 0 auto;
}

.gloss-list {
    max-width: 418px;
    margin: 0 auto;
    padding-top: 22px;
}

.gloss-list .gl-item {
    display: table;
    margin-top: 21px;
}

.gloss-list .gl-im {
    display: table-cell;
    vertical-align: middle;
    min-width: 95px;
    text-align: right;
    padding-right: 10px;
}

.gloss-list img {
    max-width: 70px;
}

.gloss-list .gl-desc {
    display: table-cell;
    vertical-align: middle;
}

.fs20 {
    font-size: 17px;
    max-width: 100%;
    line-height: 1.5;
}

.fs23 {
    font-size: 23px;
}

.school-view .container {
    max-width: 1000px;
    background: #fff;
}

.school-view .head .container {
    background: #2691b8;
}

#paymentrequest-sum {
    /* width: 250px; */
    /* padding: 6px 20px; */
}

.stylized-form label {
    font-weight: 400;
}

.pay-for {
    background: #bcbcbc;
    color: #fff;
    text-align: center;
    border-radius: 28px;
    padding: 17px 15px 1px;
    margin-bottom: 15px;
}

.pay-for .desc {
    margin-bottom: 17px;
}

.pay-for input, .pay-for textarea {
    width: 100%;
    padding: 7px 20px;
}

.pay-for textarea {
    border-radius: 19px;
    min-height: 92px;
}

.stylized-form label {
    float: right;
    padding-top: 7px;
    text-align: left;
    width: 55px;
}

.field-paymentrequest-sum label {
}

.stylized-form input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 3px solid #cacece;
    padding: 19px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    cursor: pointer;
}

.stylized-form input[type=checkbox]:focus {
    outline: none;
}

.stylized-form input[type=checkbox]:active, .stylized-form input[type=checkbox]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 3px rgba(0,0,0,0.1);
}

.stylized-form input[type=checkbox]:checked {
    background-color: #fff;
}

.stylized-form input[type=checkbox]:checked:after {
     content: "\f078";
     position: absolute;
     top: 8px;
     left: 9px;
     color: #3bb08f;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: 19px;
}

p {
    margin: 0;
}

.school-view .row > div {
    /* margin-bottom: 10px; */
}

.s-o {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,.5);
    overflow: scroll;
}

.s-o .s-o-close {
    margin: 0 auto;
    text-align: right;
    background: url(../img/pravilo15.png) center center no-repeat #fff;
    background-size: 100px 40px;
}

.s-o-close i {
    margin-left: -10px;
    cursor: pointer;
    position: fixed;
    z-index: 888;
}

.s-o-c {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    background: #fff;
    padding-top: 14px;
    padding-bottom: 40px;
}

.s-o-c-container {
    margin-top: -5px;
    padding-top: 0;
    position: relative;
}

.no-auth-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,.5);
    overflow: scroll;
}

.no-auth-message {
    position: relative;
    padding: 30px;
    background: #fff;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.no-auth-message a {
    text-decoration: underline;
    color: #44bed5;
}

.no-auth-close {
    margin: -22px -18px 0 -15px;
}

.no-auth-close i {
    cursor: pointer;
}

.help-events {
    max-width: 550px;
    margin: 20px auto 0;
}

.he-tabs {
    max-width: 550px;
    margin: 0 auto;
}

.he-tabs li {
    margin-left: -13px;
}

.help-event {
    margin-top: 20px;
}

.he-date {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

.he-show-all {
    margin-top: 30px;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
}

.he-show-all .fa {
    font-size: 44px;
    margin-top: -8px;
}

.hr-item {
    float: left;
    height: 45px;
    background: #00668d;
}

.hr-item.odd {
    background: #2695bc;
}

.hr-item.need {
    background: transparent;
}

.help-road-container {
    overflow-y: hidden;
    overflow-x: scroll;
    /* max-width: 960px; */
    height: 40px;
    margin: 20px auto;
    padding-top: 85px;
    padding-bottom: 160px;
    width: 100%;
    position: relative;
}

.help-road {
    height: 45px;
    position: relative;
}

.help-road:before, .help-road:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #ccc;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
}

.help-road:after {
    top: auto;
    bottom: 0;
}

.hr-event {
    float: left;
    height: 80px;
    width: 4px;
    background: #fe8628;
    margin-top: -35px;
    position: relative;
}

.hr-event-text {
    position: absolute;
    width: 250px;
    height: 49px;
    background: #fe8628;
    border-radius: 18px;
    top: -45px;
    left: -200px;
    color: #fff;
    padding: 10px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    line-height: 14px;
}

.hr-event.current {
    background: #886bc1;
    margin-top: 0;
}

.hr-event.current .hr-event-text {
    background: #886bc1;
    top: 66px;
}

.hr-item-info {
    display: none;
    position: absolute;
    top: 43px;
    border-left: 2px solid #44c2d9;
    margin-left: 0;
    z-index: 2;
    background: #fff;
    padding: 6px;
    border-radius: 0 8px 8px 0;
}

.hr-item:hover {
    background: #44c2d9;
}

.hr-item:hover .hr-item-info {
    display: block;
}

.hr-item-info-name {
    color: #44c2d9;
}

.wrap-container .container .hr-item-info-name a:not(.btn) {
    text-decoration: none;
}

.hr-item-info-message {
    font-size: 14px;
    line-height: 16px;
}

.hr-item.need {
    background: url("../img/rm-go.png") no-repeat  80% 3px;
}

.hr-item.hr-wait {
    background: url("../img/rm-wait.png") no-repeat 2px 6px;
    width: 41px;
}

.help-road-el {
    position: relative;
    margin-right: -5px;
}

.hr-go-l, .hr-go-r {
    position: absolute;
    top: 85px;
    left: -40px;
    width: 40px;
    height: 45px;
    background: #ccc;
    padding: 13px 9px 9px 15px;
    cursor: pointer;
    font-size: 15px;
}

.hr-go-r {
    left: auto;
    right: -5px;
    z-index: 1;
}

button.close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dialog-view .comments-header img {
    height: 20px;
}

.prev-comments {
    margin-right: 0;
}


@media print {
    body {
        display: none;
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 13px;
    margin-bottom: 10px;
}

#howhelpform-body {
    /* display: none; */
}

.field-howhelpform-howhelp {
    max-width: 580px;
    margin-top: 20px;
    position: relative;
}

.field-howhelpform-howhelp select, .field-contactsform-theme select {
    width: 100% !important;
    border: 2px solid #bcbcbc !important;
    color: #888;
    border-radius: 30px !important;
    -webkit-appearance: none;
    height: 41px;
    padding: 6px 21px;
}

#contact-form select, #contact-form input, #contact-form textarea {
    width: 100%;
}

#contact-form .form-group {
    position: relative;
}

.field-howhelpform-howhelp .caret, .field-contactsform-theme .caret {
    position: absolute;
    right: 15px;
    top:20px;
    opacity: .4;
}

.field-howhelpform-howhelp .cbg, .field-contactsform-theme .cbg {
    position: absolute;
    right: 8px;
    top: 11px;
    width: 20px;
    height: 20px;
    background: #fff;
}

.developers {
    position: absolute;
    width: 147px;
    top: 7px;
    right: 0;
    height: 50px;
    z-index: 2;
}

.developers .gaika {
    background: url("../img/gaika.png") no-repeat 2px 5px;
    background-size: 57px 25px;
    width: 65px;
    height: 36px;
    display: block;
    float: left;
}

.developers .vblb {
    width: 65px;
    height: 36px;
    display: block;
    color: #fff;
    text-decoration: none;
    float: left;
    text-align: center;
}

.select2-selection__choice__remove {
    font-family: "Arial Black", arial-black, sans-serif;
}

em {
    display: inline-block;
}

.sddm {
    margin-top: 37px;
}

.prlm {
    text-align: right;
    padding-right: 14px;
}

.malm {
    text-align: right;
    padding-right: 37px;
}

.footer .links {
    margin-bottom: 20px;
}

.bg-5D {
    background: #38A8D2;
}

.page-app img {
    margin-left: 10px;
}

.s-o-c-wtmk {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    background: url(../img/watermark.png);
    bottom: 180px;
    opacity: .2;
}

#popup-copyright a {
    color: #1eb6c1;
}


.school-cats {
    opacity: 0;
}

.btn-fin:hover, .btn-act:hover {
     background-color: #3bb08f !important;
     border-color: #3bb08f !important;
}

.btn-fin.active:hover, .btn-act.active:hover {
     background-color: #006699 !important;
     border-color: #006699 !important;
}

.pb20 {
    padding-bottom: 20px;
}

.ml10 {
    margin-left: 10px;
}

.field-paymentrequest-sum .fa-rub {
    margin-left: -26px;
    color: #888;
}

.justify-image{ text-align: justify;}
.justify-image img{display:inline-block;}
.justify-image:after{content:""; display: inline-block; width: 100%; height: 0;}

.gloss-list2 {
    margin-top: 20px;
}

.gloss-list2 img {
    margin-bottom: 10px;
}

.pull-right-md {
    float: right;
}

.exo-blue-italic {
    color: #00668d;
    font-style: italic;
}

.c40 {
    color: #40af90;
}

.cdb {
    font-family: "Exo 2", sans-serif;
}

.res-desc {
    margin-top: 20px;
    margin-bottom: 50px;
}

.cukt {
    width: 440px;
    background: #009e50;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 4px;
    font-style: italic;
}

.eli {
    margin-top: 61px;
    font-size: 16px;
    font-style: italic;
}

.cuk {
    margin-top: 31px;
}

.comments-list .com-avatar {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background-size: cover !important;
}

.user-main-img {
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-size: cover !important;
    margin-right: 15px;
}

.user-mob-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: cover !important;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.uim .fa {
    position: absolute;
    top: 10px;
    right: 6px;
}

.video-cont iframe {
    width: 800px !important;
}

.site-error {
    text-align: center;
    max-width: 900px;
    width: 95%;
    margin: 0 auto 30px;
}

.site-error h1 {
    margin: 66px 0;
}

.site-error img {
    max-width: 100%;
}

.site-error h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 26px;
    margin-bottom: 23px;
}

.site-error a {
    color: #40af90;
    font-style: italic;
}

.knowledge-view img {
    max-width: 95% !important;
    height: auto !important;
}

.nxpr {
    height: 10px;
    margin: 40px 0 20px 0;
}

.nxpr i {
    font-size: 10px;
}

.diapit-items > div {
    margin: 0 auto;
}

.diapit-items .item {
    width: 33%;
    padding: 5px;
    /* min-width: 250px; */
}

.diapit-items .desc {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.diapit-item {
    height: auto;
    margin-bottom: 5px;
}

.diapit-item img {
    min-height: 0;
    width: 100%;
}

#msnr {
    margin-bottom: 80px;
    width: 100% !important;
    background: #FFFFFF;
}

#msnr .ias-trigger {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
}

#contactsform-verifycode-image {
    height: 45px;
}

.who-pay {
    color: #3bc0c9;
}

.who-pay .fa-rub {
    font-size: 12px;
}

#contactsform-attachments {
    background: none;
    border: none;
    color: transparent;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    outline: none;
}

.field-contactsform-attachments label {
    text-align: right;
    display: block;
    /*height: 30px;*/
    width: 100%;
    cursor: pointer;
    padding: 10px;
    float: none;
}

.field-contactsform-attachments label:before {
    content: "\f0c6";
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* important in end css */
body {
    display: block !important;
}

/*@font-face {*/
    /*font-family: "CaviarDreams";*/
    /*src: url('../font/CaviarDreams.ttf') format("truetype");*/
/*}*/

/*@font-face {*/
    /*font-family: "CaviarDreamsBold";*/
    /*src: url('../font/CaviarDreams_Bold.ttf') format("truetype");*/
/*}*/
/* important in end css */


@media (min-width: 992px) {
    .container {
        width: 836px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 836px;
    }

    .soc-links {
        /* left: 284px; */
    }
}

@media (min-width: 1330px) {
    .container {
        width: 836px;
    }
}



@media (max-width: 1340px) {
    /*.dialog {*/
        /*margin-right: -140px;*/
    /*}*/
}

@media (max-width: 1329px) {
    .dia-tabs a, .dia-tabs a:hover, .dia-tabs a:focus {
        margin: 0 12px;
    }

    .prr-img {
        min-height: 470px;
    }

    .bz-img-main {
        min-height: 470px;
    }

    .header .auth-links a.register {
        display: none;
    }
}

@media (max-width: 1230px) {
    /*.dialog {*/
        /*margin-right: -80px;*/
    /*}*/
}

@media (max-width: 1199px) {
    .diapit-item {
        height: 300px;
    }

    .header .container {
        width: 100% !important;
    }

    .search-btn {
        /* left: 111px; */
    }

    .alogo {
        /* margin-left: 104px; */
    }

    .dia-tabs a, .dia-tabs a:hover, .dia-tabs a:focus {
        margin: 0 12px;
    }

    .search-header-input {
        /* left: 151px; */
    }
}

@media (max-width: 1165px) {
    .alogo {
        margin-left: -135px;
    }
}

@media (max-width: 1120px) {
    /*.dialog {*/
        /*margin-right: auto;*/
    /*}*/
}

@media (max-width: 1090px) {
    .dia-tabs a, .dia-tabs a:hover, .dia-tabs a:focus {
        margin: 0 12px;
    }
}

@media (max-width: 1049px) {
    .footer .soc-links {
        display: none;
    }

    .header .how-help {
        display: none;
    }

    .footer {
        padding-bottom: 50px;
    }

    .mob-footer {
        display: block;
        height: 43px;
        background: #fff;
        width: 100%;
        bottom: 0;
        position: fixed;
        border-top: 1px solid whitesmoke;
        z-index: 3;
    }

    .mob-footer .soc-links {
        position: absolute;
        left: 0;

        top: 7px;
    }
    .soc-link {
        margin-left: 17px;
        background: #45bed5;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .soc-links .fa-vk {
        margin-left: 6px;
        margin-top: 7px;
        position: absolute;
    }

    .soc-links .fa-facebook {
        margin-left: 10px;
        top: 7px;
        position: absolute;
    }

    .soc-links .fa-instagram {
        margin-left: 8px;
        position: absolute;
        margin-top: 7px;
    }

    .mob-footer .how-help {
        position: absolute;
        right: 22px;
        top: 7px;
        left: auto;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .pr-re {
        width: 100%;
        text-align: center;
    }

    /*.dialog {*/
        /*max-width: 600px;*/
        /*margin: 0 auto;*/
    /*}*/

    .dia-block h2 {
        width: 100%;
        text-align: center;
    }

    .hide-991 {
        display: none;
    }

    .page-head * {
        width: 100%;
        text-align: center;
        max-width: none;
    }

    .head h1, .head h2 {
        text-align: center;
    }

    .school-head, .school-head * {
        text-align: center !important;
    }

    .school-head > * {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .school-head img {
        height: 160px;
    }

    .gloster {
        text-align: center;
        padding: 40px 0;
    }

    .gloss {
        width: 50%;
    }

    .osterm {
        width: 50%;

        padding: 20px 20px 20px 35px;
    }

    .knowledge-menu > ul {
        padding: 10px;
    }

    .diapit-item {
        /*height: 385px;*/
    }

    .dia-tabs a, .dia-tabs a:hover, .dia-tabs a:focus {
        margin: 4px 11px;
        font-size: 15px;
        padding: 6px 12px;
    }

    .main-practice .container .row > * {
        width: 100%;
    }

    .prr-img {
        display: none;
    }

    .baza-z-m .row > * {
        width: 100%;
    }

    .bz-img-main {
        display: none;
    }

    .prr-img-sm {
        display: block;
        width: 100%;
    }

    .bz-img-sm {
        display: block;
        width: 100%;
    }

    .dia-tabs .hidden {
        /* display: block !important; */
    }

    .dia-tabs {
        text-align: center;
    }

    .dia-item .dia-comment {
        margin-bottom: 14px;
        padding-top: 5px;
        text-align: center;
    }

    .tags-list.diapit .tag-container {
        margin: 0 0;
    }

    #hhf-act-form .field-howhelpform-name, #hhf-act-form .field-howhelpform-email {
        width: 47%;
        float: left;
    }

    #hhf-act-form .field-howhelpform-email {
        float: right;
        text-align: right;
    }

    #hhf-act-form input {
        margin: 0;
        width: 100%;
    }

    #hhf-act-form textarea {
        width: 100%;
    }

    #hhf-act-form {
        padding: 0;
        width: 92%;
        margin: 0 auto;
        display: block;
    }

    .field-howhelpform-howhelp {
        max-width: none;
    }

    .pull-right-md {
        float: none;
    }

    .diapit-items .item {
        width: 49%;
    }

}

@media (max-width: 969px) {
    .search-header-input {
        display: none;
    }

    .header .logo {
        /* height: 57px; */
        /* margin: 15px 0 0 0; */
    }

    .alogo {
        margin-left: -87px;
    }

    .header {
        /* height: 85px; */
    }

    .header .auth-links {
        /* margin-top: 20px; */
    }

    .wrap {
        /* padding-top: 85px; */
    }

    .header .menu-trigger {
        /* top: 22px; */
    }

    .search-btn {
        /* top: 22px; */
    }

    .auth-links.no-auth {
        margin-top: 22px;
    }

}

@media (max-width: 830px) {
    .mapp {
        background: url(../img/trngl.jpg) 617px center no-repeat #00aa49;
        background-size: contain;
    }

    .mapp h2 {
        padding-left: 30px;
    }

    .im-cont {
        height: 100px;
        background: url("../img/diapit-main.jpg") center no-repeat;
        background-size: cover;
    }

    .im-cont img {
        display: none;
    }
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .adopt-tables table,
    .adopt-tables thead,
    .adopt-tables tbody,
    .adopt-tables th,
    .adopt-tables td,
    .adopt-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .adopt-tables tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .adopt-tables tr { /* border: 1px solid #ccc; */ }

    .adopt-tables td {/* Behave  like a "row" */
        border: none;
        /* border-bottom: 1px solid #eee; */
        position: relative;
        padding-left: 50% !important;
        padding-bottom: 20px !important;
        white-space: normal;
        text-align:left;
        font-size: 12px;
        line-height: 12px;
        overflow: hidden;
    }

    .adopt-tables td:before {/* Now like a table header */
        position: absolute;/* Top/left values mimic padding */
        top: 0;
        left: 0;
        width: 45%;
        padding-right: 10px;
        /* white-space: nowrap; */
        text-align:left;
        font-weight: bold;
        font-size: 12px;
        line-height: 12px;
    }

    /*
    Label the data
    */
    .adopt-tables td:before {
        content: attr(data-title);
        position: relative;
        /* float: left; */
        margin-left: -100%;
        width: 100%;
        display: inline-block;
    }

    .adopt-tables td > * {
        float: right;
        width: 100%;
    }

}

@media (max-width: 780px) {
    .img-rl img {
        height: 77px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .site-team .items a {
        height: 538px;
    }

    .stylized-form label {
        float: left;
        width: 100%;
        text-align: center;
    }

    .stylized-form input, .stylized-form textarea {
        width: 100%;
    }

    .help-road-el {
        display: none;
    }

    .tc767 {
        text-align: center;
    }

    .head h1, .head h2 {
        font-size: 19px !important;
        line-height: 19px;
        margin-top: 13px;
        margin-bottom: 10px;
        padding: 0;
    }

    .field-howhelpform-howhelp {
        margin-top: 0;
    }

    .developers {
        position: relative;
        margin: 0 auto;
        width: 157px;
    }

    .developers .vblb {
        float: right;
    }

    .field-paymentrequest-sum {
        position: relative;
    }
    .field-paymentrequest-sum .fa-rub {
        position: absolute;
        top: 12px;
        right: 10px;
    }
}

@media (max-width: 768px) {

    .search-btn {
        /* top: 18px; */
    }

    .h768 {
        display: none;
    }

    .tags-desctop {
        display: none;
    }

    .tags-mob {
        display: block;
        min-height: 64px;
    }

    .tags-toggle {
        font-size: 19px !important;
        cursor: pointer;
    }

    .tags-mob .tags-title {
        float: left;

        padding: 0;
        margin: 5px 12px 6px 6px;
    }

    .tags-list.tags-active .tag-container {
        display: none;
    }

    .tags-list.tags-active .tag-container.active {
        display: inline-block;
    }

    .tags-list.tags-active {
        text-align: left;
    }

    .tags-active .tag-container.active a {
        border: 0;
    }

    .tags-list.tags-inactive {
        display: none;
        clear: both;
    }

    .tags-list.tags-inactive .tag-container.active {
        display: none;
    }

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

    .p30sm {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .knowledge .col-md-6 {
        text-align: center;
    }
    .knowledge img {
        margin-right: 0;
    }

    .faq-block .row > div {
        width: 80%;
        margin: 15px auto;
    }

    .pager-container {
        text-align: center;
    }

    .dia-item > div {
        text-align: center;
        padding-top: 10px;
    }

    .site-search .site-search-form {
        width: 90%;
        padding-right: 0;
        padding-left: 0;
        left: 0;
        right: 0;
        margin: -52px auto 0;
    }

    .site-search .query {
        width: 100%;
        padding-right: 0;
        margin: 0 auto;
    }

    .site-search .submit {
        left: 0;
    }

    .header .logo {
        height: 45px;
        margin-top: 19px;
    }

    .alogo {
        margin-left: -58px;
    }

    .diapit-view .body-text .row > div {
        margin-bottom: 15px;
        text-align: center;
    }

    .diapit-item {
        height: auto;
        /*margin-bottom: 40px;*/
    }

    .diapit-item .desc {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
    }

    .header {
        /* height: 78px; */
    }

    .school-view .item .title div {
        display: block;
        padding: 10px 25px;
    }

    .header .auth-links {
        /* margin-top: 20px; */
    }

    .header .menu-trigger {
        /* top: 18px; */
    }

    .wrap {
        /* padding-top: 78px; */
    }

    .diapit-item {
        width: 100%;
    }

    .diapit-item img {
        width: 100%;
    }

    .diapit-filter-mob {
        display: block;
        padding-right: 30px;
        padding-left: 30px;
        margin-top: 30px;
    }

    .diapit-filter-mob .tag-container {
        display: none;
    }

    .diapit-filter-mob .tag-container.active {
        display: inline-block;
        margin-bottom: 4px;
    }

    .diapit-filter-mob .dia-menu a {
        display: none;
    }

    .diapit-filter-mob .dia-menu a.active {
        display: inline-block;
        margin: 10px 0 10px 10px;
        padding: 2px 10px 3px 11px;
        color: #fff;
    }

    .diapit-filter-desctop {
        display: none;
        border-top: 1px solid #a680be;
        margin-top: 14px;
    }

    .diapit-filter-desctop .dia-menu .active {
        display: none;
    }

    .diapit-filter-mob .dia-menu, .diapit-filter-mob .tags-list {
        float: left;
        text-align: left;
        width: auto;
    }

    .diapit-filter-mob .dia-menu {
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    .diapit-filter-mob .tags-list {
        margin: 10px 0 0 12px;
        padding: 0;
        display: inline;
    }

    .diapit-filter-mob .dia-menu a {

    }

    .diapit-filter-mob .tags-list a {

    }

    .diapit-filter-desctop .tags-list .active {
        display: none;
    }

    .diapit-filter-mob .tags-title {
        color: #a680be;
    }

    .list-cat-mob a {
        color: #fff !important;
        background: #a680be !important;
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    p {
        margin-left: 0 !important;
    }

    span:before, em:before {
        content: ' ';
    }

    .head span:before {
        content: '';
    }

    .diapit-main-block .pb20 {
        padding-bottom: 0;
    }
}

@media (max-width: 744px) {
    .dia-tabs {
        text-align: center;
    }

    .dia-tabs .hidden {
        /* display: block !important; */
    }

    .btn-add-theme {
        margin: -15px 0 0 0;
    }

    .dia-tabs a, .dia-tabs a:hover, .dia-tabs a:focus {
        margin: 2px 14px;
    }
}

@media (max-width: 700px) {
    .nav-tabs > li {
        width: 100%;
        text-align: center;
    }

    .dialog-view .body-content .media-object {
        display: inline;
    }
    .dialog-view .body-content .media-left {
        text-align: center;
        display: block;
    }
    .dialog-view .body-content .media-body {
        display: block;
        margin-top: 10px;
        width: 100%;
    }

    .he-tabs {
        margin-top: 30px;
    }

    .he-tabs li {
        margin-left: 0;
    }
}

@media (max-width: 695px) {
    .mapp {
        background: #00aa49;
    }

    .mas-cont .item img {
        max-width: 500px;
    }

    .knowledge-tabs .sub-tabs .nav li {
        width: 32%;
    }

    .mapp .col-md-6 {
        width: 100%;
        text-align: center;
    }
    .mapp .col-md-6 h2{
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .knowledge-menu > ul > li {
        width: 100%;
        margin-bottom: 20px;
    }

    .dia-items .list-view > * {
        width: 100%;
    }

    .dia-items .ans {
        height: auto;
    }

    .dia-items .qw {
        height: auto;
    }
}

@media (max-width: 665px) {
    .gloss {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 25px;
        padding: 7px;
    }
    .osterm {
        width: 100%;
        padding: 20px 20px 20px 35px;
        border-radius: 25px;
        margin-bottom: 30px;
        text-align: center;
    }

    .osterm br {
        display: none;
    }

    .school-cats .item {
        text-align: center;
        width: 50%;
    }

    .school-cats .item.i2x {
        width: 100%;
    }

    .w665h180 {
        max-height: 180px;
        max-width: 100%;
    }

    .bldr-round-h2 {
        display: block;
        margin: 0 auto 10px;
    }

    .site-team .items a {
        height: 485px;
        margin-bottom: 0;
    }

    .page-app img {
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .dia-item img {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .dia-menu.diapit a {
        margin: 2px;
    }
}

@media (max-width: 570px) {
    .how-help {
        /* font-size: 15px; */
    }

    #hhf-act-form .field-howhelpform-name, #hhf-act-form .field-howhelpform-email {
        width: 100%;
    }
}

@media (max-width: 555px) {
    .dia-block img:first-of-type {
        display: none;
    }
    .big-btn {
        padding: 10px 21px;
        font-size: 24px;
    }

    .mas-cont .item img {
        max-width: 400px;
    }

    .alogo {
        margin-left: -50px;
    }

    .dia-tabs a, .dia-tabs a:hover, .dia-tabs a:focus {
        /* width: 100%; */
        margin: 4px 0;
    }

    .site-team .items a {
        height: 455px;
    }
}

@media (max-width: 500px) {
    h1, h2 {
        font-size: 19px !important;
    }

    .header .container .auth-links .usermenu {
        display: none;
    }

    .header .auth-links .usermenu {
        display: none;
    }

    .alogo {
        left: auto;
        float: right;
        position: relative;
        margin-right: 8px;
    }

    .right-side {
        width: auto;
    }

    .mob-footer .soc-link {
        width: 26px;
        height: 26px;
        font-size: 14px;
        margin-left: 15px;
    }

    .mob-footer .how-help {
        font-size: 10px;
        padding: 1px 7px;
        right: 12px;
        top: 10px;
    }

    .mob-footer .soc-links .fa-facebook {
        left: -1px;
        top: 6px;
    }

    .mob-footer .soc-links .fa-instagram {
        margin-left: 7px;
        margin-top: 6px;
    }

    .soc-links .fa-vk {
        margin-left: 5px;
        margin-top: 6px;
    }

    .mob-footer {
        height: 42px;
    }

    .side-menu a {
        width: 50px;
        height: 106px;

        background-size: 100% !important;
        padding: 0;
        margin: 0 30px 0 30px;
        font-size: 13px;
    }

    .side-menu ul li span {
        top: 57px;
        left: -25px;
        right: -25px;
        line-height: 14px;
    }

    .side-menu {
        width: 250px !important;
    }

    .side-menu .link-team {
        margin-bottom: 30px;
    }

    .side-menu .link-contacts {
        margin-bottom: 30px;
    }

    .mob-user {
        display: block;

        margin: 11px 0 0 0;
        padding: 0 0 20px 0;
        /* border-bottom: 1px solid whitesmoke; */
        background: url("../img/menu-hr.png") no-repeat bottom;
    }

    .mob-user .bbws {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .mob-uinfo {
        overflow: hidden;

        cursor: pointer;
    }

    .mob-uinfo > img {
        height: 60px;

        float: left;
        margin: 0 0 0 12px;
    }

    .mob-uinfo > span {
        color: #fff;

        font-size: 13px;
        float: right;
        margin: 17px 12px 0 0;
    }

    .mob-usermenu {
        display: none;
    }

    .mob-usermenu ul {
        margin: 0 !important;

        padding: 14px 14px 0 14px !important;
    }

    .mob-usermenu li {
        display: block;

        height: auto;
        border-top: 1px solid whitesmoke;
        text-align: left;
    }

    .mob-usermenu a {
        width: 100%;
        height: 24px;
        color: #fff;
        text-align: left;
        display: block !important;
        margin: 3px 0;
        padding: 2px 0;
    }

    .mob-usermenu li:last-child {
        border-bottom: 1px solid whitesmoke;

        padding-bottom: 3px;
    }

    .auth-links.no-auth {
        position: absolute;
        right: 0;
        top: 0;
    }

    .alogo.no-auth {
        position: absolute;
    }

    .attachments-preview {
        width: 100%;
        margin: 0 auto;
    }

    .kn-cntnt {
    }

    .side-menu .link-help {
        margin-bottom: 0;
    }

    .side-menu .link-about {
        margin-bottom: 0;
    }

    .gloss-list2 {
        text-align: center;
    }

    .gloss-list2 img {
        display: block !important;
        margin: 7px auto;
    }

    .diapit-items .item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header > div {
        width: 100%;
        clear: both;
    }

    .header > div img {
        height: 70px;
    }

    .header > div.soc-links {
        width: auto;
    }

    .uchastvui.v2 .abutton {
        display: block;
        text-align: center;
    }

    .uchastvui.v2 .btn {
        margin: 40px 0 0 0;
    }

    .knowledge-menu > ul > li > a {
        font-size: 18px;
        border-radius: 30px;
    }

    .knowledge-menu > ul > li {
        border-radius: 30px;
    }

    .filter {
        font-size: 15px;
        text-align: center;
    }

    .topic-list .col-md-6 {
        clear: both;
        width: 100%;
        overflow: hidden;
        margin-top: 15px;
    }

    .comments .c-date {
        float: none !important;
    }

    .knowledge-tabs .subcat {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .share-item-control {
        padding-top: 17px;
    }
    .share-item-control img {
        width: 36px;
    }

}

@media (max-width: 477px) {
    .footer .links span {
        display: none;
    }

    .footer .links a {
        display: block;
        margin-bottom: 25px;
    }
}

@media (max-width: 450px) {
    .logo {
        display: none;
    }

    .alogo {
        background: url("../img/logo-small.png") no-repeat;
        width: 51px;
        height: 45px;
        margin: 16px 8px 0 -18px;
        display: inline-block;
    }

    .topic-list.search h3 {
        margin: 0;
    }

    .topic-list.search .col-md-6 {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 440px) {
    .dialog .mess-left {
        width: 200px;
    }
    .dialog .mess-left .text-cont {
        background-size: 100%;
    }
    .dialog .mess-left:before {
        background-size: 100%;
        height: 28px;
    }
    .dialog .mess-left:after {
        background-size: 100%;
        height: 27px;
    }
    .dialog .mess-right {
        width: 200px;
    }
    .dialog .mess-right .text-cont {
        background-size: 100%;
        margin: 0;
        padding: 0 24px 0 6px;
        width: 100%;
    }
    .dialog .mess-right:before {
        background-size: 100%;
        height: 24px;
    }
    .dialog .mess-right:after {
        background-size: 100%;
        height: 26px;
    }
    .dia-tabs .hidden {
        display: block !important;
    }

    .site-team .items a {
        height: 397px;
    }

    .wh-shadow {
        /* height: 40px; */
    }
}

@media (max-width: 400px) {
    .dia-menu.diapit a {
        /* width: 100%; */
    }
}

@media (max-width: 390px) {
    .img-rl img {
        height: 50px;
    }
    .mas-cont .item img {
        max-width: 300px;
    }
}

@media (max-width: 370px) {
    .search-btn {
        /* left: 98px; */
    }
}

@media (max-width: 350px) {
    .dia-item > div > div {
        margin: 0;
        padding-top: 10px;
    }

    .dia-item > div img {
        width: 100%;
    }

    .school-view .share-item-control {
        padding-top: 21px;
    }
    .school-view .share-item-control img {
        width: 28px;
        margin-right: 0;
    }
}

@media (max-width: 320px) {
    .share-item-control {
        padding-top: 19px;
    }
    .share-item-control img {
        width: 32px;
    }

    .school-view .share-item-control, .answer .share-item-control {
         padding-top: 23px;
     }
    .school-view .share-item-control img, .answer .share-item-control img {
        width: 24px;
        margin-right: 0;
    }

    .soc-links .soc-link {
        margin-left: 10px;
    }
}
@media (max-width: 300px) {
    .share-item-control {
        padding-top: 21px;
    }
    .share-item-control img {
        width: 28px;
    }
}

.loaded-image img {
    width: auto;
    max-width:500px;
    height: auto;
    margin-bottom: 20px;
}

.usermenu ul {
    font-family: 'Exo 2', sans-serif;
    line-height: 18px;
    font-size: 14px;
    background-color: #fff !important;
    padding: 10px 20px !important;
    border: solid 1px #ccc !important;
}
.usermenu li span {
    border: none;
    font-weight: bold;
    margin-bottom: 0;
    padding: 1px 9px;
}

.usermenu .btws {
    border: none;
    margin-top: 30px;
}
.header .auth-links ul .usermenu ul a:hover {
    background-color: #fff;
    color: #1eb6c1;
    text-decoration: underline;
}
