#portfolio-form{
  margin: 0 0 60px;
}
.left_block{
    border-right: 3px solid #36a9e1;
    padding-bottom: 20px;
}
 .btn-primary{
    margin: 10px 0 20px;
    background: #fff;
    border: 1px solid #36a9e1;
    color: #36a9e1 !important;
    padding: 5px 18px;
  }

.work-select-select .select2-container--default .select2-selection--single{
border: 1px solid #666;
border-radius: 15px;
height: auto;
padding-left: 5px;
}
.work-select-select .select2-container--default .select2-selection--single .select2-selection__arrow{
  right: 10px;
}
.work-thumb{
  border-radius: 15px;
  margin-bottom: 30px;
}
img.mfp-img{
  max-height: 80vh !important;
}
.mfp-bottom-bar{
  background-color: #fff;
  padding: 10px;
  margin-top: -41px;
}
.mfp-title{
  font-size: 26px;
  color: #000;
}
.mfp-description{
    margin-top: 20px;
    color: #666;
    padding-bottom: 20px;
    line-height: 1;
}
.btn-more{
    margin: 20px 0 40px;
    background: #fff;
    border: 1px solid #36a9e1;
    color: #36a9e1 !important;
    padding: 5px 18px;
}
.btn-more:hover{
    background-color: #fff !important;
    border-color: #666 !important;
    color: #666 !important;
}
@media all and (max-width: 900px) {
  .left_block{
  }
  .center_block{
    border-right: 3px solid #36a9e1;
  }
  .right_block{
     border-right: 3px solid #36a9e1;
    margin-bottom: 60px;
  }

}