/*********MEDIA QUOTES**************/
@media screen and (max-width: 1250px) {
	#footer .address{
		padding-left: 15px;
	}
}
@media screen and (max-width: 1135px) {
	.container {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1036px) {
	.container {
		padding: 5px 30px;
	}
	#footer .container {
		padding: 20px 30px;
	}
	#footer .form-block .input-wrap {
		width: 49%;
	}
}
@media screen and (max-width: 960px) {
	#slider-block:after {
		right: 50%;
	}
}
@media screen and (max-width: 860px) {
	.nav-bar {
		padding: 4px 0 0 0;
	}
	.logo-img-wrap {
		max-width: 48px;
		max-height: 46px;
		margin-right: 3px;
	}	
	.logo-txt h2,
	.logo-txt h3 {
		font-size: 16px;
	}
	#fields-block .fields-title {
		width: 30%;
	}
	.fields-item-wrap {
		width: 70%;
	}
	.fields:before {
		right: 70%;
	}
}
@media screen and (max-width: 780px) {
	.logo-block {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}

	.nav-bar {
		float: none;
		text-align: center;
	}
	.logo-img-wrap {
		max-width: 58px;
		max-height: 56px;
		margin-right: 8px;
	}	
	.logo-txt h2 {
		font-size: 18px;
		display: inline-block;
	}

}
@media screen and (max-width: 720px){
	#slider-block {
		padding: 90px 0;
	}
	#slider-block:before {
		display: none;
	}
	#slider-block:after {
		right: 0;
	}
	#banner {
		display: none;
	}
	.fields {
		padding: 0;
	}
	.fields .container {
		padding: 0;
	}
	.fields:before {
		display: none;
	}
	#fields-block .fields-title {
		float: none;
		width: 100%;
		margin-bottom: 25px;
		background: rgba(234,244,246,1);
		text-align: center;
		padding: 20px 10px;
	}
	.fields-item-wrap {
		float: none;
		width: 100%;
	}
	.aboutUs {
		padding: 30px 0 50px 0;
	}
	.aboutUs .aboutUs-title {
		font-size: 18px;
	}
	.aboutUs .aboutUs-par {
		font-size: 16px;
	}
	#footer {
		padding: 30px 0 60px 0;
	}
	.footer-title {
		width: 100%;
		float: none;
		margin-bottom: 70px;
		text-align: center;
		box-sizing: border-box;
	}
	h3.title-content {
		font-size: 38px;
	}
	#footer .address {
		width: 100%;
		float: none;
	}
	#footer:after {
		bottom: initial;
		right: 0;
		height: 140px;
	}
	#bottom-line {
		padding: 10px 0;
	}
	#bottom-line a {
		padding-top: 24px;
		font-size: 18px;
	}

}
@media screen and (max-width: 640px) {
	.fields-elem {
		max-width: 100%;
	}
	.logo-txt h2 {
		font-size: 24px;
	}
}
@media screen and (max-width: 540px) {
	.logo-img-wrap.ic-home {
		display: inline-block;
	}
	#header {
		padding: 0;
		border-bottom: none;
	}
	#header .container {
		padding-top: 10px;
	}
	.logo-block {
		text-align: left;
	}
	.logo-img-wrap {
		max-width: 60px;
		max-height: 60px;
		padding: 6px;
		box-sizing: border-box;
	}
	/*.logo-txt {
		display: none;
	}*/
	.logo-txt h2:first-child{
		display: none;
	}
	.logo-txt .logo-txt-name {
		display: block;
	}
	.logo-txt .logo-txt-name span {
		display: block;
	}
	#mobile-menu {
		display: block;
	}
	#navBar-block {
		display: none;
		max-width: 355px;
		/*padding-top: 20px;*/
	}
	.nav-item {
		display: block;
		text-align: left;
		border: none;
		font-size: 15px;
		margin-bottom: 5px;
		font-weight: 600;
	}
	.nav-item:hover,
	.nav-item-active {
		box-shadow: 0 -4px 0 0 rgba(131, 183, 230, 0.51);
	}
	#footer .form-block .input-wrap {
		width: 100%;
		max-width: 100%;
	}
	#footer .form-block .input-wrap.submit-wrap,
	#footer .form-block .input-wrap.textarea-wrap {
		float: none;
	}
	#footer .form-block #formContact {
		display: flex;
		flex-direction: column;
	}
	#footer .form-block .input-wrap {
		order: 1
	}
	#footer .form-block .input-wrap.textarea-wrap {
		order: 2;
	}
	#footer .form-block .input-wrap.submit-wrap {
		order: 3;
	}
}
