
/*-------------------Container-------------------*/
@media (max-width:1200px)
{
	.container {
		max-width:970px;
	}
}

@media (max-width:992px)
{
	.container {
		max-width:750px;
	}
}

@media (max-width:768px)
{
	.container {
		width: 95%;
	}
}
@media (max-width:576px)
{
	.container {
		width: 90%;
	}
}
/*-------------------HEADER-------------------*/


@media (max-width:1200px){
	.header-menu-link {
		font-size: 18px;
	}
}
@media (max-width:992px){
	
	.header-row {
		width: 95%;
	}
	.header-menu-list li {
		padding: 12px 10px;
		margin-right: 0px;
	}
	.header-logo {
		font-size: 30px;
		line-height: 48px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
	}

	.header-logo span {
		display: inline-block;
		font-size: 15px;
		padding: 5px;
		line-height: 1;
		margin-left: 5px;
	}
}

@media (max-width:768px)
{
	
	body.lock {
		overflow: hidden;
	}
	.header-row {
		width: 92%;

	}
	.header-logo {
		font-size: 36px;
		line-height: 48px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.header-logo span {
		display: inline-block;
		font-size: 18px;
		padding: 7px;
		line-height: 1;
		margin-left: 8px;
	}
	.header-menu-list {
		position: fixed;
		display: flex;
		align-items: flex-end;
		flex-direction: column;
		background-color: rgba(0, 0, 15, 0.97);
		z-index: 100;
		width: 100%;
		height: 100vh;
		top: 0;
		right: -100%;
		padding: 140px 30px 0 0;
		border-top: 4px solid #ffd800;
		overflow: auto;
	}
	.header-menu-list li {
		padding: 16px 0px;
	}
	.header-menu-link {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.burger-menu {
		display: block;
	}
}

@media (max-width:576px){
	
	header {
		padding: 4px 10px 3px;
	}
	.header-logo {
		font-size: 30px;
		line-height: 48px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
	}

	.header-logo span {
		display: inline-block;
		font-size: 15px;
		padding: 5px;
		line-height: 1;
		margin-left: 5px;
	}
}

/*-------------------------MAIN-------------------------*/



@media (max-width:992px)
{
	.main-title {
		font-size: 55px;
	}
}

@media (max-width:768px)
{
	.main {
		padding: 180px 0 140px;
	}

	.main-title {
		max-width: 90%;
		font-size: 50px;
	}
	.main-form {
		flex-direction: column;
		max-width: 248px;
	}
	.main-input {
		margin: 0 0 15px 0;
	}

}




/*----------------about--------------------*/



@media (max-width:1200px)
{
	.about-image-wrap {
		position: relative;
		flex: 0 1 50%;
	}
	.about-img {
		top: 0;
	}

	.about-columns {
		flex-direction: column;
		flex: 0 1 50%;
		margin-left: 50px;
	}
	.about-item {
		width: 100%;
	}

	.about-column-right div:last-child {
		margin-bottom: 0px;
	}

}

@media (max-width:992px)
{

	.about-image-wrap {
		display: none;
	}
	.about-columns {
		margin-left: 0;
		margin-right: 0px;
		flex-direction: row;
		justify-content: space-between;
		flex: 0 1 100%;
	}
	.about-columns div div:last-child {
		margin-bottom: 0px;
	}
	.about-item{
		max-width: 320px;
	}
}
@media (max-width:768px)
{
	.about-column-left div.about-item:last-child  {
		margin-bottom: 78px;
	}
	.about-columns {
		flex-direction: column;
	}
	.about-item{
		max-width: 500px;
		margin-left: 30px;
	}

}
@media (max-width:576px){

	.about-item{
		max-width: 90%;
		margin-left: 10px;
	}
}


/*----------------------TEAM*---------------------*/


@media (max-width:768px)
{
	.team-colums {
		flex-wrap: wrap;
	}
	.team-item{
		flex: 0 1 40%;

	}
	.team-item:nth-child(1), .team-item:nth-child(2) {
		margin-bottom: 70px;
	}
}

@media (max-width:576px)
{
	.team-item{
		flex: 0 1 100%;	
	}
	.team-item:nth-child(3) {
		margin-bottom: 70px;
	}
}


/*-------------------------ACTIVITY-------------------------*/


@media (max-width:1550px)
{
	.activity-img-wrapper {
		width: 60%;
	}	
}
@media (max-width:992px)
{
	.activity-img-wrapper {
		width: 50%;
	}	
}

@media (max-width:768px)
{
	.activity-img-wrapper {
		display: none;
	}	
}


/*-----------------------FEATURES--------------------*/


@media (max-width:1200px)
{

}

@media (max-width:992px)
{

}

@media (max-width:768px)
{
	.features-colums {
		flex-wrap: wrap;
	}

	.features-item {
		flex: 0 1 40%;
	}
	.features-item:nth-child(1), .features-item:nth-child(2) {
		margin-bottom: 70px;
	}
}

@media (max-width:576px)
{
	.features-item {
		flex: 0 1 100%;
	}
	.features-item:nth-child(3) {
		margin-bottom: 70px;
	}
}

/*-----------------------FOOTER--------------------*/

@media (max-width:1200px) 
{
	.footer-row {
		margin: 0 auto;
		width: 95%;
	}
}
@media (max-width:992px)
{
	footer {
		padding: 100px 0;
	}
	.footer-row {
		justify-content: center;
		flex-direction: column;
	}
	.footer-nav-list {
		margin-bottom: 50px;
		width: 80%;
	}
}

@media (max-width:768px)
{
	.footer-nav-list {
		width: 100%;
	}
}

@media (max-width:576px)
{	footer {
	padding: 60px 0;
}
.footer-nav-list {
	flex-direction: column;
	align-items: center;
}
.footer__link {
	display: block;
	margin-bottom: 20px;
}
}

/*---------------back-up--------------------*/


@media (max-width:576px){
	#back-top {
		right: 15px;
	}
}

