@import "/styles/cusel.css";
* {
    margin: 0;
    padding: 0;
    resize: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header,
footer,
nav {
    display: block;
}

img {
    border: 0;
    max-width: 100%;
}

body {
    font: 12px Arial;
    color: #333;
    background: url('/gfx/template3/background.gif') repeat-x;
}

header {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    min-width: inherit;
}

a {
    color: #1d7dbb;
}

a:hover {
    text-decoration: none;
}

.contest {
    position: fixed;
    right: 0;
    top: 400px;
    color: #f2e3c2;
    text-shadow: -1px 1px #b48e59;
    text-decoration: none;
    font-weight: bold;
    border-right: none;
    background: url(/gfx/new_contest_btn.png) no-repeat;
    width: 99px;
    height: 264px;
    z-index: 500
}

.contest:hover {}

h2 {
    color: #2587c6;
    font: bold 18px Arial;
    margin: 0 0 25px 15px;
}

.clear:before,
.clear:after {
   content: "";
   display: table;
}
.clear:after {
   clear: both;
}
.clear {
    overflow: visible;
    width: auto;
    clear: none;
    font-size: inherit;
   zoom: 1;
}


/*
.clear::before, .clear::after {
  content: "";
  display: block;
  display: table; }

.clear::after {
  clear: both; }
*/

.text-hide {
    text-indent: -9999px;
}

.center-block {
    margin: 0 auto;
}

.rounded-bottom-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.block-rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
}

.block-rounded .title {
    font-size: 16px;
    font-weight: bold;
    color: #9954aa;
    /*padding-bottom:10px;*/
    margin-bottom: 10px;
}

#banks-wrapper{
    padding: 15px 10px 5px;
}

#banks-wrapper td{
    padding: 0;
}

.banner-943 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    height: 90px;
    overflow: visible;
    text-align: center;
}

.banner-943::before {
    position: absolute;
    bottom: -70px;
	width: 44px;
	height: 44px;
	background: url('/js/fancybox/fancybox_loading.gif') center center no-repeat #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 5px;
}

.banner-943.active::before {
    opacity: 1;
    visibility: visible;
}

.banner-943 a {
    display: inline-block;
    height: 90px;
}

.banner-943 a img{
    min-height: 100%;
    max-width: none;
    width: initial;
}

.banner-180 {
    margin: 0 auto !important;
    max-width: 180px;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.banner-240 {
    margin: 0 auto !important;
    max-width: 240px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.banner-main-page{
    text-align: center;
    text-align-last: center;
    padding: 20px 0;
}

.banner-main-page img{
    max-height: 300px;
    width: initial;
}

.banner-main-page .banner-right, .banner-main-page .banner-180, .banner-main-page .banner-240{
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    width: 100%;
    height: auto;
    text-align: center;
    text-align-last: center;
    margin: 10px !important;
}

#head {
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    max-width: 740px;
}

.left-top-block {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    max-width: 29%;
    width: 100%;
    text-align: right;
}

.center-top-block {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    max-width: 500px;
    width: 100%;
    margin-left: 10px;
}

.right-top-block {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    max-width: 100%;    
    width: 100%;
    margin-left: 0px;
}

.description-main {
    line-height: 17px;
}

.description-main strong {
    font-size: 13px;
    color: #4fb4ce;
}

.patent {
    background: url('/gfx/template3/patent.png') no-repeat;
    width: 309px;
    height: 55px;
    margin-top: 15px;
    display: none;
}

#logo {
    float: left;
}

#logo a{
    display: block;
    max-width: 100%;
}

.forn-to-bank__title{
    font-size: 1.7rem;
    color: #3fc6ba;
    display: block;
    margin-bottom: 15px;
}

#form-search-top {
    float: right;
    margin-top: 18px;
    white-space: nowrap;
    display: none;
}

#form-search-top .signin-link {
    margin: 2px 20px 0 0;
}

#form-search-top input[type=text] {
    width: 100%;
    max-width: 158px;
    margin-right: 10px;
}

.button,
input[type=submit] {
    background: url('/gfx/template3/button.gif') repeat-x;
    padding: 0 5px;
    height: 32px;
    border: 1px #b6e0dc solid;
    color: #25978f;
    font: 13px/32px Arial;
    cursor: pointer;
}

input[type=text],
input[type=password] {
    border: 1px #93e8e3 solid;
    color: #c0dfdc;
    padding: 0 5px;
    height: 32px;
    font: 12px/32px Arial;
    vertical-align: top;
}

a.button-sellbusiness {
    text-indent: inherit;
    margin-top: 10px;
    padding: 6px 20px;
    width: auto;
    display: block;
    background: #67d2c9;
    background: -o-linear-gradient(top, #67d2c9 0%,#129886 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#67d2c9),to(#129886));
    background: linear-gradient(to bottom, #67d2c9 0%,#129886 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67d2c9', endColorstr='#129886',GradientType=0 );
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

a.button-sellbusiness:hover {
    background: #b276bf;
    background: -o-linear-gradient(top, #b276bf 0%,#7d3b90 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b276bf),to(#7d3b90));
    background: linear-gradient(to bottom, #b276bf 0%,#7d3b90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b276bf', endColorstr='#7d3b90',GradientType=0 );
}

a.button-findinvestor {
    text-indent: inherit;
    margin-top: 10px;
    padding: 6px 20px;
    display: block;
    height: auto;
    width: auto;
    background: #67d2c9;
    background: -o-linear-gradient(top, #67d2c9 0%,#129886 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#67d2c9),to(#129886));
    background: linear-gradient(to bottom, #67d2c9 0%,#129886 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67d2c9', endColorstr='#129886',GradientType=0 );
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

a.button-findinvestor:hover {
    background: #b276bf;
    background: -o-linear-gradient(top, #b276bf 0%,#7d3b90 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b276bf),to(#7d3b90));
    background: linear-gradient(to bottom, #b276bf 0%,#7d3b90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b276bf', endColorstr='#7d3b90',GradientType=0 );
}

a.button-sellcollateral {
    text-indent: inherit;
    margin-top: 10px;
    padding: 6px 20px;
    display: block;
    height: auto;
    width: auto;
    background: #67d2c9;
    background: -o-linear-gradient(top, #67d2c9 0%,#129886 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#67d2c9),to(#129886));
    background: linear-gradient(to bottom, #67d2c9 0%,#129886 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67d2c9', endColorstr='#129886',GradientType=0 );
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

a.button-sellcollateral:hover {
    background: #b276bf;
    background: -o-linear-gradient(top, #b276bf 0%,#7d3b90 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b276bf),to(#7d3b90));
    background: linear-gradient(to bottom, #b276bf 0%,#7d3b90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b276bf', endColorstr='#7d3b90',GradientType=0 );
}

header .placed-bids{
    float: right;
}

.placed-bids {
    font-size: 13px;
    color: #484848;
    font-weight: bold;
    margin-top: 18px;
}

.placed-bids span {
    color: #812199;
}

#form-auth {
    color: #4ac6bb;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    position: relative;
}

#form-auth .signin-link {
    background: url('/gfx/template3/key.gif') 0 center no-repeat;
    padding: 0 0 0 15px;
    color: #289d95;
    line-height: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

#form-auth .open-form {
    color: #bef1ec;
    position: relative;
    z-index: 1;
}

#form-auth .form-signin {
    display: none;
    border: 2px #bef1ec solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f5fefd;
    padding: 30px 10px 10px 10px;
    position: absolute;
    top: -7px;
    left: -40px;
    width: 195px;
}

#form-auth .form-signin .close {
    background: url('/gfx/template3/close.png') no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#form-auth .control {
    margin-bottom: 4px;
}

#form-auth .control label {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 50px;
    line-height: 20px;
}

#form-auth .control input[type=text],
#form-auth .control input[type=password] {
    width: 130px !important;
    margin-right: 0;
}

#form-auth table {
    width: 100%;
}

#form-auth table td a {
    font: 10px tahoma;
    color: #4ac6bb;
}

.form-to-bank {
    background: #eef5f8;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
    left: 0;
    padding: 15px;
    border-radius: 5px;
    border: 5px solid rgb(252, 253, 254);
    -webkit-box-shadow: inset 0 0 15px #e1ecee, 0 0 0 5px #e8f1f4;
    box-shadow: inset 0 0 15px #e1ecee, 0 0 0 5px #e8f1f4;
}

.form-bamki-container{
    width: 100%;
    max-width: 545px;
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.request-kredit-block {
    margin: 0 auto;
    width: 1000px;
    border: 2px #e6dbed solid;
    border-bottom: 2px #f5edfa solid;
    background: url('/gfx/template3/request-kredit.gif') repeat-x;
    height: 34px;
    font-size: 23px;
    line-height: 34px;
    color: #771d8e;
    text-align: center;
    position: relative;
}

.request-kredit-block a {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
    color: #a97bb5;
    background: url('/gfx/template3/arr-bottom-show.png') right 65% no-repeat;
    padding-right: 15px;
    margin-right: 10px;
}

#main {
    position: relative;
    margin: 20px auto;
    overflow: visible;
    max-width: 1000px;
    width: 100%;
}

.left-block {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    max-width: 700px;
    width: 100%;
    margin: 0 25px 0 0px;
}

.right-block {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    max-width: 270px;
    width: 100%;
}

.button-addcompany {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background: url('/gfx/template3/add-company.png') no-repeat;
    width: 226px;
    height: 25px;
}

.maps-google {
    margin: 0 auto;
    border: 1px #eee6f3 solid;
    width: 656px;
    height: 420px;
    overflow: hidden;
    margin-top: 20px;
}

.field-search-select {
    width: 350px;
    margin-bottom: 10px;
}

.field-search-select label {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 155px;
    color: #9954aa;
    height: 20px;
    line-height: 20px;
}

.field-search-select .styleselect {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    height: 20px;
}

input[type=submit].button-purple {
    background: #e8e1ed;
    background: -o-linear-gradient(top, #e8e1ed 0%,#d7badf 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e1ed),to(#d7badf));
    background: linear-gradient(to bottom, #e8e1ed 0%,#d7badf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e1ed', endColorstr='#d7badf',GradientType=0 );
    border: 1px #dbcee3 solid;
    color: #9954aa;
    padding: 0 5px;
    height: 32px;
    font: 13px/32px Arial;
    cursor: pointer;
    border-radius: 5px;
}

.purple-block {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 auto;
    padding: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    background: #fdf9ff;
    border: 2px solid #e6dbed;
}

.purple-block .news-date-time {
    margin-bottom: 5px;
    display: block;
}

.purple-block .title {
    font-size: 16px;
    font-weight: bold;
    color: #9954aa;
    /*padding-bottom:10px;*/
    margin-bottom: 10px;
}

.green-block {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border: 2px solid #c6f4ef;
    background: #eefcfc;
    color: #278970;
}

.green-block .title {
    font-size: 16px;
    font-weight: bold;
    color: #9954aa;
    /*padding-bottom:10px;*/
    margin-bottom: 10px;
}

.green-block .title {
    color: #1c9e96;
    border: 0;
}

.green-block .menu-block ul li {
    list-style: none;
    background: url('/gfx/template3/border-dashed-green.gif') 0 bottom repeat-x;
    padding: 0 5px 5px 10px;
    margin-bottom: 5px;
}

.green-block .menu-block ul li a {
    background: url('/gfx/template3/arr-right-green.gif') 0 center no-repeat;
    padding-left: 10px;
    color: #1d8979;
    font-size: 14px;
    text-decoration: none;
}

.green-block .menu-block ul li a:hover {
    background: url('/gfx/template3/arr-right-green-hover.gif') 0 center no-repeat;
    padding-left: 20px;
    font-weight: bold;
    color: #03bea9;
}

.green-block .all-list {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background: url('/gfx/template3/arr-block-right.gif') right 5px no-repeat;
    color: #278970;
    padding-right: 15px;
    font-size: 11px;
    margin-left: 12px;
}

.green-block .last {
    background: none !important;
}

.purple-block-rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
    background: #fdf9ff;
    border: 2px solid #e6dbed;
    padding: 5px 10px;
}

.purple-block-rounded .title {
    font-size: 16px;
    font-weight: bold;
    color: #9954aa;
    /*padding-bottom:10px;*/
    margin-bottom: 10px;
}

.purple-block-rounded .content {
    color: #a07da9;
}

.purple-block-rounded .content ul li {
    list-style: none;
    background: url('/gfx/template3/border-dashed-purple.gif') 0 bottom repeat-x;
    padding: 0 5px 5px 10px;
    margin-bottom: 5px;
}

.purple-block-rounded .content ul li a {
    text-decoration: none;
    color: #a07da9;
    font-size: 14px;
}

.purple-block-rounded .content ul li a:hover {
    text-decoration: underline;
}

.green-block-rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #c6f4ef;
    background: #eefcfc;
    padding: 5px 10px;
}

.green-block-rounded .title {
    font-size: 16px;
    font-weight: bold;
    color: #9954aa;
    /*padding-bottom:10px;*/
    margin-bottom: 10px;
}

.green-block-rounded .title {
    color: #1c9e96;
    border: 0;
}

.green-block-rounded .content {
    color: #278970;
}

.green-block-rounded .content ul li {
    list-style: none;
    background: url('/gfx/template3/border-dashed-green.gif') 0 bottom repeat-x;
    padding: 0 5px 5px 10px;
    margin-bottom: 5px;
}

.green-block-rounded .content ul li span {
    color: #9954aa;
    float: right;
}

.green-block-rounded .content ul li,
.green-block-rounded .content ul li a {
    text-decoration: none;
    color: #278970;
    font-size: 11px;
}

.banner-right{
    text-align: center;
    display: block;
    margin: 10px auto;
}

.fin-calculator {
    background: url('/gfx/template3/fin-calculator.png') 0 5px no-repeat;
    padding-left: 40px;
}

.key-figures {
    background: url('/gfx/template3/key-figures.png') 0 5px no-repeat;
    padding-left: 45px;
}

.hr-purple {
    border-top: 1px #e6dbed solid;
    border-bottom: 1px #fff solid;
    height: 0;
    overflow: hidden;
    margin: 0 -10px 10px -10px;
}

.hr-green {
    border-top: 1px #c6f4ef solid;
    border-bottom: 1px #fff solid;
    height: 0;
    overflow: hidden;
    margin: 0 -10px 10px -10px;
}

.no-margin {
    margin-left: auto;
    margin-right: auto !important;
}

.style-border {
    background: #fff;
    width: 100%;
    min-height: 100px;
    position: relative;
    border: 3px solid #e2ecef;
    -webkit-box-shadow: inset 0 0 15px #e1ecee, inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 15px #e1ecee, inset 0 0 0 3px #fff;
    margin: 0 0 20px;
    border-radius: 5px;
    padding: 0;
}

/*
.style-border .style-border-top {
    background: url('/gfx/template3/style-border-top.png') no-repeat;
    width: 696px;
    height: 7px;
    position: absolute;
    left: 0;
    top: -7px;
}

.style-border .style-border-bottom {
    background: url('/gfx/template3/style-border-bottom.png') no-repeat;
    width: 696px;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: -7px;
}
*/

#news-dev-image {
    width: 50% !important;
    height: 288px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

#news-dev-image table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#news-dev-image table td {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.news-block-dev {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 100%;
    margin-left: 0px;
}

.news-block-dev .item {
    background: #faf6fc;
    background: -o-linear-gradient(top, #faf6fc 0%,#e6dbed 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#faf6fc),to(#e6dbed));
    background: linear-gradient(to bottom, #faf6fc 0%,#e6dbed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf6fc', endColorstr='#e6dbed',GradientType=0 );
    border: 2px #e6dbed solid;
    color: #7d6989;
    border-left: 0;
    width: 100%;
    height: 96px;
    overflow: hidden;
    padding: 10px 15px;
}

.news-block-dev .item .title {
    color: #771d8e;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}

.news-block-dev .item-select,
.news-block-dev .item:hover {
    background: url('/gfx/template3/news-dev-bg-hover.gif') #ebf9f9 0 bottom repeat-x;
    border: 2px #8bcac6 solid;
    border-left: 0;
    color: #278970;
    cursor: pointer;
    width: 100%;
    height: 96px;
    overflow: hidden;
    padding: 10px 15px;
}

.news-block-dev .item-select .title,
.news-block-dev .item:hover .title {
    color: #209e96;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}

.content-news-list {
    background: #fff;
    padding: 10px;
}

.content-news-list .item {
    margin: 5px 8px;
    max-width: 305px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.content-news-list .item .cont .title {
    color: #771d8e;
}

.content-news-list .item .cont p {
    margin: 3px 0 0 0;
    color: #7d6989;
}

.content-news-list .item-border {
    margin: 10px 8px;
    max-width: 313px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background: url('/gfx/template3/border-dashed-green-dark.gif') 0 bottom repeat-x;
    padding: 0 0 15px 0;
}

.content-news-list .item-border .image {
    border: 1px #b6b6b6 solid;
    width: 76px;
    height: 74px;
    overflow: hidden;
    float: left;
}

.content-news-list .item-border .image table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.content-news-list .item-border .image table td {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.content-news-list .item-border .cont {
    margin-left: 85px;
}

.content-news-list .item-border .cont .title {
    color: #771d8e;
}

.content-news-list .item-border .cont p {
    margin: 3px 0 0 0;
    color: #7d6989;
}

.date {
    background: url('/gfx/template3/calendar.gif') 0 center no-repeat;
    padding: 0 0 0 15px;
    font: 11px Arial;
    color: #a5b2b5;
    margin: 0 0 2px 0;
}

.arr-block-right-silver {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background: url('/gfx/template3/arr-block-right-silver.gif') right 3px no-repeat;
    padding-right: 15px;
    color: #9c9d9d;
    font-size: 11px;
}

.articles-list {
    background: transparent;
    padding: 5px 10px;
}

.articles-list .item-border {
    margin: 10px 8px;
    max-width: 313px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background: transparent;
    padding: 0;
}

.articles-list .item-border .image {
    border: 1px #b6b6b6 solid;
    width: 76px;
    height: 74px;
    overflow: hidden;
    float: left;
}

.articles-list .item-border .image table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.articles-list .item-border .image table td {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.articles-list .item-border .cont {
    margin-left: 85px;
}

.articles-list .item-border .cont .title {
    color: #1d7dbb;
}

.articles-list .item-border .cont p {
    margin: 3px 0 0 0;
    color: #5a5a5a;
}

.articles-list .name {
    font: bold 14px Arial;
    color: #137979;
    margin: 10px 0 5px 0;
    margin-top: 0;
}

.articles-list p {
    margin: 0 0 7px 0;
}

.articles-list table {
    width: 100%;
    table-layout: fixed;
}

.articles-list table td {
    vertical-align: top;
}

footer {
    margin: 30px auto 0;
    max-width: 980px;
    width: 100%;
    position: relative;
    color: #0f86b0;
}

footer nav table {
    width: 100%;
    border-collapse: collapse;
}

footer nav table td {
    border-right: 1px #fff solid;
}

footer nav a {
    display: block;
    text-align: center;
    background: #00cc99;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    text-decoration: none;
}

footer nav a:hover,
footer nav a.select {
    background: #741f8a;
}

footer .cont {
    background: #ddfaf8;
    background: -o-linear-gradient(top, #ddfaf8 0%,#fcfdff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ddfaf8),to(#fcfdff));
    background: linear-gradient(to bottom, #ddfaf8 0%,#fcfdff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddfaf8', endColorstr='#fcfdff',GradientType=0 );
    height: auto;
    padding: 30px 50px;
}

footer .cont a {
    color: #016893;
}

footer .cont table {
    width: 100%;
}

footer .cont table td {
    vertical-align: top;
}

footer .cont P {
    margin-bottom: 5px;
}

.nowrap {
    white-space: nowrap;
}

.banner-foot {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    text-align-last: justify;
}

.banner-468 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    max-width: 468px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
    text-align-last: center;
}

.banner-468 img{
    width: 100%;
    height: auto;
    max-height: 60px;
    display: block;
    margin: 0 auto;
}

.info-block {
    padding-top: 20px;
    margin: 0 auto 20px;
    max-width: 980px;
    width: 100%;
}

.info-block table {
    table-layout: fixed;
}

.info-block table td {
    padding: 5px;
    vertical-align: top;
}

.info-block .title-green {
    color: #1c9e96;
    font-size: 16px;
    font-weight: bold;
}

.info-block .title-purple {
    color: #9954aa;
    font-size: 16px;
    font-weight: bold;
}

.info-block .rblock-green {
    font-style: italic;
    background: #feffff;
    background: -o-linear-gradient(top, #feffff 0%,#deffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#feffff),to(#deffff));
    background: linear-gradient(to bottom, #feffff 0%,#deffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#deffff',GradientType=0 );
    min-height: 50px;
    border: 1px #ace8e2 solid;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 300px;
    color: #1c9e96;
}

/*
.info-block .rblock-green .rblock-green-bottom {
    background: url('/gfx/template3/rblock-green-bottom.gif') no-repeat;
    width: 295px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: -1px;
}

.info-block .rblock-green .rblock-green-top {
    background: url('/gfx/template3/rblock-green-top.gif') no-repeat;
    width: 295px;
    height: 5px;
    position: absolute;
    top: 0;
    left: -1px;
}
*/

.info-block .rblock-purple {
    font-style: italic;
    background: #fffeff;
    background: -o-linear-gradient(top, #fffeff 0%,#f8e9ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fffeff),to(#f8e9ff));
    background: linear-gradient(to bottom, #fffeff 0%,#f8e9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#f8e9ff',GradientType=0 );
    min-height: 50px;
    border: 1px #e8e0ed solid;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 300px;
    color: #9954aa;
}

/*
.info-block .rblock-purple .rblock-purple-bottom {
    background: url('/gfx/template3/rblock-purple-bottom.gif') no-repeat;
    width: 295px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: -1px;
}

.info-block .rblock-purple .rblock-purple-top {
    background: url('/gfx/template3/rblock-purple-top.gif') no-repeat;
    width: 295px;
    height: 5px;
    position: absolute;
    top: 0;
    left: -1px;
}
*/

.info-block .title-green {
    margin: 0 0 5px 0;
}

.info-block .title-purple {
    margin: 0 0 5px 0;
}

.info-block .green-arr-right {
    background: url('/gfx/template3/arr-block-right.gif') 100% 50% no-repeat transparent;
    color: #1C9E96;
    font-size: 11px;
    margin-left: 15px;
    padding-right: 15px;
}

.info-block .purple-arr-right {
    background: url('/gfx/template3/arr-block-right-purple.gif') 100% 50% no-repeat;
    color: #9954aa;
    font-size: 11px;
    margin-left: 15px;
    padding-right: 15px;
}

.info-block .border-bottom-purple {
    border-bottom: 1px dashed #E8E0ED;
}

.info-block .border-bottom-green {
    border-bottom: 1px dashed #A1DBD6;
}

.question-ico {
    background: url('/gfx/template3/question.png') no-repeat;
    width: 46px;
    height: 14px;
    position: absolute;
    bottom: -26px;
    right: 24px;
    padding-left: 10px;
    line-height: 9px;
    color: #9954AA;
}

.smile-ico {
    background: url("/images/smile.png") no-repeat;
    bottom: 4px;
    height: 15px;
    position: absolute;
    right: 5px;
    width: 15px;
}

.top-menu {
    width: 1000px;
    margin: 0 auto;
}


/*������*/

.potent {
    background: url('/gfx/template3/potente.png') no-repeat;
    width: 308px;
    height: 55px;
}

.potent p {
    margin-left: 45px;
    padding-top: 5px;
    color: #1a6059;
}

.potent strong {
    color: #1a6059;
}

.potent a {
    text-decoration: none;
}

.top-menu #in-bank {
    background: url('/gfx/template3/xxx.gif') repeat-x;
    width: 235px;
    height: 66px;
    border-right: 1px #fff solid;
    border-bottom: 1px #c6a4cf solid;
    padding-left: 40px;
    padding-top: 20px;
}

.top-menu #in-bank,
.top-menu #in-company,
.top-menu #in-money {
    float: left;
    position: relative;
}

.top-menu #in-bank:hover {
    background: url('/gfx/template3/xxxh.gif') repeat-x;
}

.top-menu .ch1 {
    background: url('/gfx/template3/home-icon.png') no-repeat;
    padding: 0 0 0 50px;
    height: 50px;
    color: #be8fca;
    width: 120px;
    position: relative;
}

.top-menu strong {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    display: block;
}

.top-menu #in-company {
    background: url('/gfx/template3/xxx.gif') repeat-x;
    width: 285px;
    height: 61px;
    border-right: 1px #fff solid;
    border-bottom: 1px #c6a4cf solid;
    padding-left: 25px;
    padding-top: 25px;
}

.top-menu #in-company:hover {
    background: url('/gfx/template3/xxxh.gif') repeat-x;
}

.top-menu .ch2 {
    background: url('/gfx/template3/note-icon.png') no-repeat;
    padding: 0 0 0 50px;
    height: 50px;
    color: #be8fca;
    width: 240px;
    position: relative;
}

.top-menu #in-money {
    background: url('/gfx/template3/xxx.gif') repeat-x;
    width: 393px;
    height: 61px;
    border-bottom: 1px #c6a4cf solid;
    padding-left: 20px;
    padding-top: 25px;
}

.top-menu #in-money:hover {
    background: url('/gfx/template3/xxxh.gif') repeat-x;
}

.top-menu .ch3 {
    background: url('/gfx/template3/money-icon.png') no-repeat;
    padding: 0 0 0 60px;
    height: 50px;
    color: #be8fca;
    width: 320px;
    position: relative;
}

.top-menu .dropdown-ch {
    position: absolute;
    top: 86px;
    left: 0;
    background: #9A2BB4;
    color: #fff;
    padding: 10px;
    z-index: 10;
    display: none;
}

.top-menu a {
    color: #c6a4cf;
    text-decoration: none;
}

.round-arr-right {
    background: url('/gfx/template3/arr-right.png') no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.round-question {
    background: url('/gfx/template3/question-2.png') no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 20;
}

#in-company:hover .ch2 a,
#in-bank:hover .ch1 a,
#in-money:hover .ch3 a {
    color: #fff;
}

.fleft {
    float: left;
}

.white-bg {
    background: #fff;
}

.creadit-filter input[type=text] {
    border: 1px #ddd3e2 solid;
    color: #474747;
}

.creadit-filter label {
    color: #474747;
}

.creadit-filter table {
    width: 100%;
}

.list-item .title {
    background: url('/gfx/template3/arr0.png') 0 center no-repeat;
    padding-left: 15px;
    margin-bottom: 10px;
}

.list-item .title a {
    color: #00549f;
    font: bold 14px Arial;
    text-decoration: none;
}

.list-item .image {
    border: 2px #ddd solid;
    width: 123px;
    height: 88px;
    overflow: hidden;
    float: left;
}

.list-item .image table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.list-item .image table td {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.list-item .text {
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 90px;
    color: #474747;
}

.list-item .clear {
    margin-bottom: 20px;
}

.list-item .item {
    background: none;
    padding-bottom: 25px;
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px dashed #e2d8e9;
}

.paginate {
    font-size: 11px;
    color: #858484;
}

.paginate span {
    margin-right: 10px;
}

.paginate strong {
    color: #3b3b3b;
}

.paginate a {
    color: #066696;
    margin: 0 5px;
}


/*
.item-block-news {
	.center-block;
	width:940px;
	.style-border-mini {
		background:url('/gfx/template3/stylemini-border-bg.png') repeat-y;
		width:288px;
		min-height:100px;
		margin:10px 17px 10px 0;
		position:relative;
		padding:0 7px;
		float:left;
	}
	.style-border-top {
		background:url('/gfx/template3/stylemini-border-top.png') no-repeat;
		width:302px; height:10px;
		position:absolute; left:0; top:-10px;
	}
	.style-border-bottom {
		background:url('/gfx/template3/stylemini-border-bottom.png') no-repeat;
		width:302px; height:10px;
		position:absolute; left:0; bottom:-10px;
	}
	.item-border {
		margin:10px 8px;
		width:270px;
		overflow:hidden;
		.inline-block;
		background:url('/gfx/template3/border-dashed-green-dark.gif') 0 bottom repeat-x;
		padding:0 0 15px 0;
		.image { border:1px #b6b6b6 solid;
			width:60px; height:55px;
			overflow:hidden;
			float:left;
			table {
				width:100%; height:100%;
				border-collapse: collapse;
			}
			table td {
				border-collapse: collapse;
				width:100%; height:100%;
				text-align:center;
				padding:0;
				vertical-align:middle;
			}
		}
		.cont {
			margin-left:70px;
			.title {
				color:#5c5c5c; font-weight:bold;
				text-decoration:none;
			}
			p {
				margin:0px 0 0 0;
				color:#7d6989;
			}
		}
	}
	.last {
		background:none !important;
		padding:0;
	}
}*/

.checkbox {
    background: url('/gfx/template3/checkbox.png') 0 -15px no-repeat;
    min-width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 20px;
    margin-bottom: 10px;
}

.checkbox input {
    display: none;
}

.table-no-border {
    width: 100%;
}

.table-no-border td {
    padding: 5px;
}

.red {
    color: #ff0000;
}

.width-full {
    width: 100%;
}

small {
    color: #aaa;
    font-size: 11px;
}

.input-purple {
    border: 1px #dad0e0 solid !important;
    width: 348px;
    color: #908c91 !important;
}

.textarea-purple {
    width: 100%;
    height: auto;
    min-height: 55px;
    resize: vertical;
    border: 1px #dad0e0 solid !important;
    color: #908c91 !important;
    padding: 10px;
}

h1 {
    font: bold 16px Arial;
    color: #00549f;
    margin-bottom: 10px;
}

.show-in-map {
    background: url('/gfx/new_btn_purple.png') no-repeat;
    width: 244px;
    height: 70px;
    display: block;
    text-indent: -9999px;
    margin: 10px 0;
}

.show-in-map:hover {
    background-position: 0 -85px
}

.show-in-map:active {
    background-position: 0 -170px
}

.breadcrumbs {
    color: #078dca;
    font-size: 11px;
    margin: 15px 0 20px;
}

.breadcrumbs a {
    color: #787878;
}

.breadcrumbs span {
    background: url('/gfx/template3/arr-right-blue.gif') no-repeat;
    width: 8px;
    height: 5px;
    margin: 5px 5px 0 5px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.breadcrumbs .main-link {
    background: url('/gfx/template3/arr-right-silver.gif') 0 center no-repeat;
    padding-left: 8px;
}

form {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.border-hidden-box {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px #e9e0ef solid;
    padding-top: 10px;
    height: auto;
    overflow-y: scroll;
    zoom: 1;
    position: relative;
    overflow: hidden;
}

.radiobutton {
    width: 15px;
    height: 15px;
    background: url('/gfx/template3/radiobutton.png') 0 -15px no-repeat;
    cursor: pointer;
    margin-right: 5px;
    float: left;
}

.dohod label {
    display: block;
    font-size: 11px;
    color: #515151;
    margin-bottom: 10px;
}

.radiobutton input {
    display: none;
}

.vtop {
    vertical-align: top;
}

.vtop5 {
    padding-top: 10px !important;
}

.naiti_credit {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #fe8d39;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 100;
    display: none;
}

.naiti_credit a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.added_adv_text {
    font: 15px "tahoma";
    margin: 20px 0 80px 0;
    color: #000
}

.rk-button {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #3fc6ba;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3fc6ba 0%, #149d8b 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#3fc6ba), to(#149d8b));
    background: linear-gradient(to bottom, #3fc6ba 0%, #149d8b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc6ba', endColorstr='#149d8b', GradientType=0);
    /* IE6-9 */
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    border-radius: 3px;
}

.rk-button:hover {
    background: #b175be;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b175be 0%, #7d3b90 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#b175be), to(#7d3b90));
    background: linear-gradient(to bottom, #b175be 0%, #7d3b90 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b175be', endColorstr='#7d3b90', GradientType=0);
    /* IE6-9 */
}

.second-column, .first-column{
    width: 100%;
    max-width: 300px;
    margin: 0;
}

.articles_index_bottom div{
    margin-bottom: 20px;
}

.second-column a h4, .first-column a h4{
    margin-bottom: 10px;
}








.fancybox-close.back{
    width: 44px !important;
    height: 33px !important;
    background-image: url(/js/fancybox/back-img.png) !important;
    background-position: 0 !important;
}

.fancybox-close {
    width: 40px !important;
    height: 40px !important;
    background-image: url(/js/fancybox/close-img.png) !important;
    background-position: 0 !important;
    background-size: auto !important;
}

.business-section{
    margin-bottom: 10px;
}

/*MEDIUM-SMALL*/
@media screen and (max-width: 63.9375rem) {
    
    .table-no-border .cusel{
        max-width: 270px;
    }
    
    .wraper-table table{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    table.genTable tr th.table-logoBox{
        text-align: center;
    }
    
    .hide-device{
        display: none;
    }

    .list-item .text {
        max-height: none;
    }
    
    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){
        clear: none;
    }

    .second-column, .first-column{
        width: 100%;
        max-width: 100%;
        float: none;
    }

    header {
        text-align: center;
    }
    .banner-foot {
        text-align: center;
        text-align-last: center;
    }
    
    .content-news-list .item-border, .content-news-list .item{
        display: block;
        margin: 0 auto 10px;
        background: transparent;
    }
    
    .articles-list{
        padding: 10px;
    }
    
    .articles-list .item-border{
        max-width: 100%;
        margin: 0;
    }

    .articles-list table {
        width: 100%;
        table-layout: auto;
    }

    .articles-list table td {
        display: block;
    }
}
/*ONLY MEDIUM*/
@media screen and (min-width: 40rem) and (max-width: 63.9375rem) {
    
    
    .bx_catalog_list_home.col3 .bx_catalog_item{
        width: 48%;
    }

    .right-top-block {
        margin-bottom: 30px;
    }

    .left-block {
        display: block;
        margin: 20px auto;
    }

    .right-block {
        display: block;
        margin: 20px auto;
    }   
}
/*ONLY SMALL*/
@media screen and (max-width: 39.9375rem) {
    
    #form-credit{
        max-width: 270px;
        margin: 0 auto;
        display: block;
        overflow: auto;
    }
    
    .fullSmallBlock{
        float: none !important;
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 10px !important;
        max-width: 270px !important;
        display: block;
    }
    .table-no-border{
        max-width: 100% !important;
/*        display: block;*/
    }
    .table-no-border td, .table-no-border tr{
/*        display: block;*/
        padding-left: 0;
        padding-right: 0;
    }
    .table-no-border input, .table-no-border .jq-selectbox, .table-no-border textarea{
        max-width: 270px;
        margin: 0 auto;
    }
    
    
    .bx_catalog_list_home.col3 .bx_catalog_item{
        width: 100%;
        max-width: 320px;
        margin: 0 auto 20px;
        float: none;
    }
    #main {
        overflow: hidden;
    }

    .left-block {
        display: block;
        margin: 20px auto;
    }

    .right-block {
        display: block;
        margin: 20px auto;
    }    
    
    .info-block .border-bottom-green, .info-block .border-bottom-purple{
        line-height: 28px;
    }
    
    
    .info-block .border-bottom-green td, .info-block .border-bottom-purple td{
        padding: 0;
    }

    .info-block table {
        table-layout: auto;
        display: block;
    }

    .info-block .rblock-green, .info-block .rblock-purple {
        max-width: none;
    }

    .info-block table td {
        display: block;
        padding-top: 8px;
        padding-bottom: 1px;
    }

    .info-block table td, .info-block table tbody, .info-block table tr{
        display: block;
    }

    footer nav table, footer nav table tbody, footer nav table tr, footer nav table td, footer .cont table td {
        display: block;
        height: auto;
    }
    
    footer .cont table td{
        text-align: center;
    }

    footer nav table td  {
        border: none;
        border-bottom: 1px solid #fff;
    }

    .banner-943, .banner-943 a{
        height: auto;
    }

    .banner-943 a img{
        min-height: auto;
        height: auto;
        max-width: 100%;
        width: auto;
    }
    
    .left-top-block {
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .center-top-block {
        display: block;
        margin: 10px auto;
        max-width: 100%;
        padding: 0 10px;
    }

    .right-top-block {
        display: block;
        margin: 10px auto 30px;
    }

    #logo {
        float: none;
        margin: 0 auto;
    }

    #form-search-top, header .placed-bids {
        float: none;
        margin: 20px auto;
    }
}

.hr-blue, .form-banki-bottom-layer{
    width: 100%;
    max-width: 985px;
}
















