

/* Start:/bitrix/templates/fabulous_new/styles.css?15617053702*/


/* End */


/* Start:/bitrix/templates/fabulous_new/template_styles.css?165484670246063*/
html, body {
    height: 100%;
}

.text-center{
    text-align: center;
}
.clr{
    clear: both;
}
.noborder{
    border: 0 !Important;
}

.cont_w{
    overflow: hidden;
}
.cont_w.nooverflow{
    overflow: visible;
}
.container_w{
    float: left;
    display: block;    
}
.container_w .layout{
    display: block;
}

.maxwidth100{
    max-width: 100%;
}

.container_w2.width-1{
    width: 50%;
}
.container_w2.width-2{
    width: 100%;
}
.container_w2.width-1.pos-1.container_w .layout{
    padding: 0 15px 0 30px;
}
.container_w2.width-1.pos-2.container_w .layout{
    padding: 0 30px 0 15px;
}
.container_w2.width-2.pos-1.container_w .layout{
    padding: 0 30px;
}

.container_w4.width-1{
    width: 25%;
}
.container_w4.width-3{
    width: 75%;
}
.container_w4.width-4{
    width: 100%;
}
.container_w4.width-1.pos-1.container_w .layout{
    padding: 0 13px 0 30px;
}
.container_w4.width-1.pos-2.container_w .layout{
    padding: 0 15px 0 17px;
}
.container_w4.width-1.pos-3.container_w .layout{
    padding: 0 17px 0 15px;
}
.container_w4.width-1.pos-4.container_w .layout{
    padding: 0 30px 0 13px;
}
.container_w4.width-3.pos-2.container_w .layout{
    padding: 0 30px 0 17px;
}

.container_w5.width-1{
    width: 20%;
}
.container_w5.width-2{
    width: 40%;
}
.container_w5.width-3{
    width: 60%;
}
.container_w5.width-4{
    width: 80%;
}
.container_w5.width-1.pos-1.container_w .layout{
    padding: 0 6px 0 30px;
}
.container_w5.width-1.pos-2.container_w .layout{
    padding: 0 12px 0 24px;
}
.container_w5.width-1.pos-3.container_w .layout{
    padding: 0 18px 0 18px; 
}
.container_w5.width-1.pos-4.container_w .layout{
    padding: 0 24px 0 12px; 
}
.container_w5.width-1.pos-5.container_w .layout{
    padding: 0 30px 0 6px; 
}
.container_w5.width-2.pos-1.container_w .layout{
    padding: 0 12px 0 30px;
}
.container_w5.width-2.pos-3.container_w .layout{
    padding: 0 12px 0 30px;
}
.container_w5.width-4.pos-2.container_w .layout{
    padding: 0 30px 0 24px; 
}

#page-wrapper,
.footer{
    margin: 0 auto;    
}
#page-wrapper{
    background: #fff;
}
.header{
    background: #03345C;
    color: #fff;
}
.header-contacts{
    line-height: 150%;
    padding-top: 30px;
    position: relative;
}
.header-contacts strong{
    font-size: 18px;
    color: #fff !important;
}
.swiper-slide-descr{
    display: none;
}
.swiper-descripion{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    background: url('/bitrix/templates/fabulous_new/./images/trans.png') 0 0;
}
.swiper-descripion .spacer{
    padding: 30px;    
}
.swiper-descripion .spacer .swiper-descripion-cont{
    width: 100%;
    height: 340px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 135%;
    font-size: 28px;
}
.whitelink.bid{
    line-height: 30px;
}
.login-link {
    margin-left: 5px;
}

.main-menu{
    background: #0057B4;   
    position: relative;
    height: 68px;
}
.main-menu .main-menu-item{
    background: url('/bitrix/templates/fabulous_new/./images/vert-line.png') right center no-repeat;
}
.main-menu .main-menu-item .spacer{   
    width: 100%;    
}
.main-menu .main-menu-item.last-elem{
    background: none;
}
.main-menu .main-menu-item .spacer a,
.main-menu .main-menu-item .spacer span{
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 24px 0 24px 30px;   
    height: 20px;
}
.main-menu .main-menu-item .spacer span{
    color: #fff;
    font-weight: bold;
}
.main-menu .main-menu-item:hover{
    background: #057EC3 !important;
}
.main-menu .main-menu-item .spacer a:hover{

}
.main-menu .main-menu-item ul{
    display: none;
}
.main-menu .main-menu-item:hover ul{
    display: block;
    position: absolute;
    top: 68px;
    left: 0%;
    width: 100%;
    background: #057EC3;
    list-style: none;
    padding: 8px 8px 8px 13px;
    box-sizing: border-box;
    z-index: 19;
}
.main-menu.alternative .main-menu-item:hover ul{
    width: auto;
    background: #fff;
    border: 1px solid #999;
    min-width: 350px;
    box-shadow: 0 0 5px 0 #565656;
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    padding-top: 16px;
    padding-bottom: 16px;
}
.main-menu.alternative .main-menu-item ul{
    display: none;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 0.3; }
    60% { opacity: 0.5; }
    80% { opacity: 0.9; }
    100% { opacity: 1; }
}


@keyframes fadeIn {
    0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 0.3; }
    60% { opacity: 0.5; }
    80% { opacity: 0.9; }
    100% { opacity: 1; }
}

.main-menu.alternative .arr{
    border-bottom: 8px solid #ffffff;
    border-top: 0;
    bottom: auto;
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 34px;
    height: 0;
    width: 0;
    display: block;
    z-index: 299;
}
.main-menu.alternative .main-menu-item{
    position: relative;
}
.main-menu .main-menu-item:hover ul li{
    display: inline-block !important;
    padding: 12px 12px;
    display: block;
}
.main-menu.alternative .main-menu-item:hover ul li{
    display: block !important;
    padding: 8px 12px;
}
.main-menu.noalt .container_w5.pos-3 ul{
    text-align: center;
}
.main-menu.noalt .container_w5.pos-4 ul,
.main-menu.noalt .container_w5.pos-5 ul{
    text-align: right;
}
.main-menu.alternative .container_w5.pos-4 ul,
.main-menu.alternative .container_w5.pos-5 ul{
    right: 0;
    left: auto;
}
.main-menu.alternative .container_w5.pos-4 ul .arr,
.main-menu.alternative .container_w5.pos-5 ul .arr{
    left: auto;
    right: 50%;
}
.main-menu .main-menu-item .active-menu-elem,
.main-menu .main-menu-item a.root,
.bottom_menu .main-menu-item .active-menu-elem,
.bottom_menu .main-menu-item .active-menu-elem4{
    background: #fff;
    color: #057EC3;
    font-weight: bold;
    line-height: 1.3;
    padding: 3px 6px;
}
.main-menu.alternative .main-menu-item .active-menu-elem,
.main-menu.alternative .main-menu-item a.root{
    background: #057EC3;
    color: #fff;
    position: relative;
    left: -6px;
}
.main-menu .main-menu-item a.root{
    font-weight: bold;
}
.main-menu .main-menu-item a.root:hover{
    color: #057EC3 !important;
}
.main-menu .root-item-selected{
    font-weight: bold;
}
.news-item{
    line-height: 150%;
}
.news-item img{
    margin-right: 20px !Important;
}
.news-list .news-item{
    margin-bottom: 25px;
    overflow: hidden;
}
.news-item .news-detail-cont{
    padding-top: 24px;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #426785;
}
.news-list .news-date-time{
    color: #808080;
    font-size: 12px;
    display: block;
}
.news-list.gallery .news-item{
    padding-bottom: 40px;
    margin-bottom: 55px;
    border-bottom: 1px dotted #ccc;
}
.news-list.gallery .news-item .news-detail-images img{
    margin-top: 30px;
}
.news-list.gallery .news-item .news-detail-cont {
    padding-bottom: 0;
}
.news-detail.gallery .news-detail-images{
    margin-top: 30px;
}
.footer{
    background: #03345C;
    padding: 34px 0 24px;
    color: #fff;
}
.footer p{
    margin-bottom: 10px;
}
.push{
    height: 130px;
}
.footer {
    height: 80px;
}

html, body, #page-wrapper {height: 100%;min-height: 100%;}

#page-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -130px; /* ������������� �������� ������ footer'� */

}

body > #page-wrapper {height: auto; min-height: 100%; }

.main-block{
    padding: 30px 0;
    min-height: 300px;
}
.main-block.deeppage-block{
    padding-left: 6px;
}
.left-menu-cont{
    background: #03345C;
    padding-top: 30px !important;
    padding-bottom: 25px !important;
}
.white .left-menu-cont{
    background: #fff;
}
.left-menu-cont ul{
    list-style: none;
}
.left-menu-cont ul .active,
.left-menu-cont ul strong,
.left-menu-cont ul a.root,
.left-menu-cont ul a.root-item-selected,
.bottom_menu .main-menu-item .active-menu-elem,
.bottom_menu .main-menu-item .active-menu-elem4{
    padding: 4px 6px;
    background: #fff;
    color: #03345C;
    position: relative;
    left: -6px;
    display: block;
    margin-right: -6px;
    font-weight: bold;
    border: 0 !Important
}
.white .left-menu-cont ul .active,
.white .left-menu-cont ul strong,
.white .left-menu-cont ul a.root,
.white .left-menu-cont ul a.root-item-selected,
.white .bottom_menu .main-menu-item .active-menu-elem,
.white .bottom_menu .main-menu-item .active-menu-elem4{
    background: #03345C;
    color: #fff;
}
.left-menu-cont ul a.root-item-selected,
.left-menu-cont ul span.root-item-selected,
.left-menu-cont ul a.root-item{
    text-transform: uppercase;
}
.left-menu-cont ul a.root{
    border: 0 !important;
}
.left-menu-cont ul a.root:hover,
.left-menu-cont ul a.root-item-selected:hover{
    color: #03345C;
}
.white .left-menu-cont ul a.root:hover,
.white .left-menu-cont ul a.root-item-selected:hover{
    color: #fff;
}
.left-menu-cont ul li{
    padding: 0px 18px 18px 0;
}
.left-menu-cont ul li ul{
    padding: 18px 0 0 8px;
}
.left-menu-cont ul li ul li{
    padding-right: 8px;
}
.news-year-filter{
    padding: 4px 0 30px;
}
.news-year-filter a{
    margin-right: 20px;
    font-size: 15px;
}
.news-year-filter span.active{
    padding: 3px 6px;
    background: #03345C;
    color: #fff;
    margin-right: 20px;
}
.deep-news-item {
    margin-bottom: 36px !Important;
    overflow: visible !important;
}
.deep-news-item .news-date{
    font-size: 14px;
    color: #808080;
    padding-bottom: 6px;
}
.deep-news-item .news-title{
    font-size: 20px;    
}

.news-detail .news-date{
    color: #808080;
    font-size: 14px;
    margin-bottom: 12px;
}
div.news-detail img.detail_picture{
    margin-right: 20px !important;
}
.backtonews-cont{
    margin-top: 20px;
}
.backtonews{
    padding: 4px 6px;
    background: #03345C !Important;
    color: #fff !Important;    
}

.tenders-item{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #426785;
}
.tenders-item-title{
    padding-bottom: 22px !Important; 
}
.tenders-item-title a{
    font-size: 18px;    
}
.tenders-item-title .fastview{
    float: right;
    font-size: 11px;
    line-height: 150%;
}
.tenders-item-title-link{
    margin-right: 130px;
}
.tenders-descr-item{
    line-height: 150%;
}
.tenders-descr-item span{
    color: #666;
}
.bigtabs.tender-detail-filter{
    margin-bottom: 0;
    display: table;

}
.bigtabs.tender-detail-filter .tender-detail-filter-item.active,
.bigtabs.tender-detail-filter .tender-detail-filter-item.active span,
.bigtabs.tender-detail-tabs{
    background: #0057B4;
    border: 1px solid #0057B4 !important;
    color: #fff;
}
.bigtabs.tender-detail-tabs{
    padding: 15px;
}
.bigtabs.tender-detail-tabs ul > li:before {
    color: #fff;    
}
.bigtabs.tender-detail-tabs a{
    color: #fff !Important;
}
.tender-detail.dev-project .bigtabs.tender-detail-tabs a{
    color: #666 !Important;
}
.bigtabs .tender-detail-filter-item{   
    border: 0;
    cursor: default;    
    font-size: 12px;
    vertical-align: top;
    display: table-cell;
}
.bigtabs .tender-detail-filter-item.width2,
.bigtabs .tender-detail-filter-item.width3,
.bigtabs .tender-detail-filter-item.width4{
    width: 20%;
}
.bigtabs .tender-detail-filter-item.width5{
    width: 25%;
}
.bigtabs .tender-detail-filter-item.width6{
    width: 16%;
}
.bigtabs .tender-detail-filter-item.width7{
    width: 14%;
}
.bigtabs .tender-detail-filter-item.active{
    border: 1px solid #ccc;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #426785;
    border-top: 1px solid #426785;
    border-right: 1px solid #426785;
    background: #fff;
    position: relative;
    top: 1px;
}
.bigtabs .tender-detail-filter-item span{
    display: inline-block;
    padding: 6px 3px 6px 12px !important;
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff;
    line-height: 150%;
    font-weight: bold;
}

.tabs2.tender-detail-filter{    
    display: table;
    text-align: center; 
    margin-bottom: 28px;
    width: 100%;
}
.tabs2.tender-detail-filter .tender-detail-filter-item{
    width: 15.8%;
    display: table-cell;
    min-height: 38px;
    vertical-align: bottom;
}
.tabs2.tender-detail-filter .tender-detail-filter-item.width2{
    width: 50%;
}
.tabs2.tender-detail-filter .tender-detail-filter-item span{
    padding: 0 !important;   
}
.tabs2.tender-detail-filter .tender-detail-filter-item.active,
.tabs2.tender-detail-filter .tender-detail-filter-item.active span,
.tabs2.tender-detail-tabs{
    border: 0;
    color: #000;
    padding: 0;
}
.tabs2.tender-detail-filter .tender-detail-filter-item.active span{
    color: #03345C;
}
.tabs2.tender-detail-filter .tender-detail-filter-item{
    border-bottom: 5px solid #fff;    
    padding-bottom: 10px !important;  
    margin-bottom: 25px;
}
.tabs2.tender-detail-filter .tender-detail-filter-item.active{
    border-bottom: 5px solid #0057b4; 
}
.tender-detail-tabs2-title{
    display: none;
    margin-bottom: 12px;
    font-weight: bold;
}

.tender-detail.dev-project{
    margin-top: -30px;
}
.tender-detail.dev-project .bigtabs.tender-detail-filter .tender-detail-filter-item.active, 
.tender-detail.dev-project .bigtabs.tender-detail-filter .tender-detail-filter-item.active span,
.tender-detail.dev-project .bigtabs.tender-detail-tabs {
    background: none;
    color: #000;
}
.tender-detail.dev-project .bigtabs.tender-detail-filter .tender-detail-filter-item.active,
.tender-detail.dev-project .bigtabs.tender-detail-tabs {
    border: 0 !important;
}
.tender-detail.dev-project .bigtabs.tender-detail-tabs {
    border-top: 1px solid #426785 !important;
}
.tender-detail.dev-project .bigtabs.tender-detail-tabs ul > li:before{
    color: #000;
}
.tender-detail.dev-project .bigtabs.tender-detail-tabs ul.redd > li:before{
    color: red !Important;
}
.tender-detail.dev-project .tender-detail-filter-item.active span,
.tender-detail.dev-project .tender-detail-filter-item.active span:hover{
    padding: 6px 12px;
    border: 0;
    cursor: default;
    border: 1px solid #ccc !important;
    border-bottom: 2px solid #fff !important;
    border-left: 1px solid #426785 !important;
    border-top: 1px solid #426785 !important;
    border-right: 1px solid #426785 !important;
    background: #fff;
}
.tender-detail.dev-project .bigtabs.tender-detail-filter{
    display: block;
}
.tender-detail.dev-project .bigtabs.tender-detail-filter.displaycell{
    display: table;
    width: 100%;
}
.tender-detail.dev-project .bigtabs .tender-detail-filter-item{
    display: inline-block;
    font-size: 14px;
}
.tender-detail.dev-project table{
    line-height: 1.7em;
}
.tender-detail.dev-project table, .tender-detail.dev-project table tr, .tender-detail.dev-project table td{
    background: none !important;
    border: 0 !important;
}
.tender-detail.dev-project .tender-detail-filter-item{
    text-transform: uppercase;
    width: 50%;
    margin: 0;
}
.tender-detail.dev-project .tender-detail-filter-item.widthcell {
    width: auto;
    display: table-cell;
}
.tender-detail.dev-project .tender-detail-filter-item span{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.pager a,
.pager b{
    padding: 3px 10px;
    margin-right: 12px;
    font-size: 18px;
}
.pager b{
    background: #03345C;
    color: #fff;
}
.pager a{
    border: 0 !Important;
}

.paddingtop56{
    padding-top: 56px;
}
.file-object{
    padding: 0 0 20px 36px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/fabulous_new/./images/files/no-ico.png);
}
.file-object.xls-file,
.file-object.xlst-file{
    background-image: url(/bitrix/templates/fabulous_new/./images/files/xls-ico.png);
}
.file-object.pdf-file{
    background-image: url(/bitrix/templates/fabulous_new/./images/files/pdf-ico.png);
}
.file-object.doc-file,
.file-object.rtf-file,
.file-object.docx-file{
    background-image: url(/bitrix/templates/fabulous_new/./images/files/doc-ico.png);
}
.file-object.jpg-file,
.file-object.jpeg-file{
    background-image: url(/bitrix/templates/fabulous_new/./images/files/jpg-ico.png);
}
.file-object.png-file{
    background-image: url(/bitrix/templates/fabulous_new/./images/files/png-ico.png);
}
.file-object .file-cont-descr{ 
    color: #808080;
    display: block;
}

.news-detail-text{
    margin-bottom: 40px;
}

.news-detail-images a{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
    vertical-align: top;
}
.news-detail-images a span{
    display: block;
}
.news-detail-images{
    font-size: 12px;
}

.tender-detail-filter{
    margin-top: 30px;
    margin-bottom: 6px;    
}
.tender-detail-filter-item{
    display: inline-block;
    margin-right: 8px;
}
.tender-detail-tabs{
    border-top: 1px solid #426785;
    padding: 25px 0px;
}
.tender-detail-tab{
    display: none;
    min-height: 300px;
}

.tender-detail-tab.active{
    display: block;
}
.tender-detail-filter-item span{
    color: #666;
    cursor: pointer;
    padding: 6px 12px;    
}
.tender-detail-filter-item span:hover{
    color: #3da8ff;
}
.tender-detail-filter-item.active span{
    color: #03345C;
}
.tender-detail-filter-item.active span,
.tender-detail-filter-item.active span:hover{
    padding: 6px 12px; 
    border: 0;
    cursor: default;    
    border: 1px solid #ccc;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #426785;
    border-top: 1px solid #426785;
    border-right: 1px solid #426785;
    background: #fff;
}

.tender-detail-tab table{
    width: 100%;
    border: 1px solid #b4c3cf !important;
    border-collapse: collapse;
}
.tender-detail-tab table th{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.tender-detail-tab table tr:nth-child(2n + 1) {
    background: #edf1f4;
}
.tender-detail-tab table th,
.tender-detail-tab table td{
    padding: 15px 24px 15px 15px;
    border: 1px solid #b4c3cf !important;
}
.tender-detail-tab a{
    display: inline-block;
    vertical-align: top;
    min-height: 16px;
}
.tender-detail-tab a span{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url('/bitrix/templates/fabulous_new/./images/download-ico.png') 0 0 no-repeat;
    vertical-align: top;
}
.tender-detail-tab a:hover span{
    background-position: 0 -16px;
}
.partners-item{
    margin-bottom: 40px;
}

.gallery-item{
    margin-bottom: 40px;
}
.gallery-item .news-date + h3{
    margin-top: 0;
}
.gallery-item .news-date{
    color: #808080;
}
.contacts td{
    padding: 0 0 14px 0;
}
.contacts td:first-child{
    width: 260px;
}
.feed-form{
    background: #f7f7f8;
    padding: 25px 30px;
    width: 75%;
}
.feed-form .form-element input,
.feed-form .form-element textarea{
    width: 65%;
    margin-bottom: 24px;
    padding: 8px 10px;
    border: 1px solid #000;
    background: #fff;
}
.feed-form .form-element input:focus,
.feed-form .form-element textarea:focus{
    border: 1px solid #0057B4;
    outline: none;
}
.feed-form .orangebutton,
.formbutton,
.content-form input[type="submit"]{
    background: #03345C;
    color: #fff;
    padding: 8px 12px;
    border: 0;
    cursor: pointer;
    font-size: 13.3333px;
    font-family: 'Open Sans', Arial, sans-serif;
}
.choose.formbutton {
    display: inline-block;
    margin-top: 10px;
}
.formbutton:disabled {
    background: #e5e7ff !important;
    cursor: default !important;
    position: static !important;
}
.file-wrapper {
    margin-bottom: 30px;
}
.file-wrapper b {
    margin-bottom: 5px;
    display: inline-block;
}
.file-wrapper .file {
    margin-left: 35px;
    position: relative;
    margin-right: 15px;
}
.file-wrapper .file::before {
    content: "";
    background: url('/bitrix/templates/fabulous_new/./images/doc-icon.svg') center center no-repeat;
    background-size: contain;
    position: absolute;
    left: -22px;
    height: 20px;
    width: 20px;
}
.file-wrapper .file-status-wrapper {
    display: inline-block;
}
.vkladki {
    margin-top: 15px;
}
.vkladki-item {
    padding: 7px 20px;
    display: inline-block;
    background: #cfe2f0;
    color: #000 !important;
    border: none !important;
    text-decoration: none !important;
    cursor: default;
    font-size: 18px;
    line-height: 1.3;
}
.vkladki-item.disabled {
    color: #ccc !important;
}
.vkladki-item.active,
a.vkladki-item:hover {
    background: #4d92ba;
    color: #fff !important;
}
a.vkladki-item:hover {
    cursor: pointer;
}
.change-status-wrapper {
    margin: 10px 0;
}
.change-status-wrapper .change-status {
    display: inline-block;
}
.feed-form .orangebutton:hover,
.formbutton:hover,
.content-form input[type="submit"]:hover{
    background: #0057B4;
}
.feed-form .orangebutton:active,
.formbutton:active,
.content-form input[type="submit"]:active{
    position: relative;
    top: 2px;
}

.tenders-fastview{
    display: none;
}
.tenders-fastview.showed{
    display: block;
}
.tenders-fastview.showed .tenders-fastview-back{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 998;
    background: url('/bitrix/templates/fabulous_new/./images/bg.png') 0 0;
}
.tenders-fastview.showed .tenders-fastview-cont{
    display: block;
    position: fixed;
    width: 60%;
    height: 86%;
    top: 7%;
    left: 20%;
    z-index: 999;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;    
    overflow-y: scroll;
}
.tenders-fastview.showed .tenders-fastview-close{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 998;
    background: url('/bitrix/templates/fabulous_new/./images/close-ico.png') 0 0 no-repeat;    
}
.tenders-fastview.showed .tenders-fastview-close:hover{
    background-position: 0 -30px;
}
.tenders-fastview .tender-detail-filter-item#item2,
.tenders-fastview .tender-detail-filter-item#item3,
.tenders-fastview .tender-detail-filter-item#item4{
    display: none;
}
.partner-item{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #426785;
}
.partner-item a{
    margin-bottom: 12px;
}
.partner-item-descr{
    padding-top: 16px;
    padding-right: 24px;
}
.partner-details-text img{
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.news-detail + h2{
    margin-top: 0;
}
.bottom_menu,
.bottom_menu ul{
    list-style: none
}
.bottom_menu li{
    margin: 12px 0;
}
.bottom_menu .root-item,
.bottom_menu .root-item-selected{
    font-weight: bold;
    margin-bottom: 12px;
}
.search-cont{
    height: 38px;
    margin-left: -6px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
}
.search-cont .rounded-box{    
    height: 38px;
}
.search-cont .rounded-box input{
    border: 0;
    padding: 0 20px;
    line-height: 38px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    background: #426785;
    color: #fff;
}
.search-cont #search-button{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 38px;
    height: 38px;
}
.search-cont #search-button input{
    width: 38px;
    height: 38px;
    border: 0;
    cursor: pointer;
    background: url('/bitrix/templates/fabulous_new/./images/search.png') center center no-repeat;    
}
.search-cont #search-button input:hover{
    background: url('/bitrix/templates/fabulous_new/./images/search.png') center center no-repeat;
}

.bx-breadcrumb{
    margin-bottom: 0 !important;
}
.bx_breadcrumbs ul > li {
    text-indent: 0 !important;
    padding-left: 0 !important;
}
.bx_breadcrumbs ul > li:before{
    content: none !important;
}
.bx_breadcrumbs ul{
    position: relative;
    left: -6px;
    margin-bottom: 0 !important;
    margin-left: 0 !Important;
}
.bx_breadcrumbs ul li{
    display: inline-block;
    color: #ccc;
}
.bx_breadcrumbs ul li a{
    font-size: 13px;
    margin-left: 8px;
    margin-right: 6px;
}
.bx_breadcrumbs + h1{
    margin-top: 0 !important;
}
.uppercase{
    text-transform: uppercase !Important;
}
.news-list-maintitle{
    line-height: 150%;
    padding-bottom: 6px;
}
.galery-text{
    padding-top: 10px;
    padding-bottom: 30px;
}
.fabulous-filter{
    padding: 16px 30px;
    background: #e7e7e7;
    margin-bottom: 30px;
}
.fabulous-filter .dottedlink{
    color: #000;
    border-bottom: 1px dashed #999;
    cursor: pointer;
}
.fabulous-filter .dottedlink:hover{
    color: #69f;
    border-bottom: 1px dashed #b9d0ff;
}
.fabulous-filter-body{
    margin-top: 16px;
    display: none;
}
.fabulous-filter-body.showed{
    display: block;
}
.fabulous-filter-body-item{
    margin-bottom: 12px;
}
.fabulous-filter-body-item a{
    color: #000;
}
.fabulous-filter-body-item .active{
    font-weight: bold;  
    color: #000;
}
.bold{
    font-weight: bold;
}
/*������ ��� ������ �� �������� ������� �������� (������� ��� ���)*/

.aligncenter {
    text-align: center;
}
.tittd {
    background-color: #0481d5;
    color: #fff;
    text-align: center;
}
.tspan {
    width: 100%;
    height: 100%;
    top: 25px;
    border-top: 1px dashed #000;
    position: absolute;
}
.tspanR {
    border-bottom: 1px dashed #000;
    border-right: 1px dashed #000;
    right: 25px;
}
.tspanL {
    border-bottom: 1px dashed #000;
    border-left: 1px dashed #000;
    left: 25px;
}
.fsbold {
    font-weight: bold;
}
.posrel {
    position: relative;
}
.promtbl caption {
    padding-bottom: 10px;
}
.promtbl {
    margin-top: 20px;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}

.bluetable td {
    text-align: center;
    vertical-align: top;
    border: 1px solid #9cc2e5;
    padding-bottom: 10px;
}
.redtable td {
    text-align: center;
    vertical-align: top;
    border: 1px solid #ff9999;
    padding-bottom: 10px;
}
.bluetable {
    margin-right: 5%;
    color: #000;
    width: 46%;
}
.redtable {
    color: red;
    width: 46%;
}
.redtable table tr:nth-child(2n + 1) {
    background: #ffd5d5;
}
.bluetable table tr:nth-child(2n + 1) {
    background: #deeaf6;
}
.jstf {
    text-align: justify;
    vertical-align: top;
    width: 47%;
}
.redd {
    color: red !Important;
}
.fundbanner {
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
.table-funding{
    /*font-size: 16px;
    text-transform: uppercase;*/
    text-shadow: 1px 1px #ccc;
}
.table-funding img{
    width: 100%;
}
.table-funding .link-more{
    background-color: #03345C;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin: 1.2em 0 0 0;
    border: 0;
    text-shadow: none;
}
.table-funding .link-more:hover{
    border: 0;
    color: #fff;
    background-color: #0057b4;
}
.table-funding a.link-more:visited {
    border: 1px solid #000;
}
#page-wrapper a.link-more {
    display: inline-block;
    padding: 5px 15px;
    margin: 1.2em 0 0 0;
    border: 1px solid #03345c;
    text-shadow: none;
    color: #03345c;
    background-color: #fff;
}
#page-wrapper a.link-more:hover {
    background-color: #03345c;
    color: #fff;
}
#page-wrapper a.link-more:active {
    position: relative;
    top: 2px;
}
.photo-descr{
    color: #808080;
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}
.partners-slider{
    display: block;
    clear: both;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
}
.right-align{
    float: right;
    text-align: right;
}
.container_w4.width-1.pos-4.container_w .layout{
    padding: 0 30px;
}
.container_w4.width-1.pos-4.container_w .news-detail-images img{
    border: 0 none;
    width: 100%;
    max-height: 200px;
    max-width: 200px;
}
.swiper-container.partners-slider .image{
    margin: 0 auto;
    width: 100%;
}
.partners-slider{
    padding: 0;
}
.swiper-button-cont{
    position: relative;
}
.partners-slider.swiper-container,
.photo.swiper-container{
    margin: 60px 120px;
}
.swiper-button-cont .swiper-button-prev,
.swiper-button-cont .swiper-button-prev.swiper-button-disabled{
    margin-left: 50px;
}
.swiper-button-cont .swiper-button-next,
.swiper-button-cont .swiper-button-next.swiper-button-disabled{
    margin-right: 50px;
}
@media (min-width: 1400px){
    html{       
        background-size: cover !important;
        background-attachment: fixed;
    }
}
.grad-plash {
    clear: both;
    overflow: hidden;
    padding-left: 1%;
    padding-right: 1%;
    min-height: 160px;
}
.grad-plash .grad-row {
    display: table;
    width: 100%;
}
.br-div {
    height: 7px;
}
.grad-plash .space {
    display: table-cell;
    width: 1%;
}
.grad-block {
    width: 23%;
    background: rgb(0, 87, 180); /* ��� ������ �������� */
    background: linear-gradient(to right, rgb(0, 87, 180), #03345C);
    text-align: center;
    margin: 10px 0 0;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #aaa;
    box-sizing: border-box;
    color: #fff;
    min-height: 160px;
    height: 160px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    transition: 0.3s;
    cursor: default;
    padding-right: 5px;
    padding-left: 5px;
}
.grad-block:hover {
    background: #057EC3; /* ��� ������ �������� */
    background: linear-gradient(to right, #057EC3, rgb(0, 87, 180));
    box-shadow: 0px 0px 12px #333;
}
.grad-block.big {
    width: 48.64864864864865%;
    min-height: 255px !important;
    margin: 10px 0 0px;
    display: flex !important;
}

@media all and (max-width: 1110px) {
    .grad-block.big {
        min-height: 1px !important;
    }
}

@media all and (max-width: 767px) {
    .grad-block.big {
        width: 45%;
        margin: 30px 15px 0;
        display: flex !important;
    }
}

@media all and (max-width: 660px) {
    .grad-block.big {
        width: 100% !important;
        height: 160px !important;
        margin: 30px 0 0;
        display: flex !important;
    }
}

.grad-block.extra.big {
    width: 97%;
}
.grad-block .caption {
    font-size: 35px;
    line-height: 35px;
}
.grad-block > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 120%;
}
.test-page {}
/*.test-page .whole {
    color: #f00;
    margin-top: 30px;
}*/
.test-page .span-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #000;
    opacity: 0.35;*/
    opacity: 0.7;
    background: rgba(3,51,91,192);
    background: linear-gradient(to bottom, rgba(3,51,91,232), rgba(3,51,91,0), rgba(3,51,91,0));
    transition: 0.25s;
}
.test-page .test-block:hover .span-bg {
    /*background: rgb(0, 87, 180);
    background: linear-gradient(to right, rgb(0, 87, 180), #03345C);
    opacity: 0.75;*/
    /*opacity: 0.8;*/
    /*opacity: 0.9;*/
    background: linear-gradient(to bottom, rgba(3,51,91,232), rgba(3,51,91,132));
    transition: 0s;
}
.test-page .test-block {
    position: relative;
    height: 320px;
    width: 48%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    color: #fff;
    box-sizing: border-box;
    cursor: default;
    transition: 0.25s;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/fabulous_new/./images/test-bg.jpg);
    background-size: cover;
}
.test-page .test-block:nth-of-type(odd) {
    margin-right: 4%;
}
/*.test-page .test-block:nth-child(1) {
    background-image: url(/bitrix/templates/fabulous_new/./images/testbg1.jpg);
}
.test-page .test-block:nth-child(2) {
    background-image: url(/bitrix/templates/fabulous_new/./images/testbg2.jpg);
}
.test-page .test-block:nth-child(3) {
    background-image: url(/bitrix/templates/fabulous_new/./images/testbg3.jpg);
}
.test-page .test-block:nth-child(4) {
    background-image: url(/bitrix/templates/fabulous_new/./images/testbg4.jpg);
}
.test-page .test-block:nth-child(5) {
    background-image: url(/bitrix/templates/fabulous_new/./images/testbg5.jpg);
}
.test-page .test-block:nth-child(6) {
    background-image: url(/bitrix/templates/fabulous_new/./images/testbg6.jpg);
}*/
.test-page .test-block:hover {
    background-position: 55% top;
}
.test-page .test-block p {
    position: relative;
    line-height: 150%;
    font-size: 16px;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.test-page .test-block p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.test-page .test-block:hover p::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.test-page .test-block ul {
    position: relative;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.test-page .test-block:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.test-page .test-block ul > li:before {
    color: #fff;
}
.test-page .half:first-child:hover {
    padding-right: 5%;
    padding-left:5%;
    width: 100%;
    z-index: 2;
    background: #057EC3; /* ��� ������ �������� */
    background: linear-gradient(to right, #057EC3, rgb(0, 87, 180));
    color: #fff;
}
.test-page .half:last-child:hover {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    z-index: 2;
    background: #057EC3; /* ��� ������ �������� */
    background: linear-gradient(to right, #057EC3, rgb(0, 87, 180));
    color: #fff;
}
/*   stages -- table   */
.stages-table {
    /*overflow: hidden;*/
}
.stages-td {
    float: left;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 62px;
    margin-top: 10px;
    position: relative;
}
.left .stages-td {
    float: left;
}
.right .stages-td {
    float: right;
}
.left .stages-td:nth-child(1) {
    margin-left: 1%;
}
.right .stages-td:nth-child(1) {
    margin-right: 1%;
}
.stages-td:nth-child(2) {
    margin-right: 11.5%;
    margin-left: 11.5%;
}
.left .stages-td:nth-child(3) {
    margin-right: 1%;
}
.right .stages-td:nth-child(3) {
    margin-left: 1%;
}
.stages-td_2_3{
    margin-right: 20% !important;
}
.stages-td::after {
    position: absolute;
    right: -36%;
    content: "";
    top: -3px;
    width: 57px;
    height: 97px;
    background: url(/bitrix/templates/fabulous_new/./images/arrow7.png) 0 0 no-repeat;
    background-size: cover !Important;
}
.stages-td-wrapper.right .stages-td::after{
    right: auto;
    left: -36%;
    width: 57px;
    height: 97px;
    background: url(/bitrix/templates/fabulous_new/./images/arrow8.png) 0 0 no-repeat;
}
.stages-td-wrapper:nth-of-type(odd) .stages-td:last-child::after,
.stages-td-wrapper:nth-of-type(even) .stages-td:first-child::after {
    background: url(/bitrix/templates/fabulous_new/./images/arrow9.png) 0 0 no-repeat;
    bottom: -64px;
    width: 97px;
    height: 57px;
    top: auto;
    left: 30%;
}
.stages-td-wrapper:nth-last-child(2) .stages-td:last-child::after {
    display: none;
}
.stages-td-head {
    position: relative;
    padding: 10px 10px 10px 60px;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    /*background: rgb(0, 87, 180);
    background: linear-gradient(to right, rgb(0, 87, 180), #03345C);*/
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
    cursor: default;
}
.stages-head-wrapper {
    width: 100%;
    overflow: hidden;
    background: #057EC3; /* ��� ������ �������� */
    /*background: linear-gradient(to right, #057EC3, #0057B4);*/
    background: linear-gradient(to right, rgb(0, 87, 180), #03345C);
    box-shadow: -2px -2px 10px #aaa;
    transition: 0.3s;
    cursor: default;
    border-radius: 5px;
}
.stages-td-body {
    padding: 10px 12px;
    margin-top: 15px;
    box-shadow: -2px -2px 10px #aaa;
    transition: 0.3s;
    cursor: default;
    display: none;
    position: absolute;
    z-index: 20;
    background: #fff;
}
.stages-td-body:empty {
    display: none !Important;
}
.stages-td:hover .stages-head-wrapper {
    background: #057EC3;
    background: linear-gradient(to right, #057EC3, rgb(0, 87, 180));
}
.stages-td:hover .stages-head-wrapper,
.stages-td:hover .stages-td-body{
    box-shadow: 0 0 12px #333;
}
.stages-td:hover .stages-td-body {
    display: block;
}
.stages-number-wrapper {
    position: absolute;
    height: 40px;
    width: 30px;
    left: 5px;
    top: 50%;
    padding: 0 5px;
}
.stages-number {
    position: absolute;
    height: 40px;
    width: 30px;
    line-height: 40px;
    top: -50%;
    border-radius: 100%;
    color: #0057B4;
    background-color: #fff;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
}
.form-file {
    position: relative;
}
.form-file .fileupload {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    z-index: -1;
}
.form-file .loadlink {
    display: none;
}
.projects-table {
    width: 100%;
}
.projects-table td,
.projects-table th {
    padding: 5px;
    font-size: 14px;
}
.projects-table th {
    text-transform: uppercase;
    text-align: left;
}
.projects-table tr:nth-of-type(2n) td {
    background: #cfe2f0;
}
.projects-table tr:hover td {
    background: #6CBAE8;
    cursor: pointer;
}
.projects-table a {
    color: #000 !important;
    border-color: #999 !important;
}
.register-of-projects .register-of-projects.cont_w .width-4 {
    width: 100%;
}
.register-button {
    padding: 4px 15px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #e5e7ff;
    border-radius: 15px;
}
.register-button:hover {
    background: #e5e7ff;
}
.chosen-results .active-result {
    text-indent: 0;
}
.chosen-results .active-result::before {
    display: none;
}
.project-detail .stages {
    margin-top: 20px;
}
.project-detail .stages .stage-link {
    font-size: 13px;
    display: inline-block;

    width: 271px;
    height: 33px;
    line-height: 32px;
    font-size: 12px;
    color: #555555;
    text-decoration: none;
    border-bottom: none;
    padding-left: 22px;
    overflow: hidden;
}
.project-detail .stages a.stage-link {
    background: url("/bitrix/templates/fabulous_new/./images/itp2.png") left top no-repeat;
}
.project-detail .stages span.stage-link,
.project-detail .stages a.stage-link:hover {
    background: url("/bitrix/templates/fabulous_new/./images/itp2_act.png") left top no-repeat;
    color: #fff;
}
.project-detail .stages a.stage-link:first-child {
    background: url("/bitrix/templates/fabulous_new/./images/itp1.png") left top no-repeat;
    width: 291px;
}
.project-detail .stages span.stage-link:first-child,
.project-detail .stages a.stage-link:first-child:hover {
    width: 291px;
    background: url("/bitrix/templates/fabulous_new/./images/itp1_act.png") left top no-repeat;
    color: #fff;
}
.project-detail fieldset {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #6CBAE8;
}
.project-detail fieldset.multi-field {
    margin-top: 20px;
}
.project-detail legend {
    text-transform: uppercase;
    padding: 0 5px;
}
.project-detail fieldset.multi-field legend {
    text-transform: none;
}
.project-detail .property-item {
    margin-bottom: 20px;
    margin-top: 40px;
    /*overflow: hidden;*/
    display: flex;
    font-size: 15px;
    line-height: 24px;
    clear: both;
}
.project-detail .property-item .property-item-label-info {
	font-size: 11px;
	line-height: 18px;
    display: block;
}
.project-detail .property-item.property-item-button {
    padding-bottom: 2px;
}
.project-detail .property-item .property-item-label {
    width: 30%;
    /*float: left;*/
    padding-right: 20px;
    box-sizing: border-box;
}
.project-detail .property-item .property-item-field {
    width: 70%;
    /*float: left;*/
}
.project-detail .chosen-container{
    max-width: 100% !important;
}
.project-detail input[type="text"],
.project-detail select,
.project-detail textarea {
    border: 1px solid #6CBAE8;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    padding: 0 7px;
    max-width: 500px;
}
.project-detail textarea {
    height: auto;
    resize: none;
    line-height: 28px;
}
.project-detail .property-item input[type="checkbox"] {
    border: 1px solid #6CBAE8;
    margin: 0;
    line-height: 36px;
    height: 36px;
}
.project-detail .contacts_string {
    display: table;
}
.project-detail .contacts_string .contacts-item {
    display: table-cell;
    padding: 5px;
}
.project-detail .budget-table thead,
.project-detail .budget-table tbody tr {
    border-bottom: 1px solid #b3a295;
}
.project-detail .finance-table tr.bordered-top,
.project-detail .return-table tr.bordered-top {
    border-top: 1px dotted #b3a295;
}
.project-detail .finance-table {
    margin-top: 30px;
    width: 100%;
}
.project-detail .name-wrapper {
    margin-bottom: 10px;
}
.project-detail .finance-table td[colspan="4"] {
    font-weight: 700;
}
.project-detail .budget-table th,
.project-detail .budget-table caption,
.project-detail .return-table th,
.project-detail .return-table caption,
.project-detail .finance-table th,
.project-detail .finance-table caption {
    text-align: left;
}
.project-detail .budget-table caption,
.project-detail .return-table caption,
.project-detail .finance-table caption{
    margin-bottom: 10px;
}
.project-detail .budget-table th,
.project-detail .budget-table td,
.project-detail .return-table th,
.project-detail .return-table td,
.project-detail .finance-table th,
.project-detail .finance-table td {
    font-size: 12px;
    padding: 10px 5px;
    line-height: 120%;
}
.project-detail .return-table td:first-child {
    font-size: 14px;
    font-weight: 700;
}
.project-detail .budget-table th,
.project-detail .budget-table thead tr td,
.project-detail .return-table th,
.project-detail .return-table thead tr th {
    color: #898989;
    padding-bottom: 10px;
}
.project-detail .budget-table tbody td {
    width: 10%;
}
.project-detail .budget-table .td-nomer {
    width: 5%;
    font-size: 13px;
}
.project-detail .budget-table .td-name {
    width: 15%;
    padding-bottom: 10px;
}
.project-detail .return-table td[colspan="5"] {
    text-align: right;
}
.project-detail .return-table th {
    width: 12%;
    padding-bottom: 10px;
}
.project-detail .return-table th:first-of-type {
    width: 40%;
}
.project-detail .return-table p.label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 120%;
}
.project-detail .return-table .zalog-value {
    margin-top: 5px;
}
.project-detail .return-table .radio-no-input {
    margin-top: 0;
    vertical-align: top;
}
.project-detail .return-table .discount {
    text-align: center;
}
.project-detail .addbutton {
    display: inline-block;
    padding: 3px;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    font-weight: 400;
}
.project-detail .addbutton:active {
    top: 2px;
}

.content-form {
    padding: 30px 0;
}
.content-form .field {
    margin-bottom: 15px;
}
.content-form .field-title {
    margin-bottom: 5px;
    display: inline-block;
}
.content-form .form-input input {
    border: 1px solid #0057B4;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    padding: 0 7px;
}
.content-form.login-form noindex {
    display: none;
}
#page-elem154 .tab-elem-cont5,
#page-elem155 .tab-elem-cont5{
    display: none;
}
.grad-block_p .biggertext{
	font-size: 20px;
	line-height: 36px;
}

@media(max-width: 1285px){
    .test-page .test-block ul {
        font-size: 12px;
    }
    .test-page .test-block {
        height: 370px;
    }
}
@media(max-width: 992px){
    .test-page .test-block ul {
        font-size: 13px;
    }
    .test-page .test-block {
        height: 400px;
    }
    .grad-block:hover {
        background: rgb(0, 87, 180); /* ��� ������ �������� */
        background: linear-gradient(to right, rgb(0, 87, 180), #03345C);
        box-shadow: 0px 0px 4px #aaa;
    }
    .test-page .test-block .span-bg {
        background: linear-gradient(to bottom, rgba(3,51,91,232), rgba(3,51,91,132));
        transition: 0s;
    }
    .test-page .test-block{
        background-position: 55% top;
    }
    .test-page .test-block p::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .test-page .test-block ul {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .tabs2.tender-detail-filter{
        display: none;
    }
    .tender-detail-tabs2-title{
        display: block;
    }
}
@media(max-width: 768px){
    .test-page .test-block {
        width: 80%;
        float: none;
    }
    .test-page .test-block, .test-page .test-block:nth-of-type(odd) {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .stages-td{
        width: 100%;
        margin: 0 0 30px 0 !important;
        padding: 6px;
    }
    .stages-td-body{
        position: static !important;
        display: block;
        margin-top: 0;
    }
    .stages-td::after{
        display: none;
    }
}
@media(max-width: 600px){
    .grad-block, .grad-block.big {
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        min-height: 0;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .grad-plash .space, .grad-plash > br, .br-div {
        display: none;
    }
    .grad-plash .grad-row {
        display: block;
    }
    .grad-block > span {
        width: 80%;
    }
    .grad-block.big br {
        display: inline !Important;
    }
}
@media(max-width: 480px){
    .test-page .test-block {
        width: 100%;
    }
    .grad-block, .grad-block.big {
        width: 75%;
    }
    .grad-block > span {
        width: 100%;
    }
}
@media(max-width: 360px){
    .grad-block, .grad-block.big {
        width: 100%;
    }
    .grad-block {
        padding-left: 5%;
        padding-right: 5%;
    }
    .test-page .test-block p {
        font-size: 15px;
    }
}
/* End */
/* /bitrix/templates/fabulous_new/styles.css?15617053702 */
/* /bitrix/templates/fabulous_new/template_styles.css?165484670246063 */
