@charset "utf-8";
/* CSS Document */
/* Стили шапок */
.munbids-parent-header {
    display: table;
    width: 100%;
    color: #282828; 
}
.munbids-parent-header > div {
    display: table-cell;
    font-weight: bold;
}
.munbids-parent-header-terrytory {
    width: 60%; 
    vertical-align: middle;
}
.munbids-parent-header-pseudoarrow {
    width: 10%;
}
.munbids-parent-header-countp {
    width: 15%; 
    text-align: center;
    padding: 12px 0px;
}
.munbids-parent-header-sum {
    width: 15%;
    text-align: center; 
    padding: 12px 0px;
}

/**/
.munbids-header {
    background: #ECECEE;
    margin-bottom: 10px;
    color: #282828; 
    display: table;
    width: 100%;
    cursor: pointer;
}
.munbids-header > div {
    display: table-cell;
    text-transform: uppercase;
    padding: 20px 20px;
    vertical-align: middle; 
}
.munbids-header-icon {
    width:8%;
}
.munbids-header-title {
    width:25%;
    min-width: 230px;    
}
.munbids-header-arrow {
    width:37%;      
}
.munbids-header-countprojects {
    width:15%;
    text-align: center; 
}
.munbids-header-countsum {
    width:15%;
    text-align: center;
}
.munbids-icons {
    padding-top: 20px;
    padding-bottom: 20px;
}
.munbids-title {
    color:#000000;
    min-height:45px;
    font-size: 0.85em;
}
.munbids-info {
    min-width: 315px;
    display: inline-block;
    margin: 16px 0;
}
.munbids-info > span {
    color:#000000;
    padding-left: 5px;
}
/*Стили карточек*/
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.w-50 {
  width: 50% !important;
}
.align-middle {
  vertical-align: middle !important;
}
.bg-primary {
  background-color: #00c1f8 !important;
}
.text-white {
  color: #fff !important;
}
.text-center {
  text-align: center !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn-outline-info {
  color: #000 !important;
  border: 1px solid #a1e8fc !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: #fff !important;
  border-radius: 15px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.btn-outline-info:hover {
  color: #fff !important;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5) !important;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.wrap-info > span {
  padding-right: 20px;
  padding-left: 20px; 
}
.wrap-info > span > span {
  color: #000;
  font-size: 20px;
  padding-left: 10px; 
}
.wrap-info .area {
  color: #000;
  font-size: 24px;
  margin-left: 20px;
  margin-bottom: 20px; 
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  max-width: 370px;
}
.card:hover { 
	box-shadow: 0px 0px 10px 3px #E0E2E2;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.padding-top-none {
	padding-top: 0px !important;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  min-height: 75px;  
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 16px;
  line-height: 18px;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 20px;
}
.card {
  margin-bottom: 15px;
}
.card > a:hover {
  text-decoration: none;  
}
.card-stage {
    width:70%;
    display:inline-flex;
    flex-flow:column;
    margin-left:10px;
    line-height: 15px;
    vertical-align: middle;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	width: 100%;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}
/* Треугольник */
.arrup {
    background: #00c1f8;
    position: relative;
    text-align: right;
    right: 40px;
}
.arrup::after {
    content: '';
    position: absolute;
    bottom: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #00c1f8; 
}

.arrdown {
    background: #00c1f8;
    position: relative;
    text-align: right;
    right: 40px;
}
.arrdown::after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #00c1f8; 
}
/* Эффект при наведнии */
.dws {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;*/
}
.blocImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}
.blocImg img {
    width: 100%;
    transition: .5s;
}
.dws:hover .blocImg img {
    transform: rotate(-0deg) scale(1.3);
    filter: blur(1px);
    opacity: .5;
}
.blocText {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
}
.text {
    color: #fff !important;
    text-transform: uppercase;
    opacity: 0;
    transition: .5s;
    text-align: center;
}
.text > a {
    color: #fff;
    display: inline-block;
    background: #00c1f8;
    padding: 5px 15px;
    border-radius: 6px;
}
.text > a:hover, .text > a:active, .text > a:visited {
    color: #fff;
    text-decoration:none !important;
}
.dws:hover .text {
    opacity: 1;
}
.dws:hover .blocText::before,
.dws:hover .blocText::after{
    transform: scale(1,1);
}

@media screen and (max-width: 768px) {
    .munbids-header-icon {
        display:none!important;
    }
    .munbids-header > div {
        padding: 15px 0px !important;
        vertical-align: middle;
    } 
    .munbids-header:first-child {
        padding-left: 10px !important;
     
    .munbids-header:last-child {
        padding-left: 10px !important;
    }            
    }    
    .card {
        max-width:100%;
    }
    .arrdown::after {
        bottom: -20px;
    }
    .arrup::after {
        bottom: -10px;
    }
    .munbids-header-title {
        width: 50%;
    } 
    .munbids-header-arrow {
        display: none !important;
      
    .munbids-parent-header-terrytory {
        width: 60%;
      
    .munbids-parent-header-countp {
        width: 30%;
            
    }            
    }            
    }       
}