@media screen and (max-width: 1023px) {

.site-header .logo {
	width: auto;
}
.site-header .menu {
	margin-left: auto;
	width: auto;
	padding: 0;
}
.page-sidebar {
	width: 100%;
	max-width: 380px;
	margin: 35px auto 0;
}
.page-content {
	width: 100%;
	margin-left: 0;
}
.offices-box {
	height: auto;
	max-height: 500px;
}
.page-content.bg {
	min-height: 0;
}
.site-header .lang{
	margin-left:20px;
}
}



@media screen and (max-width: 600px) {

.site-header .logo {
	width: 120px;
}
.site-header .logo img {
	width: 100%;
}
.site-header .menu li {
	margin-right: 20px;
}
.site-header .menu li a {
	font-size: 15px;
}
.page-sidebar {
	padding: 15px;
}
.b-item {
	width: 100%;
	text-align: center;
}
.page-content.bg {
	min-height: 0;
}
.site-header .lang a {
	font-size: 15px;
}
}


@media screen and (max-width: 670px) {

.modal .head {
	font-size: 22px;
}
.currency-row {
	padding: 7px 0;
}
.currency-row .currency-cell:nth-child(2), .currency-row .currency-cell:nth-child(4) {
	font-size: 34px;
	line-height: 25px;
	padding-top: 7px;
}
.currency-row .currency-cell small {
	font-size: 18px;
	padding-top: 5px;
}


}


@media screen and (max-width: 370px) {
.site-header .logo {
	width: 100px;
}
.site-header .lang a {
	font-size: 14px;
}
.site-header .menu li a {
	font-size: 14px;
}
.item-tel a {
	font-size: 18px;
}

}