.flex-container {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a_case_padding-bottom{
  padding-bottom:60px;
  padding-top:30px;
}
.a_case_padding-top{
  padding-bottom:30px
}

.case__container{
    margin: 25px 0 0;
    height: 100%;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 12px 0 rgba(110, 127, 134, .44);
}

.case__text{
    margin: 0;
    height: 100%;
    font: 16px "PTS55F", sans-serif;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #71bc3f;
}

.case__text-line{
    margin-bottom: 25px;
}

.case__text-line:last-child{
    margin-bottom: 0;
}


.case__text-prop{
    font-weight: bold;
    color: #7b7b7b;
    font-size: 20px;
    margin-bottom: 5px;
}

.case__text-value{
   /* font-family: BebasNeueBold, sans-serif; */
    font-size: 18px;
    font-weight: bold;
    color:#55a742;
}

.case__text-price {
    width: 100%;
    color: #434446;
    font-size: 30px;
    font-family: BebasNeueBold, sans-serif;
    text-align: left;
    font-weight: 700;
    line-height: 100%;
    padding-top: 15px;
}

.case__text-price-num{
    display: block;
    color: #ff4e00;
    font-size: 35px;
}

/* for gallery*/
.light-gallery-box{
    width: 100%;
    height: 594px;
    padding: 25px 0 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.light-gallery__view{
    position: relative;
    margin: 0 10px 0 0;
    height: 100%;
    width: calc(100% - 110px);
}

.light-gallery__big-image{
    height: 100%;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 12px 0 rgba(110, 127, 134, .64);
}

.light-gallery__big-image img{
    object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.light-gallery__big-image:hover img{
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.light-gallery__prev, .light-gallery__next{
  position:absolute;  
  width:40px;
  height:40px;
  cursor:pointer;
-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.light-gallery__prev{
  top:calc(50% - 20px);
  left:20px;
  background:url(/landing_files/include/new/our_works/keys1-vagonka/images/controls.png) no-repeat 0 0;
}
.light-gallery__next{
  top:calc(50% - 20px);
  right:20px;
  background:url(/landing_files/include/new/our_works/keys1-vagonka/images/controls.png) no-repeat -48px 0;
}
 
 .light-gallery__prev:hover, .light-gallery__next:hover{
 -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
 }
    
.light-gallery__thumbnails{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    width: 100px;
    height: 100%;
}
.light-gallery__thumbnail{
    margin-bottom: 8px;
    padding: 2px;
    overflow: hidden;
    width: 100px;
    cursor: pointer;
    border: 2px solid #e9e9e9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.light-gallery__thumbnail:last-child{
    margin-bottom: 0;
}

.light-gallery__thumbnail:hover{
    border-color:#aca8a8;
}

.light-gallery__thumbnail img{
    object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
    width: 100%;
}



.light-gallery__thumbnail.active{
  border: 2px solid #71BC3F;
}



@media (max-width: 1200px){


.case__text-line {
    margin-bottom: 20px;
}

.case__text-prop {
    font-size: 16px;
}
.case__text-value {
    font-size: 22px;
}

.case__text-price {
    font-size: 24px;
    padding-top: 12px;
}


.case__text-price-num {
    font-size: 30px;
}

.light-gallery-box{
    height: 486px;
}
.light-gallery__view {
    width: calc(100% - 90px);
}

.light-gallery__thumbnails {
    width: 80px;
}
.light-gallery__thumbnail {
    width: 80px;
}
}
    
@media (max-width: 992px){
.light-gallery-box{
    height: auto;
}

.light-gallery__view {
    height: auto;
    width: 100%;
    margin: 0;
}
.light-gallery__thumbnails {
    width: 100%;
    height: 80px;
    flex-direction: row;
    margin-top: 10px;
}
.light-gallery__thumbnail {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 8px;
}

.light-gallery__thumbnail:last-child {
    margin-right: 0;
}
}