.container {
    margin: 0 auto;
}
.clearfix:after,
.container:after,
.items:after {
    content: "";
    display: block;
    clear: both;
}
select,
select:hover,
select:focus,
select:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
a,
a:hover,
a:focus,
a:active {
    outline: none;
}
.container-fluid {
    max-width: 1400px;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.1818;
    background: #f0f0f0;
}
a {
    color: #1576BA;
    border-bottom: 0px dotted;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #DF2B18;
}
ul, ol {
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
}
li {
    list-style-position: outside;
}
li li ul,
li li ol {
    margin-top: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 11px;
    font-weight: bold;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}
h3 {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.content-section {
    margin-bottom: 1em;
}
.sidebar-right,
.sidebar-left {
    padding-top: 0px;
}
.sidebar-blue-title {
    color: #fff;
    background: linear-gradient(to bottom, #04508e 0%,#075c9f 50%,#0b6bb5 100%);
        text-align: center;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.sidebar-menu ul {
    padding: 0;
    margin: 0;
}
.sidebar-menu ul ul {
    margin-bottom: 0px;
    margin-top: 5px;
}
.header-links li,
.sidebar-menu li {
    margin-top: 10px;
    display: block;
    padding: 3px 0 3px 20px;
    background: url(../img/bullet_menu.gif) no-repeat 10px 8px;
}
.sidebar-menu ul ul li {
    padding-left: 12px;
    background-position: 2px 9px;
    margin-top: 2px;
}
.header-links a,
.sidebar-menu a {
    color: #0553AA;
    font-weight: normal;
    font-family: tahoma;
    text-decoration: none;
    font-size: 14px;
    line-height: 13px;
    border-style: none;
    border-bottom: 1px solid white;
    display: block;
    -webkit-transition: all 0.15s ease;
       -moz-transition: all 0.15s ease;
         -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
}
.header-links a:hover,
.sidebar-menu a:hover {
    color: #DF2B18;
    text-decoration: none;
    border-bottom: 1px solid white;
    -webkit-transform: translate(1px,0);
       -moz-transform: translate(1px,0);
        -ms-transform: translate(1px,0);
         -o-transform: translate(1px,0);
            transform: translate(1px,0);
}
header {
    border-bottom: 7px solid #0869b3;
    padding-top: 15px;
    padding-bottom: 10px;
}
.header-contacts {
    background: #04508e;
    background: -moz-linear-gradient(top,  #04508e 0%, #075c9f 50%, #0b6bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04508e), color-stop(50%,#075c9f), color-stop(100%,#0b6bb5));
    background: -webkit-linear-gradient(top,  #04508e 0%,#075c9f 50%,#0b6bb5 100%);
    background: -o-linear-gradient(top,  #04508e 0%,#075c9f 50%,#0b6bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#04508e), color-stop(50%, #075c9f), to(#0b6bb5));
    background: -webkit-linear-gradient(top, #04508e 0%, #075c9f 50%, #0b6bb5 100%);
    background: -o-linear-gradient(top, #04508e 0%, #075c9f 50%, #0b6bb5 100%);
    background: linear-gradient(to bottom,  #04508e 0%,#075c9f 50%,#0b6bb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04508e', endColorstr='#0b6bb5',GradientType=0 );
    min-height: 126px;
}
.header-logo img {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.header-logo .logo {
    text-align: center;
    display: block;
    border: none;
    position: relative;
    background: #04508e;
    background: -moz-linear-gradient(top,  #04508e 0%, #075c9f 50%, #0b6bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04508e), color-stop(50%,#075c9f), color-stop(100%,#0b6bb5));
    background: -webkit-linear-gradient(top,  #04508e 0%,#075c9f 50%,#0b6bb5 100%);
    background: -o-linear-gradient(top,  #04508e 0%,#075c9f 50%,#0b6bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#04508e), color-stop(50%, #075c9f), to(#0b6bb5));
    background: -webkit-linear-gradient(top, #04508e 0%, #075c9f 50%, #0b6bb5 100%);
    background: -o-linear-gradient(top, #04508e 0%, #075c9f 50%, #0b6bb5 100%);
    background: linear-gradient(to bottom,  #04508e 0%,#075c9f 50%,#0b6bb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04508e', endColorstr='#0b6bb5',GradientType=0 );
    height: 120px;
    line-height: 120px;
}
.header-logo .logo:after {
    position: absolute;
    content: "";
    bottom: 0;
    margin-bottom: -15px;
    right: 0;
    width: 36px;
    height: 33px;
    background: url(../img/drop_big.gif) no-repeat center;
}
.header-logo ul {
    display: block;
    font-size: 0px;
    padding: 0;
    margin: 0;
    margin-left: 30px;
    margin-right: 30px;
}
.header-logo li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.header-logo li a {
    border: none;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-contacts {
    color: #fff;
    padding: 5px 20px;
}
.header-contacts-title {
    font-family: Arial,Verdana;
    font-size: 14px;
    background: linear-gradient(to bottom, #04508e 0%,#075c9f 50%,#0b6bb5 100%);
    border: none;
    border-radius: 3px;
    padding: 2px 10px;
    margin-bottom: 15px;
     box-shadow:
   0 2px 3px rgb(0,0,0),
   0 0 1px 1px rgb(8,105,179),
   0 0 1px 1px rgb(8,105,179);
}
.header-contacts-title:hover {
    font-family: Arial,Verdana;
    box-shadow:
   0 4px 4px rgb(0,0,0),
   0 1px 1px 1px rgb(8,105,179),
   0 -1px 1px 1px rgb(8,105,179);
}
.header-contacts-text  {
    vertical-align: middle; 
    padding: 0 5px 0 0;
}
.header-contacts-phone {
    font-family: Verdana,Arial;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 7px;
}
.header-contacts-mail a {
    font-family: Arial,Verdana;
    font-size: 16px;
    color: #fff;
    padding: 5px 5px;
}
.header-links-wrap {
    background: url(../img/header_menu_drops_bg.gif) no-repeat bottom left, url(../img/header_drops_bg.gif) no-repeat top right;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    min-height: 122px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-links ul {
    padding-left: 0;
}
.header-links a {
    font-size: 13px;
    line-height: 16px;
}
.header-links li {
    margin-bottom: 5px;
}
.sidebar-banner {
    text-align: center;
    margin: 3em 0;
}
.sidebar-banner img {
    max-width: 100%;
}
hr {
    border: none;
    color: #0766AD;
    background-color: #0766AD;
    height: 1px;
}
.sidebar-goods {
    color: #07589A;
    text-align: center;
    font-weight: bold;
    font-size: 13px;}
.sidebar-goods-title {
    color: #07589A;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.goods-item .img-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border: none;
    text-align: center;
}
.goods-item img {
    max-width: 100%;
    max-height: 100%;
}
.goods-item-descr .name {
    font-size: 12px;
}
.price .red {
    color: #AF0000;
    font-weight: bold;
}
.price {
    font-size: 15px;
    font-weight: normal;
}
.goods-item-descr > * {
    margin-bottom: 2px;
}
.sidebar-partners {
}
.sidebar-partners ul {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}
.sidebar-partners li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
}
.sidebar-partners a {
    border: none;
    display: block;
    padding: 2px;
}
.sidebar-partners img {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.subsections {
    margin-bottom: 3em;
}
.subsections-title {
    font-weight: bold;
}
.subsections-items {
    background: #F4F4F4;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
h1 {
    color: #1576BA;
    font-family: Arial;
    font-size: 12pt;
    font-weight: normal;
}
.subsections-item {
    border: none;
    padding-bottom: 5px;
}
.subsections-item .text {
    font-weight: bold;
    font-size: 12px;
}
.subsections-item > * {
    display: block;
}
.subsections-item .img-wrap {
    height: 200px;
    line-height: 200px;
}
.subsections-item img {
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
.subsections-items .row > div:nth-child(2n+1) {
    clear: both;
}
.whie-pane {
    background: #f4f4f4;
    text-align: center;
    padding: 5px 10px;
    font-size: 9pt;
}
.red-title {
    color: red;
    font-size: 13px;
}
.popular-models-item .img-wrap {
    float: left;
    width: 116px;
    height: 185px;
}
.popular-models-item .goods-item {
    height: 185px;
    display: table;
    margin-bottom: 30px;
}
.popular-models-item .goods-item-descr {
    display: table-cell;
    vertical-align: middle;
}
.popular-models-items {
    background: #F4F4F4;
    padding-left: 15px;
    padding-right: 15px;
}
.popular-models-items [class*="col-"]:nth-child(2n+1) {
    clear: both;
}
.items-row-title {
    background: url(../img/bottom_title_right.jpg) no-repeat top right, url(../img/bottom_title_bg.gif) repeat-x top;
    color: #fff;
    display: inline-block;
    padding-right: 40px;
    height: 37px;
    line-height: 37px;
    min-width: 290px;
    max-width: 100%;
    font-weight: bold;
    font-size: 15px;
    padding-left: 15px;
    margin-left: -15px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 2em;
}
.items-row-item {
    display: table;
    margin-bottom: 2em;
}
.items-row-item .img-wrap {
    border: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}
.items-row-descr {
    display: table-cell;
    vertical-align: top;
}
.items-row-descr-in {
    border-top: 5px solid #0766AD;
    background: #F4F4F4;
    padding: 10px;
    -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
            border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
            border-bottom-right-radius: 10px;
}
.items-row-item-descr .name {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #868686;
    font-weight: bold;
    margin-bottom: 2em;
}
footer {
    margin-top: 1em;
}
.footer-left {
    border-bottom: none;
    border-top: 3px solid #0766AD;
    line-height: 54px;
    min-height: 54px;
    font-size: 0;
}
.footer-left > * {
    border-bottom: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.footer-left-box {
    padding: 10px;
}
.footer-social-wrapper{
    padding-left: 10px;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    display: inline;
    margin-right: 20px;
}
.socials ul {
    padding: 0;
}
.socials li,
.footer-social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.socials a,
.footer-social a {
    height: 16px;
    width: 16px;
    background: url(../img/b-share-icon.png) no-repeat;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    display: block;
    border: none;
    margin-right: 4px;
}
.socials .vk,
.footer-social .vk {
    background-position: 50% 0;
}
.socials .fb,
.footer-social .fb {
    background-position: 50% -68px;
}
.socials .tw,
.footer-social .tw {
    background-position: 50% -51px;
}
.socials .gp,
.footer-social .gp {
    background-position: 50% -426px;
}
.socials .ok,
.footer-social .ok {
    background-position: 50% -170px;
}
.socials .pm,
.footer-social .pm {
    background: url(../img/b-share.png) no-repeat center;
}
.footer-left .link {
    font-size: 8pt;
}
.footer-left .top100 {
    margin-right: 6px;
    border: none;
}
.footer-right {
    position: relative;
    background: url(../img/footer_logodrops.gif) no-repeat 22px 0, url(../img/footer_bg.gif) repeat-x top;
    height: 91px;
    padding-left: 114px;
}
.footer-right:before {
    position: absolute;
    content: url(../img/footer_drops.gif);
    top: 0;
    right: 40px;
}
.footer-right * {
    color: #f5f5f5;
    position: relative;
    font-size: 12px;
    font-family: Arial,Verdana;
}
.footer-copyrights {
    padding-top: 15px;
    margin-bottom: 1em;
}
.mobile-menu {
    display: none;
}
.bordered-goods-shaddow {
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.bordered-goods {
    margin: 1em 0;
}
.bordered-goods-item .img-wrap {
    background: #fff;
    padding: 5px 25px;
    width: 100%;
    display: block;
    border: none;
    height: 190px;
    line-height: 175px;
    text-align: left;
}
.bordered-goods-item .img-wrap:hover {
-webkit-filter: contrast(90%);
-webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}   
.bordered-goods-item img {
    line-height: 1;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.bordered-goods-item-descr {
    position: relative;
    border-left: 5px solid #0766ad;
    background: rgb(247, 247, 247);
    padding: 10px 20px;
    min-height: 192px;
    margin-bottom: 20px;
}
.bordered-goods-item-descr:before {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 0;
    width: 0;
    display: block;
    border-left: 8px solid #0766ad;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.bordered-goods-item-descr:after {
    content: "";
    position: absolute;
    top: 5px;
    margin-left: -5px;
    left: 0;
    height: 0;
    width: 0;
    display: block;
    border-left: 8px solid rgb(247, 247, 247);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.bordered-goods-item-descr .price {
    font-weight: normal;
}
.bordered-goods-item-descr .red {
    color: #af0000;
    font-weight: bold;
}
.bordered-goods-item-descr .name {
    margin-bottom: 10px;
    font-size: 14px;
}
.bordered-goods-item-descr .buy-btn {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1em;
}
.bordered-goods-item-descr .text {
    color: rgb(0, 0, 128);
}
.purple-text {
    color: rgb(170, 162, 240);
    font-size: 13px;
}
.blue-text {
    font-size: 13px;
    color: rgb(40, 130, 240);
}
.red-text {
    font-size: 13px;
    color: rgb(175, 0, 0);
}
.bordered-goods-item-descr .red-text,
.bordered-goods-item-descr .purple-text,
.bordered-goods-item-descr .blue-text {
    margin-top: 1em;
}
.breadcrumbs {
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 1em;
    background: linear-gradient(to bottom, #04508e 0%,#075c9f 50%,#0b6bb5 100%);
}
.breadcrumbs a {
    color: white;
}
.breadcrumbs a:hover {
    -webkit-transform: translate(1px,0);
    -moz-transform: translate(1px,0);
    -ms-transform: translate(1px,0);
    -o-transform: translate(1px,0);
    transform: translate(1px,0);
    color: #DF2B18;
    text-decoration: none;
}
.breadcrumbs ul {
    padding: 0;
    margin: 0;
}
.breadcrumbs li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 12px;
    color: #f00;
}
.breadcrumbs li:after {
    content: "-";
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    color: white;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.sidebar-sales {
    font-size: 12px;
    font-family: Arial;
    color: #1576BA;
    text-align: center;
}
.sidebar-sales-item {
    display: block;
    border: none;
    margin-bottom: 2em;
    margin-top: 2em;
}
.sidebar-sales-item img {
    margin-bottom: 1em;
}
.sidebar-sales-item .text {
    display: block;
}
.sidebar-sales-item .price {
    display: block;
}
.card-left {
    margin-bottom: 2em;
}
.card-left .img-wrap {
    margin: 1em;
    text-align: center;
    display: block;
    border: none;
}
.card-left .img-wrap img {
    max-width: 100%;
}
.card-left .price {
    font-size: 14px;
    margin-bottom: 5px;
}
.card-left .buy-btn a {
    font-size: 13px;
    font-weight: bold;
}
.card-left .socials {
    padding-top: 1em;
}
.card-descr-table {
    display: table;
    width: 100%;
}
.card-descr-left {
    width: 20%;
    display: table-cell;
    padding: 10px;
    border-right: none;
    text-align: center;
}
.card-descr-right {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    padding-top: 0;
    border-left: 1px solid #131313;
}
.card-descr-bottom {
    padding: 10px;
    border-top: none;
    border-top: 1px solid #131313;
}
.card-descr {
    border: double #131313;
}
.card-descr .imgs a {
    border: none;
}
.card-descr .imgs img {
    border: 2px solid silver;
}
.card-descr .imgs a:hover img {
    border-color: gray;
}
.card-descr-right ul {
    padding: 0;
}
.card-descr-right li {
    list-style: none;
}
.green-btn {
    text-decoration: none;
    height: 60px;
    width: auto;
    max-width: 238px;
    display: block;
    background-color: rgb(246, 246, 246);
    background: url(../img/vidjet_my_offers_03.png) no-repeat 5px center;
    border: solid 1px rgb(0, 142, 192);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    display: inline-block;
        z-index: 1;
    display: block;
    color: rgb(66, 75, 82);
    font: normal 15px/18px Tahoma;
    text-align: left;
    vertical-align: top;
    padding: 10px 0 0 60px;
}
.fancybox-close {
    border: none;
}
.warning {
    font-size: 16px;
    color: rgb(175, 0, 0);
    margin-bottom: 1em;
}
.warning img {
    vertical-align: bottom;
}
.map {
    max-width: 100%;
    width: 450px;
    height: 350px;
}
.form {
    margin-bottom: 3em;
}
.form-row {
    margin-bottom: 10px;
    clear: both;
}
.form-text {
    float: left;
    width: 155px;
    font-weight: normal;
    color: rgb(5, 83, 170);
    line-height: 12px;
    white-space: nowrap;
}
.form-text .important {
    vertical-align: super;
    color: #f00;
    font-size: 9px;
}
.form-input {
    margin-left: 160px;
}
.form-input textarea,
.form-input input {
    background-color: #FCFCFC;
    max-width: 100%;
    width: 400px;
    resize: none;
    padding: 5px;
    border: 1px solid rgb(211, 211, 211);
}
.form-input .form-btn {
    color: #fff;
    background: #0869b3;
    box-shadow: 0 0 0 1px #aaa inset, 0 2px 2px #aaa;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 12px;
    padding: 7px 10px;
    margin-bottom: 5px;
}
.kup-btn {
  font-weight: bold;
  font-size: 12px;
  color: white;
  box-shadow: 0 0 0 1px #aaa inset, 0 2px 2px #aaa;
  text-decoration: none;
  padding: 7px 10px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(to bottom, #04508e 0%,#075c9f 50%,#0b6bb5 100%);
  margin-bottom: 10px;
  transition: 0.2s;
} 
.kup-btn:hover { 
    box-shadow: 0 0 0 1px #aaa inset, 0 2px 2px #aaa;
    color: white;
    background: linear-gradient(to bottom, #0b6bb5 0%,#04508e 100%,#075c9f 50%);
}
.grey-text {
    color: rgb(170, 170, 170);
}
.reviews-item {
    padding-bottom: 1em;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 2em;
}
.mobile-phone {
    float: right;
    margin-top: -12px;
    color: #0553AA;
}
.mobile-phone a {
    display: block;
    font-weight: bold;
    color: #0553AA;
    border: none;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}
.b-share a {
	border-bottom: none;
}
    .subcategories.row a {
	text-align: center;
	position: relative;
	border-bottom: none;
    }
    .subcategories.row .img-wrap {
	height: 209px;
	vertical-align: middle;
	border-bottom: none;
	text-align: center;
	display: table-cell;
	width: 500px;
    }
table.partners { width: 100%; }
table.partners td {
    padding: 5px;
    text-align: center;
}
.new-goods h2 {
	color: #fff;
	background: url(../img/bottom_title_bg.gif) left center;
	line-height: 37px;
	display: inline-block;
	position: relative;
	padding-left: 20px;
	padding-right: 50px;
}
.new-goods h2:after {
	display: inline-block;
	content: '';
	background: url(../img/bottom_title_right.jpg) left center;
	width: 21px;
	height: 37px;
	position: absolute;
	left: 100%;
}
.blue-bt {
    border-top: 3px solid #0766AD;
}
input.form-control {
    width: 100%;
}
button.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0px 1px 0px #FFF;
opacity: 0.2;
padding: 0px;
cursor: pointer;
background: transparent none repeat scroll 0px 0px;
border: 0px none;
}
input.invalid {
	box-shadow: 0 0 10px #f00 inset;
}
form.sent .result {
	padding: 10px 20px;
	border: 2px solid #0b0;
	margin: 10px 0px;
}
table[cellpadding="10"] td { padding: 10px;}
form .hideonsent {
    max-height: 1000px;
    display: block;
    transition: 1s;
    overflow: hidden;
}
form.sent .hideonsent {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
.highslide-caption { display: none; }
.highslide img { border: solid 2px rgba(128,128,128,0.5); }
#callcons_b{
	position: fixed;
	z-index: 9999;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	font-family: Tahoma, Arial;
	text-shadow: 0px 0px 0px #000;
	opacity: 0.6;
	/*border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;*/
}
#callcons_b:hover{
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
#callcons_f{
	display: none;
	border: 2px solid rgb(171, 21, 255);
	box-shadow: 0 0 65px #222;
	position: fixed;
	font-family: Tahoma;
	border-radius: 0px;
	left: 0px;
	top: 0px;
	width: 310px;
	z-index: 100000;
	color: #222;
	background: rgb(247, 247, 247);
	border-radius: 0px;
}
#callcons_black{
	display: none;
	z-index: 10000;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	background: #000;
}
#callcons{
}
.call_h{
	position: relative;
	color: #fff;
	background: rgb(171, 21, 255);
	font-size: 13px;
	line-height: 14px;
	padding: 5px 0 8px 0px;
	margin: 0 0 6px 0;
	font-weight: normal;
	text-align: center;
	cursor: auto;
}
#call_close{
	position: absolute;
	right: 4px;
	top: 4px;
	height: 16px;
	width: 16px;
	background: url('/callcons/img/close_window.png') no-repeat;
	cursor: pointer;
}
#call_close:hover{
	background: url('/callcons/img/close_window_h.png') no-repeat;
}
.call_form_name, .call_form_div{
	display: block;
	padding: 1px 4px 1px 0px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	font-weight: normal;
	width: 280px;
	margin: 0 auto;
	text-shadow: 0px 1px 0px #fff;
}
.call_form{
	width: 273px !important;
	border: 1px solid rgb(187, 196, 206) !important;
	border-radius: 0px !important;
	/*box-shadow: inset 1px 1px 5px #EBEBEB;*/
	color: #222 !important;
	font-size: 12px !important;
	padding: 5px !important;
	outline: none;
	font-style: normal;
}
#call_text{
	resize: none;
	overflow: auto;
	height: 40px !important;
}
#call_order{
	float: right;
	color: #FFF;
	background: rgb(171, 21, 255);
	border: 2px solid rgb(171, 21, 255);
	text-align: center;
	font-size: 13px;
	font-family: arial;
	padding: 4px 10px;
	cursor: pointer;
	margin: 4px 11px 8px 2px;
	border-radius: 3px;
}
#call_order:hover{
	color: rgb(171, 21, 255);
	background: #FFF;
}
#callcons_mess{
	display: none;
	float: left;
	font-size: 12px;
	font-family: Tahoma;
	color: rgb(160, 0, 0);
	margin: 10px 0px 14px 16px;
	text-shadow: 0px 1px 0px #FFF;
}
#callcons_send{
	display: none;
	float: left;
	font-size: 12px;
	font-family: Tahoma;
	color: #375370;
	margin: 10px 0px 14px 17px;
	background: url('/callcons/img/loading.gif') 3px 5px no-repeat;
	padding-left: 25px;
	text-shadow: 0px 1px 0px #FFF;
}
.not_filled {
	box-shadow: 0px 0px 3px #DA1E1E !important;
	border: 1px solid #AA0606 !important;
	background-color: #FFF5F5 !important;
}
#callcons_cop{
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	margin-top: -6px;
}
#callcons_cop span{
	font-size: 11px;
	color: #555;
	font-family: Tahoma;
}
.form_div_class{
	margin-bottom: 1px;
}
.call_b_char{
	height: 8px;
	font-size: 13px;
	font-family: Tahoma;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	text-shadow: 0px 1px 0px #000;
}