.address-list {
	height: 570px;
	overflow: auto;
}

.map-canvas {
	width: calc(100% - 410px);
	display: inline-block;
	vertical-align: top;
}

.offices-map, #metro-map {
	height: 570px;
	max-height: 570px;
}

.addr-left {
	display: inline-block;
	width: 405px;
	vertical-align: top;
}

.addr-left .notfound-office {
	background: #bece06;
	height: 95px;
	box-sizing: border-box;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	color: #082d4e;
}

.addr-left .notfound-office a {
	color: #fff;
	font-size: 20px;
	text-decoration: underline;
}

.addr-left .address-list li .top {
	padding-left: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	padding-right: 85px;
	position: relative;
	font-size: 18px;
	color: #4d4d4d;
	
	cursor: pointer;
	transition: all 0.2s;
}

.addr-left .address-list li .top .metro {
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(/local/images/M.png) center center no-repeat;
	display: block;
	left: 25px;
	top: calc(50% - 18px);
	border-radius: 100%;
}

.addr-left .address-list li.act .top {
	background: #f4f7ed;
}

.addr-left .address-list li .top:before {
	position: absolute;
	right: 33px;
	top: calc(50% - 5px);
	width: 16px;
	height: 10px;
	display: block;
	content: " ";
	background: url(/img/arr_newg.svg) center center no-repeat;
	background-size: contain;
	transition: all 0.2s;
}

.addr-left .address-list li.act .top:before {
	transform: rotate(180deg);
	
}

.addr-left .address-list li .content {
	padding: 15px 30px 15px 25px;
	border-top: 1px solid #e1e7e5;
	display: none;
	transition: background 0.2s;
}

.addr-left .address-list li.act .content {
	display: block;
	background: #f4f7ed;
}

.addr-left .address-list .office-warning {
	font-size: 18px;
}

.addr-left .address-list .office-warning p {
	color: red;
}

.addr-left .address-list li .address-worktime {
	float: none;
	font-size: 18px;
	color: #404040;
	background: none;
	padding-left: 0;
}

.addr-left .address-list li .address-now {
	float: none;
	font-size: 18px;
	color: #082d4e;
	margin-top: 15px;
	background: none;
	position: relative;
	padding-left: 36px;
}

.addr-left .address-list li .address-now:before {
	position: absolute;
	background: url(/local/images/icn_map_new_clock.svg) left top no-repeat;
	display: block;
	content: " ";
	width: 26px;
	height: 26px;
	left: 0;
	background-size: contain;
	
}

.addr-left .address-list li .address-now font {
	color: #bece06;
}

.addr-left .address-list li .address-now font.closed {
	color: #4d4d4d;
}

.addr-left .address-list li .call {
	margin-top: 15px;
}

.addr-left .address-list li .call .fcall {
	display: inline-block;
	font-size: 15px;
	color: #404040;
	padding-left: 35px;
	position: relative;
	text-decoration: underline;
}

.addr-left .address-list li .call .fcall:before {
	position: absolute;
	background: url(/local/images/icn_map_new_phone.svg) left top no-repeat;
	display: block;
	content: " ";
	width: 30px;
	height: 30px;
	left: 0;
	background-size: contain;
}

.addr-left .address-list li .call .address-info-link {
	font-size: 15px;
	color: #404040;
	padding-left: 35px;
	position: relative;
	text-decoration: underline;
}

/*.breadcrumbs ul li a {
	font-size: 13px !important;
	color: #646464 !important;
}

.breadcrumbs ul li {
	padding: 0 17px 0 0 !important;
	margin: 0 5px 0 0 !important;
}
.breadcrumbs ul li:last-child a {
	color: #646464 !important;
}

.breadcrumbs ul li::after {
	width: 10px !important;
	height: 1px !important;
	top: 9px !important;
	background: #646464 !important; 
}*/

.adresses .section-heading {
	opacity: 0.8;
	font-size: 30px;
	text-transform: uppercase;
	color: #082d4e;
	letter-spacing: 0;
}

.office-tabs {
	margin-top: 30px;
}

.office-tabs a {
	font-size: 24px;
	
	color: #959595;
	display: inline-block;
	margin: 0 35px;
}

.office-tabs a.act {
	color: #082d4e;
}

.addrlist-info-wrap {
	margin-top: 60px;
	margin-bottom: 40px;
}

.addrlist-info-wrap .addrlist-title {
	font-size: 30px;
	color: #082d4e;
	text-align: center;
	margin-bottom: 30px;
	
	
}

.addrlist-info-wrap .addrlist-desc {
	font-size: 24px;
	color: #565656;
	
	margin-bottom: 50px;
	text-align: center;
}

.addrlist-list {
	font-size: 0;
}

.addrlist-list .addrlist-list-item {
	width: 50%;
	display: inline-block;
	margin-bottom: 45px;
	position: relative;
	/*padding-left: 245px;*/
	padding-right: 60px;
	vertical-align: top;
}

.addrlist-list .addrlist-list-item .img {
	max-height: 82px;
	/*position: absolute;
	left: 65px;
	top: 10px;*/
	max-width: 82px;
	transform: scale(0);
	float:left;
}

.addrlist-list .addrlist-list-item-title {
	font-size: 18px;
	color: #082d4e;
	text-transform: uppercase;
	margin-bottom: 10px;
	
	text-decoration: none;
	position:relative;
	left:50px;
	top:26px;
}

.addrlist-list .addrlist-list-item-title:hover {
	text-decoration: none;
}

.addrlist-list .addrlist-list-item-text {
	font-size: 15px;
	color: #565656;
	
	line-height: 1.4;
	margin-top:60px;
	clear:both;
}

.ask_your_question-new {
	background: #fff;
	font-size: 0;
}

.auq_form_left {
	height: 560px;
	width: calc(100% - 630px);
	display: inline-block;
	background: url(/local/images/addr-forml.jpg) left top no-repeat;
	background-size: cover;
	vertical-align: top;
}

.ask_your_question-new .auq_form {
	float: none;
	width: 630px;
	display: inline-block;
	margin: 0;
	height: 560px;
	background: url(/local/images/addr-formr.jpg) left top no-repeat;
	background-size: cover;
	vertical-align: top;
	padding: 55px 0 0 95px;
	box-sizing: border-box;
}

.ask_your_question-new .auq_form .title {
	font-size: 36px;
	
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2;
	text-transform: uppercase;
}


.ask_your_question-new .auq_form .afi_inp input {
	max-width: 390px;
	border: 0;
	border-bottom: 1px solid #fff;
	opacity: 1;
	line-height: 35px;
	height: 35px;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	
	margin-bottom: 10px;
}

.ask_your_question-new .auq_form .afi_txtr textarea {
	max-width: 390px;
	border: 0;
	border-bottom: 1px solid #fff;
	opacity: 1;
	line-height: 1.2;
	height: 75px;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	
	margin-bottom: 10px;
}

.ask_your_question-new .auq_form .afi_btn {
	margin: 0;
}

.ask_your_question-new .auq_form .afi_btn button {
	background: #fff;
	max-width: 390px;
	height: 60px;
	line-height: 60px;
	color: #0e3151;
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	
}

.ask_your_question-new .auq_form .afi_btn button:hover {
	color: #0e3151;
	background: #fff;
}

.ask_your_question-new .auq_form .afi-hint {
	max-width: 390px;
	font-size: 14px;
	color: #fff;
	
	line-height: 1.2;
}

#map_contact .si-content .map-location {
	display: inline-block;
	width: 49%;
	background: none;
	font-size: 16px;
	color: #4d4d4d;
	padding: 0 25px 0 30px;
	margin: 20px 0 10px;
}

#map_contact .si-content .map-worktime {
	display: inline-block;
	width: 49%;
	background: none;
	font-size: 16px;
	color: #4d4d4d;
	padding: 0 25px 0 30px;
	margin: 20px 0 10px;
}

#map_contact .si-content-wrapper {
	background: rgba(255,255,255,0.9);
}

.adresses .offices-sort {
	padding: 0;
	margin-bottom: 40px;
	font-size: 0;
	text-align: left;
	max-width: 1360px;
	padding-right: 15px;
padding-left: 15px;
}

.adresses .offices-sort .grid-new {
	background: #fafbfc;
	padding: 20px 40px;
	
}

.adresses .offices-sort .grid-new p {
	font-size: 18px;
	color: #082d4e;
	margin: 0;
}


.adresses .offices-sort {
	position: relative;
}

.adresses .page-top {
	margin-bottom: 80px;
}

.offices-sort .clear_filters {
	position: absolute;
	right: 50px;
	top: -50px;
	
	cursor: pointer;
	font-size: 18px;
	color: #565656;
	
}

.offices-sort .clear_filters svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.offices-sort .toggle_filters {
	position: absolute;
	left: 50px;
	top: -50px;
	
	cursor: pointer;
	font-size: 18px;
	color: #565656;
}

.offices-sort .toggle_filters img {
	width: 22px;
	height: 12px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	transition: all 0.2s;
	transform: rotate(180deg);
}

.offices-sort .toggle_filters.act img {
	
	top: 1px;
	transform: rotate(0deg);
}


.adresses .offices-sort .grid-add-new {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafbfc+0,eef2e7+50,ecf1e3+100 */
	background: #fafbfc; /* Old browsers */
	background: -moz-linear-gradient(left, #fafbfc 0%, #eef2e7 50%, #ecf1e3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fafbfc 0%,#eef2e7 50%,#ecf1e3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fafbfc 0%,#eef2e7 50%,#ecf1e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#ecf1e3',GradientType=1 ); /* IE6-9 */
	padding: 20px 40px;
}

.adresses .offices-sort .grid-add-new p {
	font-size: 18px;
	color: #565656;
	margin: 0;
}

.adresses .offices-sort .checkbox {
	padding: 0;
	font-size: 18px;
	color: #565656;
	margin: 8px 0;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding-right: 40px;
	line-height: 25px;
	
}

.adresses .offices-sort .checkbox input:checked + span::before {
	background: #c5dc00 url(/local/images/check-w.svg) 3px 5px no-repeat;
	border-color: #c5dc00;
}

.adresses .offices-sort .checkbox span {
	padding-left: 37px;
}

.adresses .offices-sort .checkbox span:before {
	width: 25px;
	height: 25px;
	border: 1px solid #969696;
	margin-top: -12px;
}

.offices-sort .checkbox input:checked + span {
	color: #c5dc00;
}

#map_address {
	font-size: 0;
}

.adresses .mCSB_scrollTools {
	width: 14px;
}
.adresses .mCSB_scrollTools .mCSB_draggerRail {
	width: 14px;
}
.adresses .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
}

.adresses .mCSB_inside > .mCSB_container {
	margin-right: 10px;
}
.adresses .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 0;
	background: #cfdc00 !important;
	border-radius: 16px;
}
.adresses .mCSB_scrollTools .mCSB_draggerRail {
	background: #dde2e8 !important;
}

.auq_form_left {
	padding-left: 110px;
	padding-top: 80px;
}

.auq_form_left .form-logo {
	padding-left: 145px;
	font-size: 20px;
	color: #768291;
	margin-bottom: 40px;	
	position: relative;
}

.auq_form_left .form-logo:before {
	background: url(/local/images/doctorq-logo.svg) left top no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	content: " ";
	height: 95px;
	width: 120px;
}

.auq_form_left .form-logo span {
	font-size: 49px;
	color: #768291;
	display: block;
	margin-bottom: 12px;
	margin-left: -3px;
}

.auq_form_left .form-numbers {
	padding-left: 45px;
}

.auq_form_left .form-numbers .num-row {
	font-size: 19px;
	color: #565656;
	width: 350px;
	margin-bottom: 30px;
	line-height: 1.1;
}

.auq_form_left .form-numbers .num-row .num {
	font-size: 85px;
	color: #ccd3db;
	font-weight: normal;
	display: inline-block;
	width: 50px;
	text-align: center;
	vertical-align: top;
	line-height: 61px;
}
.auq_form_left .form-numbers .num-row .text {
	display: inline-block;
	width: calc(100% - 60px);
	vertical-align: top;
	padding-left: 10px;
	
}

.auq_form .afi_inp .reqstar {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: -35px;
	top: 7px;
}

.addr-left .address-list li .top .prem {
	position: absolute;
	right: 70px;
	top: 0px;
	
}

.addr-left .address-list li .top .prem img {
	height: 18px;
	width: auto;
}

#map_contact .si-content {
	padding-bottom: 40px;
	font-weight: 600;
}

#map_contact .si-content h4 {
	font-size: 18px;
	color: #082d4e;
	background: none;
	padding: 30px 30px 0px;
}

#map_contact .si-content .prem {
	position: absolute;
	right: 20px;
	top: 5px;
	
}

#map_contact .si-content .prem img {
	height: 17px;
	width: auto;
}

#map_contact .si-content .gooffice {
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-size: 16px;
	color: #0a365c;
	text-decoration: underline;
}


#map_contact .si-content .wnow {
	float: none;
	font-size: 18px;
	color: #082d4e;
	margin-top: 15px;
	background: none;
	position: relative;
	padding-left: 36px;
	margin-left: 30px;
}

#map_contact .si-content .map-metros {
	margin: 0;
	border: none;
	padding: 0;
}

#map_contact .si-content .map-metros .address-metro-link-new {
	position: relative;
	padding-left: 30px;
}

#map_contact .si-content .map-metros .address-metro-link-new .metro {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: url(/local/images/M.png) center center no-repeat;
	background-size: 15px auto;
	position: absolute;
	left: 0;
	top: 2px;
}


#map_contact .si-content .wnow:before {
	position: absolute;
	background: url(/local/images/icn_map_new_clock.svg) left top no-repeat;
	display: block;
	content: " ";
	width: 26px;
	height: 26px;
	left: 0;
	background-size: contain;
	
}

#map_contact .si-content .wnow font {
	color: #bece06;
}

#map_contact .si-content .wnow font.closed {
	color: #4d4d4d;
}

.address-types {
	display: none;
}

.office-tabs .office-tab-current {
	display: none;
}

.address-info-link-mob {
	display: none;
}



.addrlist-list .slick-next {
    position: absolute;
    right: 0px;
    top: calc(50% - 22px);
    text-indent: -9999px;
    background: url(/img/office/arrr.svg) center top no-repeat;
    width: 25px;
    height: 44px;
    border: none;
    display: block;
    z-index: 3;
    opacity: 0.4;
}

.addrlist-list .slick-prev {
    position: absolute;
    left: 0px;
    top: calc(50% - 22px);
    text-indent: -9999px;
    background: url(/img/office/arrl.svg) center top no-repeat;
    width: 25px;
    height: 44px;
    border: none;
    display: block;
    z-index: 3;
    opacity: 0.4;
}


@media (max-width:1300px) {
	.addrlist-list .addrlist-list-item-title {
		top:16px;
		left:20px;
	}
	
	.addrlist-list {
		/*margin-left:30px;*/
	}
	.addrlist-list .addrlist-list-item {
		/*padding-left: 200px;*/
	}
	
	.auq_form_left {
		padding-left: 40px;
	}
	
	.adresses .offices-sort .checkbox {
		width: 33%;
	}
	
	.ask_your_question-new .auq_form {
		width: 550px;
	}
	
	.auq_form_left {
		width: calc(100% - 550px);
	}
	
	.offices-map.map-canvas-new {
		height: 570px;
	}
}

@media (max-width:1000px) {
	.auq_form_left {
		padding-left: 50px;
	}
	
	.adresses-new .breadcrumbs {
		display: none;
	}
	.adresses .section-heading {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	/*.office-tabs {
		overflow: hidden;
		max-height: 48px;
		margin: 0;
		position: relative;
		width: calc(100% + 30px);
		left: -15px;
	}*/
	
	/*.office-tabs.open {
		max-height: none;
	}*/
	
	/*.office-tabs:before {
		position: absolute;
		right: 15px;
		top: 22px;
		width: 16px;
		height: 10px;
		display: block;
		content: " ";
		background: url(/img/arr_newg.svg) center center no-repeat;
		background-size: contain;
		transition: all 0.2s;
	}*/
	
	.office-tabs.open:before {
		transform: rotate(180deg);
	}

	
	.office-tabs a {
		/*display: block;*/
		font-size: 18px;
		height: 48px;
		line-height: 48px;
		border-top: 1px solid #f5f4f3;
		margin: 0;
		padding: 0 15px;
		text-align: left;
	}
	
	.office-tabs .office-tab-current {
		display: block;
		font-size: 18px;
		height: 48px;
		line-height: 48px;
		border-top: 1px solid #f5f4f3;
		margin: 0;
		color: #082d4e;
		padding: 0 15px;
		text-align: left;
		cursor: pointer;
		position: relative;
		z-index: 2;
	}
	
	.adresses .page-top {
		margin-bottom: 0;
	}
	
	.adresses .offices-sort {
		padding: 0;
	}
	
	.clear_filters {
		display: none;
	}
	
	.adresses .offices-sort .grid-new {
		background: #fbfcfc;
		padding: 0 0 0;
		border-top: 1px solid #f5f4f3;
		transition: all 0.2s;
	}
	
	.adresses .offices-sort .grid-new.opend {
		padding: 0 0 10px;
	}
	
	.adresses .offices-sort .grid-new p {
		background: #fff;
		padding: 15px 15px 10px;
	}
	
	.adresses .offices-sort .grid-new p {
		display: block;
		font-size: 18px;
		height: 48px;
		line-height: 48px;
		border-top: 1px solid #f5f4f3;
		margin: 0;
		color: #082d4e;
		padding: 0 15px;
		text-align: left;
		cursor: pointer;
		position: relative;
		z-index: 2;
	}
	
	.adresses .offices-sort .grid-new p:before {
		position: absolute;
		right: 15px;
		top: 22px;
		width: 16px;
		height: 10px;
		display: block;
		content: " ";
		background: url(/img/arr_newg.svg) center center no-repeat;
		background-size: contain;
		transition: all 0.2s;
	}
	
	.adresses .offices-sort .grid-new.opend p:before {
		transform: rotate(180deg);
	}
	
	.adresses .offices-sort .grid-new .checkbox {
		display: none;
	}
	
	.adresses .offices-sort .grid-new.opend .checkbox {
		display: block;
	}
	
	.adresses .offices-sort .grid-add-new {
		background: #fbfcfc;
		padding: 0 0 0;
		border-top: 1px solid #f5f4f3;
		transition: all 0.2s;
	}
	
	.adresses .offices-sort .grid-add-new.opend {
		padding: 0 0 10px;	
	}
	
	.adresses .offices-sort .grid-add-new p {
		background: #fff;
		padding: 15px 15px 10px;
	}
	
	.adresses .offices-sort .grid-add-new p {
		display: block;
		font-size: 18px;
		height: 48px;
		line-height: 48px;
		border-top: 1px solid #f5f4f3;
		border-bottom: 1px solid #f5f4f3;
		margin: 0;
		color: #082d4e;
		padding: 0 15px;
		text-align: left;
		cursor: pointer;
		position: relative;
		z-index: 2;
	}
	
	.adresses .offices-sort .grid-add-new p:before {
		position: absolute;
		right: 15px;
		top: 22px;
		width: 16px;
		height: 10px;
		display: block;
		content: " ";
		background: url(/img/arr_newg.svg) center center no-repeat;
		background-size: contain;
		transition: all 0.2s;
	}
	
	.adresses .offices-sort .grid-add-new.opend p:before {
		transform: rotate(180deg);
	}
	
	.adresses .offices-sort .grid-add-new .checkbox {
		display: none;
	}
	
	.adresses .offices-sort .grid-add-new.opend .checkbox {
		display: block;
	}
	
	.adresses .offices-sort .checkbox {
		margin: 10px 0;
		padding-left: 15px;
		font-size: 16px;
		width: 100%;
	}
	
	.adresses .offices-sort .checkbox span {
		display: block;
		text-align: left;
	}
	
	.address-types {
		display: block;
		margin: 20px 0 15px;
		text-align: center;
		font-size: 0;
	}
	
	.address-types a {
		color: #3a5672;
		font-size: 15px;
		text-decoration: underline;
		display: inline-block;
		width: 50%;
		text-align: center;
	}
	
	.address-types a.act {
		text-decoration: none;
		color: #565656;
	}
	
	.adresses .offices-sort {
		margin-bottom: 0;
	}
	
	.map-canvas-new {
		display: none;
		width: 100%;
		
	}
	
	
	
	.address-list {
		height: auto;
		overflow: visible;
	}
	
	.addr-left .address-list li .top {
		background: #f6f6f8;
		padding-left: 55px;
		padding-right: 80px;
		padding-top: 5px;
		padding-bottom: 15px;
	}
	
	.addr-left .address-list li .top {
		font-size: 15px;
		text-align: left;
	}
	
	.addr-left .address-list li .address-name {
		text-align: left;
	}
	
	.addr-left .address-list li .content {
		padding-left: 55px;
		position: relative;
		padding-top: 55px;
	}
	
	.addr-left .address-list li .address-worktime {
		font-size: 15px;
		color: #4d4d4d;
		text-align: left;
	}
	
	.addr-left .address-list li .address-now {
		margin-left: -36px;
		font-size: 17px;
	}
	
	.address-view-list {
		left: -15px;
		width: calc(100% + 30px);
		position: relative;
	}
	
	.addr-left {
		width: 100%;
		display: block;
	}
	
	.addr-left .address-list li .call {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 42px;
		line-height: 42px;
		background: #eef1ed;
		border-top: 1px solid #d7dad7;
		border-bottom: 1px solid #d7dad7;
		margin-top: 0;
		padding-left: 20px;
		font-size: 17px;
		color: #082d4e;
		
		text-decoration: none;
	}
	
	.addr-left .address-list li .call .address-info-link {
		display: none;
	}
	
	.addr-left .address-list li .call .fcall {
		font-size: 17px;
		color: #082d4e;
		
		text-decoration: none;
	}
	
	.addr-left .address-list li .call .fcall::before {
		top: 6px;
	}
	
	.addrlist-info-wrap {
		margin-top: 20px;
	}
	
	.addrlist-info-wrap .addrlist-title {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	
	.addrlist-info-wrap .addrlist-desc {
		font-size: 14px;
		line-height: 1.2;
	}
	
	.addrlist-list .addrlist-list-item {
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: top;
		line-height: 1.2;
		margin-bottom: 25px;
	}
	
	.addrlist-list .addrlist-list-item-title {
		font-size: 16px;
		left:30px;
	}
	
	.addrlist-list .addrlist-list-item-text {
		margin-top:30px;
	}
	
	.addrlist-list .addrlist-list-item .img {
		max-height: 40px;
		width: 40px;
		left: 0;
		top: 3px;
	}
	
	
	.ask_your_question-new .container {
		padding: 0;
		padding-top: 480px;
		position: relative;
	}
	
	.ask_your_question-new .auq_form {
		width: 100%;
		height: 480px;
		position: absolute;
		left: 0;
		top: 0;
		padding: 20px 50px;
		float: none;
	}
	
	.ask_your_question-new .auq_form_left {
		display: block;
		float: none;
		width: 100%;
	}
	
	.ask_your_question-new .auq_form .title {
		font-size: 20px;
	}
	
	.auq_form .afi_inp .reqstar {
		left: -20px;
	}
	
	.auq_form_left .form-logo::before {
		background-size: contain;
		
	}
	
	.auq_form_left .form-logo span {
		font-size: 30px;
		margin-bottom: 5px;
	}
	
	.auq_form_left .form-logo {
		font-size: 16px;
		line-height: 1.2;
		padding-left: 120px;
	}
	
	.auq_form_left .form-numbers .num-row {
		width: 250px;
		font-size: 14px;
	}
	
	.auq_form_left .form-numbers .num-row .num {
		font-size: 66px;
		line-height: 47px;
	}
	
	.auq_form_left {
		height: auto;
	}
	
	.auq_form_left .form-numbers {
		padding-left: 0;
	}
	
	.addr-left .address-list li .top .metro {
		position: absolute;
		width: 28px;
		height: 28px;
		background: url(/local/images/M.png) center center no-repeat;
		background-size: 20px auto;
		display: block;
		left: 15px;
		top: calc(50% - 18px);
		border-radius: 100%;
	}
	
	.addr-left .address-list li .top .prem img {
		height: 13px;
	}
	
	.addr-left .address-list li .top .prem {
		right: 50px;
	}
	
	.addr-left .address-list li.act .top {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6ec+0,d8ded8+51,eff3ea+100 */
		background: rgb(242,246,236); /* Old browsers */
		background: -moz-linear-gradient(-45deg, rgba(242,246,236,1) 0%, rgba(216,222,216,1) 51%, rgba(239,243,234,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, rgba(242,246,236,1) 0%,rgba(216,222,216,1) 51%,rgba(239,243,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, rgba(242,246,236,1) 0%,rgba(216,222,216,1) 51%,rgba(239,243,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6ec', endColorstr='#eff3ea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.addr-left .address-list li.act .content {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6ec+0,d8ded8+51,eff3ea+100 */
		background: rgb(242,246,236); /* Old browsers */
		background: -moz-linear-gradient(-45deg, rgba(242,246,236,1) 0%, rgba(216,222,216,1) 51%, rgba(239,243,234,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, rgba(242,246,236,1) 0%,rgba(216,222,216,1) 51%,rgba(239,243,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, rgba(242,246,236,1) 0%,rgba(216,222,216,1) 51%,rgba(239,243,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6ec', endColorstr='#eff3ea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.toggle_filters {
		display: none;
	}
	
	.offices-sort .clear_filters { 
		display: none !important;
	}
	
	.ask_your_question-new .auq_form .afi-hint {
		font-size: 12px;
	}
	
	.address-info-link-mob {
		display: block;
		margin-top: 15px;
		text-align: right;
	}
	
	.address-info-link-mob a {
		color: #082d4e;
		font-size: 17px;
		text-decoration: underline;
	}
	
	
	.addrlist-list {
		padding: 0 30px;
	}
}

@media (max-width:800px) {
	.addrlist-list .addrlist-list-item-title {
		font-size: 14px;
		left:10px;
		top:10px;
	}
}
@media (max-width:600px) {
	.addrlist-list .addrlist-list-item-title {
		font-size: 12px;
		left:10px;
	}
}

.si-frame {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 3px;
	overflow: hidden;
	z-index: 2;
}
.si-content-wrapper {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	background-color: #fff;
}

/* Перенесено из глобального файла */
.si-float-wrapper {
	position: absolute;
	width: 100%
}

.si-float-wrapper,
.si-float-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

[class*=si-wrapper] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	cursor: default
}

.si-wrapper-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -40px;
	margin-left: 0;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%)
}

.si-wrapper-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 0;
	margin-left: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.si-wrapper-left {
	margin-top: -20px;
	margin-left: -11px;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%)
}

.si-wrapper-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: -20px;
	margin-left: 11px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

[class*=si-shadow-wrapper] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .298039;
	z-index: 1
}

/*** !!!!!!!
::marker {
	content: " "
}
*/

.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.si-shadow-frame {
	-webkit-box-shadow: 0 1px 3px 0 #000;
	box-shadow: 0 1px 3px 0 #000
}

[class*=si-shadow-pointer] {
	position: relative;
	width: 15px;
	height: 15px;
	margin: auto
}

[class*=si-shadow-inner-pointer] {
	position: absolute;
	width: 141%;
	height: 141%;
	-webkit-box-shadow: -.7071067812px .7071067812px 3px 0 #000;
	box-shadow: -.7071067812px .7071067812px 3px 0 #000
}

.si-shadow-inner-pointer-top {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(-45deg);
	transform: translate(-50%, 50%) rotate(-45deg)
}

.si-shadow-inner-pointer-left {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-right {
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
	transform: translate(50%, -50%) rotate(-45deg)
}
.si-frame {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 3px;
	overflow: hidden;
	z-index: 2
}
.si-content-wrapper {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	background-color: #fff
}
.si-has-border .si-content-wrapper {
	border: 1px solid #bbb
}
.si-content {
	overflow: auto
}
.si-close-button {
	position: absolute;
	top: 0;
	right: 8px;
	border: 0;
	outline: 0;
	background-color: transparent;
	color: inherit;
	font-size: 24px;
	cursor: pointer;
	opacity: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.si-close-button:focus,
.si-close-button:hover {
	opacity: .8
}
[class*=si-pointer-border] {
	position: absolute;
	border: 15px solid transparent;
	z-index: 3
}
[class*=si-pointer-bg] {
	position: relative;
	border: 15px solid transparent;
	z-index: 4
}
.si-has-border [class*=si-pointer-bg] {
	border-width: 15px
}
.si-pointer-border-bottom,
.si-pointer-border-top {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.si-pointer-border-left,
.si-pointer-border-right {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.si-pointer-top {
	border-bottom: 0
}
.si-pointer-border-top {
	bottom: 0;
	border-top-color: #bbb
}
.si-pointer-bg-top {
	border-top-color: #fff
}
.si-has-border .si-pointer-bg-top {
	top: -1px;
	margin-bottom: 0
}
.si-pointer-bottom {
	border-top: 0
}
.si-pointer-border-bottom {
	top: 0;
	border-bottom-color: #bbb
}
.si-pointer-bg-bottom {
	border-bottom-color: #fff
}
.si-has-border .si-pointer-bg-bottom {
	bottom: -1px;
	margin-top: 0
}
.si-pointer-left {
	border-right: 0
}
.si-pointer-border-left {
	right: 0;
	border-left-color: #bbb
}
.si-pointer-bg-left {
	border-left-color: #fff
}
.si-has-border .si-pointer-bg-left {
	left: -1px;
	margin-right: 0
}
.si-pointer-right {
	border-left: 0
}
.si-pointer-border-right {
	left: 0;
	border-right-color: #bbb
}
.si-pointer-bg-right {
	border-right-color: #fff
}
.si-has-border .si-pointer-bg-right {
	right: -1px;
	margin-left: 0
}