*  {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #f7f7f7;
    min-height: 100%;
    font-family: 'Verdana', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    overflow-x: hidden;
    position: relative;
}

.body {
    background: #fff;
    width: 1200px;
    min-height: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
}
.toTop {
    position: fixed;
    right: 15px;
    bottom: -30px;
    font-size: 30px;
    z-index: 9;
}
.col-lg-9, .col-lg-3 {
    margin: 0 0 30px;
}
h1.title,
h2.title {
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ffbf00;
}
h1.title {
    margin: 0 0 15px;
}
h1.title span {
    color: #1d70b4;
}
h3.title {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ffbf00;
}
a {
    color: #1d70b4;
    text-decoration: none;
    outline: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
ul {
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* header */
.header {
    margin: 0 0 30px;
}
.header .top {
    height: 120px;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}
.header .top .logo {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 90px;
}
.header .top .name {
    width: 760px;
    float: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 0 115px;
}
.header .top .links {
    float: right;
    margin: -10px 0 0;
    text-align: right;
}
.header .top .links a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}
.header .top .links a.subs {
    display: none;
    width: 230px;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px 10px;
    color: #fff;
    background: #1d70b4;
    text-align: center;
}
.search {
    position: relative;
    display: block;
    margin: 0;
    max-width: 400px;
    height: 40px;
    overflow: hidden;
}
.header .top .search {
    margin: 15px 0 0;
    height: 30px;
}
.search input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 52px 0 12px;
}
.header .top .search input[type="text"] {
    height: 30px;
    padding: 0 40px 0 10px;
}
.search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #1d70b4 url("../images/search.svg") no-repeat 50% 50%;
    background-size: 14px 14px;
}
.header .top .search input[type="submit"] {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
}
.header .top .sign-up {
    border-bottom: 1px solid #709bc8;
    margin: 8px 20px 0 0;
}
.header .top .exit {
    border-bottom: 1px solid #709bc8;
    margin: 8px 0 0 20px;
}
.header .top .login {
    color: #fff;
    background: #1d70b4;
    padding: 8px 30px 10px;
}
.header .menu {
    clear: both;
}
.header .menu .icon {
    display: none;
    font-size: 20px;
}
.header .menu #close {
    display: none;
    position: fixed;
    right: -30px;
    top: 15px;
    z-index: 9;
}
.header .menu ul {
    display: table;
    width: 100%;
}
.header .menu ul li {
    display: table-cell;
    text-align: center;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background: #f7f7f7;
}
.header .menu ul li:first-child {
    border-left: 0;
}
.header .menu ul li:last-child {
    border-right: 0;
}
.header .menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 12px 15px 10px;
    border-bottom: 3px solid transparent;
}
.header .menu ul li.active a {
    border-color: #ffbf00;
}
#menu.visible {
    display: block !important;
}

/* slider */
.slider {
    margin-bottom: 50px;
}
.slide .swipe {
    display: none;
}
.slider,
.slider .slick-list,
.slider .slick-track,
.slider .slick-slide {
    height: 330px;
}
.slick-slide {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.slick-slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    padding: 15px 20px 5px;
    width: 100%;
}
.slick-slide .text h3 {
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
    margin: 0 0 10px;
}
.slick-slide .text h3 a {
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.slick-slide .text p {
    font-size: 13px;
    line-height: 19px;
}

/* sidebar */
.sidebar a.subs,
.sidebar .consultations a.ask {
    display: none;
    padding: 10px 0 11px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #1d70b4;
}
.sidebar .consultations a.ask,
.sidebar a.subs {
    display: block;
}
.sidebar .article {
    margin: 30px 0;
    position: relative;
}
.sidebar .article .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 10px 15px;
    width: 100%;
}
.sidebar .article .text h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
}
.sidebar .article .text h3 a {
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.sidebar .pages,
.sidebar .consultations {
    margin: 30px 0;
}
.sidebar .pages h3 {
    background: #f2f2f2;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.sidebar .pages ul li {
    display: block;
    text-align: center;
}
.sidebar .pages ul li a {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    padding: 12px 10px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    position: relative;
}
.sidebar .pages ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.sidebar .consultations h3 {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}
.sidebar .consultations li {
    display: block;
    font-size: 13px;
    line-height: 19px;
    margin: 20px 0;
}
.sidebar .consultations li p {
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 5px;
}
.sidebar a.more,
.section a.more,
.questions a.more {
    display: inline-block;
    font-size: 13px;
    border-bottom: 1px solid #709bc8;
}
.section a.more,
.questions a.more {
    margin: 0 0 10px;
}

/* news */
.news ul li {
    display: block;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}
.news ul li .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    line-height: 21px;
    color: #666;
}
.news ul li a.preview {
    display: block;
    width: 100%;
    max-width: 200px;
    float: left;
    margin: 0 20px 10px 0;
}
.news ul li h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 90px 0 0;
}
.news ul li h3 a {
    color: #000;
    border-bottom: 1px solid #000;
}
.news ul li p {
    font-size: 13px;
    line-height: 19px;
    text-align: justify;
}
.news ul li p a {
    border-bottom: 1px solid #709bc8;
}

/* events */
.events {
    margin: 0 0 30px;
}
.events ul li {
    display: block;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}
.events ul li .date,
.content .date {
    display: block;
    width: 100%;
    max-width: 140px;
    float: left;
    margin: 0 20px 10px 0;
    padding: 10px;
    border: 2px solid #ffbf00;
    text-align: center;
}
.events ul li .day,
.content .date .day {
    font-size: 23px;
    line-height: 29px;
    font-weight: bold;
    color: #1d70b4;
    margin: 0 0 5px;
}
.events ul li .time,
.content .date .time {
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 10px;
}
.events ul li .price,
.content .date .price {
    font-size: 14px;
    line-height: 20px;
}
.events ul li .price span,
.content .date .price span {
    display: block;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #ffbf00;
}
.events ul li h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 90px 0 0;
}
.events ul li h3 a {
    color: #000;
    border-bottom: 1px solid #000;
}
.events ul li p {
    font-size: 13px;
    line-height: 19px;
    text-align: justify;
}

/* section */
.section {
    background: #e8f0f7;
    padding: 20px 30px 10px;
    margin: 25px 0 30px;
    position: relative;
}
.section:after {
    content: "";
    position: absolute;
    right: 60px;
    top: 50%;
    width: 140px;
    height: 140px;
    background: url("../images/news.png");
    background-size: cover;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.section h3 {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}
.section h3 a {
    color: #000;
    border-bottom: 1px solid #000;
}
.section ul {
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
}
.section ul li {
    display: block;
    padding: 0 0 0 25px;
    margin: 10px 0;
    position: relative;
}
.section ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #1d70b4;
    border: 1px solid #1d70b4;
    border-radius: 50%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.section ul li.active:before {
    background: transparent;
}
.section ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid transparent;
}

/* breadcrumbs */
.breadcrumbs {
    margin: -10px 0 15px;
    font-size: 13px;
    line-height: 19px;
    color: #1d70b4;
}
.breadcrumbs a {
    color: #1d70b4;
    border-bottom: 1px solid #709bc8;
}

/* pagenav */
.pagenav {
    text-align: center;
    margin: 30px 0;
}
.pagenav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 28px;
    color: #000;
    width: 30px;
    border: 1px solid #ffbf00;
    margin: 3px 0;
}
.pagenav a.active {
    background: #ffbf00;
    color: #fff;
}
.pagenav a.prev,
.pagenav a.next {
    border: 0;
}
.pagenav a.first,
.pagenav a.last {
    width: auto;
    border: 0;
    border-bottom: 1px solid #000;
    line-height: 17px;
    margin-top: 2px;
}

/* content */
.content {
    margin: 0 0 20px;
}
.content h1 {
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin: 0 0 10px;
}
.content h2 {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 0 10px;
}
.content h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 0 10px;
}
.content h4 {
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    margin: 0 0 10px;
}
.content h5 {
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    margin: 0 0 10px;
}
.content p {
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 10px;
}
.content a {
    border-bottom: 1px solid #709bc8;
}
.content ul {
    margin: 0 0 10px 20px;
}
.content ol {
    margin: 0 0 10px 20px;
}
.content li {
    margin: 5px 0;
}
.content table {
    border-collapse: collapse;
    margin: 15px 0;
    border: 0;
}
.content th {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    border-bottom: 3px solid #ffbf00;
    background: #f7f7f7;
}
.content td {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
}
.content table.noborder th,
.content table.noborder td {
    border: 0;
}
.content table.table1 th,
.content table.table1 td {
    width: 100%;
}
.content table.table2 th,
.content table.table2 td {
    width: 50%;
}
.content table.table3 th,
.content table.table3 td {
    width: 33.33%;
}
.content table.table4 th,
.content table.table4 td {
    width: 25%;
}
.content .swipe {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 10px;
    background: url("../images/swipe.png");
    background-size: cover;
}
.list {
    margin: 0 0 20px;
}
.list li {
    display: block;
    margin: 15px 0;
}
.list li h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 0 10px;
}
.list li h3 a {
    border-bottom: 1px solid #709bc8;
}
.list li p a {
    border-bottom: 1px solid #709bc8;
}

/* news item */
.block {
    margin: 15px 0;
}
.news-date,
a.disc-btn {
    display: inline-block;
    vertical-align: middle;
    background: #f7f7f7;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    padding: 8px 24px;
    margin: 5px 14px 5px 0;
}
.uptolike-buttons {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin: 5px 14px 5px 0;
    background: #f7f7f7;
}
.block a.ask {
    display: inline-block;
    vertical-align: middle;
    background: #1d70b4;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 7px 24px 8px;
    margin: 5px 14px 5px 0;
}
.discussion {
    display: none;
    border-top: 1px solid #ffbf00;
}
.discussion ul {
    margin: -5px 0 20px;
    border-bottom: 1px solid #ffbf00;
}
.discussion ul li {
    display: block;
    margin: 30px 0;
}
.discussion ul li h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 30px 10px 0;
}
.discussion ul li .date {
    display: inline-block;
    vertical-align: middle;
}
.discussion ul li .date i {
    background: #ffbf00;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    margin: 0 10px 10px 0;
    width: 23px;
    height: 23px;
    text-align: center;
}
a.feedback,
a.reg {
    display: inline-block;
    padding: 9px 30px 10px;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background: #1d70b4;
}
a.reg {
    margin: 10px 10px 0 0;
}
.discussion .form {
    display: none;
}
.form {
    margin: 0 0 30px;
}
.form input[type="text"] {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
}
.form label {
    display: block;
    margin: 10px 0 5px;
}
.form textarea {
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
}
.form input[type="submit"] {
    margin: 10px 0 0;
    background: #f7f7f7;
    color: #000;
}
.form .paymFormSubmit{
    background-color: #1d70b4 !important;
    color: #fff !important;
}

.discussion .form input[type="submit"] {
    background: #1d70b4;
    color: #fff;
}
a.pay {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background: #1d70b4;
    margin: 10px 10px 0 0;
}
.form2 {
    display: none;
    width: 100%;
    max-width: 300px;
    margin: 30px 0 0;
}
.form2 h3 {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
}
.form2 input[type="text"],
.form2 input[type="email"],
.form2 input[type="tel"] {
    width: 100%;
    margin: 5px 0;
}
.form2 input[type="submit"] {
    margin: 10px 0 0;
}

/* consultations */
.question {
    margin: 0 0 20px;
}
.question .content,
.answer .content {
    margin: 0;
}
.question .file,
.answer .file {
    margin: 10px 0;
}
.question .file a,
.answer .file a {
    border-bottom: 1px solid #709bc8;
}
.question .file span,
.answer .file span {
    margin: 0 10px 0 0;
}
.question .file i,
.answer .file i {
    background: #1d70b4;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    width: 23px;
    height: 23px;
    text-align: center;
    margin: 0 10px 0 0;
}
.questions .tags,
.question .tags {
    margin: 10px 0;
}
.questions .tags strong,
.question .tags strong {
    margin: 0 5px 0 0;
}
.questions .tags a,
.question .tags a {
    border-bottom: 1px solid #709bc8;
    margin: 0 0 0 5px;
}
.answer h3.title {
    margin: 0 0 15px;
}
.answer h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 30px 10px 0;
}
.answer .date {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}
.answer .date i {
    background: #ffbf00;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    margin: 0 10px 10px 0;
}
.questions {
    margin: 0 0 40px;
}
.questions li {
    display: block;
    margin: 30px 0;
}
.questions li h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}
.cloud {
    background: #e8f0f7;
    padding: 20px 30px;
}
.cloud h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 0 10px;
}
.cloud a {
    line-height: 25px;
    margin: 0 5px 0 0;
    border-bottom: 1px solid #709bc8;
}
p.message {
    color: #1d70b4;
    font-weight: bold;
    margin: 20px 0 0;
}
p.message.error {
    color: #ff0000;
}

.trainingFormSuccess{
  display: none;
}
.subscripeFormSuccess{
  display: none;
}


/* materials */
.tabs {
    display: table;
    width: 100%;
    margin: 20px 0;
    position: relative;
}
.tabs > li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 50px;
}
.tabs > li {
    border-right: 5px solid #fff;
    border-left: 0;
}
.tabs > li + li {
    border-right: 0;
    border-left: 5px solid #fff;
}
.tabs > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding: 15px 0 12px;
    border-bottom: 3px solid transparent;
    background: #f7f7f7;
    position: relative;
}
.tabs > li > a.active {
    border-color: #ffbf00;
}
.tabs > li > a.actives {
    border-color: #ffbf00;
}
.tabs-content {
    display: none;
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    z-index: 1;
}
.tabs-content .section {
    padding: 15px 30px 5px;
    margin: 0;
}
#widgetNaizCalc2 {
    width: 100%;
    min-width: 320px;
    height: 990px;
}
#widgetNaizCalc1 {
    width: 100%;
    min-width: 320px;
    height: 567px;
}

/* test */
.test-title h3,
.test-instruction h3,
.test-results h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
}
.test-title {
    margin: 30px 0;
}
.test-instruction {
    border: 1px solid #ffbf00;
    padding: 20px 15px 10px;
}
.test-instruction .content {
    margin: 0;
}
.test {
    overflow: hidden;
}
.test > ol {
    margin: 0 0 10px 30px;
}
.test > ol > li {
    margin: 30px 0;
    font-weight: bold;
}
.test h3 {
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    margin: 0 0 15px;
}
.test a {
    border-bottom: 1px solid #709bc8;
}
.test label {
    display: block;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    margin: 0 0 10px;
    padding-left: 25px;
    position: relative;
}
.test label .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 2px;
}
.test input[type="submit"] {
    float: right;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px
}
.test-results {
    text-align: center;
}
.test-results > div {
    width: 260px;
    margin: 0 auto 15px;
    padding: 15px 30px 10px;
}
.test-results .success {
    border: 2px solid #008000;
}
.test-results .error {
    border: 2px solid #ff0000
}
.test-results .success h3 {
    color: #008000;
}
.test-results .error h3 {
    color: #ff0000;
}
.test-results p {
    margin: 0 0 5px;
}
.test-results p strong {
    color: #008000;
}
.test-results p + p strong {
    color: #ff0000;
}
.subs-form {
    width: 100%;
    max-width: 300px;
}
.subs-form input[type="text"],
.subs-form input[type="email"],
.subs-form input[type="tel"],
.subs-form textarea {
    width: 100%;
    margin: 5px 0;
}
.subs-form input[type="submit"] {
    margin: 10px 0 0;
}
.pdf {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.pdf li {
    display: block;
    float: left;
    padding: 5px;
    width: 25%;
}
.pdf a {
    display: block;
    overflow: hidden;
    position: relative;
}
.pdf a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.25);
}
.pdf a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    z-index: 1;
}
.login-form {
    width: 100%;
    max-width: 300px;
    position: relative;
}

.error_auth{
  color: #f00;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="tel"],
.login-form input[type="password"] {
    width: 100%;
    margin: 5px 0;
}
.login-form input[type="submit"] {
    margin: 10px 0 0;
}
.login-form p {
    margin: 15px 0 5px;
}
.login-form p + p {
    margin: 0;
}
.login-form a {
    border-bottom: 1px solid #709bc8;
}
.login-form label {
    display: block;
    margin: 10px 0 5px;
}
.login-form .captcha {
    display: block;
    position: relative;
    padding: 0 0 18px;
    margin: 15px 0 5px;
}
.login-form .captcha p {
    margin: 0;
}
.login-form .captcha img {
    display: inline-block;
    vertical-align: middle;
}
.login-form .captcha input {
    width: 100px;
    margin-left: 10px;
}
.login-form .captcha span.reload {
    color: #335f77;
    position: absolute;
    left: 18px;
    bottom: 0;
    cursor: pointer;
}
.login-form .captcha span.reload:before {
    content: " ";
    position: absolute;
    left: -15px;
    top: 4px;
    width: 10px;
    height: 11px;
    background: url("../images/reload.png");
}
.login-social {
    margin: 20px 0 0;
}
.login-social h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 0 10px;
}

/* profile */
.profile {
    margin: 0 0 30px;
    position: relative;
}
.profile h3 {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #1d70b4;
}
.profile .limit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    line-height: 19px;
}
.profile .limit span,
.profile .limit strong {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
}
.profile .limit span {
    background: #ffbf00;
    color: #fff;
}
.profile .limit strong {
    background: #f7f7f7;
    color: #000;
    font-weight: normal;
}
.profile a.change {
    display: inline-block;
    padding: 9px 30px 10px;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background: #1d70b4;
}
.profile .form {
    display: none;
    width: 100%;
    max-width: 300px;
    position: relative;
}
.profile .form input[type="text"],
.profile .form input[type="email"],
.profile .form input[type="tel"],
.profile .form input[type="password"] {
    width: 100%;
    margin: 5px 0;
}
.profile .form input[type="submit"] {
    background: #1d70b4;
    color: #fff;
}
.profile .form a {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 10px;
    padding: 10px 30px;
    background: #f7f7f7;
    color: #000;
}
.answers {
    background: #f9f9f9;
    padding: 20px 25px 15px;
    margin: 0 0 30px;
}
h2.center {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}
.answers h3.title {
    font-size: 15px;
}
.answers .answer h4 {
    font-size: 13px;
}
.comments {
    background: #f9f9f9;
    padding: 10px 25px;
    margin: 20px 0 0;
}
.comments li {
    display: block;
    padding: 0 0 0 34px;
    margin: 20px 0;
    position: relative;
}
.comments li:before {
    content: "\f27b";
    position: absolute;
    left: 0;
    top: -2px;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #1d70b4;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
}
.comments li a {
    position: relative;
    margin: 0 20px 0 0;
    border-bottom: 1px solid #709bc8;
}
.comments li a + a {
    border-bottom: none;
}
.comments li a:after {
    content: "\f101";
    position: absolute;
    right: -10px;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1d70b4;
    font-size: 10px;
}
.comments li a + a:after {
    display: none;
}
.comments li i {
    vertical-align: middle;
    font-size: 16px;
    color: #ff0000;
    cursor: pointer;
}

.map {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* footer */
.body .clear {
    width: 100%;
    clear: both;
}
.footer .bottom {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 0 0;
    border-top: 1px solid #ffbf00;
    overflow: hidden;
}
.footer .bottom a {
    border-bottom: 1px solid #709bc8;
}
.footer .copyright {
    float: left;
    width: 650px;
    padding: 0 0 15px;
}
.footer .links {
    float: right;
    padding: 0 0 15px;
}
.footer .social {
    clear: both;
    padding: 0 0 15px;
}
.footer .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    top: 0;
    position: relative;
}
.footer .social a i {
    line-height: 30px;
}
.footer .social a.vk {
    background: #2e77a3;
}
.footer .social a.fb {
    background: #23599a;
}
.footer .social a.tw {
    background: #00adf0;
}
.footer .social a.in {
    background: #764338;
}

/* form */
input:focus, textarea:focus {
    outline-style: none !important;
}
input, textarea {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-family: 'Verdana', Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 12px;
    height: 40px;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: #999;
}
input[type="email"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="url"].error,
textarea.error {
    border-color: #f00;
}
textarea {
    vertical-align: top;
    height: 100px;
    resize: vertical;
    line-height: 17px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    background: #fff;
}
input[type="submit"] {
    display: inline-block;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background: #1d70b4;
    cursor: pointer;
    border: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
input[type="submit"]:disabled {
    background: #ccc !important;
}
input::-webkit-input-placeholder {color: #a4a4a4;}
input::-moz-placeholder          {color: #a4a4a4;}
input:-moz-placeholder           {color: #a4a4a4;}
input:-ms-input-placeholder      {color: #a4a4a4;}

textarea::-webkit-input-placeholder {color: #a4a4a4;}
textarea::-moz-placeholder          {color: #a4a4a4;}
textarea:-moz-placeholder           {color: #a4a4a4;}
textarea:-ms-input-placeholder      {color: #a4a4a4;}

label {
    font-weight: normal;
    margin: 0;
}
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.jq-checkbox.checked {
    border-color: #888;
}
.jq-checkbox.checked:after {
    content: "\f00c";
    position: absolute;
    left: 3px;
    top: -2px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jq-checkbox.disabled {
    opacity: .55;
}


.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
.jq-radio.checked {
    border-color: #888;
}
.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #ffbf00;
}
.jq-radio.disabled {
    opacity: .55;
}


.jq-file {
    width: 100%;
    min-height: 23px;
    padding: 2px 0 0 35px;
    margin: 12px 0 8px;
}
.jq-file:before {
    content: "\f0f6";
    position: absolute;
    left: 0;
    top: 0;
    background: #1d70b4;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
    width: 23px;
    height: 23px;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}
.jq-file__name {
    width: 100%;
    border-bottom: 1px solid #709bc8;
    color: #337ab7;
    display: inline;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.jq-file__browse {
    position: absolute;
    top: 0;
    right: 0;
}

.jq-selectbox {
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox__select {
    height: 40px;
    margin: 5px 0;
    padding: 10px 45px 10px 12px;
    border: 1px solid #ccc;
    background: #fff;
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #888;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: -6px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
}
.form2 .jq-selectbox__dropdown {
    margin: 44px 0 0;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 7px 12px 8px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
}
.jq-selectbox li.sel,
.jq-selectbox li.sel:hover {
    background-color: #1d70b4;
    color: #fff;
}
.jq-selectbox li:hover {
    background-color: #f2f2f2;
    color: #000;
}


.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}
.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}
.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
}
.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}
.jq-select-multiple li.disabled {
    color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}
.jq-select-multiple li.optgroup {
    font-weight: bold;
}
.jq-select-multiple li.option {
    padding-left: 25px;
}

/* popup */
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 102;
}
.popup-close {
    /*background: url("../images/sprite.png") 0 -118px;*/
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}
.popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    width: 500px;
    padding: 15px;
    background: #fff;
}

.timer {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 9999;
    white-space: nowrap;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #1d70b4;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ccc;
}
.hours {
    float: left;
}
.minutes {
    float: left;
}
.seconds {
    float: left;
}
.timeout div {
    color: red;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1s;
}
@-webkit-keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}

.agreeBlock {
    margin: 10px 0;
}
.errorMessage {
    color: red;
    display: none;
    margin: 10px 0 0;
    font-size: 12px;
}

.search-result {
    margin: 0 0 20px;
}
.search-result span.s_num {
    font-weight: bold;
}
.search-result a {
    border-bottom: 1px solid #709bc8;
    font-weight: bold;
}
.search-result p {
    margin: 10px 0;
}
.search-result p b {
    padding: 1px 5px 2px;
    background: #eee;
    color: #333;
}