@media screen and (min-width: 1920px) {
	p{
		font-size: 23px;
	}
    h2 {
    	font-size: 34px;
    	margin: 0 0 35px;
	}
	h3{
		font-size: 32px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		margin: 15px 0 0;
		font-size: 18px;
	}
	.services img,
	.logo img {
    	width: auto;
    	height: auto;
	}
}
@media (min-width: 1599px) and (max-width: 1920px){
	.logo {
    	margin: 15px 0 0 82px;
	}
	.logo img {
    	width: 250px;
	}
	.logo:after {
	    height: 3px;
	    bottom: -15px;
	}
	.social-links li a {
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 18px;
	}
	h2 {
    	font-size: 34px;
    	margin: 0 0 35px;
	}
	h3{
		font-size: 32px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		margin: 15px 0 0;
		font-size: 18px;
	}
	.texty div.about{
		right: 20px;
		left: 20px;
	}
	.services img {
    	width: 70px;
    	height: 70px;
	}
	.services div {
 		margin: 30px 0 20px;
	}
	.top{
		height: 70%;
	}
	.btm-area {
	    height: 30%;
	}
	.services img {
    	width: auto;
    	height: auto;
	}
}

@media (min-width: 0px) and (max-width: 1598px){
	p{
		font-size: 15px;
	}
}

@media (min-width: 0px) and (max-width: 1199px){
	body {
    	overflow: scroll;
    	background-size: unset;
    	background-position: unset;
	}
	h2 {
    	margin: 0 0 30px;
	}
	.logo {
	    margin: 10px 0 0 30px;
	}
	.logo img {
    	width: 150px;
	}
	.texty{
		background: none;
	}
	.top {
    	background: #fff url(../images/transprt-layer.png) no-repeat;
	}
	.texty div.about {
	    position: static;
	    padding: 30px 12px;
	}
	.right-content-area {
    	width: 60%;
    	position: static;
    	margin: 0 auto;
	}
	.logo {
	    margin: 20px 0;
	    text-align: center;
	}
	.social-links {
	    right: 30px;
	}
	.social-links li a {
	    width: 28px;
	    height: 28px;
	    line-height: 28px;
	    margin-left: 5px;
	    font-size: 13px;
	}
	.caption h2{
		text-align: center;
		float: none;
		display: inline-block;
		line-height: 30px;
		font-size: 20px;
		padding: 0 10px 0 15px;
		margin: 30px 0;
	}	
	.caption h2:before, .caption h2:after{
		font-size: 12px;
	}	
	.main-text {
    	display: block;
	}
	.top{
		position: static;
		height: auto;
	}
	.btm-area{
		position: relative;
		height: auto;
		float: left;
	}
	.more-info-img{
		position: static;
	}
	body .open-popup-link{
		font-size: 16px;
	}
	body .mfp-content{
		/*height: 100%;*/
	}
}

@media (min-width: 0px) and (max-width: 992px){
	h2 {
	    margin: 0 0 20px;
	    font-size: 18px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 14px;
	}
	p {
    	font-size: 14px;
    	margin: 0 0 30px;
	}
	.texty div.about {
	    position: static;
	    padding: 15px 10px;
	}
	.services div {
    	margin: 5px 0 0px;
	}
	h5 {
    	font-size: 12px;
	}
	body .open-popup-link {
    	font-size: 13px;
    	margin: 25px 0 0;
    	padding: 10px 20px;
	}
	.white-popup{
		padding: 40px 30px;
	}
	.mfp-content h3 {
    	font-size: 20px;
	}
	.more-info-img{
		position: static;
	}
}

@media (min-width: 0px) and (max-width: 767px){
	p {
    	font-size: 15px;
	}
	.logo img {
    	width: 140px;
	}
	.social-links.desk-icon,
	.caption{
		display: none;
	}
	.right-content-area {
    	width: 80%;
	}
	.texty{
		width: 100%;
	}
	.texty div.about {
	    padding: 30px 15px;
	}
	.white-popup {
    	max-width: 90%;
    	padding: 40px 20px;
	}
	#registerForm label,
	#registerForm input, textarea {
    	width: 100%;
	}
	#registerForm #submit{
		margin-left: 0;
		padding: 12px 15px;
		font-size: 12px;
	}
	#registerForm label#name-error, #registerForm label#email-error, #registerForm label#phone-error {
    	width: 100%;
    	margin-left: 0;
	}
	#registerForm li {
	    margin: 0 0 8px;
	}
	#registerForm label{
		font-size: 13px;
		padding: 0;
	}
	/*.white-popup{
		height: 100%;
	}*/
	.mfp-content h3 {
	    font-size: 18px;
	    color: #000;
	    font-weight: bold;
	    font-family: 'Roboto', sans-serif;
	    margin: 0 0 10px;
	    text-transform: uppercase;
	}
	#registerForm input, textarea{
		padding: 7px;
	}
	.right-img{
		display: none;
	}
	.more-info {
	    width: 100%;
	    padding: 40px 20px;
	    position: static;
	}
	.more-info-img {
    	width: 100%;
	}
	.social-links.mob-icon{
		display: block;
		position: static;
		background: #fff;
		float: left;
		width: 100%;
		text-align: center;
	}
	.social-links li {
	    float: none;
	    display: inline-block;
	}
	.social-links li a {
	    width: auto;
	    height: auto;
	    line-height: normal;
	    margin-left: 8px;
	    background: transparent;
	    color: #0c324c;
	    padding: 6px 0;
	}
	.social-links li a:hover{
		background: transparent;
	}
}


/*@media (min-width: 0px) and (max-width: 1399px) { 
	p{
		font-size: 13px;
	}
	h3{
		font-size: 24px;
	}
	body .open-popup-link{
		font-size: 16px
	}
}
@media (min-width: 0px) and (max-width: 1599px) { 
	.logo {
    	margin: 35px 0 0 82px;
	}
	.logo img {
        width: 180px;
	}
	.texty div.about{
		top: 100px;
	}
	.services div {
    	margin: 8px 0;
	}
}

@media (min-width: 1499px) and (max-width: 1920px) { 
	p{
		font-size: 16px;
	}
}

@media (min-width: 1599px) and (max-width: 1920px) { 
	p{
		font-size: 18px;
	}
}

@media (min-width: 0px) and (max-width: 1024px) { 
	body{
		background-size: auto;
	}
	h2 {
    	font-size: 18px;
    	margin: 0 0 15px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 15px;
	}
	h5 {
        font-size: 12px;
	}
	.logo {
	    margin: 30px 0;
	    width: 100%;
	    text-align: center;
	}
	.logo img {
        width: 250px;
	}
	.logo::after {
	    width: 100%;
	    right: 0;
	    margin: 0 auto;
	}
	.right-content-area {
	    width: 50%;
	    height: 100%;
	    position: static;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: 0 auto;
	}
	.btm-area{
		position: relative;
		float: left;
	}
	body .open-popup-link{
		font-size: 14px;
	}
	.texty div.about {
    	position: static;
	}
	.top, .right-img, .right-img img{
		height: auto;
	}
	.right-img img{
		position: static;
	}
}


@media (min-width: 0px) and (max-width: 992px){
	h2 {
    	font-size: 15px;
    	margin: 0 0 10px;
	}
	h3 {
        font-size: 16px;
	}
	p{
		font-size: 12px;
	}
	h5 {
    	font-size: 11px;
	}
	h4 {
    	font-size: 12px;
	}
	.logo img {
    	width: 200px;
	}
	.texty {
   		padding: 10px 10px 0;
	}
	.services div {
    	margin: 5px 0;
	}
	.services div img {
    	width: 35px;
    	height: 35px;
	}
	body .open-popup-link {
    	font-size: 12px;
    	padding: 8px 25px;
	}
	.white-popup{
		padding: 40px 30px;
	}
	.mfp-content h3 {
    	font-size: 20px;
	}
}


@media (min-width: 0px) and (max-width: 767px){
	.logo {
    	margin: 15px 0;
	}	
	.logo img {
    	width: 130px;
	}
	.logo:after {
	    height: 2px;
	    bottom: -7px;
	}
	.right-content-area {
    	width: 80%;
	}	
	.texty {
    	padding: 20px 10px;
    	position: static;
		width: 100%;
	}	
	.right-img,
	.more-info-img{
		position: static;
		width: 100%;
	}
	.more-info {
	    padding: 50px 10px;
	    position: static;
	    width: 100%;
	}
	.right-img{
		display: none;
	}
	.white-popup {
    	max-width: 90%;
    	padding: 40px 20px;
	}
	#registerForm label,
	#registerForm input, textarea {
    	width: 100%;
	}
	#registerForm #submit{
		margin-left: 0;
		padding: 12px 15px;
		font-size: 12px;
	}
	#registerForm label#name-error, #registerForm label#email-error, #registerForm label#phone-error {
    	width: 100%;
    	margin-left: 0;
	}
	#registerForm li {
	    margin: 0 0 8px;
	}
	#registerForm label{
		font-size: 13px;
		padding: 0;
	}
	.white-popup{
		height: 100%;
	}
	.mfp-content h3 {
	    font-size: 18px;
	    color: #000;
	    font-weight: bold;
	    font-family: 'Roboto', sans-serif;
	    margin: 0 0 10px;
	    text-transform: uppercase;
	}
	#registerForm input, textarea{
		padding: 7px;
	}
}*/