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, lege.nd,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
}
a {
    color: blue;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 18px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
#wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #eeeeee;
}

.clr{
    width: 0px;
    height: 0px;
    clear: both;
}

.center{
    width: 1000px;
    margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 165px;
}

#header>.center{
    padding-bottom: 21px;
    background-color: #ffffff;
    background-image: url(images/header_center.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    padding-top: 40px;
}

.header-menu{
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 9000;
}
.header-menu .center{
    position: relative;
}
.top_nav{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    width: 100%;
    position: absolute;
    right: 15px;
}

.top_nav span{
    padding-top: 3px;
}

span.middle{
    display: block;
    padding-top: 10px;
}

.top_nav>li{
    margin: 0px;
    padding: 0px;
    width: 102px;
    text-align: center;
    vertical-align: top;    
    background-image: url(images/menu_ellement.png);
    background-repeat: no-repeat;
    background-position: 0px -38px;
    height: 33px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    z-index: 5;
}

.top_nav>li:hover{
    background-position: 0px 0px;
}

.top_nav>li>ul{
    position: absolute;
    top: 33px;
    background-color: #f8f8f8;
    border: 1px solid #c6c2c2;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    z-index: 0;
    display: none;
}

.top_nav>li>ul.portfolio{
    width: 570px;
    left: -190px;
}

.top_nav>li>ul.okompanii{
    width: 377px;
    left: -200px;
}
.top_nav>li>ul.services{
    width: 380px;
    left: -90px;
}
.top_nav>li>ul>li{
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #951038;
    height: 12px;
    line-height: 12px;
}

.top_nav>li>ul>li:first-child{
    padding-left: 0px;
    margin-left: 0px;
    border: none;
}

.top_nav>li>ul>li a{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 12px;
    color: #951038;
    text-decoration: none;
}

.top_nav>li>a{
    display: block;
    width: 94px;
    height: 33;
    padding-left: 4px;
    padding-right: 4px; 
    vertical-align: middle;
    font-family: "Trebuchet MS";
    font-size: 13px;
    line-height: 13px;
    color: #eeeeee;
    text-decoration: none;
}

.top_nav>li>a>span{
    display: block;
    padding-right: 5px;
    padding-left: 5px;
}

.logo{
    width: 320px;
    height: 71px;
    /**padding-top: 15px;**/
    float: left;
    padding-right: 35px;
    padding-left: 13px;
}

.logo a{
    width: 320px;
    height: 71px;
    display: block;
    text-indent: -9999px;
    background-image: url(images/logo.jpg);
}

.top_contacts{
    float: left;
    padding-top: 11px;
}

.top_phone{
    height: 30px;
    background-image: url(images/top_contacts.png);
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    font-family: "Trebuchet MS";
    font-size: 30px;
    line-height: 30px;
    color: #020202;
}

.top_phone span{
    font-size: 18px;
    color: #8b8a8a;
    vertical-align: top;
    line-height: 23px;
}

.top_email{
    height: 25px;
    background-image: url(images/top_contacts.png);
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: 0px -30px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 25px;
    color: #020202;
    margin-bottom: 5px;
}

.top_email a{
    color: #020202;
}

.top_buttons{
    float: right;
    padding-right: 15px;
    padding-top: 24px;
}

.top_buttons a{
    display: inline-block;
    width: 149px;
    margin-left: 20px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    background-image: url(images/top_button.png);
    z-index: 1;
    padding-top: 13px;
    padding-bottom: 12px;
}

.top_buttons a>span{
    position: absolute;
    color: #000000;
    z-index: -1;
    margin-top: 1px;
    left: 0px;
    width: 149px;
}

.top_buttons a:hover{
    text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/


.top_slider{
    width: 942px;
    height: 333px;
    margin-left: 29px;
    overflow: hidden;
    position: relative;
    /*background-image: url(images/ts_main_shadow.png);
    background-repeat: no-repeat;
    background-position: 0px 286px;*/
}

.top_slider_elements{
    margin: 0px;
    padding: 0px;
    width: 99999px;
    height: 323px;
    list-style: none;
    position: relative;
    z-index: 0;
}

.top_slider_elements li{
    width: 942px;
    float: left;
}


.top_slider_navigation{
    position: absolute;
    bottom: -1px;
    left: 29px;
    z-index: 100;
}

.tsn_nums{
    display: inline-block;
    padding-left: 5px;
    height: 37px;
    background-image: url(images/ts_shadow.png);
    background-position: -2px -45px;
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    font-size: 21px;
    color: #585858;
    text-decoration: none;
}

.tsn_nums.active, .tsn_nums:hover{
    background-position: -2px 0px;
}

.tsn_nums>span{
    line-height: 21px;
    height: 21px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 32px;
    text-align: center;
    display: block;
}

.tsn_nums.active>span, .tsn_nums:hover>span{
    color: #ffffff;
    background-color: #05a52e;
}

.tsn_prev, .tsn_next{
    background-image: url(images/ts_arrow.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.tsn_next{
    background-position: 0px -61px;
}

.main_content{
    padding-top: 40px;
}

.contant_wrapper{
    width: 775px;
    height: auto;
    float: left;
}

.right_sidebar{
    float: right;
    width: 207px;
}

.mini_about{
    padding-left: 188px;
    background-image: url(images/grlobe_about.png);
    background-position: 10px top;
    background-repeat: no-repeat;
    min-height: 156px;
    font-family: "Trebuchet MS";
    padding-bottom: 25px;
}

.mini_about h2{ 
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    color: #690e41;
    font-weight: normal;
    padding-bottom: 10px;
}

.mini_about strong{
    font-size: 19px;
    line-height: 22px;
}

.mini_about p{
    font-size: 16px;
    line-height: 19px;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
}

.white_content_block{
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    background-image: url(images/wbc_shadow.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    padding-top: 45px;
    padding-left: 10px;
    position: relative;
    margin-top: 60px;
}

.wcb_title{
    position: absolute;
    top: -26px;
    left: -12px;
    background-image: url(images/wbc_title.png);
    background-repeat: no-repeat;
    width: 277px;
    height: 63px;
}

.wcb_title h2{
    font-family: "Trebuchet MS";
    color: #fffefe;
    font-size: 24px;
    line-height: 24px;
    height: 50px;
    font-weight: normal;
    padding-left: 61px;
    padding-top: 13px;
    background-repeat: no-repeat;
    background-position: 17px 8px;
}

.our_service h2{
    background-image: url(images/wbc_our_services.png);
}

.our_clients h2{
    background-image: url(images/wbc_our_clients.png);
}

.our_perfets h2{
    background-image: url(images/wbc_our_perfects.png);
}

.wcb_title.our_perfets{
    width: 307px;
    background-image: url(images/wbc_title_big.png);
}

.service_left_block{
    float: left;
    width: 380px;
}

.service_right_block{
    width: 370px;
    float: right;
}

.service_info_block{
    
}

img.service_image{
    width: 93px;
    height: 93px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}


.service_info{
    float: left;
    border-top: 1px solid #d9d7d7;
    padding-top: 10px;
}

.service_left_block .service_info{
    width: 277px;
}

.service_info_block:first-child .service_info, .service_info_block.clear .service_info {
    border: none;
    padding-top: 0px;
}

.service_info_block:first-child img.service_image{
    margin-top: 0px;
}

.service_info>a{
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #690e41;
    text-decoration: none;
    line-height: 19px;
    padding-bottom: 0px;
    border-bottom: 2px dashed #690e41;
}

.service_info>a:hover{
    border-bottom: 2px dashed #ffffff;
}

.service_info>p{
    padding-top: 8px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0px;
}

.clients_slider_wrapper{
    padding-top: 15px;  
}

.cs_data{
    width: 669px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 119px;
}

.clients_slider_elements{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 20000em;
    position: absolute;
}

.clients_slider_elements div{
    float: left;
}
.clients_slider_elements div img{
    float: left;
    width: 162px;
    height: 104px;
    margin: 0 3px;
    overflow: hidden;
}

.cs_arrow{
    float: left;
    width: 38px;
    height: 31px;
    background-image: url(images/clients_arrows.png);
    position: relative;
    top: 38px;
    cursor: pointer;
    margin-right: 4px;
}

.cs_arrow.right{
    background-position: 0px -49px;
    margin-left: 4px;
    margin-right: 0;
}

.all_clients_link{
    text-align: right;
    padding-right: 66px;
    padding-top: 10px;
}

.all_clients_link a{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
    color: #b2385c;
}

.white_content_block.perfetcs{
    padding: 0px;
    padding-bottom: 20px;
    background-image: url(images/wbc_perfects_shadow.png);
    width: 776px;
}

.perfect_content{
    background-image: url(images/perfects_back.png);
    background-repeat: repeat-y;
    padding-bottom: 20px;
}

.perfect_top{
    background-image: url(images/parfect_top.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-top: 45px;
}

.perfect_left_content{
    float: left;
    width: 326px;
}

.perfect_right_content{
    float: right;
    width: 400px;
}

.pc_num{
    float: left;
    width: 33px;
    height: 17px;
    line-height: 17px;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 6px;
    background-image: url(images/pc_num.png);
    background-repeat: no-repeat;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #b12a3e;
}

.pc_information{
    float: left;
    padding-left: 5px;
    width: 270px;
    font-family: "Trebuchet MS";
}

.perfect_right_content .pc_information{
    width: 330px;
}

.perfect_content_block{
    margin-top: 15px;
    
}

.pc_information>span{
    display: block;
    color: #8f0e42;
    text-decoration: none;
    font-weight: bold;
    line-height: 16px;
    font-size: 16px;
    border-bottom: 1px dashed #6d6d6d;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.pc_information>p{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 15px;
}


/* sozdanie
----------------------------------------------------------------------------*/

.for_sale_block{
    width: 1000px;
    height: 183px;
    background-image: url(images/for_sale.png);
    background-position: 0px 30px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    padding-top: 30px;
}

.for_sale_block.prodvijenie{
    background-image: url(images/prodvijenie.jpg);
}

.fsb_title{
    background-image: url(images/razrab_title.png);
    background-repeat: no-repeat;
    padding-left: 101px;
    width: 260px;
    padding-top: 42px;
    height: 80px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    position: relative;
    top: 23px;
    left: -23px;
    padding-right: 29px;
    float: left;
}

.prodvijenie .fsb_ib_title{
    padding-top: 30px;
}

.prodvijenie .fsb_list{
    padding-top: 15px;
    height: 65px;
}

.prodvijenie .twos .fsb_ib_title{
    padding-top: 15px;
    padding-bottom: 15px;
}

.fsb_info_block{
    padding-left: 20px;
    float: left;
    width: 191px;
    padding-right: 96px;
    position: relative;
}

.prodvijenie .fsb_title{
    padding-top: 38px;
    height: 75px;
}



.fsb_ib_title{
    font-family: "Trebuchet MS";
    font-size: 18px;
    line-height: 18px;
    color: #99003e;
    padding-top: 14px;
    display: block;
    height: 28px;
    padding-left: 17px;
}

.fsb_list{
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 87px;
    padding-top: 5px;
}

.fsb_list li{
    background-image: url(images/gray_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 15px;
    height: 15px;
    padding-top: 5px;
    padding-left: 17px;
    color: white;
}

.fsb_goto{
    display: inline-block;
    background-image: url(images/link.png);
    background-repeat: no-repeat;
    padding-left: 17px;
    width: 120px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 14px;
    color: white;
    text-decoration: none;
    padding-top:7px;
    height: 24px;
    margin-top: 2px;
}

.fsb_info_block.twos{
    padding-right: 0px;
    padding-left: 42px;
    width: 220px;
}

.center.infoslider{
    padding-top: 40px;
}

.is_image{
    float: left;
    width: 414px;
    padding-right: 36px;
}

.is_information{
    font-family: "Trebuchet MS";
    float: left;
}

.is_i_title{
    font-size: 30px;
    line-height: 31px;
    color: #99003e;
    padding-bottom: 5px;
    border-bottom: 2px dashed #8a8989;
    margin-bottom: 30px;
}

.is_i_title a{
    text-decoration: none;
    color: #99003e;
}

.is_information strong{
    font-size: 33px;
    font-weight: normal;
    display: block;
    padding-bottom: 25px;
    padding-top: 10px;
}

.is_information strong a{
    color: black;
}

.is_information p{
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 30px;
}

.all_work{
    padding-left: 16px;
    display: inline-block;
    background-image: url(images/red_link.png);
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: white;
    text-decoration: none;
    width: 120px;
    padding-top: 4px;
    height: 27px;
}

.infoslider_wrapper{
    overflow: hidden;
    position: relative;
    margin-left: 80px;
    width: 925px;
    height: 330px;
}

.infoslider_wrapper>ul{
    width: 20000em;
    position: absolute;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.infoslider_wrapper>ul>li{
    float: left;
    width: 925px;
    height: 330px;
}

.infoslider{
    position: relative;
}


.is_arrlow{
    position: absolute;
    width: 55px;
    height: 46px;
    cursor: pointer;
    background-image: url(images/isarrow.png);
    background-repeat: no-repeat;
    z-index: 9;
    margin-top: 125px;
    left: 0;
    top: 0;
}

.is_arrlow.right{
    right: 0;
    left: auto;
    background-position: -113px;
}

.bi_image{
    float: left;
    padding-right: 50px;
    padding-left: 25px;
}

.bi_info{
    float: left;
    padding-top: 30px;
}

.bi_title{
    font-family: "Trebuchet MS";
    font-size: 33px;
    line-height: 35px;
    color: #99003e;
    border-bottom: 2px dashed #676767;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.bi_image{
    padding-top: 50px;
}

.bi_title img{
    position: relative;
    top: 13px;
    padding-right: 10px;
}

.bi_info p{
    font-family: "Trebuchet MS";
    font-size: 18px;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
}

.biglink{
    display: inline-block;
    background-image: url(images/biglink.png);
    padding-left: 65px;
    padding-top: 12px;
    width: 339px;
    height: 34px;
    font-family: "Trebuchet MS";
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-decoration: none;
}

.feeder_backer{
    position: relative;
}

.feeder_backer.nomar{
    margin-top: 0px;
    margin-top: -5px;
    
}


.price_table{
    width: 100%;
}

.price_table td{
    border-left: 1px dotted #999999;
    padding-left: 5px;
    width: 167px;
    vertical-align: top;
}

.price_table td:first-child{
    border: none;
}

.price_table td.price_title{
    width: 275px;
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
    padding-left: 0px;
}

.price_table td.price_title span{
    display: block;
    padding-top: 18px;
    height: 40px;
    background-color: #575757;
    padding-left: 10px;
    width: 472px;
    position: relative;
    margin-right: 5px;
}

.tttitle{
    font-family: "Trebuchet MS";
    font-size: 17px;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.tttitle span{
    display: block;
    padding-top: 20px;
}

.tttitle div.quotes{
    float: right;
    width: 21px;
    height: 20px;
    background-image: url(images/q.png);
    margin-top: 18px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.quotes:hover>div{
    display: block;
}

.econom{
    /*background-image: url(images/econom.png);*/
    background-image: url(images/econom_biiig.png);
    background-position: 0px 0px;
    width: 165px;
    height: 62px;
}

.econom_mini{
    /*background-image: url(images/econom_mini.png);*/
    background-image: url(images/econom_biiig.png);
    background-position: 0px -62px;
    width: 165px;
    height: 62px;
    color: #000000;
}

.econom_optimal{
    /*background-image: url(images/econom_opt.png);*/
    background-image: url(images/econom_biiig.png);
    background-position: 0px -124px;
    width: 165px;
    height: 62px;
}

.econom_lider{
    /*background-image: url(images/econom_leader.png);*/
    background-image: url(images/econom_biiig.png);
    background-position: 0px -124px;
    width: 165px;
    height: 62px;
}

.econom_lider:hover, .econom_optimal:hover, .econom_mini:hover, .econom:hover, .econom.active , .econom_mini.active, .econom_optimal.active, .econom_lider.active{
    background-position: 0px -186px;
    color: #ffffff;
}


.tabler{
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-image: url(images/tabler.png);
    background-repeat: no-repeat;
    background-position: -1px bottom;
}

.volni span{
    background-image: url(images/volni.png);
    background-position: -2px 0px;
    background-repeat: repeat-x;
    padding-top: 20px;
}

.price_title{
    padding-bottom: 2px;
}


.ttitle_element div{
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: bold;
    color: #99003e;
    line-height: 16px;
    background-color: #dededd;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 16px;
}

.price_title.vmin span{
    padding-top: 10px!important;
    padding-bottom: 10px;
    line-height: 16px;
    height: auto!important;
    min-height: 16px;
}

.ttitle_element.zak{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.td_gray{
    height: 38px;
    background-image: url(images/gray.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    vertical-align: middle!important;
    margin-top: 1px;    
    font-family: "Trebuchet MS";
    font-size: 13px;
    padding-left: 10px!important;
}

.td_gray.noback, .td_gray.tnoback{
    background-image: none;
    padding-left: 5px!important;
    padding-bottom: 1px;
    width: auto!important;
}

.td_gray.noback div{
    height: 18px;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    background-color: #dededd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.td_gray.noback{
    position: relative;
}

.bot_arrow{
    background: none!important;
    width: 16px!important;
    height: 16px!important;
    background-image: url(images/other_S.png)!important;
    position: absolute;
    right: 15px;
    z-index: 99;
    padding: 0px!important;
    margin: 0px!important;
    top: 12px;
}

.bot_arrow a{
    width: 16px;
    height: 16px;
    display: block;
}

.td_gray .gray_back{
    background-color: #e8e8e7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 6px;
    margin-bottom: 1px;
    height: 18px;
}

.td_gray .gray_back.m{
    padding-top: 0px;
    padding-bottom: 10px;
    height: 28px;
}

.selecter_title{
    background-image: url(images/kalktitle.png);
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    font-size: 17px;
    color: black;
    font-weight: bolder;
    width: 395px;
    text-align: center;
    
    padding-top: 18px;
    height: 45px;
    position: relative;
    margin-bottom: 5px;
}

.td_gray.nno{
    padding-left: 0px!important;
    background: none;
    background-image: none!important;
}

.price_table.mini td.price_title{
    overflow: hidden;
}

.twotd{
    width: 400px!important;
}

.price_table.mini td{
    width: 390px!important;
}

.center.tabler.mini{
    background-position: -205px bottom;
}

.price_table.mini td.price_title span{
    width: 380px;   
}

.td_gray:first-child{
    text-align: left;
    background-image: url(images/gray_big2.png);
    background-position: -45px 0;
    font-weight: bold;
    color: #30466e;
    text-decoration: underline;
}

.td_gray a{
        font-weight: bold;
    color: #30466e;
}

.price_table th{
    text-align: left;
    padding-top: 1px;
    padding-bottom: 1px;
}

.price_table th div{
    background-color: #909090;
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 15px;
}

.zak_button{
    width: 165px;
    height: 38px;
    display: inline-block;
    background-image: url(images/zakazat_big.png);
    background-position: 0px 0px;
}

.zak_button:hover, .zak_button.active{
    background-position: 0px -38px;
}

.for_text_data{
    text-align: center;
    vertical-align: middle!important;
    height: 20px;
    border: 1px dotted #999999;
    border-top: none;
    border-right: none;
    
}

.for_text_data:first-child{
    border-left: none;
    text-align: left;
    padding-left: 10px;
    font-family: "Trebuchet MS";
    border-bottom: 1px dotted #999999!important;
    font-weight: bold;
    font-size: 13px;
    color: #30466e;
}

.for_text_data a{
    color: #30466e;
}

.dont_wary{
    font-family: "Trebuchet MS";
    text-align: center;
    padding-bottom: 30px;
}

.dont_wary h2{
    font-size: 27px;
    color: #464747;
    padding-bottom: 25px;
    font-weight: normal;
}

.corporate{
    background-image: url(images/corporated.jpg)!important;
    background-repeat: repeat-x;
}

.td_gray.noback div.w{
    background-color: #e8e8e7!important;
}

.corporate a{
    display: inline-bloc;
    margin-left: 30px;
}

.corporate a:first-child{
    display: inline-bloc;
    margin-left: 0px;
}

.corporate h2{
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 40px;
    height: 40px;
    
    padding-top: 20px;
    margin-bottom: 5px;
    color: #99003e;
    font-weight: normal;
}

.corporate h2 span{
    border-bottom: 2px dashed #888888;
}

.select_variant{
    width: 318px;
    height: 318px;
    background-position: 0px -315px;
    display: inline-block;
}

.select_variant a{
    width: 256px;
    height: 256px;
    padding-left: 34px;
    padding-top: 34px;
    display: block;
}

.select_variant.corpor{
    background-image: url(images/corporate.jpg);
    background-repeat: no-repeat;
}

.select_variant.corpor:hover, .select_variant.corpor.active{
    background-position: 0px 0px;
}

.select_variant.shop{
    background-image: url(images/shops.jpg);
    background-repeat: no-repeat;
}

.select_variant.shop:hover, .select_variant.shop.active{
    background-position: 0px 0px;
}

.select_variant.portal{
    background-image: url(images/portal.jpg);
    background-repeat: no-repeat;
}

.select_variant.portal:hover, .select_variant.portal.active{
    background-position: 0px 0px;
}




.placer{
    background-image: url(images/wrapper.png);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.quotes_description_top{
    width: 418px;
    padding-top: 14px;
    background-image: url(images/top.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.quotes_description_bottom{
    width: 418px;
    padding-bottom: 14px;
    background-image: url(images/bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.quotes_description_content{
    background-image: url(images/content.png);
    background-repeat: repeat-y;
    padding-left: 12px;
    padding-right: 12px;
    width: 394px;
}

.arrow_descr{
    position: absolute;
    z-index: 9999;
    width: 418px;
    padding-left: 22px;
    cursor: default;
    top: -30px;
    left: 7px;
    text-align: left;
    display: none;
}

.arrow_descr.rights{
    padding-left: 0px;
    padding-right: 22px;
    left: -425px;
}

.quotes_description{
    position: absolute;
    left: 4px;
    top: 33px;
    width: 22px;
    height: 28px;
    background-image: url(images/arrow_quotes.png);
    background-repeat: no-repeat;
    z-index: 650;
}

.arrow_descr.rights .quotes_description{
    background-position: 0px -28px;
    left: 414px;
}

.quotes_description_content h2{
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    padding-left: 13px;
    padding-top: 6px;
    padding-right: 13px;
    padding-bottom: 6px;
    background-color: #c73458;
    border-radius: 13px;
    color: #ffffff;
}

.quotes_description_content p{
    font-family: "Trebuchet MS";
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 13px;
    color: black;   
}

.popuper{
    position: relative;
    z-index: 9999;
}

.popuper:hover>div{
    display: block;
}

.long_description_popup{
    position: absolute;
    z-index: 10000;
    width: 735px;
    padding-left: 22px;
    top: -25px;
    right: -735px;
    display: none;
}

.long_descrp_top{
    width: 735px;
    padding-top: 13px;
    background-image: url(images/long_top.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.long_descrp_bottom{
    width: 735px;
    padding-bottom: 13px;
    background-image: url(images/long_bottom.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
}

.long_descrp_content{
    width: 710px;
    background-image: url(images/long_content.png);
    background-repeat: repeat-y;
    padding-left: 13px;
    padding-right: 12px;
}

.long_pop_text{
    float: left;
    width: 423px;
    height: auto;
    font-family: "Trebuchet MS";
}

.long_descrp_content h2{
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    padding-left: 13px;
    padding-top: 6px;
    padding-right: 13px;
    padding-bottom: 6px;
    background-color: #c73458;
    border-radius: 13px;
    color: #ffffff;
    margin-bottom: 10px;
}

.long_descrp_content p{
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
}

.long_descrp_content strong{
    padding-left: 10px;
    display: block;
    color: #c73458;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 2px;
}

.long_pop_image{
    float: right;
    text-align: center;
    width: 265px;
}

.central{
    text-align: center;
    padding-top: 15px;
}

.short_pop{
    display: block;
    position: relative;
    z-index: 9999;
}

.short_pop>a{
    position: relative;
    z-index: 0;
}

.short_pop>a:hover{
    z-index: 9999;
}

.short_pop:hover>div{
    display: block;
}

.short_popup_description{
    position: absolute;
    z-index: 1010;
    width: 557px;
    padding-left: 22px;
    top: -30px;
    right: -570px;
    display: none;
}

.short_pop_top{
    background-image: url(images/short_top.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 12px;
}

.short_pop_top2{
    background-image: url(images/short_top2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 12px;
}

.short_pop_bottom{
    background-image: url(images/short_bottom.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    padding-bottom: 12px;
}


.short_pop_bottom2{
    background-image: url(images/short_bottom2.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    padding-bottom: 12px;
}

.short_pop_content{
    background-image: url(images/short_content.png);
    background-repeat: repeat-y;
    padding-left: 12px;
    padding-right: 12px;
    width: 533px;
}

.short_pop_content2{
    background-image: url(images/short_content2.png);
    background-repeat: repeat-y;
    padding-left: 12px;
    padding-right: 12px;
    width: 240px;
}

.short_pop_content h2, .short_pop_content2 h2{
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    padding-left: 13px;
    padding-top: 6px;
    padding-right: 13px;
    padding-bottom: 6px;
    background-color: #c73458;
    border-radius: 13px;
    color: #ffffff;
    margin-bottom: 10px;
}

.short_left_block{
    float: left;
    width: 265px;
}

.short_left_block2{
    float: left;
    width: 217px;
}

.short_right_block{
    float: right;
    width: 250px;
}

.short_left_block p, .short_left_block2 p{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 13px;
    color: black;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}


.calcer{
    background-image: url(images/calcer.png);
    background-repeat: no-repeat;
    padding-left: 165px;
    background-position: 30px 5px;
    padding-bottom: 40px;
}

.calcer h2{
    font-family: "Trebuchet MS";
    font-size: 30px;
    line-height: 31px;
    color: #c4294a;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 2px dashed #686868;
    display: inline-block;
}

.calcer p{
    font-family: "Trebuchet MS";
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 20px;
}

.vibor_type_site.whitered{
    padding-left: 80px;
}

.vibor_type_site.whitered h2{
    color: #c4294a;
    font-size: 40px;
    padding-top: 25px;
    text-align: left;
    padding-left: 100px;
}

/* RightSidebar
-----------------------------------------------------------------------------*/

.consult{
    padding-left: 14px;
    padding-bottom: 17px;
}

.consult h3{
    padding-left: 55px;
    background-image: url(images/quests.png);
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    font-size: 22px;
    line-height: 22px;
    color: #444646;
    font-weight: normal;
}

.consult strong{
    font-family: "Trebuchet MS";
    font-size: 18px;
    line-height: 20px;
    display: block;
    color: #6e6e6e;
    padding-top: 10px;
}

.consult strong span{
    color: #690e41;
}

.consult>span{
    color: #6e6e6e;
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.help_input_text{
    width: 162px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    margin-bottom: 10px;
    border: 1px solid #a0a0a0;
    border-bottom: 1px solid #dededf;
    color: #7c7c7c;
}

.sender{
    text-align: center;
    width: 172px;
}

.sender input{
    border: none;
    background: none;
    width: 95px;
    height: 32px;
    background-image: url(images/send_button.png);
    text-indent: -9999px;
    cursor: pointer;
}

.send_zayavka{
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 15px;
    border-radius: 5px 5px 5px 5px;
    background-color: #7c7c7c;
    background-image: url(images/gray_back.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    margin-top: 27px;
}

.send_zayavka h2{
    font-family: "Trebuchet MS";
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 15px;
}

.sz_content{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 16px;
    color: #eeeeee;
}

.send_zayavka label{
    padding-top: 5px;
    display: block;
}

.send_zayavka label input{
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: 2px;
    margin-left: 2px;
}

.send_zayavka label div{
    margin-left: 22px;
}

.other_sevices{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #9a9999;
}

.other_sevices a{
    display: block;
    background-image: url(images/other_S.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 16px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #eeeeee;
    text-decoration: none;
}

.other_sevices a span{
    text-decoration: underline;
}

.other_sevices a:hover span{
    text-decoration: none;
}

.captions{
    padding-top: 20px;
    font-size: 10px;
    line-height: 12px;
    width: 180px;
    padding-bottom: 3px;
}

.captions span{
    display: block;
}

textarea.help_input_text{
    height: 54px;
    max-height: 54px;
    max-width: 162px;
    min-height: 54px;
    min-width: 162px;
}

.recomendation{
    padding-top: 28px;
}

.recomendation h2{
    font-family: "Trebuchet MS";
    font-size: 24px;
    color: #831a51;
    font-weight: normal;
    text-align: center;
    padding-bottom: 14px;
}

.recom_content{
    background-color: #ffffff;
    background-image: url(images/recom.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    padding-bottom: 22px;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 10px;
    border-radius: 5px 5px 0px 0px;
}

.recomslidecontent{
    width: 140px;
    height: 196px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.recomslideelements{
    width: 20000em;
    position: absolute;
    height: 196px;
}

.recomslideelements li{
    float: left;
    height: 196px;
    width: 140px;
    text-align: center;
}

.recomslideelements li img {
        border: 1px solid #ccc;
}


.recomarrows{
    display: inline-block;
    vertical-align: bottom;
    background-image: url(images/recomarrow.png);
    width: 18px;
    height: 17px;
    cursor: pointer;
}

.recomarrows.right{
    background-position: -203px 0px;
}

.slide_image{
    padding-bottom: 15px;
}

.recomslideelements li a{
    font-family: "Trebuchet MS";
    color: #010101;
    font-size: 12px;
    line-height: 14px;
}

.recomarrows.clients{
    vertical-align: middle;
}

.recomslideelements.clients li{
    vertical-align: middle;
}

.recomslidecontent.clients, .recomslideelements.clients{
    height: 170px;  
}

.recom_content.news{
    padding-top: 7px;
}

.last_news{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 10px;
    padding-right: 13px;
    font-family: "Trebuchet MS";
}

.last_news li{
    padding-top: 10px;
}

.last_news li:first-child{
    padding-top: 0px;
}

.news_date{
    font-size: 14px;
    line-height: 18px;
    color: #777575;
}

.news_title{
    font-size: 12px;
    line-height: 14px;
    color: #010101;
}

.readmore{
    text-align: right;
}
.readmore a, .all_news{
    font-size: 12px;
    line-height: 14px;
    color: #b2385c;
}

.all_news{
    display: block;
    padding-top: 5px;
}

/****** prototip
-----------------------------------------------------------------------------*/

.razrabotka{
    width: 1000px;
    height: 183px;
    background-image: url(images/razrabotka.jpg);
    background-repeat: no-repeat;
    margin-top: 10px;
}

.razrabotka_title{
    padding-left: 100px;
    width: 262px;
    height: 73px;
    background-image: url(images/razrab_title.png);
    background-repeat: no-repeat;
    position: relative;
    left: -24px;
    top: 25px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bolder;
    padding-top: 40px;
    margin-right: 5px;
    float: left;
}

.razrab_info_block{
    padding-left: 18px;
    padding-top: 15px;
    float: left;
    width: 216px;
    padding-right: 78px;
}

.razrab_info_block.right{
    width: 253px;
    padding-left: 38px;
    padding-right: 30px;
}

.rib_title{
    font-family: "Trebuchet MS";
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    height: 55px;
}

.rib_contant ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 15px;
}

.rib_contant ul>li{
    display: inline-block;
    font-family: "Trebuchet MS";
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}

.rib_contant ul>li>span{
    color: #e2001a;
    display: block;
}

.rib_contant ul>li.arrow_rib{
    width: 15px;
    height: 14px;
    background-image: url(images/arrow_rib.png);
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}

.popup_data{
    width: 220px;
    height: 106px;
    padding-left: 9px;
    padding-right: 25px;
    padding-top: 7px;
    background-image: url(images/popuo.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    left: -245px;
    top: -42px;
    display: none;
    cursor: default;
}

.popup_data strong{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.popup_data p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding: 0px;
    margin: 0px;
    
}

.prototype_content{
    padding-left: 278px;
    padding-top: 40px;
    background-image: url(images/results.jpg);
    background-repeat: no-repeat;
    background-position: 88px 40px;
    padding-bottom: 25px;
}

.prot_anons{
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 25px;
}

.prot_anons span{
    color: #d9244a;
}

.prototype_content h2{
    font-family: "Trebuchet MS";
    font-size: 29px;
    line-height: 35px;
    color: #4b4d4c;
    display: inline-block;
    border-bottom: 1px dashed #4b4d4c;
}

.prototype_content ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 20px;
}

.prototype_content ul li{
    padding-left: 25px;
    background-image: url(images/dott.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    font-family: "Trebuchet MS";
    font-size: 16px;
    line-height: 18px;
    color: #4b4d4c;
}

.portfolio_slider_wrapper_content{
    height: 393px;
    background-image: url(images/scw.jpg);
    margin-bottom: 5px;
}

.prot_reslide{
    padding-top: 40px;
}

.wdwrap{
    padding-top: 55px;
}

.wedo_wrap{
    padding-bottom: 20px;
}

.wedo{
    width: 480px;
    height: 220px;
    /*background-image: url(images/wedo.jpg);*/
    background-image: url(images/wedos.png);
    background-repeat: no-repeat;
    padding-bottom: 20px;
    float: right;
}

.wedo:first-child{
    float: left;
}

.wedo.centrere{
    float: none;
    margin: 0 auto;
}

.wedo_wrap_one{
    padding-top: 45px;
}

.next_case_view{
    text-align: center;
    padding-top: 30px;
}
/*
.wedo_list.big_pad{
    background-image: url(images/wedopad.png)!important;
    padding-left: 200px;
}
*/

.wedo_content.otzivi_us{
    padding: 0px;

}


.wedo_content .img {
float: left;
width: 92px;
margin: 45px 0 0 50px;
}

.wedo_content .big_pad {
float: right;
width: 314px;
padding: 0;
}

.wedo_title{
    float: right;
    position: relative;
    right: -12px;
    margin-top: 15px;
    width: 326px;
    height: 52px;
    background-image: url(images/wedo_title.png);
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
    padding-left: 20px;
    padding-top: 12px;
}

.wedo_title.red{
    background-image: url(images/wedo_title.png);
    width: 260px;
    padding-left: 56px;
}

.wedo_title.totop{
    padding-top: 5px;
    height: 59px;
    line-height: 18px;
}

.wedo_list{
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 21px;
    color: #1a171b;
    padding-top: 5px;
}

.wedo_list ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 5px;
    padding-right: 15px;
}

.wedo_list ul li{
    background-image: url(images/dott.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 20px;
}

.wedo_list p{
    padding: 0px;
    margin: 0px;
    padding-left: 25px;
    padding-right: 15px;
}

.wedo_content{
    padding-left: 140px;
    background-repeat: no-repeat;
    background-position: 20px 75px;
    height: 100%;
}

.wedo_content.ospriem{
    background-image: url(images/wedo/osnovi_priem.png);    
}

.wedo_content.usability{
    background-image: url(images/wedo/usability.png);
}

.wedo_content.cal{
    background-image: url(images/wedo/cal.png);
}

.wedo_content.etapo{
    background-image: url(images/wedo/etap.png);
}

.wedo_content.pen{
    background-image: url(images/wedo/pen.png);
}

.wedo_content.yesno{
    background-image: url(images/wedo/yesno.png);
}

.wedo_content.timer{
    background-image: url(images/wedo/timer.png);
}

.wedo_content.ok{
    background-image: url(images/wedo/ok.png);
}

.wedo_content.precent{
    background-image: url(images/wedo/precent.png);
}

.wedo_content.seo{
    background-image: url(images/wedo/seo.png);
}

.wedo_content.new{
    background-image: url(images/wedo/new.png);
}

.wedo_content.play{
    background-image: url(images/wedo/play.png);
}

.wedo_content.bester{
    background-image: url(images/wedo/bester.png);
}

.wedo_content.saler{
    background-image: url(images/wedo/saler.png);
}

.wedo_content.dannie{
    background-image: url(images/wedo/dannie.png);
}

.wedo_content.do{
    background-image: url(images/wedo/do.png);
}

.wedo_content.celi{
    background-image: url(images/wedo/celi.png);
}

.wedo_content.wedodo{
    background-image: url(images/wedo/wedodo.png);
}

.wedo_content.resultat{
    background-image: url(images/wedo/resultat.png);
}


.wedo_content.totime_now{
    background-image: url(images/wedo/totimenow.png);
}

.wedo_list a{
    color: #690e41;
    text-decoration: none;
}

.wedo_list a:hover{
    text-decoration: underline;
}

.wedo_content{
    position: relative;
}

.wedo_content.our{
    /*background-image: url(images/wedo/stat.png);*/
    position: relative;
}

.wedo_content.our .for_big_image{
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 80px;
}

.wedo_content.answers{
    /*background-image: url(images/wedo/answers.png);*/
    background-position: 40px 50px;
    position: relative;
}

.wedo_content.answers .for_big_image{
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 50px;
}


.wedo_content.garanted{
    background-image: url(images/wedo/oookay.png);
}


.wedo_content.youget{
    background-image: url(images/wedo/www.png);
}

.wedo_content.refresher{
    background-image: url(images/wedo/refresher.png);
}

.www{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #30466e;
    position: absolute;
    z-index: 99;
    left: 35px;
    top: 50px;
}

.show_other{
    position: absolute;
    left: 40px;
    z-index: 90;
    top: 180px;
}


.biiig{
    font-size: 37px;
}

.wedo_list ul.nomarg{
    padding-left: 30px;
}

.wedo_list ul.nomarg li{
    line-height: 16px;
}

.wedo_list ul{
    padding-bottom: 10px;
}

.youareneed{
    background-image: url(images/quest.png);
    background-repeat: no-repeat;
    padding-left: 75px;
    font-family: "Trebuchet MS";
    font-size: 27px;
    color: #4b4d4c;
    line-height: 27px;
    height: 27px;
    padding-top: 16px;
    padding-bottom: 20px;
    width: 541px;
    margin: 0 auto;
}

.ineed{
    text-align: center;
    padding-top: 10px;
}

.prot_slide_wrap{
    width: 802px;
    height: 318px;
    float: left;
    overflow: hidden;
    position: relative;
}

.prototype_slider{
    width: 20000em;
    position: absolute;
}

.prototype_slider li{
    width: 802px;
    height: 318px;
    float: left;
}

.prot_first_slide{
    float: left;
    width: 428px;
}

.prot_second_slide{
    width: 370px;
    float: left;
}

.prot_slide_element{
    position: relative;
    z-index: 0;
    display: block;
    width: 428px;
}

.prot_second_slide .prot_slide_element{
    width: 370px;
    overflow: hidden;
}

.topper_first{
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(images/first_wrap.png);
    width: 428px;
    height: 237px;
}

.topper_last{
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(images/second_wrap.png);
    width: 370px;
    height: 237px;
}

.prot_arrow{
    width: 71px;
    height: 60px;
    cursor: pointer;
    background-image: url(images/prototype_arrow.png);
    float: left;
    top: 80px;
    position: relative;
}

.prot_arrow.left{
    margin-right: 25px;
}

.prot_arrow.right{
    margin-left: 25px;
    background-position: -176px 0px;
}

.readed_prototype{
    background-image: url(images/look_prototype.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 370px;
    height: 56px;
    cursor: pointer;
    margin-top: 35px;
}

.readed_site{
    background-image: url(images/look_syte.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 370px;
    height: 56px;
    cursor: pointer;
    margin-top: 35px;
}

.feeder_backer{
    background-color: #ffffff;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    z-index: 90;
    margin-top: 45px;
}

.oformlenie_title{
    float: left;
    width: 280px;
}

.oformlenie_title h2{
    width: 211px;
    height: 48px;
    background-image: url(images/ofor.png);
    background-repeat: no-repeat;
    padding-left: 66px;
    padding-top: 15px;
    position: relative;
    left: -12px;
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: white;
}

.center.ofor{
    background-image: url(images/ofor_back.png);
    padding-top: 30px;
    background-repeat: no-repeat;
}

.ofor_form{
    float: left;
    padding-left: 16px;
}

.ofor_form p{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 13px;
    color: #1a171b;
}

.ofor_form span{
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 15px;
    color: #1a171b;
}

.ofor_input{
    background: none;
    border: none;
    background-image: url(images/ofor_input.png);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #1a171b;
    height: 15px;
    line-height: 15px;
    width: 438px;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-bottom: 10px;
}

.select{
    background: none;
    border: none;
    background-image: url(images/select.png);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #1a171b;
    height: 15px;
    line-height: 15px;
    width: 438px;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

.select select{
    display: block;
    width: 458px;
    height: 36px;
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
}

.added{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    padding-left: 10px;
    color: #1a171b;
    text-decoration: none;
    padding-right: 25px;
    background-image: url(images/added.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.send_zakaz{
    padding-left: 178px;
    padding-top: 30px;
}

.send_zakaz input{
    background: none;
    border: none;
    background-image: url(images/send_zakaz.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 282px;
    height: 53px;
    cursor: pointer;
}

.center.ofor{
    position: relative;
    padding-bottom: 55px;
}

.ontopper{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-image: url(images/ontop.png);
    width: 50px;
    height: 57px;
    cursor: pointer;
    display: none;
}

.for_big_image_wrapper{
    position: fixed;
    top: 20%;
    width: 735px;
    height: auto;
    left: 50%;
    margin-left: -367px;
    z-index: 9999;
    display: none;
}

.for_big_image_top{
    width: 735px;
    height: auto;
    background-image: url(images/long_top.png);
    background-repeat: no-repeat;
    padding-top: 13px;
    background-position: 0px 0px;
}

.for_big_image_bottom{
    width: 735px;
    height: auto;
    background-image: url(images/long_bottom.png);
    background-repeat: no-repeat;
    padding-bottom: 13px;
    background-position: 0px bottom;
}

.for_big_image_content{
    width: 715px;
    height: auto;
    background-image: url(images/long_content.png);
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.shadow{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url(images/shadow.png);
    z-index: 999;
    display: none;
}

.shadowre{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url(images/shadow.png);
    z-index: 999;
    display: none;
}

/* kalkulator
-----------------------------------------------------------------------------*/

.price_table.mini{
    width: 795px;
}

.calc{
    height: 361px;
    width: 174px;
    padding-left: 10px;
    float: right;
    background-image: url(images/calc.png);
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: 318px;
    top: 320px;
}

.calc h3{
    font-family: "Trebuchet MS";
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    color: #ffffff;
    font-weight: normal;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
}

.calcform{
    padding-left: 15px;
    padding-right: 15px;
}

.calc_label{
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    background-color: #565656;
    height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 25px;
    position: relative;
}

.calc_input{
    margin: 0px;
    padding: 0px;
    width: 145px;
    text-align: center;
    font-family: "Trebuchet MS";
    color: #e4244a;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: none;
    margin-top: 5px;
}

.calc_submit{
    width: 144px;
    height: 31px;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    background-image: url(images/z.png);
    text-indent: -9999px;
    margin-top: 30px;
    cursor: pointer;
}


/* Portfolio
-----------------------------------------------------------------------------*/

.tabber{
    height: 90px;
}

.tabs{
    height: 90px;
    width: 1000px;
    position: relative;
    margin-left: 8px;
    margin-top: -20px;
    padding-top: 45px;
    z-index: 100;
}

.tabs li{
    width: 245px;
    height: 90px;
    background-image: url(images/tabs.png);
    background-repeat: no-repeat;
    padding-right: 13px;
    background-position: 0px -410px;
    float: left;
    position: relative;
    margin-left: -8px;
    padding-bottom: 11px;
}

.tabs li:hover, .tabs li.active{
    background-position: 0px -102px;
}

.tabs li.first{
    background-position: 0px -308px;
}

.tabs li.last{
    background-position: 0px -512px;
}

.tabs li.last:hover, .tabs li.last.active{
    background-position: 0px -205px;
}

.tabs li.first:hover, .tabs li.first.active{
    background-position: 0px 0px;
}

.tabs.big_tabs li{
    background-image: url(images/big_tabs.png);
    background-position: 0px -214px;
    height: 85px;
    padding-bottom: 21px;
}

.tabs.big_tabs{
    width: 1100px;
}

.tabs.big_tabs li.first{
    width: 485px;
    background-position: 0px -215px;
}

.tabs.big_tabs li.last{
    width: 514px;
    background-position: 0px -321px;
}

.tabs.big_tabs li.first.active, .tabs.big_tabs li.first:hover{
    background-position: 0px 0px;
}

.tabs.big_tabs li.last.active, .tabs.big_tabs li.last:hover{
    background-position: 0px -108px;
}


.tabs li a{
    font-family: "Trebuchet MS";
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding-left: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabs li#prod a{
    padding-top: 33px;
    padding-bottom: 30px;
}

.tabs li#complex a{
    padding-top: 20px;
    padding-bottom: 20px;
}

.tabs li.first a{
    padding-top: 20px;
    padding-bottom: 20px;
}


.feeder_backer.nomarg{
    margin-top: -4px;
}

.tabs.big_tabs a{
    font-size: 26px;
}

.tabs.big_tabs .first a{
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.tabs.big_tabs .last a{
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.port_razrab_table{
    width: 100%;
    padding-bottom: 4px;
    display: block;
    background-image: url(images/table.jpg);
    background-repeat: repeat-x;
    background-position: 0px bottom;
}

.port_razrab_table th{
    padding-right: 5px;
    padding-left: 6px;
    border-left: 2px dotted #b8b8b8;
    width: 240px;
}

.port_razrab_table.prodvizhenie th{
    width: 490px;
}

.port_razrab_table td{
    padding-right: 5px;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 15px 5px 15px 6px;
    border-left: 2px dotted #b8b8b8;
    border-bottom: 2px dotted #b8b8b8;
    vertical-align: middle;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #1a171b;
    min-height: 95px;
    height: 95px;
}

.port_razrab_table.prodvizhenie td{
    width: 490px;
}

.port_razrab_table td a{
    color: #184c75;
}

.port_razrab_table th:first-child{
    padding-left: 0px;
    border: none;
}

.port_razrab_table td:first-child{
    padding-left: 0px;
    border-left: none;
}

.port_razrab_table td.site_tab, .port_razrab_table th.site_tab{
    
}


.port_razrab_table th div{
    width: 237px;
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background-image: url(images/th.png);
    background-repeat: repeat-x;
    padding-top: 19px;
    padding-bottom: 17px;
    height: 17px;
}

.port_razrab_table.prodvizhenie th div{
    width: 490px;
}


.port_razrab_table td.type_tab, .port_razrab_table th.type_tab{
    width: 200px;   
}

.port_razrab_table th.type_tab div{
    width: 200px;
}

.port_razrab_table td.seller_tab, .port_razrab_table th.seller_tab{
    width: 200px;   
}

.port_razrab_table th.seller_tab div{
    width: 200px;
}

.port_razrab_table td.descr_tab, .port_razrab_table th.descr_tab{
    width: 350px;   
}

.port_razrab_table th.descr_tab div{
    width: 350px;
}

.port_razrab_table td.site_tab, .port_razrab_table th.site_tab{
    width: 200px;   
}

.port_razrab_table th.site_tab div{
    width: 200px;
}

.site_tab a, .seller_tab, .type_tab{
    font-size: 15px;
}

.descr_tab{
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.descr_tab p{
    margin: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    padding-bottom: 5px;
}



.port_razrab_table.prodvizhenie ul{
    width: 290px;
    text-align: left;
    padding-left: 90px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.port_razrab_table.prodvizhenie ul li{
    padding-left: 18px;
    background-image: url(images/galka.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}


.auditor{
    text-align: center;
    padding-bottom: 20px;
}



.auditor h2{
    font-family: "Trebuchet MS";
    font-size: 37px;
    color: #c62852;
    padding-bottom: 5px;
    border-bottom: 1px dashed #888888;
    display: inline-block;
    line-height: 37px;
    height: 37px;
    font-weight: normal;
}

.download_from_pdf{
    width: 296px;
    display: inline-block;
    height: 54px;
    text-indent: -9999px;
    background-image: url(images/pdfformatdownload.png);
    background-repeat: no-repeat;
    background-position: 0px -54px;
}

.download_from_pdf:hover{
    background-position: 0px 0px;
}

.paginator{
    text-align: center;
    padding-top: 15px;
}

.paginator a{
    display: inline-block;
}

.pag_number{
    border: 1px solid #e3e0e0;
    width: auto;
    min-width: 20px;
    padding-left: 1px;
    padding-right: 1px;
    font-family: "Trebuchet MS";
    font-size: 17px;
    line-height: 17px;
    color: #c62852;
    height: 17px;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-right: 15px;
    text-align: center;
    background-image: url(images/paginator.png);
    background-repeat: repeat-x;
    background-position: 0px -24px;
    vertical-align: middle;
}

.link_prev{
    margin-right: 15px;
    border: 1px solid #e3e0e0;
    background-image: url(images/pag_arrow.png);
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.link_next{
    border: 1px solid #e3e0e0;
    background-image: url(images/pag_arrow.png);
    background-position: 0px -26px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.paginator span{
    color: #c62852;
    font-family: "Trebuchet MS";
    font-size: 17px;
    vertical-align: middle;
}

.gonext{
    text-align: center;
    padding-top: 40px;
}

.pag_number_nobord{
    color: #c62852;
    font-family: "Trebuchet MS";
    font-size: 17px;
    text-decoration: none;
    vertical-align: middle;
}

.pag_number.active, .pag_number:hover{
    background-position: 0px;
    color: #ffffff;
}


.portfolio_slider_wrapper_content.for_ps_slider{
    height: 565px;
    background-image: url(images/for_slider.jpg);
}

.ps_arrows{
    float: left;
    background-image: url(images/ps_arrow.png);
    width: 53px;
    height: 46px;
    position: relative;
    margin-top: 150px;
    margin-right: 20px;
    cursor: pointer;
}

.ps_arrows.right{
    margin-left: 0px;
    margin-right: 0px;
    background-position: 0px -46px;
    float: right;
}

.portfolio_slider{
    float: left;
    width: 855px;
    overflow: hidden;
    position: relative;
    height: 349px;
}

.portfolio_slider_ellements{
    width: 20000em;
    position: absolute;
}

.portfolio_slider_ellements li{
    width: 865px;
    float: left;
    height: 349px;
}

.preview_image_ps{
    display: inline-block;
    width: 565px;
    vertical-align: top;
}

.slider_informations_ps{
    width: 280px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.slider_informations_ps h3{
    font-family: "Trebuchet MS";
    font-size: 16px;
    line-height: 19px;
    color: #c32251;
    text-transform: uppercase;
    padding-top: 15px;
}

.slider_informations_ps h3:first-child{
    padding-top: 0px;
}

.slider_informations_ps a{
    font-family: "Trebuchet MS";
    font-size: 22px;
    line-height: 25px;
    color: #30466e;
}

.slider_informations_ps strong, .slider_informations_ps p{
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0px;
}

/* Etapi
-----------------------------------------------------------------------------*/

.processes{
    background-image: url(images/etapi.png);
    background-repeat: no-repeat;
    padding-left: 175px;
    background-position: 18px 0px;
    font-family: "Trebuchet MS";
    padding-bottom: 30px;
}

.processes h2{
    font-size: 22px;
    color: #99003e;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.processes strong{
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 5px;
    display: block;
}

.processes p{
    font-size: 15px;
    line-height: 18px;
    margin: 0px;
}

.processes a{
    color: #99003e;
    text-decoration: none;
}

.etapi{
    border-top: 5px solid #c8c8c7;
    border-bottom: 5px solid #c8c8c7;
    margin-bottom: 5px;
    background-image: url(images/etapiback.jpg);
    padding-top: 25px;
}

.etapi h2{
    font-family: "Trebuchet MS";
    font-size: 30px;
    color: #a00042;
    padding-bottom: 5px;
    line-height: 32px;
    display: inline-block;
    border-bottom: 2px dashed #545454;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
}

.etap{
    position: relative;
    width: 1001px;
    padding-bottom: 40px;
}

.etap_top{
    width: 1001px;
    padding-top: 16px;
    background-image: url(images/etap_top.png);
    background-repeat: no-repeat;
    background-position: -1px 0px;
}

.etap_bottom{
    width: 1001px;
    padding-bottom: 36px;
    background-image: url(images/etap_bottom.png);
    background-repeat: no-repeat;
    background-position: -1px bottom;
}

.etap_content{
    background-image: url(images/etap_content.png);
    background-repeat: repeat-y;
    background-position: -1px 0px;
    width: 1001px;
}

.etap_pre{
    width: 1001px;
    min-height: 210px;
    background-image: url(images/etap_precontent.png);
    background-repeat: no-repeat;
    background-position: -1px 0px;
}

.etap_title{
    position: relative;
    width: 453px;
    height: 63px;
    background-image: url(images/etap_title.png);
    background-repeat: no-repeat;
    left: -13px;
}

.etap_number{
    position: relative;
    float: left;
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    padding-left: 28px;
    width: 30px;
    text-align: center;
    padding-top: 17px;
}

.etap_title h3{
    font-family: "Trebuchet MS";
    font-size: 17px;
    line-height: 15px;
    float: left;
    color: white;
    padding-left: 15px;
    padding-top: 17px;
}

.etap_text{
    float: left;
    width: 515px;
    padding-left: 60px;
}

.etap_text p{
    margin: 0px;
    padding-bottom: 10px;
    line-height: 15px;
    font-size: 13px;
}

.etap_text strong{
    position: relative;
    margin-left: -45px;
}

.etap_text span{
    color: #99003e;
    font-weight: bold;
}

.etap_image{
    float: right;
    padding-right: 25px;
}


.looking_online{
    width: 369px;
    margin-top: 20px;
    display: block;
    background-image: url(images/looking.png);
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: none;
    height: 15px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 17px;
    padding-left: 10px;
}

.etap_image.testing{
    margin: 0px;
    padding-right: 0px;
    position: relative;
    top: 15px;
}

/* Otzivi i keisi
-----------------------------------------------------------------------------*/

.big_gray_block{
    padding-top: 130px;
    background-image: url(images/wedo/big_gray.png);
    border-top: 4px solid #cecdcd;
    border-bottom: 4px solid #cecdcd;
    margin-bottom: 5px;
}

.left_content_otzivi{
    width: 776px;
    float: left;    
}

.ocb_top{
    width: 776px;
    padding-top: 21px;
    background-image:  url(images/big_white_top.png);
    background-repeat: no-repeat;
    position: relative;
}

.ocb_bottom{
    width: 776px;
    padding-bottom: 21px;
    background-image:  url(images/big_white_bottom.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
}

.ocb_pre_content{
    background-image: url(images/big_white_pre_content.png);
    background-repeat: repeat-y;
}

.ocb_content{
    background-image: url(images/big_white_content.png);
    background-repeat: no-repeat;
    min-height: 150px;
}

.ocb_title{
    background-image: url(images/otzivi.png);
    text-indent: -9999px;
    width: 308px;
    height: 63px;
    position: relative;
    top: -46px;
    left: -13px;
}

.paginator.back_white a{
    background-color: #ffffff;
}

.otzivi_blocki{
    float: left;    
    text-align: center;
    padding-left: 10px;
    
}

.otzivi_blocki.to_border{
    border-left: 1px dotted #727272;
    padding-left: 0px;
}

.otzivi_block{
    margin-right: 20px; 
    margin-left: 20px;
    padding-bottom: 15px;
    padding-top: 18px;
    border-bottom: 1px dotted #727272;
    width: 210px;
    
}

.noborder {
        border-bottom: 0;
}

.otzivi_block:first-child{
    border-top: 0px;
}

.otzivi_block img {
        border: 1px solid #ccc;
}

.otzivi_block h3{
    font-size: 16px;
    font-family: "Trebuchet MS";
    color: #99003e;
}

.otzivi_block strong{
    font-size: 14px;
    font-family: "Trebuchet MS";
    color: #1a171b;
    font-weight: normal;
}

.otzivi_block span{
    font-size: 14px;
    font-family: "Trebuchet MS";
    color: #615e5d;
    font-weight: normal;
    display: block;
    padding-bottom: 10px;
}

.ocb_title.uslugi{
    background-image: url(images/uslugi.png);
    width: 277px;
    top: -38px;
}

.ocb_top_white{
    background-image: url(images/big_white_top_white.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 13px;
}

.white_content_block.services.opacity{
    background-image:  url(images/big_white_bottom_white.png);
}

.right_content_otzivi{
    float: right;
    width: 184px;
    background-color: #676f74;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    padding-bottom: 19px;
    background-image: url(images/gray_bottom.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    height: 1250px;
}

._mini_our_client_title{
    width: 179px;
    height: 58px;
    text-indent: -9999px;
    background-image: url(images/our_clients.png);
    position: relative;
    top: 8px;
    left: -9px;
}

.pag_number_nobord{
    background: none!important;
}

.top_arrow{
    text-align: center;
}

.vertical_slider{
    height: 1090px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.vertical_slider > div{
    height: 20000em;
    padding-left: 12px;
    position: absolute;
}

.vertical_slider a{
    display: block;
}

.vertical_slider img{
    margin-bottom: 5px;
}

.vertical_slider img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
}

.ocb_arrows_wrapper{
    width: 95px;
    position: absolute;
    top: 10px;
    right: 26px;
    height: 26px;
}

.ocb_arrow{
    width: 31px;
    height: 26px;
    background-image: url(images/arrows.png);
    float: left;
    background-position: 0px -26px;
}

.ocb_arrow:hover{
    background-position: 0px 0px;
}

.ocb_arrow.right{
    background-position: -63px -26px;
    float: right;
}

.ocb_arrow.right:hover{
    background-position: -63px 0px;
}

.ocb_arrow a{
    display: block;
    width: 31px;
    height: 26px;
}

.keises{
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: #615e5d;
    line-height: 25px;
    text-align: center;
    
}

.keises h2 span{
    display: inline-block;
    width: 121px;
    height: 34px;
    text-align: center;
    color: #ffffff;
    background-image: url(images/keises.png);
    padding-top: 5px;
    background-repeat: no-repeat;
}

.keises h2 strong{
    color: #690e41;
}

.keises p{
    margin: 0px;
    font-size: 14px;
    color: #1a171b;
    line-height: 18px;
    padding-bottom: 10px;
}

.ps_arrows.graph{
    margin-top: 230px!important;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    min-width: 1000px;
    padding-top: 55px;
    background: #eee;
}

.footer{
    background-color: #7c7c7c;
}

.footer .center{
    position: relative;
    height: 330px;
}

.welcometo{
    background-image: url(images/cup.png);
    width: 200px;
    height: 57px;
    top: -57px;
    padding-top: 194px;
    font: normal 14px/18px "Trebuchet MS";
    text-align: center;
    position: absolute;
}
.welcometo a {
    color: #eee;
}
.footer > div > .overlay_show {
    position: absolute;
    top: -57px;
    width: 200px;
    height: 194px;
}
.footer_nav_block{
    width: 210px;
    position: absolute;
    left: 225px;
}
.footer_nav_block.x2 {
    left: 435px;
}
.footer_nav_block.x3 {
    left: 645px;
}
.footer_nav_block.about {
    left: 855px;
}
.footer_nav_block h2{
    padding-top: 25px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 25px;
}

.footer_nav_block ul{
    padding-bottom: 10px;
}

.footer_nav_block a{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
    color: #b6b4b4;
}

.footer_nav_block.about{
    width: 120px;
    margin-left: 15px;
}

.copyrights{
    position: absolute;
    font: 12px/13px "Trebuchet MS";
    color: black;
    bottom: 0;
    padding-bottom: 5px;
}

.copyrights span{
    display: block;
    color: #b6b4b4;
    padding-bottom: 5px;
    padding-top: 20px;
}

.footer_contacts{
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 5px;
}

.footer_phone{
    font-family: "Trebuchet MS";
    font-size: 19px;
    line-height: 22px;
    color: #020202;
}

.footer_phone span{
    font-size: 14px;
    color: #a7a7a7;
    vertical-align: top;
    line-height: 20px;
}

.footer_email{
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer_email a{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 13px;
    color: #c6c6c6;
}

.zayavka_link_oformit a{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 13px;
    color: #323232;
}

.top{
    padding-top: 10px;
}

.price_table.mini td.twotd.minis{
    width: 217px!important;
    position: relative;
}

td.twotd.minis .selecter_title{
    width: 222px;
    background-size: 100% 100%;
    background-image: url(images/minis.png);
}

.minis div.quotes.absoluter{
    position: absolute;
    right: 0px;
    top: 0px;
}

.price_title.volni.verymin, .price_title.vmin.verymin{
    width: 275px!important;
}

.price_title.volni.verymin span, .price_title.vmin.verymin span{
    width: 265px!important;
}

.rr>div{
    margin-bottom: 2px;
}

.rrr>div{
    padding-top: 18px;
    padding-bottom: 18px;
}

.rr:first-child{
    padding-left: 0px!important;
    padding-right: 5px;
}

.rr:first-child>div{
    padding: 0px;
    height: auto!important;
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.rr:first-child>div a{
    font-family: "Traditional Arabic";
    font-weight: bold;
    color: #324d73;
    text-align: left;
    display: block;
    padding-left: 10px;
}

.pad_top{
    padding-top: 10px;
    padding-bottom: 8px;
}

.mbp{
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}

.bp{
    padding-top: 21px!important;
    padding-bottom: 21px!important;
}

.nobackertdsdf{
    background-position: -37px bottom!important;
}

.standart{
    text-align: center;
    vertical-align: middle!important;
    margin: 0px!important;
    border-bottom: 1px dotted #999999!important;
    padding-top: 5px;
}

.standart p{
    margin: 0px;
    padding-bottom: 10px;
    font-family: "Trebuchet MS";
    font-size: 13px;
    color: #1f1e21;
}

.standart span{
    color: #d62750;
}

.standart.right{
    text-align: right;
    padding-right: 25px;
    font-weight: bold;
    font-size: 17px;
    font-family: "Trebuchet MS";
    color: #1f1e21;
}

.zakajite{
    font-family: "Trebuchet MS";
    font-size: 32px;
    color: #ba2d4d;
    line-height: 36px;
    padding-bottom: 50px;
    background-image: url(images/bigarrow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.wedo_title.m{
    font-size: 19px;
}

.wedo_content.retime{
    background-image: url(images/wedo/retime.png);
}

.wedo_content.rubl{
    background-image: url(images/wedo/rubl.png);
}

.wedo_content.gotop{
    background-image: url(images/wedo/gotop.png);
}

.wedo_content.dvesotni{
    background-image: url(images/wedo/dvesotni.png);
}

.left_top_center_info{
    width: 555px;
    float: left;
    position: relative;
    top: -20px;
}

.left_top_center_info h2{
    font-family: "Trebuchet MS";
    font-size: 37px;
    color: #324d73;
    font-weight: normal;
    line-height: 37px;
    padding-bottom: 5px;
    border-bottom: 1px DASHED #545454;
    display: inline-block;
    margin-bottom: 30px;
}

.left_top_center_info h2 span{
    color: #aa2c52;
}

.right_top_center_info{
    float: right;
    position: relative;
    top: -20px;
    width: 405px;
}

.right_top_center_info p, .right_top_center_info center{
    font-size: 16px;
    color: #1f1e21;
    line-height: 19px;
}

.right_top_center_info h3{
    text-align: center;
    padding-bottom: 5px;
    color: #aa2c52;
    font-size: 17px;
}

.right_top_center_info span{
    color: #aa2c52;
}

.verymin{
    font-size: 17px!important;
}

.verymin.rr a{
    font-size: 14px!important;
}

.is_i_title.no_bord{
    border-bottom: 0px; 
}

.is_information.prodo strong, .is_information.prodo strong a{
    color: #184c75;
    text-decoration: none;
}

.is_information.prodo ul{
    font-family: "Trebuchet MS";
    font-size: 18px;
    position: relative;
    margin-top: -25px;
}

.is_information.prodo ul li{
    padding-left: 18px;
    background-image: url(images/gal.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.tabler.mini.nobackertdsdf.brigi td.twotd.minis .selecter_title{
    width: 345px;   
}

.tabler.mini.nobackertdsdf.brigi{
    background-position: -19px bottom!important; 
}

.prodvijenie.grayer{
    background-image: url(images/prodvijenie_gray.jpg);
}

.prodvijenie.grayer .fsb_ib_title{
    color: #ffffff;
    padding-top: 40px;
    font-size: 20px;
    padding-left: 0px;
}

.prodvijenie.grayer .fsb_info_block{
    padding-right: 70px;
    width: 217PX;
}

.prodvijenie.grayer .fsb_info_block.twos{
    padding-right: 0px;
}

.prodvijenie.grayer .fsb_list{
    padding-top: 45px;
    color: #1a171b;
}

.prodvijenie.grayer .fsb_list li{
    color: #1a171b;
    background-image: url(images/darker.png);
}

.white_content_block.clients.biig .cs_data{
    width: 890px;
    height: 130px;
}

.white_content_block.clients.biig .cs_data li{
    margin: 0 10px;
    width: 156px;
    height: 114px;
}

.white_content_block.clients.biig .wcb_title.our_clients{
    top: 20px;
}

.white_content_block.clients.biig .all_clients_link{
    position: relative;
    top: -20px;
}

.white_content_block.clients.biig{
    background-image: url(images/big_white_slider.png);
    margin-top: 20px;
}


.white_content_block.clients.biig .cs_arrow_biger {
    float: left;
    width: 38px;
    height: 31px;
    background-image: url(images/clients_arrows.png);
    position: relative;
    top: 38px;
    cursor: pointer;
    margin-right: 4px;
}

.cs_arrow_biger.right {
    margin-right: 0px;
    margin-left: 4px;
    background-position: 0px -49px;
}

.wedo_content.unlock{
    background-image: url(images/wedo/unlock.png);
}

.wedo_content.ololotop{
    background-image: url(images/wedo/ontop.png);
}

.feeder_backer.nomar.inborder{
    border-top: 3px solid #dededd;
}

.feeder_backer.nomar.border-top{
    border-top: 3px solid #dededd;
}

.tttitle span.pad_left{
    text-align: center;
    padding-left: 25px;
    font-size: 15px;
}

.obzh.price_table td.price_title{
    font-size: 15px;
}
.price_table th{
    vertical-align: top;
}
.price_table th div.white_ok{
    height: 20px;
    text-align: center;
    position: relative;
    padding-left: 5px;
    padding-top: 15px;
}

.price_table th div.foll{
    padding-top: 13px;
    padding-bottom: 12px;
}

.for_text_data.black_big{
    font-size: 13px;
    color: #1f1e21;
    font-weight: bold;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.for_text_data{
 color: #000000;
 font-size: 13px;   
 }
 
.for_text_data span{
    color:#ab3357;
}

.for_sale_block.plaha{
    background-image: url(images/plaha.jpg);
}

.for_sale_block.plaha .fsb_title{
    top: 15px;
    background-image: url(images/white_red_.png);
}

.plaha_descr{
    width: 430px;
    margin-left: 60px;
    float: left;
    position: relative;
    margin-top: 30px;
    font-family: "Trebuchet MS";
    font-size: 19px;
    color: #ffffff;
    line-height: 21px;
}

.plaha_descr>div{
    position: relative;
}

.plaha_descr>div>span{
    position: absolute;
    z-index: -1;
    color: #000000;
    left: 0px;
    top: 1px;
}

.iphonya{
    padding-left: 58px;
    font-family: "Trebuchet MS";
    font-size: 25px;
    line-height: 25px;
    background-image: url(images/iphonya.png);
    background-repeat: no-repeat;
    color: #ab3357;
    padding-top: 8px;
    padding-bottom: 12px;
    margin-top: 5px;
}

.iphonya>span{
    position: relative;
    font-size: 16px;
    line-height: 16px;
    top: -2px;
    color: #ffffff;
}

.iphonya>span>span{
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 4px;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
}




.uzor_our_clients{
    background-image: url(images/etapiback.jpg);
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 4px solid #cdcccb;
    border-bottom: 4px solid #cdcccb;
    margin-top: 15px;
    margin-bottom: 5px;
}

.our_cients_block_wrapper{
    float: left;
    width: 764px;
}

.our_cients_block{
    width: 764px;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #aaa9a9;
    border-radius: 5px;
    background-image: url(images/cloaka.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
    position: relative;
    padding-bottom: 25px;
}

.clients_title{
    width: 277px;
    height: 63px;
    background-image: url(images/our_clients_title.png);
    position: relative;
    margin-top: 14px;
    margin-left: -14px;
    float: left;
}

.clients_title h1{
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: #ffffff;
    padding-left: 70px;
    padding-top: 14px;
    background: url(images/wbc_our_clients.png) 17px 8px no-repeat;
    height: 50px;
}

.oc_vstuplenie{
    float: left;
    font-family: "Trebuchet MS";
    font-size: 16px;
    line-height: 20px;
    color: #4e4e4e;
    padding-left: 13px;
    padding-top: 20px;
}

.all_clients{
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-left: 55px;
}

.all_clients>li{
    padding-top: 5px;
}

.cl_preview{
    width: 120px;
    height: 76px;
    border: 1px solid #ababab;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.cl_descr{
    display: inline-block;
    width: 530px;
    vertical-align: middle;
    margin-left: 25px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 14px;
    color: #1a171b;
}

.cl_descr p{
    padding: 0px;
    margin: 0px;
}

.our_services_wrapper{
    float: right;
    width: 220px;
}

.our_services_titles{
    background-image: url(images/os.png);
    background-repeat: no-repeat;
    font-family: "Trebuchet MS";
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.services_nav{
    font-family: "Trebuchet MS";
    font-size: 13px;
    color: #1a171b;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 25px;
    padding-bottom: 25px;
}

.services_nav>li{
    padding-left: 13px;
    background-image: url(images/right_arrow_li.png);
    background-repeat: no-repeat;
    background-position: 0px 8px
}

.services_nav>li a{
    color: #1a171b;
}

.services_nav>li>ul{
    padding-left: 10px;
}

.services_nav>li>ul>li{
    padding-left: 11px;
    background-image: url(images/mini_dot.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
}

.our_services_wrapper h3{
    font-family: "Trebuchet MS";
    font-size: 13px;
    line-height: 20px;
    color: #1a171b;
    padding-left: 37px;
    text-transform: uppercase;
}

.black_shadow_image_wrapper{
    position: fixed;
    z-index: 1000;
    background-image: url(images/shadow.png);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.big_images_white_wrapper{
    position: fixed;
    width: 980px;
    padding: 10px;
    top: 150px;
    background-color: #ffffff;
    left: 50%;
    margin-left: -500px;
    z-index: 1001;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #777777;
    display: none;
}

.closer{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    background-image: url(images/closer.png);
    cursor: pointer;
}

textarea.textarea{
    background: none;
    border: none;
    background-image: url(images/textarea.png);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #1a171b;
    height: 51px;
    min-height: 51px;
    max-height: 51px;
    line-height: 15px;
    width: 438px;
    min-width: 438px;
    max-width: 438px;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-bottom: 10px;
}

.select_service_for_you{
    padding-left: 10px;
    font-size: 14px;
    font-family: "Trebuchet MS";
    line-height: 20px;
    padding-bottom: 5px;
}

.selecter{
    padding-left: 10px;
}

.tiny ul{margin:0px 0px 20px 0px; list-style:none}
.tiny ul li{padding:0px 0px 0px 27px;margin:4px 0px 4px 0px;  background:url(images/marker_content.jpg) no-repeat 0 3px; line-height:18px;}
.tiny h1{color:#62194B; font-size:24px;font-family:'DINCyrRegular';padding:0px 0px 10px 0px;margin:0px 0px 0px 0px; line-height:29px}

div.error {
    margin: 0 !important;
}
span.middle.special {
    padding-top: 2px;
}
span.error {
    color: red;
}
span.fsb_goto input {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 31px;
    top: 0;
    width: 100px;
}
span.fsb_goto {
    color: white;
    position: relative;
    width: 75px;
    padding-left: 25px;
    background-image: url('images/link2.png');
    cursor: pointer;
}
span#clear {
    width: 88px;
    padding-left: 12px;
}
.browse {
    cursor: pointer;
}
.center.special {
    position: relative;
}
.consult label {
    font-size: 11px;
}
.dn {
    display: none;
}
.ofor_form label, .ofor_form p {
    font-size: 14px;
}
.overlay .close {
    background-image:url('images/close.png');
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
.paginator {
    cursor: pointer;
}
.service_info_block {
    width: 375px;
    float: left;
}
.service_left_block .service_info {
    width: 272px;
}
.service_left_block {
    width: auto;
}
.scrollable2 {
    overflow: hidden;
    position: relative;
    height: 909px;
}
.scrollable2 > div {
    width: 20000em;
    position: absolute;
}
.scrollable2 > div > table {
    float: left;
    width: 1000px;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.tttitle > div {
    position: relative;
}
.title {
    font: normal 37px/1 'Trebuchet MS';
    color: #c62852;
    padding: 5px 0;
    text-align: center;
}
.wedo_scrollable {
    overflow: hidden;
    position: relative;
}
.wedo_scrollable > div {
    width: 20000em;
    position: absolute;
}
.wedo_scrollable > div > div {
    float: left;
    width: 340px;
    overflow: hidden;
    height: 240px;
}
.white_content_block.special {
    margin-top: 27px;
}
#article .clients_lict {
    padding: 20px;
}
#article .oc_vstuplenie {
    padding: 30px 0 0 287px;
    float: none;
    font-size: 30px;
}
#article .color, #article th, #article h2 {
    color: #8f0e42;
}
#article {
    font-size: 14px;
}
#article a {
    color: #bd1c4d;
}
#article h2 {
    font-size: 140%;
    margin: 20px 0;
}
#article h2 span {
    font-size: 60%;
    color: black;
}
#article .table {
    width: 100%;
    margin-bottom: 20px;
}
#article .table td, #article .table th {
    padding: 5px;
    border: 1px black solid;
}
#article .special {
    border: 2px solid white;
}
#article .special td:first-child {
    width: 400px;
}
#article .special td, #article .special th {
    border-color: #8f0e42;
}
#article .table .width {
    width: 20%;
}
#about img {
    margin: 0 8px;
}
#investicionnie .portfolio_slider, #investicionnie .portfolio_slider li {
    height: 442px;
}
#keisi_special {
    top: -30px;
    position: relative;
    color: #8f0e42;
    padding: 0 20px;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}
#services.other .service_info_block {
    width: 362px;
}
#form_call, #form_sozdanie {
    background: white;
    border-radius: 7px;
}
#form_call .sender {
    text-align: left;
}
#services.other .service_left_block .service_info {
    width: 250px;
}
.fsb_goto:hover {
    text-decoration: underline;
}
.prepaid {
    position: absolute;
    left: 140px;
    bottom: 36px;
    font: bold 30px/1 'Trebuchet MS';
    color: white;
    text-shadow: 0 0 2px #99003e;
}
.twos .prepaid {
    left: 160px;
}
.infoslider.special {
    padding-top: 0;
    margin-bottom: 40px;
}
#footer.special .center {
    height: 220px;
}
.header-menu.special {
    position: absolute;
}
.header-menu .center div {
    font: 12px 'Trebuchet MS';
    text-align: right;
    padding-right: 15px;
    padding-top: 20px;
}
#header.special .top_contacts {
    margin-top: -15px;
}
.portfolio.center {
    margin-top: 25px;
}
