
/*** START OF SHOPS PAGE STYLES ***/
.shops_table_cell {
	vertical-align: top;
	padding: 10px 0 50px 0;
}
.shops_table_cell_a {
	font-size: 18px;
	font-weight: 100;
	line-height: 24px;
	color: #a21d20;
	border-bottom: 1px solid #a21d20;
	text-decoration: none;
}
.shops_table_cell_a:hover {
	color: red;
	border-bottom: 1px solid red;
	text-decoration: none !important;
}
.shops_table_cell_adress_name {
	border-bottom: 1px dotted #a21d20;
}
.shops_table_cell_adress_name:hover {
	color: red;
	border-bottom: 1px dotted red;
	text-decoration: none !important;
}
.shops_table_cell_adress_icon {
	display: block;
	float: left;
}
.shops_table_cell_subway_icon {
	float: left;
	margin-top: 9px;
}
.shops_table_cell_subway_name {
	float: left;
	margin: 3px 0 0 9px;
    font-size: 1.55em;
    line-height: 1.8;
}
.shops_table_cell_subway_time {
	float: left;
    font-size: 1.55em;
    line-height: 1.8;
	font-style: italic;
	opacity: 0.4;
	margin: 3px 0 0 7px;
	padding-right: 9px;
}
.shops_table_cell_shop_page_link {
	float: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	border-bottom: 1px solid #a21d20;
	margin-top: 7px;
}
.shops_table_cell_shop_page_link:hover {
	color: red;
	border-bottom: 1px solid red;
}
.shops_table_cell_shop_page_description {
	float: left;
	margin: 0;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    font-size: 1.55em;
    line-height: 1.65;
    position: relative;
}
/*** END OF SHOPS PAGE ***/




/*** WIDE BANNER ***/
.new_col_map {
	width: 100%;
	margin: 0 -60px;
}
.main_img_container {
  width: 1152px;
  height: 480px;
  display: block;
  position: relative;
  margin-left: -60px;
  margin-right: -60px;
}
.map_description_title {
	float: left;
	font-family: '133 regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
	border-bottom: 1px solid #a21d20;
	color: #A52826;
	margin: 6px 0 5px 0;
}
.map_description {
	font-family: '133 regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-bottom: 5px;
}
.map_place_time_icon {
	float: left;
	margin-top: 5px;
}
.map_place_time_text {
	float: left;
	font-weight: bold;
	line-height: 28px;
	margin-left: 7px;
}

@media screen and (max-width: 1200px) {
	.main_img_container { width: 960px; }
}
@media screen and (max-width: 984px) {
	.main_img_container { margin-left: -24px; width: 888px !important; }
	.shops_switcher_container { margin: 0 -24px 20px -24px !important; }
	.shops_buttons { margin-left: 24px !important; }
}
@media screen and (max-width: 640px) {
	.main_img_container { width: 640px !important; }
}

.shops_main_tabs {
	font-size: 16px;
	color: #999;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;	
	padding: 33px 4%;
	height: 64px;
	display: inline-block;
	position: relative;
}
.shops_main_tabs.active {
	background-color: #fff;
	color: black;
}
.shops_main_tabs.disable {
	position: relative;   
}
.shops_main_tabs:hover {
	background-color: #f8f8f8;
}

.shops_switcher_container {
	background-color: #efefef;
	height: 66px;
	margin: 0 -60px 20px -60px;
}
.shops_buttons {
	margin-left: 60px;
}





/*** START OF SHOP IMAGES STYLES ***/
.shop_images {
	display: table;
}
.shop_images .scaled_image {
	background-size: cover;
	height: 100%;	
	-moz-transition: all 15s ease-out;
	-o-transition: all 15s ease-out;
	-webkit-transition: all 15s ease-out;
}
.shop_images .scaled_image:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.shop_images .left {
	display: table-cell;
	background-color: #cc7474; 
	overflow: hidden;
}
.shop_images .center {
	display: table-cell;
	background-color: #907070;
	overflow: hidden;
}
.shop_images .right {
	display: table-cell;
	background-color: #cc7474; 
	overflow: hidden;
}
/*** END OF SHOP IMAGES STYLES ***/



/*** START OF SHOP INFO STYLES ***/
.shop_info {
	width: 100%;
	margin: 6px 0 12px -28px;
}
.shop_info_icon {
	display: table-cell;
	width: 18px;
	height: 100%;
}
.shop_info_title {	
	display: table-cell;
	height: 100%;
	vertical-align: top;
	padding-left: 8px;
	font-family: '133 semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.shop_info_p {
	display: block;
	font-family: '133 regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-top: 18px;
	line-height: 26px;
}
.shop_info_adress {
	float: left;
	width: 32%;
}
.shop_info_adress_name {
	padding: 4px 0 0 11px;
}
.shop_info_separator{
	float: left;
	width: 3%;
}
.shop_info_contacts {
    float: left;
    width: 32%;
}
.shop_info_facebook_button {
	display: block;
	height: 29px;
	width: 172px;
	margin: 15px 0 15px 0px;
	background: #6f82a8;
	background-image: -webkit-linear-gradient(top, #6f82a8, #4c6091);
	background-image: -moz-linear-gradient(top, #6f82a8, #4c6091);
	background-image: -ms-linear-gradient(top, #6f82a8, #4c6091);
	background-image: -o-linear-gradient(top, #6f82a8, #4c6091);
	background-image: linear-gradient(to bottom, #6f82a8, #4c6091);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 0px 1px 1px #15253c;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	vertical-align: middle;
	padding-bottom: 1px;
	text-align: left;
	border: solid #2e4464 1px;
	text-decoration: none;
}
.shop_info_facebook_button:hover {
	background: #4c6091;
	background-image: -webkit-linear-gradient(top, #4c6091, #6f82a8);
	background-image: -moz-linear-gradient(top, #4c6091, #6f82a8);
	background-image: -ms-linear-gradient(top, #4c6091, #6f82a8);
	background-image: -o-linear-gradient(top, #4c6091, #6f82a8);
	background-image: linear-gradient(to bottom, #4c6091, #6f82a8);
	text-decoration: none;
}
.shop_info_working_time {}

/***/
.shop_info_map {
	margin: 0 0 100px 0;
}
.shop_info_map_title {
	text-align: center;
	font-family: '133 semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.shop_info_map_map {
	margin: 20px auto; 
	width: 190px;
	height: 190px;
	background: red;

	-moz-border-radius: 95px / 95px;
    -webkit-border-radius: 95px / 95px;
    border-radius: 95px / 95px;

    -moz-transition: all 0.07s ease-in;
	-o-transition: all 0.07s ease-in;
	-webkit-transition: all 0.07s ease-in;

	overflow: hidden;
}
/*.shop_info_map .map:hover {
	-webkit-transform: scale(1.43); 
	-moz-transform: scale(1.435); 
	-o-transform: scale(1.435);

	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}*/
.shop_info_map_subway {
	margin: auto;
	background-color: white;
}
.shop_info_map_subway_icon {
	display: table-cell;
	margin-top: 7px;
}
.shop_info_map_subway_name {
	display: table-cell;
	padding-left: 6px;
	font-size: 15px;
	color: #888;
}
.shop_info_map_p {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
/* strip after */
.strip_after_shop_info {
	width: 100px;
	height: 2px;
	background-color: #a21d20;
	margin-bottom: 20px;
}
/*** END OF SHOP INFO STYLES ***/




/*** EXPERTIZE STYLE ***/
.expertize_img {
	width: 100%;
	height: 100%;
	background-image: url(/public/images/expertize/expertize_background-min.jpg);
	background-size: cover;
}
.expertize_img_title_div {	
	width: 610px;
	height: 100%;
	margin: auto;
	text-align: center;
	height: 82px;
	background-color: #f9f9f9;
	font-family: Georgia, serif;
	font-size: 54px;
	line-height: 76px;
}
.expertize_img_title_description {
	text-align: center;
	font-family: '133 regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: white;
	margin-top: 14px;
}
.expertize_tab_switcher {
	width: 100%;
	background-color: #efefef;
}
.expertize_tab_buttons {
	width: 90%;
	margin: auto;
}
.expertize_tab {
	display: inline-block;
	height: 64px;
	margin-bottom: 0;

	font-size: 16px;
	color: #999;

	text-align: center;
	white-space: nowrap;
	vertical-align: middle;	
	padding: 33px 4%;
	
	background-color: #efefef;
	border: none;
	box-shadow: none;
}
ul.expertize_tab_buttons li:not(.expertize_tab_active):hover { 
	background-color: #f8f8f8; 
	cursor: pointer; 
}
.expertize_tab_active {
	background-color: #fff;
	color: black;
}



ul.zag{ 
padding: 0; 
margin: 25px 0; 
}
ul.zag li { 
display: inline-block; 
font-size: 17px; 
text-transform: uppercase; 
border: 1px solid #ccc; 
padding: 10px 20px; 
border-bottom: none; 
cursor: pointer; 
border-top-left-radius: 6px; 
border-top-right-radius: 6px; 
background-color: #ff3333; 
color: #fff; 
}
ul.zag li:first-child { 
border-right: none; 
}
.zagactive{ 
background: #fff !important; 
background-color: #fff !important; 
color: #000 !important; 
}
.secttab{ 
display: none; 
width: 90%; 
}
.activetab{ 
width: 100%; 
display: table; 
}




.expertize_content {
	margin-top: 64px;
}
.expertize_large_content_header {
	font-size: 30px !important;
	line-height: 40px !important;
	margin-top: 64px !important;
	padding: 80px 18% !important;
	text-align: center;
}