html, body {
    height: 100%;
    background: #fff;
    font-family: 'vw_text', sans-serif;
    font-size: 14px;
    color: #000000;
    min-width: 980px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

button,input,textarea{
    font-family: 'vw_text';
}
th {
    font-weight: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
input {
    outline: none;
}
a {
    color: #2274ac;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #003b67;
}
.main_wrapper a:hover {
    color: #003b67;
}

input::-webkit-input-placeholder {color:#6f7b7e;}
input::-moz-placeholder {color:#6f7b7e;}



/*=============common styles===============*/

.inside_wrapper {
    width: 940px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.main_title {
    font-size: 32px;
    font-family: 'vw_head'; font-weight: bold;
    margin: 0 0 20px;
    padding-top: 30px;
}

.main_wrapper .theme_btn {
    display: inline-block;
    color: #fff;
    background: #2775aa;
    padding: 0 21px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
}

.main_wrapper .theme_btn:hover {
    background: #003b67;
    color: #fff;
}

.main_wrapper .theme_btn.inactive {
    background: #cddcde;
    color: #fff;
}



.inp_submit {
    height: 30px;
    margin-right: 14px;
}

.submit_btn {
    font-size: 20px;
    font-family: 'vw_text'; font-weight: bold;
    height: 49px;
    line-height: 49px;
    vertical-align: middle;
}
.submit_btn.theme_btn_light  {
    height: 47px;
    line-height: 47px;
}

.main_wrapper .theme_btn_light {
    display: inline-block;
    color: #2775aa;
    background: #fff;
    padding: 0 21px;
    border-radius: 2px;
    border: 1px solid #b3b9bd;
    cursor: pointer;
}
.main_wrapper .theme_btn_light:hover {
    background: #fff;
    color: #003b67;
    border: 1px solid #7e8587;
}
.main_wrapper .theme_btn_light.inactive {
    background: #cddcde;
    color: #fff;
    border: 1px solid #cddcde;
}

.info_message {
    text-align: left;
    padding-top: 10px;
}


.main_wrapper .refuse_btn {
    display: inline-block;
    color: #fff;
    background: #e2381c;
    padding: 0 21px;
    border-radius: 2px;
}
.main_wrapper .refuse_btn:hover {
    background: #ff5f45;
    color: #fff;
}

.main_title.has_back {
    background: #e3ebec;
    border-bottom: 1px solid #b3b9bd;
    padding: 33px 0 37px;
    margin: 0;
}

.theme_small_btn {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.theme_small_btn.theme_btn_light {
    line-height: 28px;
}

.theme_big_btn {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'vw_text'; font-weight: bold;
}
.theme_big_btn.theme_btn_light {
    height: 48px;
    line-height: 48px;
}

.inp_txt {
    width: 270px;
    height: 18px;
    border: 1px solid #b3b9bd;
    padding: 5px 8px;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    background: #fff;
}
.inp_txt:focus {
    border-color: #000;
    outline: none;
}
.error .inp_txt {
    border-color: #e23417;
}
.error_txt {
    display: none;
    font-size: 14px;
    color: #e23417;
    margin: 8px 0 0;
}
.error .error_txt {
    display: block;
}

input[type="password"] {
    font-family: Arial, sans-serif;
}
.inp_textarea {
    width: 762px;
    height: 47px;
    vertical-align: top;
    border: 1px solid #b3b9bd;
    padding: 8px;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    background: #fff;
    resize: none;
}
.inp_textarea:focus {
    border-color: #000;
    outline: none;
}
.inp_textarea.big {
    height: 117px;
}
.error .inp_textarea {
    border-color: #e23417;
}
/*checkbox styles*/
.inp_checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    min-height: 19px;
}
.inp_checkbox input {
    position: absolute;
    left: -99999px;
}
.inp_checkbox:before {
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin: 0 7px -4px 0;
    background: url('../img/sprite.png') no-repeat 0 -116px;
    background-repeat: no-repeat;
}
.inp_checkbox.checked:before {
    background: url('../img/sprite.png') no-repeat 0 -145px;
}
.inp_checkbox.disabled {
    color: #afb6b8;
}
.inp_checkbox.disabled.checked:before {
    background: url('../img/sprite.png') no-repeat -28px -145px;
}
/*end checkbox styles*/

#notShowOnMain {
    margin-bottom: 35px;
}

#notShowOnMain .field_title {
    padding-top: 0;
}

.form_field {
    margin-bottom: 20px;
}
.form_field .field_title {
    width: 160px;
    color: #6f7b7e;
    float: left;
    line-height: normal;
    padding-top: 8px;
}
.form_field .field_title .neccessary {
    color: #2775aa;
}
.inp_txt.x_small {
    width: 90px;
}
.inp_txt.small {
    width: 202px;
}
.inp_txt.medium {
    width: 362px;
}
.inp_txt.large {
   /* width: 602px;*/
    width: 762px;
}

.form_field .inp_checkbox {
    margin-top: 5px;
}

/*==============end common styles===========*/

.fix_nav {
    position:fixed;
    left:5px;
    top:10px;
    z-index:10000;
    font-size: 14px;
}
.fix_nav a {
    color: #000;
}
.fix_nav a:hover {
   text-decoration: underline;
}

.header_wrapper {
    position: relative;
    z-index: 600;
    width: 100%;
}
.main_wrapper {
    width: 100%;
    min-height: 100%;
    margin-bottom: -102px;
    position: relative;
}
.foot_push {
    height: 102px;
}

.main_content {
    -webkit-box-shadow: 0 -10px 15px -4px #e5e5e5;
    box-shadow: 0 -10px 15px -4px #e5e5e5;
}
.no-boxshadow .main_content {
    border-top: 1px solid #b3b9bd;
}
.main_content.main_page {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*footer styles*/
.main_footer {
    height: 102px;
    background: #f1f5f6;
    font-size: 14px;
    color: #6f7b7e;
    line-height: 102px;
    vertical-align: middle;
    position: relative;
}
.main_footer .copyriht {
    float: left;
}
.main_footer .footer_links {
    text-align: center;
    line-height: 102px;
    vertical-align: middle;
    margin: 0 170px;
}
.main_footer .footer_links a {
    color: #6f7b7e;
    font-size: 14px;
    margin: 0 13px;
}
.main_footer a:hover {
    color: #2775aa;
}
.footer_social {
    float: right;
    line-height: 102px;
}
.footer_social  .social_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    line-height: normal;
    vertical-align: middle;
    border-radius: 2px;
}
.social_icon.vk {
    background: #52759c url('../img/sprite.png') no-repeat -31px 7px;
}
.social_icon.vk:hover {
    background-color: #6e90b7;
}
.social_icon.face {
    background: #3460a1 url('../img/sprite.png') no-repeat -32px -26px;
}
.social_icon.face:hover {
    background-color: #4a79bd;
}
.social_icon.twitter {
    background: #57afe6 url('../img/sprite.png') no-repeat -28px -62px;
}
.social_icon.twitter:hover {
    background-color: #6cbdf0;
}
.social_icon.yt {
    background: url('../img/yt.png');
}
.social_icon.yt:hover {
  opacity:0.9;
}
.social_icon.ig {
    background: url('../img/ig.png');
}
.social_icon.ig:hover {
    opacity:0.9;
}
/*footer styles end*/



/*header styles*/
.main_menu_block {
    height: 46px;
}
.main_menu {
    list-style: none;
    margin: 8px -10px 0 0;
    padding: 0;
}
.main_menu .menu_item {
    color: #2775aa;
    font-size: 15px;
    float: left;
    margin-left: 61px;
    position: relative;
    height: 17px;
}
.main_menu li:first-child .menu_item {
    margin-left: 0;
}
.main_menu .menu_item.active {
    color: #000;
}

.main_menu .menu_item.active:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.cart {
    float: right;
    margin-left: 30px;
    height: 20px;
    padding-left: 17px;
    background: url('../img/sprite.png') no-repeat 0 -1160px;
    line-height: 22px;
    vertical-align: middle;
    margin-top: 54px;
}
.cart span {
    margin-left: 8px;
}
.cart:hover {
    background: url('../img/sprite.png') no-repeat 0 -1189px;
}
.login {
    width: 13px;
    float: right;
    height: 17px;
    margin: 54px 1px 0 48px;
    position: relative;
}
.login_icon {
    display: block;
    width: 13px;
    cursor: pointer;
    height: 17px;
    background: url('../img/sprite.png') no-repeat 0 -804px;
}
.login_icon:hover ,
.login_icon.opened {
    background: url('../img/sprite.png') no-repeat 0 -833px;
}

.login_popup {
    display: none;
    z-index: 3000;
    position: absolute;
    right: -30px;
    top: 30px;
    padding: 34px 30px 15px;
    z-index: 9000;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px rgba(1, 1, 1, .3);
    box-shadow: 0 3px 20px rgba(1, 1, 1, .3);
}
.no-boxshadow .login_popup {
    border: 1px solid #b3b9bd;
}
.no-boxshadow .login_popup:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    right: 17px;
    width: 21px;
    height: 12px;
    background: url(../img/arrow.png) no-repeat;
}
.login_popup:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}


.login.logged {
    width: 14px;
    float: right;
    height: 17px;
    margin: 55px 1px 0 30px;
    position: relative;
    background: url('../img/sprite.png') no-repeat 0 -746px;
}
.login.logged:hover {
    background: url('../img/sprite.png') no-repeat 0 -775px;
}


.top_header {
    min-height: 110px;
    background: #fff;
}

.logo {
    display: inline-block;
    margin: 35px 0 0 20px;
}

.search {
    float: right;
    margin-top: 47px;
    width: 550px;
    position: relative;
    margin-bottom: 14px;
    z-index: 8000;
}
.search .submit {
    position: absolute;
    right: 8px;
    bottom: 7px;
    width: 16px;
    height: 16px;
    background: url('../img/sprite.png') no-repeat 0 -1021px;
    border: none;
    padding: 0;
    z-index: 2000;
}
.search .submit:hover {
    background: url('../img/sprite.png') no-repeat 0 -1047px;
}
/*header styles end*/






.banner_slider {
    width: 620px;
    height: 313px;
}
.banner_slider .slider {
    width: 620px;
    height: 313px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 5;
}
.ios {
    position: relative;
}
.ios .arrow {
    position: absolute;
    top: 139px;
    height: 28px;
    width: 28px;
    background: #2775aa;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 10;
}
.ios .arrow:hover {
    background-color: #003b67;
}
.ios .arrow.next {
    right: 0;
    border-radius: 2px 0 0 2px;
    background-image: url('../img/sprite.png');
    background-position: -30px -1268px;
}
.ios .arrow.prev {
    left: 0;
    border-radius: 0 2px 2px 0;
    background-image: url('../img/sprite.png');
    background-position: 9px -1268px;
}
.ios .goTo_wrapper {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 13px;
    text-align: center;
}
.ios .goTo {
    display: inline-block;
    position: relative;
    z-index: 15;
}
.ios .goTo_item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2775aa;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
}
.ios .goTo_item:hover {
    background: #003b67;
}
.ios .goTo_item.selected {
    border: 1px solid #000;
    width: 8px;
    height: 8px;
    background: #fff;
}
.photo_link {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}
.photo_link img {
    position: absolute;
    top: 0;
    left: 0;
}
.photo_link .info {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    display: none;
}
.photo_link:hover .info {
    display: block;
}
.no-rgba .photo_link .info {
    background: url(../img/ie_back.png);
}
.inside_info {
    display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -28px;
}
.inside_info .name {
    font-size: 20px;
    color: #fff;
}
.photo_link.big .inside_info {
    margin-top: -45px;
}
.photo_link.big .inside_info .name {
    font-size: 30px;
    margin-top: 9px;
}
.inside_info .file_amount {
    font-size: 14px;
    color: #fff;
    font-family: 'vw_text'; font-weight: bold;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: #003b67;
    border-radius: 2px;
    margin-bottom: 13px;
}

.banner_block .aside_block {
    float: right;
    width: 300px;
}
.banner_block .links_block {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    bottom: 0;
}
.banner_block .links_block li {
    margin-bottom: 5px;
}
.banner_block .links_block li a {
    position: relative;
    display: inline-block;
    height: 16px;
}
.banner_block .links_block li a:hover {
    text-decoration: underline;
}
.banner_block .links_block li a:after {
    content: '';
    width: 4px;
    height: 7px;
    background: url('../img/sprite.png') no-repeat 0 -936px;
    display: inline-block;
    margin-left: 5px;
}
.banner_block .links_block li a:hover:after {
    background: url('../img/sprite.png') no-repeat 0 -953px;
}


.view_switch {
    float: right;
    border: 1px solid #b3b9bd;
    border-radius: 2px;
    padding: 1px;
}
.switch_link {
    float: left;
    width: 35px;
    height: 26px;
    border-radius: 2px;
    position: relative;
}
.switch_link:before {
    content: "";
    background-image: url('../img/sprite.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
}
.switch_link.list:before {
    margin-left: -8px;
    margin-top: -5px;
    width: 16px;
    height: 10px;
    background-position: 0 -886px;
}
.switch_link.blocks {
    margin-left: 3px;
}
.switch_link.blocks:before {
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-position: -36px -886px;
}
.switch_link.active {
    background-color: #2775aa;
}
.switch_link.list:hover:before {
    background-position: 0 -903px;
}
.switch_link.blocks:hover:before {
    background-position: -36px -903px;
}
.switch_link.list.active:before {
    background-position: 0 -919px;
}
.switch_link.blocks.active:before {
    background-position: -36px -919px;
}

.news_block .inside_wrapper{
    position: relative;
    padding-top: 8px;
}
.news_block .view_switch {
    margin-top: 35px;
}

.inside_wrapper .container_12 {
    margin: 0 -10px;
}
.news_item {
    padding-bottom: 19px;
    margin-bottom: 38px;
    border-bottom: 1px solid #b3b9bd;
}

.news_item:last-child {
    border-bottom: none;
}
.without_line .news_item:last-child {
    border-bottom: 1px solid #b3b9bd;
}

.news_img {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.news_img.no_img {
    margin-bottom: 0;
}
.news_info .date {
    font-size: 12px;
    color: #6f7b7e;
    margin: 0 0 13px;
}
.news_info .title {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}
.news_info .title:hover {
    color: #000;
}
.news_info .txt {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 12px 0 19px;
}
.news_info .more {
    text-decoration: none;
    position: relative;
    display: inline-block;
    height: 16px;
}
.news_info .more:after {
    content: '';
    width: 4px;
    height: 7px;
    background: url('../img/sprite.png') no-repeat 0 -936px;
    display: inline-block;
    margin-left: 5px;
}
.no-rgba .news_info .more:after {
    top: 7px
}
.news_info .more:hover {
    text-decoration: underline;
}
.news_info .more:hover:after {
    background: url('../img/sprite.png') no-repeat 0 -953px;
}

.show_all {
    text-align: center;
    margin: 2px 0 41px;
}
.main_wrapper .show_all_btn {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
}

/*list view of news*/
.container_12.list_view {
    margin: 0;
    width: 940px;
}

.list_view .news_item {
    border-bottom: none;
    overflow: hidden;
    margin-bottom: 34px;
}
.list_view .grid_4 {
    width: 100%;
    float: none;
    margin: 0;
    display: block;
}
.list_view .news_img {
    width: 140px;
    float: left;
}
.list_view .news_img img {
    width: 100%;
}
.list_view .news_info {
    margin-left: 160px;
}
.list_view .news_img.no_img {
    width: 140px;
    height: 94px;
    background: url(../img/no_img.png) no-repeat;
}
.list_view .news_info .txt {
    margin: 18px 0 19px;
}

.login_form_wrapper {
    padding: 15px 19px 5px;
    width: 260px;
    border: 1px solid #d5dddf;
    margin-bottom: 15px;
}

.login_form_wrapper .title {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 0 0 17px;
}

.login_form .form_field {
    margin-bottom: 20px;
}
.login_form .inp_txt  {
    width: 242px;
    font-family: Arial, sans-serif;
}

.login_form .inp_submit {
    float: left;
    margin-right: 20px;
}
.login_form .error_txt {
    margin: -13px 0 17px 0 !important;
}

.forgot_pass {
    color: #2274ac;
    display: inline-block;
    text-decoration: underline;
}
.main_wrapper .forgot_pass:hover {
    color: #003b67;
}
.login_form a:hover {
    color: #003b67;
}
.registration_link {
    color: #2274ac;
    text-decoration: underline;
    display: inline-block;
    margin-left: 25px;
}

.logged_block {
    border-bottom: 1px solid #b3b9bd;
    margin-bottom: 15px;
}
.logged_block .title {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: normal;
}
.logged_block .txt {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
}

.logged_links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.logged_links a {
    display: inline-block;
    padding-left: 25px;
    margin: 3px 0 17px;
    height: 20px;
    line-height: 18px;
    position: relative;
}
.logged_links a:before {
    content: "";
    background-image: url('../img/sprite.png');
    background-repeat: no-repeat;
    position: absolute;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
}
.logged_links a.cart_link:before {
    background-position: 0 -1160px;
}
.logged_links a.cart_link:hover:before {
    background-position: 0 -1189px;
}
.logged_links a.profile_link:before {
    background-position: 0 -746px;
}
.logged_links a.profile_link:hover:before {
    background-position: 0 -775px;
}
.logged_links a.logout_link:before {
    background-position: -30px -716px;
}
.logged_links a.logout_link:hover:before {
    background-position: -30px -741px;
}






/*tabs styles*/
.tabs {
    border-bottom: 1px solid #b3b9bd;
}
.content_filtr .tabs {
    padding-top: 20px;
}
.tabs_item {
    float: left;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    padding: 0 15px;
    font-family: 'vw_text'; font-weight: bold;
    vertical-align: middle;
    color: #6f7b7e;
    margin-right: 5px;
    margin-bottom: -1px;
    position: relative;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    border: 1px solid transparent;
}
.tabs_item:first-child {
    margin-left: 0;
}
.main_wrapper .tabs_item:hover {
    color: #2775aa;
    background: #eef4f6;
    border-color: #eef4f6;
    border-bottom: 1px solid #b3b9bd;
}
.main_wrapper .tabs_item.active  {
    background: #fff;
    color: #000;
    border-color: #b3b9bd;
    border-bottom: 1px solid #fff;
}
.main_wrapper .tabs_item .amount {
    color: #005c8c;
    font-size: 10px;
    margin-left: 4px;
}
.tabs_item:hover .amount {
    color: #2775aa;
}
.tabs_item.active .amount {
    color: #000;
}
.tabs_item .tab_icon {
    margin-right: 7px;
}
.close {
    cursor: pointer;
    width: 16px;
    height: 15px;
    background: url('../img/sprite.png') no-repeat 0 -174px;
    position: absolute;
    right: 31px;
    top: 36px;
}
.close:hover {
    background: url('../img/sprite.png') no-repeat 0 -199px;
}


/*big menu filtr styles*/
.tabs_filtr {
    padding: 27px 0 30px;
}
.variants {
    border-bottom: 1px solid #b3b9bd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.variants .title {
    color: #7f7f7f;
    font-family: 'vw_head';
	font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px 8px;
}
.variants .col {
    width: 220px;
    margin-left: 20px;
    float: left;
}
.variants .col:first-child {
    margin-left: 0;
}
.variants_list {
    max-height: 255px;
    overflow: hidden;
}
.variants_label {
    display: block;
    width: 200px;
    min-height: 42px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.variants_label input {
    position: absolute;
    left: -100px;
}
.variants_item {
    display: inline-block;
    padding: 8px 35px 8px 8px;
    width: 157px;
    border-radius: 2px;
    font-family: 'vw_text'; font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
    position: relative;
}

.variants_item:hover,
.variants_label.checked .variants_item {
    background: #e3ebec;
}

.variants_label .amount {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #005c8c;
    font-size: 10px;
    padding: 0 5px;
    min-width: 10px;
}

.variants_label.disabled .variants_item {
    color: #afb6b8;
}

.variants_label.disabled .variants_item:hover {
    background: none;
}
.variants_label.disabled .amount{
    color: #afb6b8;
}
.variants_label.checked .amount {
    display: none;
}
.variants_label.checked:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background: url('../img/sprite.png') no-repeat 0 -224px;
    z-index: 10;
}
.variants_label.checked:hover:before {
    background: url('../img/sprite.png') no-repeat 0 -244px;
}
.variants_label.archive {
    display: none;
}
.variants_label.archive.show {
    display: block;
}
.variants_label.archive .amount {
    background: #000;
    color: #fff;
    border-color: #000;
    height: 14px;
    line-height: 14px;
    min-width: 8px;
}
.variants_label.archive.disabled .amount {
    background: #c4cdcf;
     border-color: #c4cdcf;
}

.show_archive_variants {
    float: left;
    clear: both;
    margin-top: 5px;
}
.variants_label.disabled {
    /*display: none;*/
}
.variants_label.archive.checked {
    display: block!important;
}




.tabs_filtr .dates {
    position: relative;
    margin-left: -36px;
}
.tabs_filtr .dates .line {
    width: 415px;
    height: 2px;
    background: #e3ebec;
    position: absolute;
    left: 43px;
    top: 18px;
    margin-left: 26px;
}
.dates_radio {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 104px;
    margin-left: 26px;
    text-align: center;
    vertical-align: top;
    margin-top: 6px;
}
/*.dates_radio.checked {*/
    /*margin-top: 0;*/
/*}*/
.dates_radio input {
    position: absolute;
    left: -100px;
}
.dates_radio:before {
    content: "";
    display: inline-block;
    height: 26px;
    width: 26px;
    margin: 0;
    margin-bottom: 6px;
    background: url('../img/sprite.png') no-repeat 0 -264px;
    background-repeat: no-repeat;
}
.dates_radio:hover:before,
.dates_radio.checked:before {
    background: url('../img/sprite.png') no-repeat 0 -358px;
}
/*.dates_radio.checked:before {*/
    /*width: 32px;*/
    /*height: 48px;*/
    /*margin-bottom: -10px;*/
    /*background: url('../img/sprite.png') no-repeat 0 -299px;*/
/*}*/
.dates_radio span {
    display: block;
    clear: both;
    color: #959d9f;
    font-family: 'vw_text'; font-weight: bold;
    font-size: 14px;
}
.dates_radio:hover span,
.dates_radio.checked span{
    color: #2775aa;
}
/*.dates_radio.checked span {*/
    /*color: #000;*/
/*}*/

.tabs_filtr .filtr_show_all {
    position: absolute;
    right: 0;
    top: 9px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    width: 208px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-family: 'vw_text'; font-weight: bold;
}
/*end big menu filtr styles*/




/*===========CATALOGUE PAGE============*/
.content_filtr {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px #b3b9bd;
    box-shadow: 0 1px #b3b9bd2;
}
.no-boxshadow .content_filtr {
    border-bottom: 1px solid #b3b9bd;
}
.catalogue_header {
    padding-top: 16px;
}
.catalogue_header .inside_wrapper {
    position: relative;
}


.catalogue_inside_filtr {
    padding: 34px 0 30px;
}
.catalogue_inside_filtr .view_switch {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    margin-left: 20px;
}

/*color checkbox styles*/
.color_label {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    border: 2px solid transparent;
    text-align: center;
    float: left;
    margin-left: 9px;
}
.color_label:hover {
    border-color: #003b67;
}
.color_label input {
    position: absolute;
    left: -100px;
}
.color_label .color {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 2px;
}
.color_label.checked  {
    border-color: #000;
}
.color_label .no_color {
    width: 14px;
    height: 14px;
    border: 1px solid #abb5b7;
    background: url(../img/no_color.png) no-repeat center;
}
.color_label .white {
    width: 14px;
    height: 14px;
    border: 1px solid #abb5b7;
    background-color: #fff;
}
.color_label .red {
    background-color: #e23417;
}
.color_label .orange {
    background-color: #ff6e03;
}
.color_label .yellow {
    background-color: #f8c513;
}
.color_label .green {
    background-color: #26a000;
}
.color_label .lightblue {
    background-color: #00b1eb;
}
.color_label .blue {
    background-color: #00b1eb;
}
.color_label .darkblue {
    background-color: #0073cb;
}
.color_label .violet {
    background-color: #8a25c0;
}
.color_label .gray {
    background-color: #9fa2a0;
}
.color_label .black {
    background-color: #000000;
}
.color_label .brown {
    background-color: #6b4c3f;
}
/*end color checkbox styles*/

.color_sort {
    float: left;
    padding-top: 5px;
}
.color_sort .title {
    float: left;
    font-size: 15px;
    font-family: 'vw_text'; font-weight: bold;
}
.date_sort {
    float: left;
    font-size: 15px;
    color: #000;
    font-family: 'vw_text'; font-weight: bold;
    margin-left: 40px;
    line-height: 30px;
    vertical-align: middle;
}

.page_set {
    margin-bottom: 30px;
    border-top: 1px solid #b3b9bd;
    padding-top: 30px;
}
.paginator {
    float: left;

}
.paginator a {
    float: left;
    color: #848b8d;
    font-family: 'vw_text'; font-weight: bold;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
}
.paginator a:hover {
    color: #003b67;
}
.paginator a.active {
    background: #dee6e8;
    color: #000;
}

.content_amount {
    float: right;

}
.content_amount .title {
    font-family: 'vw_text'; font-weight: bold;
    font-size: 15px;
}

.catalogue_items_wrapper {
    margin-top: 35px;
}
.catalogue_item {
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 38px;
    position: relative;
}
.catalogue_img {
    display: block;
    width: 218px;
    height: 138px;
    border: 1px solid #d5dddf;
    line-height: 135px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.catalogue_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.catalogue_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.catalogue_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    display: none;
}
.no-rgba .catalogue_img:before {
    background: url(../img/ie_back2.png) repeat;
}


.catalogue_format_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
}
.catalogue_format {
    padding-left: 30px;
    font-size: 12px;
    font-family: 'vw_head';
	font-weight: bold;
    position: relative;
    line-height: 23px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}
.catalogue_format:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
}
.catalogue_format.photo {
    color: #00ac35;
}
.catalogue_format.photo:before {
    background: url(../img/icon_photo.png) no-repeat;
}
.catalogue_format.video {
    color: #e23417;
}
.catalogue_format.video:before {
    background: url(../img/icon_video.png) no-repeat;
}
.catalogue_format.press_reliz, .catalogue_format.text {
    color: #285598;
}
.catalogue_format.press_reliz:before, .catalogue_format.text:before  {
    background: url(../img/icon_press_reliz.png) no-repeat;
}
.catalogue_format.press_kit {
    color: #d48c00;
}
.catalogue_format.press_kit:before {
    background: url(../img/icon_press_kit.png) no-repeat;
}
.catalogue_format.broshure {
    color: #8159b3;
}
.catalogue_format.broshure:before {
    background: url(../img/icon_broshure.png) no-repeat;
}
.catalogue_format_wrapper .archive {
    color: #fff;
    font-size: 12px;
    font-family: 'vw_text'; font-weight: bold;
    background: #000;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
}



.content_amount .chosen-container {
    width: 60px !important;
    margin-left: 6px;
}
.sort_select .chosen-container {
    width: 220px !important;
    margin-left: 10px;
}
.sort_select {
    float: right;
}

.sort_select .title {
    font-family: 'vw_text'; font-weight: bold;
    font-size: 15px;
}
.catalogue_info {
    height: 59px;
    overflow: hidden;
    border-bottom: 1px solid #d5dddf;
}

.catalogue_info .title {
    max-height: 43px;
    overflow: hidden;
    margin-top: 9px;
    line-height: 14px;
}
.catalogue_info .title a {
    font-family: 'vw_text'; font-weight: bold;
    color: #646464;
    font-size: 12px;
    word-wrap: break-word;
}

.catalogue_item .catalogue_icons_wrapper {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.catalogue_item .favorite {
    display: block;
    width: 18px;
    height: 18px;
    background: url('../img/sprite.png') no-repeat 0 -550px;
    float: right;
    margin-left: 10px;
    margin-top: -1px;
}

.catalogue_item .download {
    display: block;
    width: 20px;
    height: 17px;
    background: url('../img/sprite.png') no-repeat -28px -859px;
    float: right;
}

.download_link_wrapper {
    position: absolute;
    top: 43px;
    text-align: center;
    width: 100%;
    display: none;
}
.download_link {
    color: #2775aa;
    padding-top: 25px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 15px;
}
.download_link:hover {
    color: #003b67;
}
.download_link:before {
    content: "";
    width: 20px;
    height: 17px;
    background: url('../img/sprite.png') no-repeat -28px -804px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}
.download_link:hover:before {
    background: url('../img/sprite.png') no-repeat -28px -833px;
}
.download_link .download_title {
    font-size: 14px;
    display: block;
}

.download_link.unlogged:before {
    width: 13px;
    height: 17px;
    background: url('../img/sprite.png') no-repeat 0 -804px;
    margin-left: -6px;
}
.download_link.unlogged:hover:before {
    background: url('../img/sprite.png') no-repeat 0 -833px;
}

.download_link.preview:before {
    width: 20px;
    height: 17px;
    background: url('../img/sprite.png') no-repeat -28px -804px;
    margin-left: -10px;
}
.download_link.preview:hover:before {
    background: url('../img/sprite.png') no-repeat -28px -833px;
}

.download_link.big:before {
    width: 13px;
    height: 17px;
    background: url('../img/sprite.png') no-repeat 0 -804px;
    margin-left: -6px;
}
.download_link.big:hover:before {
     background: url('../img/sprite.png') no-repeat 0 -833px;
}

.download_link.big.logged:before {
    width: 20px;
    height: 17px;
    background: url('../img/sprite.png') no-repeat -28px -804px;
    margin-left: -10px;
}
.download_link.big.logged:hover:before {
    background: url('../img/sprite.png') no-repeat -28px -833px;
}


.catalogue_item:hover .download_link_wrapper {
    display: block;
}
.catalogue_item:hover .catalogue_info .title a {
    color: #000;
}
.catalogue_item:hover .catalogue_img:before {
    display: block;
}
.catalogue_item:hover .favorite {
    background: url('../img/sprite.png') no-repeat 0 -602px;
}
.catalogue_item .favorite:hover {
    background: url('../img/sprite.png') no-repeat 0 -628px;
}
.catalogue_item .favorite.active {
    background: url('../img/sprite.png') no-repeat 0 -576px;
}

.catalogue_item .favorite.active:hover {
    background: url('../img/sprite.png') no-repeat -30px -576px;
}

.catalogue_item:hover .download {
    background-position: -28px -775px;
}

.catalogue_item .catalogue_info .title a:hover {
    color: #2775aa;
}

.press_reliz_item .catalogue_img {
    display: none;
}
.press_reliz_item .catalogue_info {
    border: 1px solid #d5dddf;
    height: 190px;
    padding: 4px 8px;
    position: relative;
}
.reliz_date {
    font-size: 10px;
    color: #7f8789;
    line-height: 16px;
}

.reliz_title  {
    display: block;
    line-height: 16px;
    color: #646464;
    font-size: 12px;
    font-family: 'vw_head'; font-weight: bold;
    padding: 4px 0 6px;
    position: relative;
}
.press_reliz_item .catalogue_info:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.list_view .press_reliz_item .catalogue_info:after {
    display: none;
}

.reliz_txt {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #7f8789;
}
.press_reliz_item .more_txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 23px;
    background: #fff;
    font-size: 12px;
    padding-top: 10px;
}
.press_reliz_item .more_txt a {
    margin-left: 8px;
    position: relative;
}
.press_reliz_item .more_txt a:after {
    content: '';
    width: 4px;
    height: 7px;
    display: inline-block;
    margin-left: 5px;
    background: url('../img/sprite.png') no-repeat 0 -936px;
}
.press_reliz_item .more_txt a:hover:after {
    background: url('../img/sprite.png') no-repeat 0 -953px;
}

.press_reliz_item:hover .reliz_title,
.press_reliz_item:hover .reliz_txt {
    color: #000;
}
.press_reliz_item.without_hover {
    cursor: default;
}
.press_reliz_item.without_hover:hover .reliz_title {
    color: #646464;
}
.press_reliz_item.without_hover:hover .reliz_txt {
    color: #7f8789;
}

.next_page.theme_btn_light {
    padding: 0;
    height: 137px;
    line-height: 137px;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'vw_text'; font-weight: bold;
    text-align: center;
    width: 218px;
    border-color: #d5dddf;
}
.next_page .arrow {
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url('../img/sprite.png') no-repeat -41px -970px;
    margin-left: 15px;
}
.next_page:hover .arrow {
    background-position: -20px -970px;
}

/*list view of catalogue*/
.list_view .grid_3 {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    display: block;
}
.list_view .catalogue_item {
    padding: 0;
}
.list_view .catalogue_img {
    height: 86px;
    width: 137px;
    line-height: 82px;
    float: left;
}

.list_view .catalogue_format_wrapper {
    position: relative;
    float: left;
    margin-left: 22px;
    width: 80px;
    min-height: 30px;
}
.list_view .catalogue_format_wrapper .archive {
    margin-top: 10px;
}
.list_view .catalogue_info .title {
    margin-top: 6px;
}
.list_view .catalogue_info .title a {
    font-size: 14px;
}
.list_view .catalogue_info {
    height: auto;
    border-bottom: none;
    float: left;
    width: 635px;
}
.list_view .catalogue_item .favorite {
    position: relative;
    float: right;
    bottom: 0;
}
.list_view .catalogue_item .download {
    position: relative;
    float: right;
    bottom: 0;
    right: 0;
}

.list_view .catalogue_item .catalogue_icons_wrapper {
    position: relative;
    float: right;
    bottom: 0;
    margin-top: 6px;
}

.list_view .download_link_wrapper {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
}
.list_view .download_link {
    margin-left: 0;
    position: relative;
    left: auto;
    right: auto;
    float: left;
    margin-top: 15px;
    margin-right: 50px;
    text-align: left;
    padding-top: 0;
    padding-left: 30px;
}
.list_view .download_link.unlogged,
.list_view .download_link.big {
    padding-left: 23px;
}
.list_view .download_link.big.logged {
    padding-left: 30px;
}

.list_view .download_link:before {
    top: 5px;
    left: 0;
    margin: 0 !important;
}
.list_view .catalogue_item .catalogue_img:before {
    display: none;
}

.list_view .next_page {
    display: none;
}
.list_view .press_reliz_item .catalogue_img {
    display: block;
}
.list_view  .press_reliz_item .catalogue_info {
    border: none;
    padding: 0;
    height: auto;
}
.list_view .press_reliz_item .more_txt {
    background: none;
    position: relative;
}
.list_view .press_reliz_item .more_txt a {
    margin: 0;
}
.list_view .reliz_date {
    line-height: 18px;
}
.list_view .reliz_title {
    font-size: 14px;
    padding: 4px 0 8px;
}
.list_view .reliz_txt {
    line-height: 14px;
}
.list_view .catalogue_info .title {
    line-height: normal;
}

.tag_results {
    padding: 30px 0 25px;
    /*border-bottom: 1px solid #b3b9bd;*/
}
.tag_title {
    font-size: 16px;
    font-family: 'vw_text'; font-weight: bold;
    float: left;
    margin-top: 2px;
}
.tag_wrapper {
    margin-left: 85px;
}
.tag_item {
    float: left;
    font-size: 14px;
    padding: 0 27px 0 10px;
    margin: 0 0 5px 10px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    background: #000;
    border-radius: 2px;
    position: relative;
    max-width: 548px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.tag_item:hover {
    color: #fff;
}
.tag_delete {
    cursor: pointer;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tag_delete:before {
    content: '';
    width: 9px;
    height: 9px;
    background: url('../img/sprite.png') no-repeat 0 -1218px;
    position: absolute;
    top: 6px;
    right: 8px;
}
.tag_delete:hover:before {
    background: url('../img/sprite.png') no-repeat 0 -1237px;
}


.tabs_subtypes .tabs {
    padding: 30px 0 0;
}



.admin_edit {
    float: right;
}
.admin_edit a {
    float: left;
    margin-left: 11px;
}
.edit {
    width: 16px;
    height: 16px;
    background: url('../img/sprite.png') no-repeat 0 -472px;
}
.delete {
    display: block;
    width: 14px;
    height: 16px;
    background: url('../img/sprite.png') no-repeat 0 -394px;
}
.catalogue_item:hover .edit {
    background: url('../img/sprite.png') no-repeat 0 -498px;
}
.catalogue_item:hover .delete {
    background: url('../img/sprite.png') no-repeat 0 -420px;
}
.main_wrapper .edit:hover {
    background: url('../img/sprite.png') no-repeat 0 -524px;
}
.main_wrapper .delete:hover {
    background: url('../img/sprite.png') no-repeat 0 -446px;
}
.main_wrapper .download:hover {
    background-position: -28px -804px;
}


.list_view.admin .catalogue_info {
    width: 610px;
}

.last_files_title {
    margin-bottom: 28px;
    padding: 34px 0;
    border-bottom: 1px solid #b3b9bd;
}


.slider_wrapper {
    width: 615px;
    margin: -27px 20px 0;
}
.scale_wrap {
    width: 645px;
    overflow: hidden;
    margin: 0 -15px 6px;
}
.scale_item {
    color: #848b8d;
    font-size: 10px;
    font-family: 'vw_text'; font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    background: url(../img/bg_scale.png) 50% 100% no-repeat;
}
.scale_item.start {
    float: left;
}
.scale_item.end {
    float: right;
}

.slider_results_btn {
    float: right;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
}



/*============================= registration page =================================*/

.form_wrapper .title:first-child {
    margin-top: 0;
}

.has_account {
    margin-bottom: 15px;
    margin-top: -10px;
}
.has_account a{
    text-decoration: underline;
}
.form_wrapper {
    margin: 0 0 40px 0;
}
.form_wrapper .title {
    font-size: 18px;
    font-family: 'head'; font-weight: bold;
    margin: 24px 0;
    float: left;
    width: 100%;
}

.select_wrapper {
    display: inline-block;
    margin-right: 10px;
}
.select_wrapper.day .chosen-container {
    width: 70px !important;
}
.select_wrapper.month .chosen-container {
    width: 108px !important;
}

.select_wrapper.year .chosen-container {
    width: 80px !important;
}

.main_wrapper .chosen-container-single .chosen-single {
    color: #000;
}
.chosen-default>span {
    color: #6f7b7e;
}

.capcha {
    margin-left: 160px;
    border-radius: 2px;
    width: 299px;
    overflow: hidden;
    /*border: 1px solid #b3b9bd;*/
}

.form_field.submit,
.form_field.form_checkbox {
    margin-left: 160px;
    width: 620px;
}

.inp_checkbox.large_txt {
    margin-left: 28px;
    position: relative;
}
.inp_checkbox.large_txt:before {
    position: absolute;
    left: -28px;
}
.inp_checkbox a {
    text-decoration: underline;
}
.form_field.form_checkbox .inp_checkbox {
    margin-bottom: 15px;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.6);
}
.no-rgba .popup {
    background: url(../img/ie_back.png) repeat;
}
.popup_message {
    background: #fff;
    width: 626px;
    padding: 55px 77px 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -390px;
    text-align: center;
}
.popup_message h2 {
    margin-top: 0;
}
.popup_message .popup_message_scroll {
    height: 100%;
}
.popup_message_scroll .mCustomScrollBox {
    padding-right: 60px;
    margin-right: -60px;
}
.popup_message_scroll .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.popup_message .close {
    top: 20px;
    right: 20px;
}
.popup_message .main_title {
    margin: 0 0 15px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 30px;
}
.popup_message p {
    margin: 25px 0 0;
}



.form_wrapper .submit_btn {
    margin: 0 20px 10px 0;
}

.form_wrapper .error_txt {
    margin-left: 160px;
}

.error .chosen-container-single .chosen-single {
    border-color: #e23417;
}
.form_field.submit .error_txt {
    display: inline-block;
    margin: 0;
}



.password_restore {
    padding: 30px 0 0 0;
}
.password_restore .form_field .field_title {
    width: auto;
    margin-right: 20px;
}
.password_restore .form_field .inp_submit {
    margin-left: 17px;
}
.password_restore .error_txt {
    margin-left: 65px;
}


.lk .form_field.form_checkbox {
    margin-bottom: 7px;
}
.lk .form_wrapper {
    margin-bottom: 70px;
}

.lk_info {
    margin-top: 45px;
    max-width: 615px;
}
.lk_info .accent_txt {
    font-size: 18px;
    font-family: 'vw_text'; font-weight: bold;
    margin-bottom: 15px;
}
.lk_info .info_item {
    margin-bottom: 10px;
}

.outer_link {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 7px;
    background: url('../img/sprite.png') no-repeat 0 -724px;
}
.outer_link:hover {
    background: url('../img/sprite.png') no-repeat 0 -702px;
}

.edit_block {
    min-height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 45px 0;
    vertical-align: middle;
}
.edit_block .theme_btn {
    margin-right: 18px;
}
.edit_block .refuse_btn {
    margin-right: 18px;
}
.main_wrapper .send_btn {
    padding: 0 28px;
}

.contacts {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contacts_item {
    border-top: 1px solid #b3b9bd;
    padding-top: 34px;
    margin-bottom:  19px;
    overflow: hidden;
}
.contacts_item:first-child {
    border-top: none;
}
.contacts_img {
    float: left;
    width: 58px;
    height: 73px;
    border: 1px solid #cbd0d5;
    overflow: hidden;
}
.contacts_info {
    float: left;
    /*margin-left: 20px;**/
}
.contacts_info .name {
    font-size: 20px;
    margin-bottom: 6px;
}
.contacts_info .position {
    color: #333333;
    font-family: 'vw_text'; font-weight: bold;
    margin-bottom: 12px;
}
.contacts_info .connect {
    color: #333333;
    padding-left: 30px;
    position: relative;
    height: 20px;
    margin-bottom: 10px;
    line-height: 20px;
    vertical-align: middle;
}
.contacts_info .connect a {
    color: #333;
}
.contacts_info .connect a:hover {
    color: #2775aa;
}
.contacts_info .connect span {
    margin-right: 17px;
}
.contacts_info .phones:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url('../img/sprite.png') no-repeat 0 -992px;
    position: absolute;
    left: 0;
    top: 0;
}
.contacts_info .mail:before {
    content: "";
    width: 20px;
    height: 16px;
    background: url('../img/sprite.png') no-repeat 0 -862px;
    position: absolute;
    left: 0;
    top: 5px;
}
.contacts  {
    margin-bottom: 100px;
}
.contacts .main_title {
    margin-bottom: 0;
}
.mistake404 {
    width: 160px;
    height: 160px;
    background: url(../img/404.png) no-repeat left bottom;
    margin: 0 auto ;
    padding-top: 40px;
}


.announce {
    float: right;
    margin-left: 30px;
    height: 20px;
    margin-top: 54px;
    line-height: 22px;
    vertical-align: middle;
    position: relative;
}
.js_announce {
    cursor: pointer;
}
.announce_icon {
    background: url('../img/sprite.png') no-repeat 0 0px;
    height: 16px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.js_announce:hover .announce_icon,
.js_announce.opened .announce_icon {
    background: url('../img/sprite.png') no-repeat 0 -29px;
}
.js_announce span {
    color: #2274ac;
    margin-left: 8px;
    position: relative;
}
.js_announce:hover span,
.js_announce.opened span {
    color: #003b67;
}

.announce_popup {
    display: none;
    width: 280px;
    z-index: 3000;
    position: absolute;
    right: -30px;
    top: 30px;
    padding: 0 20px 0;
    z-index: 9000;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px rgba(1, 1, 1, .3);
    box-shadow: 0 3px 20px rgba(1, 1, 1, .3);
}
.no-boxshadow .announce_popup {
    border: 1px solid #b3b9bd;
}
.no-boxshadow .announce_popup:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    right: 17px;
    width: 21px;
    height: 12px;
    background: url(../img/arrow.png) no-repeat;
}
.announce_popup:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}


.announce_popup a {
    text-decoration: underline;
}

.announce_item {
    padding: 20px 0;
    border-top: 1px solid #b3b9bd;
}
.announce_item:first-child {
    border-top: none;
}
.announce_item.files_link {
    text-align: center;
    font-size: 24px;
    font-family: 'vw_text'; font-weight: bold;
}
.announce_item p {
    margin: 0 0 4px;
}

.logout {
    float: right;
    margin-left: 30px;
    font-size: 15px;
    width: 18px;
    height: 18px;
    line-height: 22px;
    vertical-align: middle;
    margin-top: 55px;
    background: url('../img/sprite.png') no-repeat -30px -716px;
}
.logout:hover {
    background-position: -30px -741px;
}




/*==============================cart page==================================*/

.cart_header {
    padding-bottom: 42px;
}
.cart_header .main_title {
    margin-bottom: 10px;
}
.rules_link {
    text-align: left;
}
.rules_link a {
    text-decoration: underline;
}


.files_operate {
    margin-top: 35px;
}
.files_operate .size {
    width: 305px;
    float: left;
}
.files_operate .files_btn {
    float: right;
    margin-left: 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: none;
    padding: 0 17px;
}
.files_operate .files_btn.theme_btn_light {
    height: 28px;
    line-height: 28px;
}

.size_scale {
    width: 298px;
    height: 6px;
    border: 1px solid #b3b9bd;
    border-radius: 2px;
    background: #fff;
    margin-top: 8px;
}
.scale_line {
    width: 0%;
    height: 100%;
    background: #2775aa;
    border-radius: 1px;
}


.chosen_files .scale_line {
    width: 32%;
}
.chosen_files .files_btn,
.error_files .files_btn {
    display: block;
}
.error_files .size_scale {
    background: #B8301A;
    border-color: #474747;
}
.error_files .scale_line {
    width: 200%;
    max-width: 450px;
    background: rgba(255, 31, 0, 0.48);
    height: 8px;
    position: relative;
    top: -1px;
    left: -1px;
}
.no-rgba .error_files .scale_line {
    background: url(../img/ie_scale.png) repeat;
}

.files_table {
    width: 100%;
    margin-bottom: 60px;
}
.files_table th {
    padding: 40px 0;
    border-top: 1px solid #b3b9bd;
    border-bottom: 1px solid #b3b9bd;
    font-family: 'vw_text'; font-weight: bold;
    font-size: 15px;
}
.files_table th,
.files_table td {
    padding-right: 25px;
    text-align: left;
}
.files_table td {
    padding: 16px 18px 17px 0;
    vertical-align: top;
}
.files_table .empty_row td {
    padding: 20px 0 0 0;
}
table .sort {
    color: #000;
    position: relative;
    display: inline-block;
    height: 16px;
}
table .sort:hover  {
    color: #2775aa;
}
table .sort:after {
    content: "";
    width: 8px;
    height: 5px;
    position: absolute;
    right: -13px;
}
table .sort.down:after {
    background: url('../img/sprite.png') no-repeat 0 -1073px;
    top: 6px;
}
table .sort.up:after {
    background: url('../img/sprite.png') no-repeat 0 -1118px;
    top: 8px;
}
table .sort.down.active:after {
    background: url('../img/sprite.png') no-repeat 0 -1088px;
}
table .sort.up.active:after {
     background: url('../img/sprite.png') no-repeat 0 -1132px;
}
table .sort.down:hover:after {
    background: url('../img/sprite.png') no-repeat 0 -1103px;
}
table .sort.up:hover:after {
    background: url('../img/sprite.png') no-repeat 0 -1146px;
}

.files_table .download_file {
    display: block;
    position: relative;
    width: 20px;
    height: 17px;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
}
.files_table .download_file:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 17px;
    background: url('../img/sprite.png') no-repeat -28px -775px;
    display: none;
}
.files_table .download_file:hover:before {
    background-position: -28px -804px;
}



.files_table .file_title {
    margin-top: 5px;
    max-width: 470px;
}
.files_table .file_title a{
    font-size: 14px;
    color: #646464;
}
.files_table .file_size {
    margin-top: 7px;
    font-size: 12px;
    color: #a6adaf;
    display: inline-block;
}

.files_table .delete {
    margin-top: 5px;
    margin-left: 24px;
}


.files_table tr:hover .download_file:before {
    display: block;
}
.files_table tr:hover .delete {
    background: url('../img/sprite.png') no-repeat 0 -420px;
}
.files_table tr .delete:hover {
    background: url('../img/sprite.png') no-repeat 0 -446px;
}
.files_table tr:hover .file_title a{
    color: #000;
}
.files_table tr .file_title a:hover{
    color: #2775aa;
}
.files_table tr:hover .file_size {
    color: #010101;
}

.files_table tr .file_size.error {
    color: #e23417;
    border-bottom: 1px solid #e23417;
}



/*============================detail page============================*/

.detail_content {
    padding: 40px 0 15px;
}
.detail_content .catalogue_img {
    float: left;
}
.detail_content .file_info {
    margin-left: 240px;
}
.file_info .catalogue_format {
    margin-bottom: 20px;
    display: block;
}
.file_info .img_download {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
}
.file_info .title {
    margin: 0 0 17px;
}
.file_info .size {
    display: inline-block;
    font-size: 18px;
    font-family: 'vw_text'; font-weight: bold;
    margin: 0 0 18px;
}
.file_info .btn_wrapper {
    margin-bottom: 27px;
    overflow: hidden;
}
.file_info .file_btn,
.reliz_info .file_btn {
    float: left;
    height: 49px;
    width: 220px;
    padding: 0;
    line-height: 49px;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 20px;
    font-family: 'vw_text'; font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.file_info .file_btn:first-child,
.reliz_info .file_btn:first-child {
    margin-left: 0;
}

.detail_title {
    float: left;
    width: 160px;
    font-size: 15px;
}
.detail_txt {
    margin-left: 160px;
    margin-bottom: 23px;
    font-size: 15px;
}
.detail_txt a {
    text-decoration: underline;
    display: inline-block;
}
.detail_txt.tags {
    color: #2274ac;
}
.detail_txt p {
    font-size: 14px;
    line-height: 20px;
}

.detail_content.preview .file_info {
    margin-left: 480px;
}
.detail_content.preview .preview_img {
    float: left;
    width: 460px;
}
.detail_content.preview .preview_img img {
    border: 1px solid #d5dddf;
    max-width: 458px;
}
.preview_img .img_download {
    margin-top: 10px;
    font-size: 15px;
}
.img_download a {
    text-decoration: underline;
}

.reliz_info {
    margin-bottom: 20px;
}
.reliz_info .btn_wrapper {
    border-top: 1px solid #b3b9bd;
    padding-top: 30px;
    clear: both;
}
.reliz_info .file_preview {
    width: 300px;
    float: left;
}
.reliz_info .reliz_img  {
    margin-bottom: 20px;
}
.reliz_info .reliz_img img {
    /*border: 1px solid #d5dddf;*/
    max-width: 300px;
}
.detail_reliz_txt {
    margin-left: 320px;
    margin-bottom: 35px;
}
.reliz_info .img_download {
    margin-bottom: 12px;
}
.reliz_info .print_link {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 30px;
}
.reliz_info .main_title {
    text-align: left;
    line-height: 34px;
    margin: 0 0 13px;
    padding: 0;
}
.reliz_info .date {
    color: #6f7b7e;
    font-size: 12px;
    margin-bottom: 23px;
}
.reliz_info .txt,
.reliz_info p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 0 20px;
}
.reliz_info .txt.bold,
.reliz_info p.bold {
    font-weight:bold;
}
.reliz_info .print {
    margin-bottom: 20px;
}

.detail_content.no_img .file_info {
    margin-left: 0;
}


.system_message {
    padding: 0 30px 0 30px;
    position: fixed;
    bottom: -100px;
    left: 0;
    color: #fff;
    font-size: 15px;
    line-height: 76px;
    height: 76px;
    z-index: 20000;
    background-position: 20px center;
    background-repeat: no-repeat;
    text-align: center;
}
.system_message.spinner_msg {
    padding: 0 20px 0 64px;
    text-align: left;
}
.system_message .txt {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
.system_message_example {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.system_message_example .col {
    width: 310px;
    float: left;
}
.system_message_example .system_message {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: 20px;
}

.system_message.success {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.system_message.notice {
    background-color: #D47800;
    background-color: rgba(212, 120, 0, 0.8);
}
.system_message.error {
    background-color: #E2381C;
    background-color: rgba(226, 56, 28, 0.8);
}


/*===============================request page===============================*/

.request_header {
    background: #e3ebec;
    border-bottom: 1px solid #b3b9bd;
    padding-bottom: 40px;
    margin-bottom: -10px;
}
.request_header .main_title {
    margin-bottom: 10px;
}
.header_link {
    margin-top: -10px;
    margin-bottom: 25px;
}
.header_link a {
    text-decoration: underline;
}

.edit_block .inp_textarea {
    margin-bottom: 20px;
}

.request_status {

    font-size: 20px;
    margin-right: 18px;
}
.request_status.refused {
    color: #e2381c;
}
.request_status.approved {
    color: #0db33c;
}

.request_list {
    padding: 4px 0 10px;
}
.request_list .page_set {
    padding-top: 40px;
}

.request_list_table {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 40px;
}
.request_list_table th {
    padding: 40px 20px 40px 0;
    border-top: 1px solid #b3b9bd;
    border-bottom: 1px solid #b3b9bd;
    font-family: 'vw_text'; font-weight: bold;
    font-size: 15px;
    text-align: left;
}
.request_list_table td {
    padding: 12px 20px 12px 0;
    vertical-align: top;
    color: #000;
    text-align: left;
}
.request_list_table .empty_row td {
    padding: 30px 0 0 0;
}
.request_list_table tr:hover td {
    color: #2775aa;
}
.request_list_table .status_new {
    color: #000;
}
.request_list_table .status_approved{
    color: #0db33c;
}
.request_list_table .status_refused{
    color: #e2381c;
}
.request_list_table .sort_wrapper {
    position: absolute;
    display: inline-block;
    margin-top: -5px;
}
.request_list_table .sort_wrapper .chosen-container{
    width: 108px!important;
    margin-left: 10px;
}

.request_list_table th.sort_th {
    white-space: nowrap;
}


.add_status {
    width: 140px;
    margin-right: -20px;
    margin-top: -7px;
    min-height: 30px;
}
.add_status .approve {
    width: 26px;
    height: 26px;
    border-radius: 2px;
    background: #2775aa;
    float: right;
     display: none;
     position: relative;
}
.add_status .approve:before {
    content: "";
    width: 12px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -6px;
    background: url('../img/sprite.png') no-repeat -36px -204px
}
.add_status .approve:hover {
    background: #003b67;
}
.add_status .refuse {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    float: right;
    margin-left: 20px;
    display: none;
    background: #fff;
    position: relative;
    border: 1px solid #b3b9bd;
}
.add_status .refuse:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
    background: url('../img/sprite.png') no-repeat -38px -224px
}
.add_status .refuse:hover {
    border-color: #7e8587;
}
.add_status .refuse:hover:before {
    background-position: -38px -243px;
}

.add_status .change_status {
    text-align: center;
    padding: 0;
    width: 140px;
    display: none;
}

.request_list_table tr:hover .add_status .approve,
.request_list_table tr:hover .add_status .refuse,
.request_list_table tr:hover .add_status .change_status
 {
    display: block;
}

.request_list_table .mail {
    word-wrap: break-word;
    word-break: break-all;
    width: 150px;
}

.request_link {
    position: relative;
}
.request_link a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 715px;
    height: 45px;
    z-index: 500;
}



/*.request_list_table td:first-child,*/
/*.request_list_table th:first-child*/
 /*{*/
    /*width: 60px;*/
    /*max-width: 60px;*/
    /*min-width: 60px;*/
/*}*/
/*.request_list_table td:nth-child(2),*/
/*.request_list_table th:nth-child(2) {*/
    /*width: 140px;*/
    /*max-width: 140px;*/
    /*min-width: 140px;*/
/*}*/
/*.request_list_table td:nth-child(3),*/
/*.request_list_table th:nth-child(3) {*/
    /*width: 140px;*/
    /*max-width: 140px;*/
    /*min-width: 140px;*/
/*}*/
/*.request_list_table td:nth-child(4),*/
/*.request_list_table th:nth-child(4) {*/
    /*width: 220px;*/
    /*max-width: 220px;*/
    /*min-width: 220px;*/
/*}*/
/*.request_list_table td:nth-child(5),*/
/*.request_list_table th:nth-child(5) {*/
    /*width: 60px;*/
    /*max-width: 60px;*/
    /*min-width: 60px;*/
/*}*/
/*.request_list_table td:nth-child(6),*/
/*.request_list_table th:nth-child(6) {*/
    /*width: 60px;*/
    /*max-width: 60px;*/
    /*min-width: 60px;*/
/*}*/



.file_upload select {
    width: 200px;
}
.file_upload .form_field.submit {
    margin-left: 0;
    padding-top: 30px;
    border-top: 1px solid #b6bcc0;
    width: auto;
}
.file_upload .form_field.submit .submit_btn {
    padding: 0 33px;
    float: left;
    margin-right: 15px;
}
.add_section {
    margin-left: 160px;
}


.select_section_wrapper {
    margin-left: 160px;
    /*width: 540px;*/
    width: 670px;
    position: relative;
}
.select_section_wrapper .inp_txt{
    /*width: 522px;*/
    width: 652px;
    padding-right: 28px;
    cursor: pointer;
    padding: 7px 8px 3px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.select_section_wrapper .inp_txt.focus {
    border-color: #000;
}

.select_section_wrapper .inp_txt:after  {
    content: "";
    background: url('../img/select_arrow.png') no-repeat 10px 8px #fff;
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.inp_textarea.medium {
    height: 82px;
}
.inp_textarea.large {
    height: 232px;
}

.form_field.dates {
    color: #6f7b7e;
}
.inp_date {
    position: relative;
    display: inline-block;
    margin: 0 12px 0 8px;
    margin-bottom: 10px;
}
.inp_date .inp_txt {
    width: 150px;
}
.calendar_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/sprite.png') no-repeat 0 -58px #fff;
    position: absolute;
    right: 6px;
    top: 7px;
    cursor: pointer;
}
.calendar_icon:hover {
     background: url('../img/sprite.png') no-repeat 0 -87px #fff;
}

.section_popup {
    display: none;
  position: absolute;
  top: 100%;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  max-height: 190px;
  padding: 5px 5px 5px 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 10px 5px 10px 12px;
  max-height: 203px;
}

.section_popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section_popup ul li {
    padding-left: 22px;
}
.section_popup ul li a {
    position: relative;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 7px;
    color: #000;
}
.section_popup ul li a:hover {
    color: #2274ac;
    cursor: pointer;
}
.section_popup ul li a:before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: -22px;
    background: url('../img/sprite.png') no-repeat 0 -654px;
}
.section_popup ul li a:hover:before {
    background: url('../img/sprite.png') no-repeat 0 -678px;
}

.section_delete {
    display: block;
    float: right;
    width: 16px;
    height: 15px;
    margin-right: 75px;
    margin-top: 8px;
    background: url('../img/sprite.png') no-repeat 0 -174px;
}
.section_delete:hover {
    background: url('../img/sprite.png') no-repeat 0 -199px;
}
.file_upload .color_sort {
    float: none;
    margin-bottom: 30px;
}

.submit_notice {
    font-family: 'vw_text'; font-weight: bold;
}

.files_upload_preview {
    border-top: 1px solid #b6bcc0;
    padding-top: 30px;
}
.files_preview_wrapper {
    margin: 0 -10px;
}
.file_preview_item {
    margin: 0 10px 30px;
    width: 140px;
    display: inline-block;
    vertical-align: top;
}
.file_preview_item .catalogue_img {
    width: 138px;
    height: 84px;
    background: #fff;
    line-height: 81px;
    margin-bottom: 10px;
}
.file_preview_item .file_title {
    color: #646464;
    font-size: 12px;
    line-height: normal;
    padding-bottom: 8px;
    word-wrap: break-word;
}
.file_preview_item .file_delete {
    margin-top: 10px;
}

.file_preview_item .theme_small_btn {
    padding: 0;
    width: 140px;
    text-align: center;
}
.catalogue_img .loading {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #2775aa;
    font-size: 12px;
    line-height: 86px;
    vertical-align: middle;
}
.catalogue_img .loading .icon {
    display: inline-block;
    margin-right: 5px;
    margin-left: -3px;
    line-height: normal;
    vertical-align: middle;
}
.file_preview_item.loading .file_title {
    color: #b0b7b9;
}
.file_upload .form_field.submit .theme_btn {
    margin-right: 30px;
}

#kdx_preloader {
    top: 0;
    left: 0;
    background: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
}
.spinner_wrapper {
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: 50%;
    margin-left: -37px;
}


.fileupload input {
    position: absolute;
    left: -99999px;
}

.nothing_found {
    font-size: 20px;
    margin: 40px 0 70px;
}

.txt_center {
    text-align: center;
}

.popup_confirm {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.6);
}
.no-rgba .popup_confirm {
    background: url(../img/ie_back.png) repeat;
}
.popup_confirm .popup_message {
    width: 350px;
    margin-left: -250px;
}
.popup_confirm .confirm_btns {
    margin: 35px 0 10px;
    text-align: center;
}

.popup_confirm .btn_confim {
    display: inline-block;
    width: 140px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 2px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
}


.confirm_btns .confirm {
    color: #fff;
    background: #2775aa;
    border: none;
}

.confirm_btns .confirm:hover {
    background: #003b67;
    color: #fff;
}

.confirm_btns .refuse {
    color: #2775aa;
    background: #fff;
    border: 1px solid #b3b9bd;
}
.confirm_btns .refuse:hover {
    background: #fff;
    color: #003b67;
     border: 1px solid #7e8587;
}


.files_upload_preview .delete {
    float: left;
}

.files_upload_preview .edit {
    margin-left: 15px;
    float: left;
    cursor: pointer;
}

.filtr_clear, .filtr_hide {
    float: right;
}
.main_wrapper  .filtr_clear {
    padding: 0 30px;
    margin-right: 30px;
    margin-top: 5px;
}
.main_wrapper  .filtr_hide {
    padding: 0 60px 0 30px;
    position: relative;
    margin-top: 5px;
}
.filtr_hide:after {
    content: "";
    width: 15px;
    height: 14px;
    background: url(../img/filtr_hide.png) no-repeat;
    position: absolute;
    top: 18px;
    right: 29px;
}


.main_wrapper .filtr_show {
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 0 60px 0 30px;
    display: none;
}
.filtr_show.visible {
    display: block;
}
.filtr_show:after {
    content: "";
    width: 15px;
    height: 14px;
    background: url(../img/filtr_show.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 30px;
}



/*custom scroll for filter*/
.variants .mCSB_scrollTools {
    width: 7px;
}
.variants .mCSB_scrollTools .mCSB_draggerRail {
    width: 7px;
    border-radius: 2px;
}
.variants .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
     border-radius: 20px;
}
.variants .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b5bfc1;
}

.col.models_check {
    float: right;
    height: 282px;
    overflow: hidden;
}

.model_col {
    max-height: 255px;
    overflow: hidden;
}

.model_col .inp_checkbox {
    line-height: 13px;
    min-height: 42px;
    display: block;
}
.model_col .inp_checkbox:first-child {
    margin-top: 13px;
}
.model_col .inp_checkbox:before {
    margin: 0;
    top: -4px;
}



.linked_docs {
    margin-bottom: 30px;
}
.linked_docs .linked_docs_title {
    font-size: 20px;
    padding: 0 0 27px;
    border-bottom: 1px solid #b3b9bd;
    margin-bottom: 30px;
}



.more_tag {
    width: 232px;
    float: left;
    margin-left: 10px;
    position: relative;
    z-index: 10;
}
.more_tag .ms-res-ctn {
    padding-top: 16px;
}
.more_tag .ms-sel-ctn {
    height: 20px;
    overflow: hidden;
}
.more_tag .ms-ctn .ms-sel-ctn input {
    line-height: 16px;
    height: 16px;
    padding: 2px 0 0 10px;
}

.more_tag .submit {
    position: absolute;
    right: 7px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: url('../img/plus_sprite.png') no-repeat left bottom;
    border: none;
    padding: 0;
    z-index: 2000;
}
.more_tag .submit:hover {
    background: url('../img/plus_sprite.png') no-repeat left top;
}
.more_tag .ms-ctn .ms-sel-item {
    background: none;
    margin: 0 0 0 10px;
    padding: 0;
    color: #000;
    height: 20px;
    line-height: 20px;
}
.more_tag .ms-res-ctn .ms-res-item span {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 188px;
}
.more_tag .ms-sel-ctn .ms-sel-item .ms-close-btn {
    display: none;
}

.more_tag .ms-ctn .ms-sel-item {
    max-width: 200px;
}

.more_tag  .ms-res-ctn {
    overflow: hidden;
}

.list_view.admin.unlogged .catalogue_info {
    width: 698px;
}
.list_view.unlogged .catalogue_info {
    width: 698px;
}


.photo_link  .edit {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../img/sprite.png') no-repeat 0 -1250px;
    right: 15px;
    bottom: 16px;
    display: none;
}
.photo_link:hover .edit {
    display: block;
}
.photo_link  .edit:hover {
    background: url('../img/sprite.png') no-repeat 0 -524px;
}


.form_field.left_offset {
    margin-left: 160px;
}

.fileupload_wrapper {
   padding-bottom: 20px;
   border-bottom: 1px solid #b6bcc0;
   margin-bottom: 20px;
}


.fileupload_info .file_title {
    margin-top: 20px;
    color: #646464;
    font-size: 12px;
    line-height: normal;
    word-wrap: break-word;
}
.fileupload_info .file_delete {
    margin-top: 10px;
}

.file_delete_wrapper {
    padding-bottom: 20px;
}



.disabled_banner {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .7);
    padding: 10px 20px 10px;
    z-index: 50;
}

.no-rgba .disabled_banner .info {
    background: url(../img/ie_back.png);
}


.title_block {
    padding-bottom: 20px;
    border-bottom: 1px solid #b8bec1;
    margin-bottom: 40px;
}

.mistake404_txt,
.mistake404_txt .info_message {
    text-align: center;
}





.content_menu_wrapper {
    height: 60px;
    width: 100%;
    background: #8ca2a5;
}

.main_page .content_menu_wrapper {
    margin-bottom: 20px;
}




.content_menu {
    list-style: none;
    margin: 0;
    padding: 19px 0 0;
}
.content_menu .menu_item {
    color: #fff;
    font-size: 15px;
    float: left;
    margin-right: 37px;
    position: relative;
}
.content_menu .menu_item.active,
.content_menu .menu_item:hover {
    color: #000;
}
.content_menu .menu_item.active:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}



/*breadcrumbs styles*/
.breads_wrapper {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #b3b9bd;
}
.breadcrumbs {
    padding: 0;
    margin: 0;
}
.breadcrumbs li {
    display: inline-block;
    position: relative;
    margin-right: 7px;
}
.breadcrumbs li:before {
    display: inline-block;
    margin-right: 10px;
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #848b8d;
}
.breadcrumbs li:first-child:before {
    display: none;
}
.breadcrumbs .bread_item {
    color: #848b8d;
    font-size: 13px;
}
.breadcrumbs .bread_item:hover  {
    color: #2775aa;
}
.add_material_link {
    float: right;
    font-size: 13px;
    color: #848b8d;
}
.add_material_link:hover {
    color: #2775aa!important;
}


.news_info .title:hover {
    color: #2775aa;
}
.no_request_text {
    padding: 12px 0;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}


/* by Sava // April, 2015 */
#editDocument .mce-tinymce.mce-container.mce-panel {
    min-width: 778px;
    margin-left: 160px;
}
.request_list_table .no_request_text,
.no_request_text {
    padding: 12px 0;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
