
html, body, ul, li,content{
	margin: 0;
	padding:0;
}

.wrapper{
	width:100%;
	margin:0 auto;
	height:inhterit;
}



.header{
	background:#0442a5;
	height:auto;
}




.content{
	min-height:3000px;
	padding:5px;
}

.page-title{
	display:flex;
	align-items: center;
        justify-content: center;
	line-height:1;
	background-color:#474A51;
	border-radius:5px;
	margin:0 10px 20px 10px;
}

.swiper{
	padding: 0 0 30px 0;
	z-index:0;
}

.image-slider__image{
	text-align: center;

}

.image-slider__image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.swiper-pagination{
	margin-bottom:30px;
}

.swiper-pagination-bullet{
	width:12px;
	height:12px;
	line-height:12px;
	font-size:10px;
	background-color:white;
	opacity:1;
	bottom:0;
}

.photographer-title{
	display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        font-family: 'Montserrat', sans-serif;
	color:  #474A51;
	font-size:20px;
	padding:0 10px 30px 10px;
}

.cards {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card {
    background: #ffffff;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 7px;*/
    overflow: hidden;
    margin-bottom: 30px;
    flex-basis: 49%;
    text-decoration: none;

}

.card-restaurant {
    cursor: pointer
}

.card-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.card-text {
    padding: 20px 23px 20px;
    /*min-height: 275px;*/
    display: flex;
    flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	color:  #474A51;
}



.restaurants .card-text {
    min-height: auto;
}

.card-heading .category {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.category:hover{
	color:  #88706B;
}

.card-title {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}

.card-title-reg {
    font-weight: 400;
}















.search{
	width:50%;
	padding:20px;
	margin:0 auto;
}
.container{
	max-width:1312px;
	padding:0 48px;
	margin:0 auto;
	min-height:3000px;
}

.portfolio__container{
    max-width: 100%;
    display: flex;
    justify-content: space-around;
}

.portfolio{
	margin: 0;
	padding: 0;
	list-style: none;
	
}



ol{
    display:flex;
    justify-content:center;
    align-items: center;
    flex-wrap:wrap;
    padding: 5px;
	margin-top:0;
	margin-bottom:0;
}



/*.breadcrumb{
    display: inline; 
}*/

.breadcrumb a{
	text-decoration:none;
	font-size:1em;
	color:#0979ea;
	font-family: 'Montserrat', sans-serif;
}

.photo-page{
	font-weight:bold;
	font-size:1.4em;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	padding:20px;
	text-transform:uppercase;
	text-align:center;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  width:50%;
  margin:0 auto;
  margin-bottom: 15px;
}
.footer-logo {
  margin-right: 50px;
}
.footer-link {
  text-decoration:none;
  font-size: 16px;
  line-height: 23px;
  margin-right: 50px;
color:  #474A51;
	font-family: 'Montserrat', sans-serif;
}
.social-links {
  display: flex;
  /*align-items: center;*/
  margin-left: auto;
}

.social-link {
  margin-left: 20px;
  text-decoration: none;
}

.phone-link{
  margin-left: 20px;
  text-decoration: none;
  color:  #474A51;
  font-family: 'Montserrat', sans-serif;
}

.phone-link:hover{
	color:  #88706B;
	text-decoration: underline;
  }









@media screen and (max-width:800px){

.content{
    margin-left:0;
}
   

.photo-page{
	font-size:1em;
}
}


@media screen and (min-width:320px) and (max-width:800px){
ol{
	padding:10px;
}

.breadcrumb a{
	font-size:0.75em;
}
}


@media screen and (min-width:320px) and (max-width:576px){


.image-slider__image img{
	height: 200px;
}
.container{
	padding:0 5px;
}
}

@media screen and (min-width:320px) and (max-width:429px){
    .product_img img{
	width:63%;
}
.header-slider img{
	height: 200px;
}
}

@media screen and (min-width:430px) and (max-width:576px){
    .product_img img{
	width:47%;
}
.header-slider img{
	height: 200px;
}
}

@media screen and (min-width:700px) and (max-width:800px){
    .product_img img{
	width:45%;
}
.header-slider img{
	height: 300px;
}
}

@media screen and (min-width:801px) and (max-width:1000px){
    .product_img img{
	width:90%;
}
.header-slider img{
	height: 300px;
}
}

@media screen and (min-width:1001px) and (max-width:1300px){
    .product_img img{
	width:85%;
}
}

@media (max-width: 992px) {
    
    .card {
        flex-basis: 49%;
    }	
}



@media (max-width: 578px) {
    
    .card {
        flex-basis: 100%;
    }

    .card-text {
        min-height: auto;
    	padding:10px;
    }

    .card-image {
        width: 100%;
    }
    .swiper-pagination-bullet{
	width:10px;
	height:10px;
	line-height:10px;
	font-size:8px;
     }
	.photographer-title{
	font-size:16px;
	padding:0 0 20px 0;
	}

	.swiper{
	padding: 0 0 10px 0;
	}

	.photo-page{
	margin:0;
	padding:10px;
	}

.card-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom:5px;
}

.category {
    font-size: 12px;
    line-height: 14px;
}
.footer-wrapper {
  width:100%;
}

.footer-link {
  font-size: 12px;
  line-height: 16px;
}

.phone-link {
	font-size: 14px;
	line-height: 16px;
	margin-left: -30px;
  }

.swiper-pagination{
	margin-bottom:15px;
}
.calling{
	width:100%;
	font-size: 12px;
  	line-height: 16px;
	
}

ol{
    align-items:flex-start;
}

}
@media screen and (min-width:579px) and (max-width:930px){
.footer-wrapper {
	width:90%;
}
}







