html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

.pre-wrapper {
    background: #333;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

body {
    font: 14px/18px Tahoma, Verdana, Arial, sans-serif;
    height: 100%;
}

a {
    color: #0066cc;
    outline: none;
    text-decoration: underline;
    /*opacity: 0.7;
    filter: alpha(opacity=70);*/
}

a:hover {
    text-decoration: none;
}

.action-link {
  border-bottom: 1px dotted #0066cc;
  outline: none;
  text-decoration: none;
}
.action-link:hover {
  border-bottom: 1px dotted transparent;
  _border-bottom: none;
}
span.action-link {
  color: #0066cc;
  cursor: pointer;
}
span.action-link:hover {
  color: #ff0000;
}

span.action-link.selected {
  background: #fc3;
  border: 0;
  color: #000;
  padding: .288em .5em ;
  margin-bottom: .2em;
  font-weight: bold;
}

p {
    margin: 0 0 18px;
    text-align: left;
    margin-right: 19px;
}

img {
    border: none;
}

input {
    vertical-align: middle;
}
.hidden {
  display: none !important;
  visibility: hidden;
}

.new_item_content {
    position: relative;
    right: 15px;
    bottom: 48px;
}

#wrapper {
    /*min-width: 1000px;
    max-width: 1200px;*/
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #f3f3f3;
}

#c_b, .c_b {
    clear: both;
}

.html-content  table.simple td, .faq_content  table.simple td {
    padding: 7px;
    background: #E3EDB9;
}

.html-content  p {
    width: 660px;
}

.service-page.html-content  p {
    width: 100%;
}

.html-content  table.simple.magazine th, .faq_content  table.simple.magazine th {
    background: #000;
    color: #CEE084;
    font-weight: normal;
    padding: 3px;
    text-align: center;
}

.html-content  table.simple.magazine td, .faq_content  table.simple.magazine td {
    text-align: center;
    padding: 3px;
}

.html-content  table.simple.magazine .green, .faq_content  table.simple.magazine .green {
    background: #C7DC73;
    color: #000;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 109px;
}

#layout #search-add STRONG A {
    color: #936;
    text-decoration: none;
    font-weight: bold
}

#content_header2 {
    height: 85px;
    margin-bottom: 0px;
}

#content_header21 {
    height: 50px;
    background: url(https://static-kl.kcdn.kz/i/content_main_menu_bg.png) repeat-x;
    position: relative;
}

/* menu */
#content_header21_menu {
    position: relative;
    height: 50px;
}

#content_menu_list {
    width: 740px;
    float: left;
}
#content_menu_list .menu_ul_list{
    text-align: center;
    height: 50px;
    cursor: default;
    width: 100%;

}

#content_menu_list .menu_ul_list .menu_li_item {
    border-bottom: 1px solid #5c5c5c;
    vertical-align: middle;
    white-space:nowrap;
    padding: 0 5px;
}

#content_menu_list .menu_ul_list .menu_li_item a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 14px;
    border-bottom: 1px solid #5c5c5c;

}
#content_menu_list .menu_ul_list .menu_li_item a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

#content_menu_list .menu_ul_list .home-btn {
    margin-right: 0px;
    text-align: left;
}

#content_menu_list .menu_ul_list .home-btn a {
    border: none;
    height: 25px;
    display: inline-block;
}

#content_menu_list .menu_ul_list .home-btn a:hover{
    border: none;
}

#content_menu_list .menu_ul_list .home-btn a img {
    padding: 8px 0 0 15px;
    display: block;

}

#content_menu_list .menu_ul_list .current {
    background: url(https://static-kl.kcdn.kz/i/header_menu_current_ver.png) no-repeat center -1px;
    border-bottom: none;
}

#content_menu_list .menu_ul_list .current img {
    position: relative;
    bottom: 21px;
    right: 56px;
}

#content_menu_list .menu_ul_list .current a {
    color: #999999;
    border:none;
}

/* search */
#content_header21_search {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 248px;
}

#content_header21_search input[type=submit] {
    color: #fff;
    width: 60px;
    height: 25px;
    border: none;
    background: url(https://static-kl.kcdn.kz/i/search_bg.png) repeat-x;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    top: -2px;
    position: relative;
}

#content_header21_search input[type=text] {
    width: 158px;
    height: 21px;
    border: 1px solid #999;
    padding: 0 10px;
    color: #666;
    line-height: 18px;
    padding-bottom: 2px;
}

/* menu */
#content_header22 {
  height:      27px;
  padding-top: 11px;
  width:       960px;
}

#content_header22 ul {
    position: relative;
    left: 27px;
}

#content_header22 ul li {
    float: left;
    margin-right: 70px;
}

#content_header22 ul li a {
    color: #999;
    font-size: 12px;
}

/* kolesa header - banner, menu, switch */
/* banner */
.topb {
    margin-bottom: 0;
    min-width: 900px;
    /**/
    /*width: 1000px;*/
    margin: 0 auto;
    overflow: hidden;
}

.topb DIV DIV DIV {
    /*width: 100%;*/
    width: 1000px;
    text-align: center;
    overflow: hidden;
}
.topb DIV {
    text-align: center;
    margin: 0 auto;
}

.topb .arrows {
    bottom: 21px;
    float: right;
    height: 0;
    line-height: 0;
    position: relative;
    right: 5px;
    z-index: 10000;
}

.topb .leftArrow, .topb .rightArrow {
    background-image: url("https://static-kl.kcdn.kz/i/kolesa/b-navi-arr.gif");
}

.leftArrow {
    background: url(https://static-kl.kcdn.kz/i/kolesa/gray-arrows.gif) no-repeat;
    text-decoration: none !important;
}

.rightArrow {
    background: url(https://static-kl.kcdn.kz/i/kolesa/gray-arrows.gif) no-repeat -11px 0;
    text-decoration: none !important;
}

.leftArrow, .rightArrow {
    display: inline-block;
    text-decoration: none;
    width: 11px;
    height: 11px;
    margin-top: 3px;
}

/* switchSite */
.switchSite_main {
    background-color: #EAF3F8;
    height: 32px;
    width: 100%;
}

.switchSite {
    background: none repeat scroll 0 0 #EAF3F8;
    height: 32px;
    /*min-width: 850px;
    min-width: 1000px;
    max-width: 1200px;
    padding: 5px 4.5%;*/
    white-space: nowrap;
    /**/
    width: 950px;
    margin: 0 auto;
    padding: 0px 25px;
}
.switchSite .sites li {
  display: block;
  position: relative;
  float: left;
  list-style: none;
  height: 32px;
  cursor: pointer;
}
.switchSite .sites li a {
  padding: 6px 0;
}
.switchSite .sites li.action, .switchSite .sites li.action > * {
  cursor: default;
}
.switchSite li .tooltip {
  position: absolute;
  background: #4a4a4a;
  text-align: center;
  left: 50%;
  margin-left: -47px;
  top: 32px;
  padding: 4px 7px;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .31);
  -moz-box-shadow:    0px 0px 7px rgba(0, 0, 0, .31);
  box-shadow:         0px 0px 7px rgba(0, 0, 0, .31);
  visibility:hidden;
  opacity:0;
  -webkit-transition: visibility 0s linear 0.5s,opacity 30ms linear;
  -moz-transition: visibility 0s linear 0.5s,opacity 30ms linear;
  -o-transition: visibility 0s linear 0.5s,opacity 30ms linear;
  transition: visibility 0s linear 0.5s,opacity 30ms linear;
  z-index: 1;
  cursor: default;
}
.switchSite li .tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(45, 44, 40, 0);
  border-bottom-color: #4a4a4a;
  border-width: 4px;
  margin-left: -4px;
}
.switchSite li:hover > .tooltip {
  visibility:visible;
  opacity:1;
  -webkit-transition: all 80ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -moz-transition: all 80ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -o-transition: all 80ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  transition: all 80ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
  -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.switchSite .icon.kolesakz {
  height: 20px;
  width: 64px;
  margin-right: 7px;
  padding: 6px 0;
  background-position: -10px -449px;
}
.switchSite .icon.krishakz {
  height: 20px;
  width: 58px;
  background-position: -94px -449px;
  margin-right: 7px;
}
.switchSite .icon.marketkz {
  height: 20px;
  width: 63px;
  background-position: -174px -449px;
}
.sites span.icon {
  background-position: -163px -454px;
  width: 1px;
  height: 20px;
  margin-right: 6px;
}
#switchSite-user {
  float: right;
  font-size: 12px;
  color: #888b94;
}

#switchSite-user li {
  margin: 0 0 0 40px;
  display: block;
  position: relative;
  float: left;
  list-style: none;
  height: 20px;
  padding: 6px 0;
  cursor: pointer;
}
#switchSite-user li .links {
    min-width: 100px;
    display: inline-block;
}

#nav-switcher-arrow {
  border-color: #eaf3f8 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  bottom: 0;
  height: 0;
  left: -7px;
  line-height: 0;
  margin-left: 50%;
  position: relative;
  width: 0;
}

.counter-block {
    display: none;
    border-radius: 3px;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    padding: 0 3px 1px;
    color: #ffffff;
    background-color: #e64a19;
    margin-left: .2em;
}
/* menu */
.sky_main { background: url('../../i/day-sky-2.jpg') no-repeat right top; }

/*Логоти под новый год.*/
.logo-new-yorker {
  background:     url(/nl/img/new-yorker-sprite.png) no-repeat;
  height:         54px;
  width:          183px;
  display:        inline-block;
  text-indent:    -9999px;
  vertical-align: middle;
}
.logo-new-yorker.color-1 {
  background-position: 0px 0px;
}
.logo-new-yorker.color-2 {
  background-position: 0px -54px;
}
.logo-new-yorker.color-3 {
  background-position: 0px -108px;
}
.logo-new-yorker.color-4 {
  background-position: 0px -162px;
}
.logo-new-yorker.color-5 {
  background-position: 0px -216px;
}
.logo-new-yorker.color-6 {
  background-position: 0px -270px;
}
.logo-new-yorker.color-7 {
  background-position: 0px -324px;
}
.logo-new-yorker.color-8 {
  background-position: 0px -378px;
}
.logo-new-yorker.color-9 {
  background-position: 0px -432px;
}

.logo_ny1 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px 0px;
}

.logo_ny2 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px -54px;
}

.logo_ny3 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px -108px;
}

.logo_ny4 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px -162px;
}

.logo_ny5 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px -216px;
}

.logo_ny6 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px -270px;
}

.logo_ny7 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px -324px;
}

.logo_ny8 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px -378px;
}

.logo_ny9 {
    display: block;
    width: 181px;
    height: 54px;
    background: url('../../i/logo_ny.png') no-repeat 0px -432px;
}

#layout_main {
    width: 100%;
}

#layout {
    width: 972px;
    margin: 0 auto;
}

#content_header {
    height: 43px;
    position: relative;
}

.switchArrow {
    background: url("https://static-kl.kcdn.kz/i/kolesa/switch-arrow.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    margin-left: 60px;
    /*width: 100%;*/
    /*padding: 0 4.5%;
    min-width: 900px;*/
}

#logo {
    float: left;
    margin-top: 20px;
    width: 20%;
}

#search-add {
    color: #99CCFF;
    float: left;
    font-size: 1.1em;
    text-align: center;
    width: 64%;
    position: relative;
}

#search-add, .my-panel {
    margin-top: 35px;
    font-size: 14px;
}

.menu-h1 {
    display: inline;
    font-size: 1em;
}

#search-add A {
    color: #0066CC;
}

#search-add A, #search-add SPAN {
    padding: 0 1.5%;
}

#layout_main .menu-h1 a:hover {
    text-decoration: none;
    color: red;
}

#layout_main .menu-h1 A {
    color: #0066CC;
    text-decoration: underline;
}

.menu-h1 span {
    color: #936;
    font-weight: 700;
}

.my-panel {
    float: right;
    width: 15%;
}

.links_p {
    margin-top: 0.6em;
}

/* span */
.ul_testdrives_span_small {
    color: #999;
    font-size: 11px;
    line-height: 14px;
}

.ul_testdrives_span_small_ex {
    color: #a01111;
    font-size: 11px;
    line-height: 14px;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
    padding: 0 0 124px;
    position: relative;
}

/**/
.content_article_banner_img {
    width: 240px;
    height: 400px;
    border: 10px solid #D1D1D1;
    margin: 10px 0 30px 0px;
}

.content_article_banner_img .arrows {
    position: relative;
    bottom: -11px;
    left: -10px;
}

.breadcrumbs {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 35px;
    margin-top: 20px;
}

.breadcrumbs span {
    font-size: 24px;
    font-weight: 500;
}

#media_content .breadcrumbs span h1 {
    font-weight: 500;
}

.breadcrumbs_new {
    font-size: 12px;
    font-weight: normal;
    margin-left: 25px;
    margin-top: 10px;
}
  .breadcrumbs_new .arrow {
    color: #9f9f9f;
  }

.testdirve_title {
  font-weight: normal;
  display: inline;
}

.testdirve_title {
  font-weight: normal;
  display: inline;
}

.article_content_right2_cat_ul {
    font-size: 14px;
}
  .article_content_right2_cat_ul li a{
    word-wrap: break-word;
  }

ul.errors li {
    color: #f00;
}

/**/
.rightBnr {
    clear: both;
    padding-top: 2em !important;
    width: 300px;
}

.board {
    background: url("https://static-kl.kcdn.kz/i/board.jpg") no-repeat scroll 0 0 transparent;
    height: 463px;
    margin-top: 10px;
    padding: 3px 0 0 5px;
    width: 255px;
}

.tad-corner {
    background: url(https://static-kl.kcdn.kz/i/tad-corn.png) no-repeat top right;
    width: 100%;
    margin: 1em 0 2% 0;
}

.tad {
    width: 85%;
    background: #fff2cf;
    left: -25px;
    position: relative;
    color: #963;
    padding: 1em 2% .6em 8%;
}

.tad A, .tad A P {
    color: #963;
    text-decoration: none;
}

.tad A:hover P {
    color: #f00;
}

.tad H2 {
    font-size: 1.3em;
    padding-top: 0;
}

.tad A H2 {
    text-decoration: underline;
}

.tad A:hover H2 {
    text-decoration: none;
}

.tad P {
    margin-top: .3em !important;
}

.tad H2, .tad P {
    margin-right: 1em;
}

.tadl {
    margin-bottom: 3em;
}

.tad .arrows {
    overflow: hidden;
    padding-top: 10px;
    width: 80%;
}

.tad .arrows A {
    text-decoration: underline;
}

.tad .arrows A:hover {
    text-decoration: none;
}

/**/

/* Footer
-----------------------------------------------------------------------------*/
#footer_main {
    width: 100%;
    background: #1e1d1d;
}

#footer {
    margin: -124px auto 0;
    /*min-width: 1000px;
    max-width: 1200px;*/
    width: 1000px;
    height: 145px;
    /*background: #1e1d1d;*/
    position: relative;
    padding-top: 1px;
    font-size: 12px;
}

#footer a {
    color: #66ccff;
}

#footer2 {
    margin: 17px 0 0;
    background-color: graytext;
}

#footer21 {
    color: #fff;
    float: left;
    width: 25%;
}

.advertisers {
    margin-top: 35px;
}

#footer22 {
    color: #fff;
    float: left;
    width: 50%;
    margin-left: 2px;
}

.about_source{
    width: 238px;
    height: 74px;
    padding-left: 5px;
    float: left;
}

.social_networking {
    float: left;
}

.social_networking a{
    margin: 0 9px 0 0;
}

#footer23 {
    float: left;
    color: #999;
    width: 22%;
    margin-left: 2%;
}

#footer23 img {
    float: left;
    margin-right: 10px;
}

.fTA {
    font-size: 11px;
}

#layout .menu-h1 a {
    font-weight: normal;
}

.subheading {
    font-family: tahoma, verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    white-space: nowrap;
}

small, .small {
    font-size: 11px !important;
}

.my-panel a strong {
    font-size: 12px;
    color: #06C;
}

.switchSite a {
    color: #06C;
}

.testdrive_main_content {
    font-size: 12px;
}

.testdrive_main_content .firstPic img {
    padding: 5px;
    padding-left: 19px;
}

.testdrive_main_content .firstPic {
    width: auto;
}

#wrapper .article_content {
    width: 697px;
}

.first-news {
    float: left;
}

.read-pager .title {
    color: #999;
    font-size: 12px;
    padding-bottom: 5px;
}

#content a.flink {
    color: #06C;
    text-decoration: none;
    border-bottom: 1px dotted;
    font-weight: normal;
}

table#pager {
  margin: 0 auto;
}

table#pager {
  min-width: 350px;
}

  table#pager #ctrls {
    padding-top: 8px;
    font-size: 18px;
  }

    table#pager .fr {
      float: right!important;
    }

    table#pager small.fr {
      margin: .3em 0 0 .3em;
    }

    table#pager .gray {
      color: #999;
    }

  table#pager .buttons span {
    margin-right: 10px;
    display: block;
    background-color: #e5e5e5;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    color: #6a6a6a;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    float: left;
    padding: 0;
  }

  table#pager .buttons span:last-child {
    margin-right: 0!important;
  }

    table#pager .buttons span a {
      display: block;
      color: #6a6a6a;
      text-decoration: none;
      text-align: center;
      padding: 0 16px 0 16px;
    }

    table#pager .buttons span strong {
      padding: 0 16px 0 16px;
    }

    table#pager .buttons span#cPage {
      border: none;
      background-color: #000;
      color: #fff;
    }

  table#pager.big-pager .buttons span {
    line-height: 30px!important;
  }

    table#pager.big-pager .buttons span a {
      padding: 0 7px 0 7px!important;
    }

    table#pager.big-pager .buttons span strong {
      padding: 0 7px 0 7px!important;
    }

#main_testdrives4 a {
    font-weight: normal;
}

.main_news a, .main_testdrives a, #main_testdrives4 a {
    text-decoration: none;
    border-bottom: 1px solid #A5C9ED;
}

.autobikesDiv .main_news a:hover, .main_testdrives a:hover, #main_testdrives4 a:hover {
    border: none;
    border-bottom: 1px solid #fff;
}

.auto-sport-bl a:hover, .main_news a:hover {
    border-bottom: 1px solid #F3F3F3;
}

#content .a-img {
    text-decoration: none;
    border: none;
    position: relative;
}

#content .label-media.a-img {
    position: absolute;
}

#content .a-img .prlabel {
    position: absolute;
    width: 45px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #EA7D00;
    color: #fff;
    font-size: 10px;
    right: 5px;
    bottom: 8px;
}

.article_content {
    width: 675px;
    margin: 7px 15px 20px 25px;
    float: left;
    color: #333;
}

.article_content_right {
    width: 260px;
    float: left;
    margin-top: 10px;
    position: relative;
}

.article_content_right a {
    color: #6CF;
}

/**/
.article_content_right2 {
    background: url("https://static-kl.kcdn.kz/i/main_answer_bg2.png") repeat-y scroll 0 0 transparent;
    padding: 10px 0 20px 10px;
    width: 250px;
}

.article_content_right2_cat_span {
    font-size: 24px;
    color: #fff;
    line-height: 18px;
    padding-bottom: 8px;
    display: block;
}

.article_content_right2_cat_ul {
    margin: 5px 0 20px 0;
    width: 200px;
}

.article_content_right2_cat_ul li {
    line-height: 25px;
}

.article_cat_ul p {
    padding-bottom: 10px;
    margin: 0;
}

.article_content_right2_cat_ul li.current span.article_content_right2_cat_ul_span_current {
    font-weight: 600;
    color: #fff;
}

.article_popular_ul a {
    display: block;
    font-size: 12px;
}


/* wysiwyg */
.article-main img {
    width: 650px;
}

#content .summary,
#content .content-summary {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 665px;
    color: #333;
    line-height: 22px;
    padding: 0;
}

.html-content .key.feature {
    background: #fffbcc;
    padding: 30px 20px 30px 22px;
}

.html-content .key.feature span {
    float: left;
}

.html-content .key.feature p {
    margin-left: 20px;
    margin-bottom: 10px;
}

.html-content .key.feature h1 {
    padding-left: 17px;
}

.html-content .key {
    position: absolute;
    margin-left: 67%;
    width: 275px;
    background: white;
    padding: 15px 20px 30px 20px;
}

.html-content .key P {
    width: auto;
    padding: 0;
    margin: 0px;
}

.html-content h3 {
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-weight: normal;
    color: #333333;
    line-height: 22px;
}

.html-content h2 {
    margin-bottom: 0px;
    font-size: 24px;
    padding-bottom: 25px;
    font-weight: normal;
    color: #333333;
    line-height: 25px;
    padding-top: 25px;
}

.html-content h1 {
    font-size: 32px;
    font-weight: normal;
    color: #333;
    padding-bottom: 30px;
}

/*---------------*/
.main_answer_triangle_a {
    cursor: pointer;
}

#content .picWithTxt p img {
    border: 2px solid white;
    -moz-box-shadow: 0px 1px 1px 1px #666;
    -webkit-box-shadow: 0px 1px 1px 1px #666;
    box-shadow: 0px 1px 1px 1px #666;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#666);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666, strength=3);
}

#content .picWithTxt P {
    padding: 0;
    margin: 10px 0 0
}

#content .picWithTxt DIV a {
    color: #78BBFF;
}

#content .picWithTxt DIV {
    font-size: 12px;
    padding: 5px 0px;
    line-height: 1.5em;
    width: 595px;
    background: #333;
    color: white;
    padding-left: 10px;
    padding-bottom: 6px;
}

#content .picWithTxt P {
    padding-left: 0;
}

#content .picWithTxt DIV SPAN {
    display: none;
}

#content .picWithTxt DIV SMALL {
    font-size: .7em !important;
}

#logo_block img {
    padding-left: 25px;
    padding-top: 7px;
}

.html-content .like-unlike {
    background: #fff;
    margin-left: -38px;
    padding-bottom: 25px;
    width: 1024px;
    margin-bottom: 25px;
}

.html-content .like-unlike table {
    width: 100%;
}

.html-content .like-unlike table td {
    width: 50%;
}

.html-content .like-unlike .subheading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 25px 0 10px 25px;

}

.html-content .like-unlike .like {
    background-image: url(https://static-kl.kcdn.kz/i/testdrive/like.png);
    background-repeat: no-repeat;
    background-position: 164px 17px;
}

.html-content .like-unlike .unlike {
    background-image: url(https://static-kl.kcdn.kz/i/testdrive/unlike.png);
    background-repeat: no-repeat;
    background-position: 193px 17px;
}

.html-content .like-unlike td ul {
    padding: 0 0 0 50px;
}

.html-content .like-unlike td ul li {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    padding-right: 40px;
}

.html-content .like-unlike td ul li span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding-top: 6px;
}

.html-content .tech_char h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
}

/**/
.tech_char1 {
    width: 650px;
    float: left;
    margin-right: 20px;
}

.tech_char1 table {
    width: 605px;
    margin: 0 0 20px 45px;
}

.tech_char1 table tr {
    height: 20px;
    line-height: 20px;
}

.tech_char2 {
    width: 280px;
    float: left;
}

.tech_char2 img {
    width: 276px;
    height: 220px;
    border: 2px solid #fff;
    cursor: pointer;
    margin-bottom: 20px;
    /* Тень вокруг блока */
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    /* ie */
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#666);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666, strength=3);
}

.tech_char h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px 20px;
}

.html-content ul {
    list-style: disc;
    padding: 12px 0px;
    padding-left: 17px;
}

.html-content ol {
    list-style: decimal;
    padding: 12px 0px;
    padding-left: 19px;
}

.html-content .whiteBG ul, .html-content .whiteBG ol {
    list-style: none;
    padding: 0px;
}

.hover {
    z-index: 2;
    display: none;
    width: 256px;
    height: 206px;
    background: url(https://static-kl.kcdn.kz/i/hot-bg.png) no-repeat;
    margin-left: -68px;
    margin-top: -58px;
    position: absolute;
}

.hover IMG {
    width: 200px;
    height: 150px;
    position: absolute;
    left: 28px;
    top: 28px;
}

.hover .bot, .hover .top {
    font-size: .85em;
    position: absolute;
    left: 28px;
    top: 28px;
    width: 194px;
    padding: 3px;
    display: block;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    text-align: left;
}

.hover A {
    text-decoration: none !important;
}

.hover A:hover {
    color: #fff !important;
}

.hover .bot {
    top: auto;
    bottom: 28px;
}

.td_classmates_a .item {
    position: absolute;
    width: 120px;
    height: 90px;
}

.td_classmates > a {
    position: relative;
}

#ms-screen,
.hot-screen {
    padding-top: 17px;
    top: -17px;
    height: 310px;
    _height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: -17px;
    _margin-bottom: -5px;
}

.ms-screen-small,
.hot-screen-small {
    height: 210px !important;
    _height: 220px !important;
}

.ms-screen-smaller,
.hot-screen-smaller {
    height: 110px !important;
    _height: 120px !important;
}

#ms-inner,
.hot-inner {
    position: absolute;
}

#content .picWithTxt {
    padding: 0px;
    margin-bottom: 17px;
}

.content_date_view_print {
    margin-bottom: 10px;
    color: #999;
}

#printed-area {
    display: none;
}

.faq_content_question .question {
    color: #B5B5B5;
    font-size: 18px;
}

.answer {
    display: block;
    color: #999999;
    font-size: 18px;
    margin: -30px 0 0 22px;
    padding: 0;
}

.testdrive_main_content_db_gallery .text h3 {
    padding: 0;
}

.testdrive_main_content_db_gallery .text p {
    padding: 0;
    width: auto;
}

.testdrive_main_content_db_gallery {
    background-color: #fff;
    width: 926px;
    margin: 0 0 20px -20px;
    padding: 20px 20px 20px 75px;
    position: relative;
    left: -16px;
}

.testdrive_main_content_db_gallery .gallery {
    width: 600px;
    height: 638px;
    float: left;
    margin-right: 50px;
    position: relative;
    left: 15px;
}

.testdrive_main_content_db_gallery .gallery .hidden_div {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.testdrive_main_content_db_gallery .gallery .img-cont {
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.testdrive_main_content_db_gallery .gallery .visible_div img {
    width: 600px;
    position: relative;
    z-index: 1;
}

.testdrive_main_content_db_gallery .right_block {
    float: left;
    width: 275px;
    height: 500px;
}

.testdrive_main_content_db_gallery .right_block .text {
    width: 275px;
}

.testdrive_main_content_db_gallery .right_block .panorama {
    text-align: center;
}

.testdrive_main_content_db_gallery .right_block .panorama  .panorama_img  .panorama_data {
    display: block;
    margin: 5px auto;
    width: 154px;
    height: 114px;

}

.testdrive_main_content_db_gallery .right_block .panorama > a {
    font-size: 12px;
}

.testdrive_main_content_db_gallery .right_block .panorama > .description {
    text-align: justify;
    font-size: 11px;
}

.testdrive_main_content_db_gallery .text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gallery_nav2 {
    height: 500px;
}

.gallery_nav {
    position: absolute;
    top: 415px;
    left: 0;
    width: 610px;
}

.gallery_nav ul li, .gallery_nav2 ul li {
    width: 106px;
    height: 65px;
    float: left;
    margin: 0 14px 15px 0;
    border: 2px solid white;
    cursor: pointer;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#666);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666, strength=3);
    overflow: hidden;
}

.gallery_nav ul li img, .gallery_nav2 ul li img {
    width: 106px;
    cursor: pointer;
}

.gallery_nav ul {
    padding: 0px;
}

.gallery_nav ul li.current {
    border-color: #9cf;
}

.gallery_nav ul li.current img {
    cursor: default;
}

.faq-list .breadcrumbs2_a p {
    margin-bottom: 8px;
}

.breadcrumbs2_faq_a {
    font-size: 18px;
}

.super-vip {
    height: 30px;
    text-align: center;
}

#vip-banner-close {
    top: 7px;
    position: absolute;
    right: 5px;
}

.testdrive_main_content_db_gallery .gallery .visible_div {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid white;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#666);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666, strength=3);
}

.div_for_title {
    position: absolute;
    bottom: 12px;
    left: 10px;
    z-index: 2;
    width: 546px;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
    padding: 0 16px;
    display: table;
}

.div_for_title2 {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0px;
}
  .div_for_title a{
    color: #6CF;
  }

.html-content .side-block .mini-descr {
    font-size: 11px;
    color: #999;
    padding-bottom: 15px;
}

.html-content .side-block .r-col p {
    width: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
}

.html-content .side-block .r-col .photos {
    padding-top: 20px;
}

.html-content .side-block .r-col .photos table td {
    padding-right: 15px;
    padding-bottom: 10px;
}

.html-content .side-block .r-col .photos img {
    border: 2px solid white;
    -moz-box-shadow: 0px 1px 1px 1px #666;
    -webkit-box-shadow: 0px 1px 1px 1px #666;
    box-shadow: 0px 0px 1px 1px #666;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#666);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666, strength=3);
}

.html-content .side-block .r-col .mini-descr {
    font-size: 12px;
}

.html-content .side-block .r-col h3 {
    padding: 15px 0;
}

.html-content .side-block {
    background: white;
    width: 987px;
    margin-left: -38px;
    padding: 37px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.html-content .side-block .l-col {
    float: left;
}

.html-content .side-block .l-col p {
    width: 617px;
}

.html-content .side-block .r-col {
    margin-left: 700px;
    width: 258px;
}

.html-content .side-block .l-col h2 {
    padding-top: 0px;
}

.main_jcarousel .empty-img {
    width: 160px;
    height: 45px;
}

.count_box {
    margin-top: 12px;
}

.count_box .view_count {
    float: left;
    background: url(/i/i-view.png) no-repeat center left;
    padding-left: 18px;
    height: 18px;
    font-size: 9px;
    color: #666;
    margin-right: 5px;
}

.count_box .comment_count {
    float: left;
    background: url(/i/i-comment.png) no-repeat center left;
    padding-left: 18px;
    height: 22px;
    font-size: 9px;
    color: #666;
}

.inline_count {
    display: block;
    font-size: 9px;
    height: 20px;
    margin-top: 3px;
    color: #666;
    word-spacing: 0.001em;
}

.inline_count .view_icon {
    background: url(/i/i-view.png) no-repeat center left;
    padding-left: 19px;
    margin-right: 6px;
    height: 22px;
    display: block;
    float: left;
}

.inline_count .comment_count {
    background: url(/i/i-comment.png) no-repeat center left;
    padding-left: 18px;
    height: 22px;
    margin-bottom: -5px;
    float: left;
    display: block;
}

#main_media {
    height: 673px;
    width: 950px;
    padding: 25px;
    background-color: #f3f3f3;
}

#media_content {
    padding: 0 25px 25px;
    width: 950px;

}

.media_video_head {
    margin-bottom: 22px;
}

#main_media .media_video {
    color: #ffffff;
    height: 315px;
    margin-bottom: 45px;
}

#media_content .media_video {
    color: #ffffff;
    height: 315px;
    margin-bottom: 20px;
}

#media_content .media_video_head {
    margin-bottom: 22px;
    color: #333333;
}

#media_content .media_video_head a {
    color: #333333;
}

.media_video .view_video_one {
    float: left;
    background: url(/i/background-video.png) repeat-x;
    height: 315px;
    width: 649px;
}

.view_video_one .big_view_video {
    width: 420px;
    height: 315px;
    float: left;
}

.view_video_one .big_view_video .video_play {
    background: url(/i/button_play.png) no-repeat;
    width: 94px;
    height: 94px;
    margin: 111px auto 0;

}

.view_video_one .big_view_video .video_play:hover {
    background-position: 0 -94px;
    cursor: pointer;
}

.media_video .view_video_one .big_info_video {
    height: 285px;
    width: 214px;
    padding: 15px;
    padding-right: 0px;
    float: left;
}

.media_video .view_video_one .big_info_video .info_video_text a {
    color: #66ccff;
    font-size: 18px;
}

.big_info_video .info_video_action {
    width: 199px;
    height: 30px;

}

.big_info_video .info_video_action .video_info_block {
    float: right;
    width: 82px;
    height: 25px;
    margin-right: -21px;
    background: url(/i/new-video.png) no-repeat;
    position: relative;
}

.big_info_video .info_video_text {
    margin-top: 2px;
    font-size: 18px;
}

.big_info_video .info_video_text .video_text_data {
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 18px;
    padding: 0 15px 0 0;
    color: #e4e4e4;
}

.media_video .view_video_any {
    background: url(/i/background-any-video.jpg) no-repeat;
    float: left;
    height: 303px;
    width: 277px;
    padding: 0 12px 12px 12px;

}

.view_video_any .video_item {
    margin: 16px 0;
}

.view_video_any .video_item .count_box {
    margin-top: 5px;
    margin-left: 12px;
}

.view_video_any .video_item .video_img {
    height: 60px;
    width: 75px;
    text-align: center;
    vertical-align: middle;
}

.view_video_any .video_item .video_img {
    height: 80px;
    width: 108px;
}

.view_video_any .video_item .video_img .video_img_src {
    height: 62px;
    width: 106px;
    padding-top: 21px;
}

.view_video_any .video_item .video_img .video_play_mind {
    background: url(/i/button_play_mind.png) no-repeat;
    width: 41px;
    height: 40px;
    margin: 0 auto;
}

.view_video_any .video_item .video_img .video_play_mind:hover {
    background-position: 0 -40px;
}

.view_video_any .video_item .video_data {
    width: 156px;
    font-size: 11px;
}

.view_video_any .video_item .video_data a {
    font-size: 12px;
    color: #dddddd;
}

#main_media  .media_photo {
    height: 190px;
}

#main_media  .media_photo .media_photo_head {
    margin-bottom: 22px;
}

#main_ul_photo li {
    float: left;
    width: 160px;
    height: 170px;
    margin-right: 37px;
}

#main_ul_photo li .view_img {
    border: 2px solid #fff;
    -moz-box-shadow: 0px 1px 1px 1px #666;
    -webkit-box-shadow: 0px 1px 1px 1px #666;
    box-shadow: 0px 1px 1px 1px #666;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=2, offY=2, color=#666);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666, strength=3);
    width: 150px;
    height: 106px;
}

#main_ul_photo li .photo_link {
    margin-top: 12px;
}

#main_ul_photo li .a-img .view_img{
    position: relative;
}

#main_ul_photo li .a-text {
    margin-right: 4px;
}

.count_photo {
    bottom: 3px;
    right: 3px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    display: table;
    text-align: center;
    color: #ffffff;
    background-color: rgba(230, 130, 0, 0.8);
}

.main_small_text {
    bottom: 7px;
    left: 3px;
    line-height: 10px;
    font-size: 10px;
    position: relative;
    color: #666;
}

.duration_video {
    background-color: rgba(45, 45, 45, 0.8);
    padding: 0 4px;
    line-height: 16spx;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    display: table;
    margin-top: 5px;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.icon {
  background: url(../../nl/img/sprite-20160712145401.png) no-repeat;
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
}
.icon-cabinet-login {
  background-position: -230px -61px;
  height: 11px;
  width: 22px;
}

/* Icons for footer socials*/
.soc-icons-list{
    padding-top: 12px;
}

.footer-soc-icon{
    display: inline-block;
    vertical-align: middle;
}

.icon-soc-fb {
    background-image: url('../../nl/img/soc-icons.svg');
    background-position: 0 0;
    background-repeat: no-repeat
}

.icon-soc-fb-dims {
    width: 25px;
    height: 26px
}

.icon-soc-inst{
    background-image: url('../../nl/img/soc-icons.svg');
    background-position: 0 -26px;
    background-repeat: no-repeat
}

.icon-soc-inst-dims {
    width: 25px;
    height: 25px
}

.icon-soc-tg {
    background-image: url('../../nl/img/soc-icons.svg');
    background-position: 0 -51px;
    background-repeat: no-repeat
}

.icon-soc-tg-dims {
    width: 25px;
    height: 25px
}

.icon-soc-vk {
    background-image: url('../../nl/img/soc-icons.svg');
    background-position: 0 -76px;
    background-repeat: no-repeat
}

.icon-soc-vk-dims {
    width: 25px;
    height: 25px
}

.icon-soc-yt {
    background-image: url('../../nl/img/soc-icons.svg');
    background-position: 0 -101px;
    background-repeat: no-repeat;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.icon-soc-yt-dims {
    width: 34px;
    height: 25px
}

.sn-icon {
    background: url('../../nl/img/sprite-20160712145401.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.sn-icon-facebook {
    background-position: -127px -97px;
    width: 16px;
    height: 16px;
}

a:hover span.sn-icon-facebook {
    background-position: -10px -277px;
    width: 16px;
    height: 16px;
}

.sn-icon-vkontakte {
    background-position: -153px -97px;
    width: 16px;
    height: 16px;
}

a:hover span.sn-icon-vkontakte {
    background-position: -36px -277px;
    width: 16px;
    height: 16px;
}

.sn-icon-twitter {
    background-position: -179px -97px;
    width: 16px;
    height: 16px;
}

a:hover span.sn-icon-twitter {
    background-position: -61px -277px;
    width: 16px;
    height: 16px;
}

.sn-icon-gplus {
    background-position: -205px -97px;
    width: 16px;
    height: 16px;
}

a:hover span.sn-icon-gplus {
    background-position: -87px -277px;
    width: 16px;
    height: 16px;
}

.sn-icon-mail {
    background-position: -312px -133px;
    width: 16px;
    height: 16px;
}

a:hover span.sn-icon-mail {
    background-position: -113px -277px;
    width: 16px;
    height: 16px;
}

.sn-icon-odnocl {
    background-position: -340px -133px;
    width: 16px;
    height: 16px;
}

a:hover span.sn-icon-odnocl {
    background-position: -139px -277px;
    width: 16px;
    height: 16px;
}

/* иконка youtube */
.sn-icon-youtube {
    background-position: -367px -453px;
    width: 16px;
    height: 16px;
}
a:hover span.sn-icon-youtube {
    background-position: -383px -453px;
    width: 16px;
    height: 16px;
}

.clearfix {
    clear: both;
}

.label-media {
  position:  absolute;
  font-size: 11px;
}
  .label-media span {
    padding: 3px 6px 3px;
    text-transform: uppercase;
  }
  .label-media .video {
    color:      #fff;
    background: #32902d;
  }
  .label-media .gallery {
    color:      #fff;
    background: #e68200;
  }
  .label-media .prlabel {
    color:      #fff;
    background: #e68200;
  }

.gallery-link-box {
  background-color: #232323;
  color:#b7b7b7;
  padding: 8px 0;
  width: 650px;
  height: 100px;
  margin: 1em 0;
}
  .gallery-link-box .gallery-link-head {
    padding-bottom: 10px;
    margin-left: 8px;
  }
    .gallery-link-box .gallery-link-head a{
      color: #66ccff;
    }
  .gallery-link-box .gallery-link-photos {
    height: 71px;
    position: relative;
    overflow: hidden;
  }
    .gallery-link-box .gallery-link-photos  .gallery-link-photos-inbox{
      width: 800px;
    }
      .gallery-link-box .gallery-link-photos  .gallery-link-photos-inbox a.my-link {
        background: -moz-linear-gradient(left,  rgba(35,35,35,0) 90%, rgba(35,35,35,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(90%,rgba(35,35,35,0)), color-stop(100%,rgba(35,35,35,1)));
        background: -webkit-linear-gradient(left,  rgba(35,35,35,0) 90%,rgba(35,35,35,1) 100%);
        background: -o-linear-gradient(left,  rgba(35,35,35,0) 90%,rgba(35,35,35,1) 100%);
        background: -ms-linear-gradient(left,  rgba(35,35,35,0) 90%,rgba(35,35,35,1) 100%);
        background: linear-gradient(to right,  rgba(35,35,35,0) 90%,rgba(35,35,35,1) 100%);
        display: block;
        position: absolute;
        left: 0;
        width: 650px;
        height: 71px;
        z-index: 1000;
      }
      .gallery-link-box .gallery-link-photos  .gallery-link-photos-inbox a.img-link{
        margin-left: 8px;
        display: block;
        float: left;
      }
#media_video_content .media_photo_content {
  margin: 0;
}
.media_cat_head span {
  font-size: 20px;
}
.tag {
  color: #999;
  border-bottom: 0;
}
.displayNone {
  display: none;
}
.faq-h {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.faq-b .faq-q {
  margin-left: 15px;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  color: #0066cc;
  padding-top: 10px;
  border-bottom: 1px dotted #0066cc;
}
#form .faq-q {
  margin-left: 0;
}
#form span {
  margin-left: 15px;
}
.faq-title {
  background-image: url(/i/headphones.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 25px;
  font-weight: bold;
}
.faq-work-time {
  padding-left: 30px;
  line-height: 20px;
  padding-bottom: 12px;
  padding-top: 5px;
}
  .faq-work-time ul {
    padding-top: 5px;
  }
.faq-phone {
  padding-left: 30px;
}
.faq-b .faq-a {
  margin-left: 15px;
  width: 670px;
  padding: 2px 3px 2px 0;
  display: none;
}
.faq-b .faq-arrow {
  font-size: 0.8em;
  margin-left: 7px;
}
.faq-b.active {
  background: #FAFAFA;
}

.faq-b dt {
  float: left;
  width: 120px;
}
.faq-b dd {
  float: left;
  width: 470px;
}
.faq-b #email-element {
  margin-bottom: 30px;
}
.faq-b #platform-element {
  clear: both;
}
.faq-b #image-element {
  margin-bottom: 10px;
}
.faq-b dd input#email {
  position: relative;
  bottom: 0px;
  left: 0px;
  border: 1px solid #999;
  margin-bottom: 10px;
}
.faq-q p {
  margin: 0;
}
.faq-b.active .faq-q {
  color: #988065;
  border-bottom: 1px dotted #FAFAFA;
}
.faq-b textarea {
  resize: vertical;
}
#form.active {
  background: none;
}
.form-message.alert, .form-message.success, .form-message.mod, .form-message.info {
  border: 1px solid #777;
  padding: .5em;
  text-align: center;
  margin-bottom: 10px;
}

.form-message.success {
  border-color: #cfc;
  color: #390;
  background-color: #ebffd6;
}
