/*Media queries*/






@media (max-width: 1700px) {

.all-rights{
	font-size: 12px;
	padding-top: 10px;
}
		
.mycreativewebsite{
	font-size: 10px;
	padding: 2px;
}
}
 
@media (max-width: 1399px) { 
	.services-block {
    height: 355px;
 }
 }
 
@media (max-width: 1199px) { 
	.nav-list a {
    font-size: 25px;
    padding: 0 10px;
}

.menu-container {
    height: 100px;
	line-height: 100px;
}

.main-bg {
    margin-top: -100px;
}

.header-content {
    top: calc(50% + 50px);
}

.logo {
    width: 220px;
    height: 100px;
}

.menu-btn-class,.menu-btn {
	height: 100px;
}
 }
 
 @media (max-width: 1080px) { 
	.nav-list a {
		font-size: 22px;
		padding: 0 10px;
	}

	.services {
		padding: 0 30px;
	}

}

@media (max-width: 1010px) { 
header h1{
	font-size: 36px;
	line-height: 41px;
}

	.nav-list a {
    font-size: 20px;
    padding: 0 10px;
}

.menu-container {
    height: 80px;
	line-height: 80px;
}

.main-bg {
    margin-top: -80px;
}

.header-content {
    top: calc(50% + 40px);
}

.logo {
    width: 180px;
    height: 80px;
}

.menu-btn-class,.menu-btn{
	height: 80px;
}

 }
 
@media (max-width: 920px) {
	.nav-list {
    display: none;
	}
	.nav-list a {
    font-size: 18px;
    padding: 0 10px;
}

.about-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    height: auto;
	margin: 20px 0;
}

.about h3{
	margin-top: 0;
}

.footer .footer-logo {
    width: 140px;
    height: 70px;
}

}

@media (max-width: 767px) {
	.menu-wrapper {
		width: 100%;
        height: 100vh;
        background: url(../images/menu-bg-m.jpg) no-repeat 0px 0px;
        background-size: cover;
        background-position: center bottom;
        -webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	header h2{
	font-size: 26px;
	line-height: 30px;
}

	header h1{
		font-size: 22px;
		line-height: 30px;
	}
	
	section h1{
	font-size: 26px;
	line-height: 30px;
}

.header-btn{
	display: block;
	margin: 25px auto;
}
.main-content{
	padding: 30px;
}


.footer .footer-contacts{
	flex-direction: column;
	padding: 20px;
}

.footer .footer-logo{
	width: 240px;
	height: 120px;
}
.footer .footer-contacts div{
	margin-bottom: 10px;
	align-items: center;
    justify-content: center;
	text-align: center;
}

.footer .footer-logo {
	width: 240px;
	height: 120px;
}

.footer, .footer-info,  .footer-bottom{
	height: auto;
}

.footer-block{
	height: 530px;
}
	
.services-block{
	max-width: 280px;
}


.social-links{display: none;}
.social-icons{display: flex;}	

.arrow-up{
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 100px;
		right: 40px;
	}	
}


@media (max-width: 575px) {
	
	.header-content {
        top: calc(50% + 30px);
    }
	
	
	header h1, header h2, section h1, .about h3{
		font-size: 22px;
		line-height: 30px;
	}
	
	.main-content {
		width: calc(100% - 40px);
		padding: 20px;
	}
	
	.main-content p, .about ol {
		font-size: 18px;
		line-height: 22px;
		margin-top: 10px;
	}	
	
	/*.header-content {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}		
	.main-content{
		margin:0;
		width: 100%;
		padding: 30px;
	}
	.header-content h1{display: none;}
	.header-content-mob{display: block;}*/
	
	.header-contacts{
		display: flex;
		line-height: 50px;
		float: right;
	}
	
	.header-contacts .header-free-btn{
		display: none !important;
	}
	
	.header-contacts a{
		display: flex;
		padding-right: 20px;
	}
	
	.header-contacts span{
		display: none;
	}
	
	.header-contacts .phone-img,
	.header-contacts .mail-img{
		display: block;
	}
		
	header,
	.header-container{
		min-height: 100vh;
		
	}
	
	
.services{
	background: #dacec2;
}
.services-bg.parallax-window{
	min-height: 630px;
	background-size: auto 1000px!important;
    background-position: top left -150px !important;
	background-repeat: no-repeat;
}

.services-bg{
	width: 100%;
	min-height: 630px;
	height: 100vh;
} 

.services-main-block{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
}
	
		.contacts,
	.contacts-container{
	min-height: 430px;
}

	.contacts-content{
	position: absolute;
	padding-top: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.contacts h1{
	font-size: 22px;
	line-height: 30px;
}
	
.input-box div{
	width: 100%;
}.input-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	
	.footer-form-email input,
	.footer-form-phone input{
	width: 100%;
}	
.footer-form {
padding-top: 20px;
}
.footer-form input {
    padding: 7px;
    margin-bottom: 15px;
    height: 35px;
}

.footer-form-message textarea {
    height: 80px;
    padding: 7px;
    margin-bottom: 20px;
}

.contacts a {
    font-size: 14px;
}
/*	.popup{
    width: 320px;
    height: auto;
}

.popup-agree{
    width: 320px;
    height: 260px;
	padding: 60px 40px;
}*/

.popup-content,.popup-title {
    font-size: 18px;
line-height: 22px;
}

.mycreativewebsite{
	font-size: 10px;
	padding: 2px;
}
	

.menu-wrapper-content{
	padding: 30px;
}

.menu-wrapper .menu-btn-class{
	position: absolute;
	right: 50px;
	top: 30px;
	padding-top: 20px;
}

.menu-list-item{
	color: #fff;
	font-size: 30px;
	line-height: 80px;
	padding: 0 20px;
}
.social-links {
		flex-wrap: wrap;
	}
	
	.all-rights {
        max-width: 230px;
    }
	
	.arrow-up{
		width: 40px;
		height: 40px;
		position: fixed;
		bottom: 115px;
		right: 40px;
	}
.arrow-up a{
	width: 40px;
	height: 40px;
}
}

@media (max-width: 374px) {
	.main-content {
    width: calc(100% - 30px);
    padding: 15px;
}

	header h1,
	header h2,
	section h1,
	.about h3,
	.services-block h3{
		font-size: 20px;
		line-height: 26px;
	}
	
	    .footer-block {
        height: 500px;
    }
	
	.footer-address div img, 
	.footer-phone div img {
    margin: 0 10px;
}
	.footer .footer-logo {
    width: 140px;
    height: 70px;
}

    
.footer-info a, .footer-info span {
    font-size: 16px;
}
.popup-agree{padding: 10px 20px;}
.popup-content{font-size: 14px !important;}
}
@media (max-width: 340px) {
	
	.logo img {
    padding: 5px 15px;
}
	
	.menu-container {
    height: 60px;
	line-height: 60px;
}

.main-bg {
    margin-top: -60px;
}

.logo {
    width: 130px;
    height: 60px;
}

.menu-btn-class,.menu-btn{
	height: 60px;
}
	.header-content {
        top: calc(50% + 20px);
    }
	
header h1,header h2 {
        font-size: 18px;
        line-height: 24px;
		margin-bottom: 10px;
    }
	
	    .main-content p, .about ol {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
	
	.footer-form {
        padding-top: 0;
    }
	
	.contacts, .contacts-container {
        min-height: 400px;
    }
	
	    .contacts a {
        font-size: 12px;
    }
	
	.popup-content,.popup-title {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-height: 600px) {
  .popup, .popup-agree {
    max-width: 100%;
    width: calc(100% - 40px);
	min-height: auto;	
	height: auto;
	max-height: calc(100% - 40px);
	overflow-y: auto;
  }
  
  .popup-content {
	min-height: 100px;
  }
  
  .popup-content,.popup-title {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 15px 0;
	}
	
	.popup-title{
		padding-right: 15px;
	}
}