/* Saima 4G */

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font: 13px Arial, Helvetica, sans-serif;
    color: #2b2b2b;
    background: #f7f7f7 url(images/bg_in.jpg) repeat-x top;
}

a {
    color: #bd0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

#site {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.home {
    background: url(images/bg.jpg) repeat-x top;
}

/* Header
------------------------ */
#header {
    background: transparent;
    height: 260px;
}

.home #header {
    background: transparent;
    height: 425px;
}

#header h1 {
    position: absolute;
    right: 70px;
    top: 35px;
    z-index: 2;
}

#header h1 a{
    display: inline-block;
}

.home #header h1 {
    right: 50px;
    top: 30px;
}

#header h2 {
    position: absolute;
    left: 12px;
    top: 329px;
    z-index: 20;
}

#mainmenu {
    position: absolute;
    top: 30px;
    left: 12px;
    width: 880px;
    height: 60px;
    padding-top: 1px;
}

#mainmenu ul {
    clear: both;
}

#mainmenu ul li {
    float: left;
    margin-bottom: 3px;
}

#mainmenu ul li a {
    font-size: 17px;
    background: #d1d1d1;
    border-radius: 5px;
    margin-right: 8px;
    float: left;
    color: #3f3d40;
    outline: none;
    padding: 3px 12px 4px 12px;
    margin-bottom: 3px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(72, 72, 72, 0.52);
    -moz-box-shadow: inset 0 0 5px 0 rgba(72, 72, 72, 0.52);
    box-shadow: inset 0 0 5px 0 rgba(72, 72, 72, 0.52);
}

#mainmenu ul li a span {
    float: left;
}

#mainmenu ul li a:hover,
#mainmenu .current-menu-item a,
#mainmenu .current-page-ancestor a,
#mainmenu .current-menu-ancestor a,
#mainmenu .current-category-parent a {
    background: #fff;
    text-decoration: none;
    position: relative;
}

#mainmenu ul li .sub-menu {
    background: #ff3232 url(images/menus_b.gif) no-repeat bottom;
    width: 302px;
    position: absolute;
    top: 255px;
    left: 657px;
    display: none;
    z-index: 99999;
    padding: 0;
}

/*#mainmenu ul li .sub-menu { padding: 10px 0; background: url(images/menus_t.gif) no-repeat top; width: auto; }*/
#mainmenu ul li .sub-menu li {
    /*background: url(images/menus_li.gif) no-repeat bottom;*/
    float: none;
    margin: 0;
}

#mainmenu ul li .sub-menu li a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 8px 0 8px 17px;
    display: block;
    float: none;
    text-shadow: none;
    margin-right: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0;
    background: none !important;
}

#mainmenu ul li .sub-menu li a span {
    padding: 0;
    float: none;
    background: none !important;
}

#mainmenu ul li .sub-menu li a::before {
    content: none;
}

#mainmenu ul li .sub-menu li a:hover, #mainmenu ul li .sub-menu ul li.current-menu-item a {
    background: #ebebeb !important;
    color: #000;
    text-decoration: none;
}

#mainmenu ul li .sub-menu li a:hover span {
}

#mainmenu ul li.current-menu-item .sub-menu,
#mainmenu .current-page-ancestor .sub-menu,
#mainmenu .current-category-parent .sub-menu,
#mainmenu .current-menu-ancestor .sub-menu {
    display: block;
}

.lang {
    position: absolute;
    top: 0;
    right: 0;
}

.widget_mqtranslate h2 {
    display: none;
}

.lang ul li {
    float: left;
    margin-left: 10px;
}

.lang ul li a {
    background: url(images/lang.gif) no-repeat;
    width: 33px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    _zoom: 1;
}

.lang li.kg a {
    background-position: 0 0;
    right: 37px;
}

.lang li.ru a {
    background-position: 0 -26px;
    right: 5px;
}

.widget_qtranslate h2 {
    display: none;
}

.qtrans_language_chooser li a {
    width: 33px;
    height: 26px;
    display: block;
    position: absolute;
    top: 12px;
    color: #ff0000;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    _zoom: 1;
    text-decoration: underline;
}

.qtrans_language_chooser li a:hover {
    text-decoration: none;
}

.qtrans_language_chooser li.lang-kg a {
    right: 30px;
}

.qtrans_language_chooser li.lang-ru a {
    right: 0px;
}

.qtrans_language_chooser li.active a {
    text-decoration: none;
}

.usb {
    position: absolute;
    right: 30px;
    top: 120px;
}

.home .usb {
    top: 137px;
    right: 37px;
}

.slider img {
    position: absolute;
    top: 92px;
    left: 13px;
    width: 325px;
    height: 168px;
    z-index: 10;
    display: none;
}
.usb img {
    display: none;
}

.home .slider img {
    top: 107px;
    width: 649px;
    height: 318px;
}

.featured {
    background: url(images/featured_line.gif) no-repeat top;
    padding: 1px 10px 0;
    margin-bottom: 39px;
    overflow: hidden;
    _zoom: 1;
}

.featured .item {
    float: left;
    background-repeat: no-repeat;
    width: 162px;
    height: 95px;
    padding: 12px 0 25px 158px;
    color: #fff;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    margin-right: 8px;
}

.featured .item:last-child {
    margin-right: 0;
}

.featured .item h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.featured .item p {
    margin-bottom: 8px;
}

.featured .item strong {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}

.featured .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 322px;
    height: 132px;
    display: block;
}

.home .featured {
    position: absolute;
    top: 0;
    left: 2px;
    overflow: hidden;
    _zoom: 1;
    background: none;
    padding: 0;
}

.featured .item-244 {
    width: 322px;
    height: 132px;
    padding: 0;
}

.featured .item-244 h3 {
    display: none;
}

.featured .item-242 {
    background-image: url(images/f_race.png);
}

.call-center {
    position: absolute;
    right: 91px;
    top: 215px;
    color: #c41a18;
    font-size: 18px;
    z-index: 9999;
}

.pathway {
    width: 953px;
    height: 42px;
    position: absolute;
    left: 0px;
    top: -56px;
    color: #c0c0c0;
    padding: 14px 0 0 26px;
    z-index: 20;
    font-size: 11px;
}

.pathway a {
    color: #c0c0c0;
    text-decoration: underline;
    padding: 0 5px;
}

.pathway a:hover {
    text-decoration: none;
}

.pathway_ru {
    background: url(images/pathway_bg_ru.png);
}

.pathway_kg {
    background: url(images/pathway_bg_kg.png);
}

#wrapper {
    position: relative;
    background: #fff url(images/wrapper_bg.gif) repeat-x top;
    margin: 0 10px 0 11px;
    padding: 18px 0 87px;
}

.home #wrapper {
    background: none;
    margin: 0 10px 38px;
    padding: 152px 0 0;
}

/* Content
------------------------ */
#content {
    float: left;
    padding-left: 30px;
    color: #000;
    width: 580px;
}

#content p {
    margin-bottom: 16px;
}

.home #content {
    width: 620px;
    padding-left: 11px;
}

.home #content p {
    margin: 0;
}

#content h2 {
    font-size: 26px;
    color: #bd1319;
    font-weight: normal;
    margin: 4px 0 24px;
}

#content h2 a {
    color: #bd1319;
    text-decoration: none;
}

#content h2 a:hover {
    text-decoration: underline;
}

.home #content h2 {
    font-size: 21px;
    color: #ff0000;
    margin: 0 0 23px 19px;
}

.post {
    margin-bottom: 25px;
    background: url(images/li.gif) no-repeat 2px 5px;
    padding-left: 15px;
}

.post .title {
    margin-bottom: 5px;
}

.post .title h3 {
    font-weight: bold;
    padding-right: 6px;
    display: inline;
    font-size: 14px;
}

.post .title h3 a {
    color: #bd0000;
}

.post .title strong {
    border-left: 1px solid #bd0000;
    font-size: 10px;
    font-weight: normal;
    padding-left: 5px;
    color: #bd0000;
    line-height: 16px;
}

#content h4 {
    margin-bottom: 14px;
    font-size: 13px;
    color: #ca0a0e;
}

#content ul {
    margin-bottom: 16px;
}

#content ul li {
    background: url(images/square.gif) no-repeat 0px 6px;
    padding-left: 17px;
}

#sidebar {
    float: right;
    width: 320px;
    padding-top: 222px;
}

.home #sidebar {
    width: 312px;
    padding: 20px 0 40px;
}

.wdt_phone h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 11px;
}

.wdt_phone strong {
    color: #ff0000;
    font-size: 21px;
    font-weight: normal;
}

.wdt_phone .support {
    font-size: 15px;
    margin-bottom: 12px;
}

.wdt_phone .support a {
    color: #000000;
    text-decoration: underline;
}

.wdt_phone .support a:hover {
    text-decoration: none;
}

.wdt_phone .skype {
    font-size: 11px;
    color: #000;
    background: url(images/i_skype.png) no-repeat left;
    padding: 2px 0 0px 32px;
    display: block;
}

.wdt_phone .skype:hover {
    text-decoration: none;
}

.searchform {
    position: absolute;
    bottom: 28px;
    right: 6px;
}

.home .searchform {
    bottom: 11px;
    right: -3px;
}

.searchform input {
    border: none;
    float: left;
}

.searchform .stxt {
    background: url(images/stxt.gif) no-repeat;
    padding: 4px 0 4px 5px;
    width: 277px;
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
}

.searchform .sbtn {
    background: url(images/sbtn.gif) no-repeat;
    width: 27px;
    height: 23px;
    cursor: pointer;
}

.images {
    text-align: center;
    width: 300px;
}

/* Footer
------------------------ */
#footer {
    height: 194px;
}

#footer a, #footer .author a {
    color: black;
}

.home #footer {
    height: 90px;
}

.home #footer a {
    color: #bd0000;
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #cd151b;
    padding-top: 14px;
    font-size: 12px;
    border-top-color: #ed9999;
    color: black !important;
}

.copyright {
    float: left;
    line-height: 18px;
    padding-left: 39px;
}

.home .copyright {
    color: #bd0000;
}

.author {
    float: right;
    width: 320px;
    padding-top: 7px;
}

.home .author {
    width: 316px;
    color: #000;
}

.home .author .wdt_phone {
    display: none;
}

#footer h2 strong {
    color: black;
}

#footer .author img {
    margin-bottom: 28px;
}

#footer .social {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 130px;
    margin-left: -20px;
}

#footer .social ul li {
    float: left;
    margin: 0 10px;
}

#footer .social ul li a {
    display: block;
    width: 44px;
    height: 44px;
    background-image: url('images/i_social.png');
}

#footer .social ul li a.fb {
    background-position: 0 0;
}

#footer .social ul li a.fb:hover {
    background-position: 0 -94px;
}

#footer .social ul li a.tw {
    background-position: 0 -188px;
}

#footer .social ul li a.tw:hover {
    background-position: 0 -282px;
}

.how dl {
    margin-bottom: 25px;
}

.how dt {
    font-size: 16px;
    font-weight: bold;
    color: #ca0a0e;
    margin-bottom: 5px;
}

.how dt strong {
    color: #000;
}

.how dd {
    line-height: 14px;
    margin-bottom: 40px;
}

.how strong {
    color: #000;
    font-weight: bold;
}

.important {
    color: #ca0a0e;
}

.step span {
    background-image: url(images/step.png);
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    _zoom: 1;
    text-indent: 30px;
}

.step li {
    position: relative;
    padding: 0 0 30px 32px;
}

.step p {
    margin-bottom: 25px !important;
}

.step1 {
    background-position: 0 0;
}

.step2 {
    background-position: 0 -21px;
}

.step3 {
    background-position: 0 -42px;
}

.pagination {
    margin-bottom: 10px;
    color: #ca0a0e;
    font-weight: bold;
    font-size: 13px;
}

.pagination a {
    text-decoration: underline;
}

.pagination a, .pagination span {
    margin: 0 4px;
}

.pagination a:hover {
    text-decoration: none;
}

.faq dt {
    background: #ca0a0e;
    padding: 10px;
    color: #fff;
    -moz-border-radius: 11px;
    border-radius: 11px;
    margin-bottom: 22px;
}

.faq dt .title {
    margin-bottom: 4px;
    overflow: hidden;
    _zoom: 1;
    position: relative;
}

.faq dt .title h3 {
    float: left;
    font-size: 13px;
}

.faq dt .title h3 a {
    color: #fff;
}

.faq dt .title strong {
    font-size: 11px;
    font-weight: normal;
    border-left: 1px solid #ffffff;
    padding-left: 8px;
    margin-left: 8px;
}

.faq dt .title span {
    position: absolute;
    top: 0px;
    right: 12px;
    font-style: italic;
    font-size: 11px;
}

.faq dt .title span a {
    color: #fff;
}

.faq dd {
    margin: 0 10px 35px;
}

#sidebar .wp-post-image {
    width: 300px;
    height: auto;
}

.cformWrap {
    position: relative;
}

.cformWrap .important {
    position: absolute;
    top: 1px;
    left: 420px;
    width: 160px;
}

.page-id-95 #sidebar {
    padding-top: 20px;
}

.page-id-43 .post img {
    margin-top: 18px;
}

.newspath span.current {
    display: none;
}

.category-news .post h3 {
    margin-bottom: 5px;
}

.page-id-198 #content {
    width: 910px;
}

.tit-h3 {
    background: url(images/tarify_h3.gif);
    padding-left: 13px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 13px;
}

.tablet {
    width: 100%;
    border-collapse: collapse;
    line-height: 14px;
}

.tablet th {
    background: #fff000;
    text-align: left;
    border-right: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    padding: 6px;
    vertical-align: top;
}

.tablet th span {
    font-size: 11px;
    font-weight: normal;
}

.tablet td p {
    font-size: 11px;
    margin: 5px 0 0;
}

.tablet td span {
    color: #878787;
    font-size: 11px;
}

.tablet .sep {
    height: 3px;
    background: #fff000;
    padding: 0;
}

.tablet td {
    border-bottom: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    padding: 7px;
}

.tablet .last {
    border-right: none;
}

.tablet thead th {
    border: none !important;
    padding: 0 !important;
}

.tablet .traff {
    background: #d10000;
    color: #fff;
    border-right: 1px solid #fff000 !important;
    text-align: center;
    padding: 2px 0 !important;
}

.tablet p.important {
    padding-top: 28px;
}

.equipment {
    padding-bottom: 45px;
}

.equipment th {
    background: none !important;
    color: #000;
}

.equipment .value {
    border-right: none !important;
}

.equipment .last td {
    border-bottom: none !important;
}

.doc {
    color: #000;
    padding: 5px 30px 5px 0;
    background: url(images/i_doc.png) no-repeat right;
}

.setup td {
    padding: 12px 7px;
}

.setup td div {
    padding: 12px 0;
}

.setup {
    margin-left: 24px;
    width: 555px;
}

.setup-h3 {
    background: url(images/setup_h3.gif) no-repeat;
    margin-left: 24px;
}

.category-oborudovanie #sidebar .wp-post-image {
    display: none;
}

.category-oborudovanie #content {
    width: 920px;
}

.category-oborudovanie #content .item {

    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    _zoom: 1;
    padding-bottom: 20px;
}

.category-oborudovanie #content .item .entry {
    float: left;
    width: 290px;
}

.category-oborudovanie #content .item .image {
    float: left;
    width: 570px;
}

.category-oborudovanie #content .item .image img {
    width: auto !important;
    max-height: 180px;
    float: none;
}

.category-oborudovanie #content .item .entry .descr {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5em;
}

.category-oborudovanie #content .item .line {
    border-bottom: 1px solid #bbbbbb;
    width: 600px;
    clear: both;
    padding-top: 20px;
}

.category-oborudovanie #content .item .buy {
    color: #fff;
    background: #ff3232;
    border-radius: 5px;
    width: 140px;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    box-shadow: inset -3px -10px 1px -9px rgba(0, 0, 0, 0.75);
}

.category-oborudovanie #content .item .nobuy {
    font-size: 16px;
    color: #8d8d8d;
}

.category-oborudovanie .buyform ::-webkit-input-placeholder {
    color: #fff;
}

.category-oborudovanie .buyform ::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
.category-oborudovanie .buyform :-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
.category-oborudovanie .buyform :-ms-input-placeholder {
    color: #fff;
}

{
}
.category-oborudovanie .buyform {
    padding-top: 20px;
}

.category-oborudovanie .buyform input[type=text] {
    background: #d30608;
    color: #fff;
    width: 100%;
    padding: 7px 10px;
    border: 0;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
}

.category-oborudovanie .buyform input[type=submit] {
    float: right;
    background: #d30608;
    color: #fff;
    padding: 7px 10px;
    border: 0;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: inset -3px -10px 1px -9px rgba(0, 0, 0, 0.75);
}

.category-oborudovanie .buyform .message {
    font-size: 14px;
    clear: both;
    padding-top: 10px;
    color: #ff0000;
}

.category-oborudovanie #content .item h3 {

    padding-bottom: 5px;
    margin-bottom: 12px;
    font-size: 20px;
}

.category-oborudovanie #content .item .wp-post-image {
    float: right;
}

.category-oborudovanie #content .item .count {
    width: 100px;
    display: inline-block;
    font-size: 18px;
    padding-top: 2px;
    vertical-align: middle;
}

.doc_big {
    background: url(images/i_doc_big.gif) no-repeat right;
    padding-right: 40px;
    color: #353535;
    font-size: 14px;
    display: block;
    width: 180px;
}

.no {
    border-right: none !important;
}

.marks {
    padding: 20px;
}

.marks span {
    padding: 7px 0 7px 40px;
}

.marks .zone1 {
    background: url(images/i_zone1.gif) no-repeat left bottom;
    margin-right: 20px;
}

.marks .zone2 {
    background: url(images/i_zone2.gif) no-repeat left bottom;
}

.page-id-198 #sidebar {
    float: none;
    padding: 0;
    text-align: right;
}

*#wrapper {
    z-index: 9999;
}

.page-id-3346 #sidebar {
    display: none;
}

.page-id-3346 #content {
    width: auto;
    padding: 0 30px;
    float: none;
}

.page-id-3346 table {
    border-collapse: collapse;
    width: 100%;
}

.modem, .pocket, .device, .net, .settings, .shipping {
    background-image: url('images/i_point.png');
    background-repeat: no-repeat;
    width: 28px;
    height: 25px;
    display: inline-block;
    margin: 0 1px;
}

.modem {
    background-position: 0 0;
}

.pocket {
    background-position: 0 -75px;
}

.device {
    background-position: 0 -150px;
}

.net {
    background-position: 0 -225px;
}

.settings {
    background-position: 0 -300px;
}

.shipping {
    background-position: 0 -375px;
}

.point {
    margin-bottom: 20px;
}

.point .heading {
    background-color: #fe3232;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.point .heading:before {
    content: '';
    background-image: url('images/i_point.png');
    background-repeat: no-repeat;
    width: 23px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: 30px;
    background-position: 0 -450px;
}

.point td {
    padding: 10px;
    font-size: 13px;
    vertical-align: middle;
    border-bottom: 1px solid #fe3232;
}

.point th {
    text-align: left;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #fe3232;
}

.point tr:hover td {
    background-color: #f1edde;
}

.point td:nth-child(5) {
    width: 12%;
}

.point .node {
    display: none;
}

.point.opened .node {
    display: block;
}

.point.opened .heading:before {
    background-position: 0 -514px;
}

.page-id-39 #sidebar {
    display: none;
}

.page-id-39 #content {
    float: none;
    width: auto;
}

.only_home {
    display: none;
}

.home .only_home {
    display: block;
}

.home .only_inner {
    display: none;
}

.ru .kg_ {
    display: none;
}

.kg .ru_ {
    display: none;
}

.show_tech {
    display: none;
}

.toggle_news {
    position: relative;
}

.toggle_news .head a {
    color: #000;
    font-size: 14px;
    border-bottom: 1px dashed;
    position: absolute;
    top: -45px;
    right: 0;
}

.toggle_news .head a:hover {
    text-decoration: none;
}

#fancybox-wrap {
    z-index: 9999999999;
}

.scroll_no {
    overflow: hidden;
}

#carousel {
     position: absolute;
    top: 92px;
    left: 11px;
    width: 978px;
    height: 333px;
}

#carousel img{
width:100%;
}

#header .feedback {
    position: absolute;
    top: 7px;
    left: 12px;
    text-decoration: underline;
    font-size: 13px;
    color: #fe0005;
}

#header .feedback:hover {
    text-decoration: none;
}

#header .feedback::before {
    content: '';
    background-image: url('images/convert.png');
    width: 27px;
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    right: -38px;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li {
    width: 14px;
    height: 14px;
}

.slick-dots li button {
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #e64b08;
}

.slick-dots li button::before {
    content: none;
}

.share-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#check-ballance h2 {
    padding-top: 2px;
    font-size: 21px;
    font-family: Arial;
    margin-bottom: 6px;
}

#check-ballance input {
    background: #d30608;
    color: #fff;
    font-size: 15px;
    border: 0;
    width: 235px;
    padding: 0 9px;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
    font-style: italic;
    outline: none;
}

#check-ballance button {
    background: url('images/arr.png') no-repeat 50% 50%;
    width: 23px;
    height: 30px;
    border: 0;
    vertical-align: top;
    outline: none;
    cursor: pointer;
}

#check-ballance {
    margin-bottom: 30px;
}

#check-ballance ::-webkit-input-placeholder {
    color: #fff;
}

#check-ballance ::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
#check-ballance :-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
#check-ballance :-ms-input-placeholder {
    color: #fff;
}

#check-ballance .error {
    display: none;
    color: #d30608;
    margin-bottom: 10px;
}

#check-ballance .ballance {
    width: 274px;
    display: none;
    padding-top: 5px;
    margin-bottom: 40px;
}

#check-ballance .ballance a {
    text-decoration: underline;
    color: #000;
    float: right;
}

#check-ballance .ballance a:hover {
    text-decoration: none;
}

.category-oborudovanie #orderLink {
    display: none !important;
}

#orderLink {
    display: block;
    z-index: 90000;
    cursor: pointer;
    background: url('images/order.png') no-repeat 50% 50%;
    width: 272px;
    height: 54px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -136px;
}

@font-face {
    font-family: 'Lobster';
    src: url('lobster/Lobster.eot?#iefix') format('embedded-opentype'), url('lobster/Lobster.woff') format('woff'), url('lobster/Lobster.ttf') format('truetype'), url('lobster/Lobster.svg#Lobster') format('svg');
    font-weight: normal;
    font-style: normal;
}

#content.card {
    width: 90%;
}

#content.card .cont {
    font-size: 17px;
    margin-bottom: 25px;
}

#content.card .image_part {
    position: relative;
    margin-left: 20px;
}

#content.card .image_part ::-webkit-input-placeholder {
    color: #fff;
}

#content.card .image_part ::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
#content.card .image_part :-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
#content.card .image_part :-ms-input-placeholder {
    color: #fff;
}

#content.card .image_part input, #content.card .image_part textarea {
    border: 0;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 70px;
    left: 67px;
    display: block;
    width: 735px;
    font-size: 25px;
    color: #fff;
    outline: none;
    padding: 1px 10px 5px 10px;
    font-family: 'Lobster';

}

#content.card .image_part textarea {
    height: 85px;
    overflow: hidden;
    bottom: 75px;
    font-size: 23px;
    resize: none;
    padding-top: 5px;
}

#content.card .image_part input {
    text-align: center;
    bottom: 36px;
}

#content.card .text_part .count {
    position: absolute;
    font-size: 17px;
    right: 23px;
    top: 0;
}

#content.card .text_part .p {
    position: relative;
    font-size: 17px;
    margin-bottom: 15px;
}

#content.card .text_part {
    padding: 15px 30px 15px 55px;
}

#content.card .text_part table {
    width: 100%;
}

#content.card .text_part table td.name {
    text-align: right;
    font-size: 26px;
    font-family: 'Lobster';
    width: 267px;
    padding-right: 25px;
}

#content.card .text_part table td {
    padding-bottom: 13px;
}

#content.card .text_part table input {
    background: #cccccc;
    font-size: 24px;
    font-family: 'Lobster';
    border: 0;
    padding: 2px 10px;
    outline: none;
}

#content.card .text_part table .capcha {
    vertical-align: top;
    width: 130px;
}

#content.card .text_part table .mail {
    width: 95%;
}

#content.card .text_part table button:hover {
    background: #d30608;
    cursor: pointer;
}

#content.card .text_part table button {
    font-size: 25px;
    color: #fff;
    background: #ff3232;
    border-radius: 5px;
    border: 0;
    width: 150px;
    padding: 3px 10px 5px 10px;
    outline: none;
}
#content.card .text_part table button[disabled] {
    background: #cccccc !important;
    cursor: default;
}
#zerror {
    color: #ff3232;
    font-size: 16px;
}

#success {
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    padding: 30px 0;
}

#content.card input:focus::-webkit-input-placeholder, #content.card textarea:focus::-webkit-input-placeholder{
    color: transparent!important;
}
#content.card input:focus::-moz-placeholder, #content.card textarea:focus::-moz-placeholder{
    color: transparent!important;
}
#content.card input:focus:-moz-placeholder, #content.card textarea:focus:-moz-placeholder{
    color: transparent!important;
}