
body.photo-detail .page-content .page-title {
  font: 46px/1 "FiraSans-Regular";
  color: #555;
  margin-bottom: 12px;
  text-align: center;
}

body.about .page-content p {
  font: 16px/1.5 "FiraSans-Regular";
  color: #555;
  margin-bottom: 24px;
}
.page-content {
  padding-bottom: 70px;
  background: #f6f6f6;
}
.list-of-images li {
    
    width: 195px;
}
.back-to-photo {
  text-align: center;
  margin-bottom: 26px;
}
.back-to-photo span {
  border-bottom: 1px solid #ff6a4c; 
  display: inline-block;
  line-height: 1;
}
.back-to-photo a:hover span {
    border-bottom-color: transparent
}
.back-to-photo a {
  color: #ff6a4c;
  font: 18px/0.9 "FiraSans-Regular";
  margin-top: 10px;
}
.list-of-images li {
    
    width: 194px;
}
.list-of-images li > div {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.list-of-images li > div .img a {
  display: block;
  background: #ea2257;
  position: relative;
}
.list-of-images li > div .img {
  position: relative;
  
}
.list-of-images li img {
  
  max-width: 100%;
  display: block;
}

.list-of-images li > div .img a:after {
  background: #ff6a4c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}
.list-of-images li:hover .img a:after {
  opacity: 0.2;
}

.list-of-images {
  margin-bottom: 50px;
  
}



.pagination {
  border-top: 1px solid #e6e6e6;
    font-family: "FiraSans-Regular";
    margin-bottom: 88px;
    margin-top: 35px;
    padding-top: 34px;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}
.pagination ul li a, .pagination ul li span {
    color: #555;
    display: block;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}
.pagination ul li a:hover {
    color: #ff6a4c;
}
.pagination ul .dots {
    display: none;
}
.pagination ul .next-page {
    margin-left: 56px;
}
.pagination ul .next-page a {
    background: rgba(0, 0, 0, 0) url("../images/page-next.png") no-repeat scroll center 0;
    height: 17px;
    width: 11px;
}
.pagination ul .next-page a:hover {
    background-position: center bottom;
}
.pagination ul .prev-page {
    margin-right: 56px;
}
.pagination ul .prev-page a {
    background: rgba(0, 0, 0, 0) url("../images/page-prev.png") no-repeat scroll center 0;
    height: 17px;
    width: 11px;
}
.pagination ul .prev-page a:hover {
    background-position: center bottom;
}
.pagination ul .current span {
    background: #ff6a4c none repeat scroll 0 0;
    border-radius: 42px;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}



.similar-title {
  text-align: center;
  font: 36px/1 "FiraSans-Regular";
  color: #555555;
  margin-bottom: 38px;
}
.similar-photos li {
    
    width: 280px;
}
.similar-photos li > div {
    display: inline-block;
    text-align: left;
    width: 100%;
    
}
.similar-photos {
  padding-top: 50px;
  background: #fafafa;
  padding-bottom: 1px
}
.similar-photos li time {
    color: #999;
    display: block;
    font-size: 12px;
    font-family: "FiraSans-Regular";
    margin-bottom: 4px;
    margin-top: 18px;
}
.similar-photos li p a {
    color: #555;
    display: block;
    font-family: "FiraSans-Regular";
    font-size: 18px;
    line-height: 1.35;
}
.similar-photos li:hover time,
.similar-photos li:hover p a {
    color: #ff6a4c;
}

@media screen and (max-width: 1260px){
  .page-content .inside {
    width: 1010px;;
  }
  .list-of-images {
    margin-bottom: 40px;
  }
  .pagination {
    margin-bottom: 44px;
  }
  .list-of-images li {
    max-width: 32%;
  }
  .similar-photos .inside{
    width: 910px
  }
  .similar-photos .list-of-images li:last-child {
    display: none;
  }
  
}
@media screen and (max-width: 1200px){
  body.photo-detail .page-content .page-title {
    margin-bottom: 0;
  }
  .list-of-images li > div {
    margin-bottom: 6px;
  }
  .page-content {
    padding-bottom: 20px
  }
  .page-content .inside {
    width: 826px;
  }
}
@media screen and (max-width: 850px){
  .page-content .list-of-images li {
    max-width: 24.4%
  }
}
@media screen and (max-width: 780px){
  body.photo-detail .page-content .page-title {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 720px){
  .page-content .inside {
    width: 616px;
  }
  .page-content .list-of-images li {
    max-width: 32%;
  }
  .similar-photos .list-of-images li:nth-child(3){
    display: none;
  }
  .similar-photos .inside {
    width: 600px;
    padding-bottom: 60px
  }
  .list-of-images li {
    max-width: 49%;
  }
    
  .similar-title,
  body.photo-detail .page-content .page-title {
    font-size: 26px
  }
  .list-of-images {
    margin-bottom: 0;
  }
  .back-to-photo a {
    font-size: 16px;
  }
  
}
@media screen and (max-width: 500px){
  .list-of-images li {
    max-width: 100%;
    
  }
  #prices .price-header .plus-transfer,
  #prices .price-header .left-part  {
    margin-bottom: 8px;
  }
  #prices .price-header .left-part strong {
    font-size: 12px;
  }
  .list-of-images {
    justify-content: space-around;
  }
  #prices .price-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 450px){
  .page-content .list-of-images li {
    max-width: 49%;
  }
}