@import '../blocks/headers/hea002/css/hea002.css';

body{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
	background-color: #000;
}
a,
a:hover {
	text-decoration: none;
	color: inherit;
}
p{
	font-size: 1.1em;
	margin-bottom: 0;
}
h1{
	margin-bottom: 0;
}
.bold{
	font-weight: 600;
}
.c-loader {
	animation: is-rotating 1s infinite;
	border: 6px solid #e5e5e5;
	border-top-color: #51d4db;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: none;
}
@keyframes is-rotating {
	to {
		transform: rotate(1turn);
	}
}
.page-wrapper {
  width: 100%;
}

.header-page{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-top: 20px;
}

.contacts{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-media-item{
    padding: 5px;
}

.title-wrapper{
    display: flex;
    justify-content: center;
	width: 100%;
}

.title-page{
    text-align: center;
    color: #fff;
    margin-top: 100px;
    z-index: 100;
    position: absolute;
}

.photos{
    width: 100%;
    margin-top: 90px;
}

.small-photos{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-photos img{
    width: 49%;
}

footer{
    background-color: #282828;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1440.98px) {


}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

   
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.photos {
		margin-top: 120px;
	}
	.small-photos{
   		padding: 25px 0;
	}
  
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768.98px) {
    
   
}
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.header-page{
		flex-direction: column;
	} 
	.header-left{
		margin-top: 35px;
		text-align: center;
	}
	.contacts{
		flex-direction: column;
		text-align: center;
	}
	.title-page {
		margin-top: 40px;
		padding: 0 30px;
	}
	.small-photos {
        padding: 10px 0;
    }

	footer{
		line-height: 1.0rem;
		padding: 20px;
	}
    
}
