

/* Start:/local/templates/eshop_bootstrap_yellow/components/bitrix/catalog.section.list/distr1/style.css?154468280916482*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/*font-family: 'Open Sans', sans-serif;*/


h1.bx-title {	
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-weight: 400;
  margin-top: 9px;
}

.block-map {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	margin-top: 9px;
	margin-bottom: 46px;
}

.map_markerlist {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map_container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.map__marker-container {
  position: relative;
  display: block;
	width: 280px;
	background-color: #ffffff;
	padding-bottom: 21px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.map__marker-container:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -14px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0;
  border-color: #ffffff transparent transparent;
}

.map__address {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 0;
	max-width: 340px;
	color: #010000;
	padding-left: 15px;
	padding-right: 15px;
}

.map__btn_close {
	width: 17px;
	height: 17px;
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0;
	right: 0;
	background: url('/images/icons/close-green.png') no-repeat;
	background-size: 11px 11px;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.6);
}

.block-addresses {
}

.addresses_list {
	padding-left: 0px !important;
}

.addresses_list:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	right: 15px;
	background-color: #cccccc;
}

.addresses_list .title {
	font-size: 16px;
	color: #999999;
	font-weight: 400;
	padding: 10px 15px 10px 30px;
	margin-bottom: 6px;
}

.list_cities {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.list_cities li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;	
	padding: 14px 15px 12px 30px;
	cursor: pointer;
	color: #333333;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.list_cities li:hover {
	background-color: #70bb18;
	color: #ffffff;
}

.list_cities li.active {
	background-color: #4bbb19;
	color: #ffffff;
}

.addresses_content {	
	font-family: 'Open Sans', sans-serif;
}

.addresses_content .tab_item {
	display: none;
}

.item_address {
	position: relative;
	display: block;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 20px;
}

.item_address:last-child {
	margin-bottom: 0;
}

.item_address a {
	cursor: pointer;
	color: #4bbb19;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item_address a:hover {
	cursor: pointer;
	color: #3c9f0c;
}

.item_content {
	position: relative;
	display: none;
	padding: 16px 30px 0 30px;
}

.item_address .item_head {
	padding: 20px 67px 19px 30px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item_address .item_head:hover {
	background-color: #f4f4f4; /*cbeebc*/
}

.item_address .item_head:before {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 5px;
	background: url('/images/icons/svg/arrow.svg') no-repeat;
	background-size: 100% auto;
	top: 28px;
	right: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item_address .item_head.open:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.item_address .item_head:after {
	content: '';
	display: table;
	clear: both;
}

.item_address .item_head .title {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	width: 70%;
	float: left;
}

.item_address .item_head .info-block {
	width: 30%;
	float: left;
	text-align: right;	
}

.item_address .item_head .info-block div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #515151;
	margin-left: 26px;
}

.item_address .item_head .info-block .quantity-distributor:before {
	content: '';
	position: absolute;
	display: block;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	background: url('/images/icons/svg/icon-distributor.svg') no-repeat;
	background-size: 100% auto;
}

.item_address .item_head .info-block .quantity-wholesaler:before {
	content: '';
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	background: url('/images/icons/svg/icon-wholesaler.svg') no-repeat;
	background-size: 100% auto;	
}

.item_address .list_logo {
	position: relative;
	display: block;
	margin: 0 0 17px 0;
	padding: 0;
}

.item_address .list_logo li {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 16px 0 0;
	padding: 0;	
}

.item_address .list_logo li img {
	max-width: 100px;
	vertical-align: bottom;
}

.item_address p {
	margin: 0 0 36px 0;
}

.item_address .title_table {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	margin-top: 17px;
	margin-bottom: 13px;
}

.item_address .title_table:first-child {
	margin-top: 0;
}

.item_address .table_address {
	border-top: 1px solid #e1e1e1;
}

.hr {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	margin-bottom: 27px;
}

.item_address .table_address table {
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.item_address .table_address table tr:first-child td {
	padding-top: 24px;
}

.item_address .table_address table tr:last-child td {
	padding-bottom: 24px;
}

.item_address .table_address table tr td {
	vertical-align: top;	
	font-size: 14px;
	line-height: 22px;
	padding: 3px 0;
	color: #666666;
}

.item_address .table_address table tr td:first-child {
	width: 100px;
	color: #999999;
}

.item_address .table_address table tr td:nth-child(2) {
	padding-right: 30px;
}

.item_address .table_address table tr td:last-child {
	width: 170px;
}

.item_address .btn-green {
	width: 100%;
	height: 34px;
	background-color: #4bbb19;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-top: 6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none; 
	display: none;
}

.item_address .table_address .btn-green {
	display: block;
}

.item_address .btn-green:hover {
	background-color: #3c9f0c;
}

.list_social-network {
	position: relative;
	display: block;
	margin: 4px 0 0 0;
	padding: 0;
}

.list_social-network li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0 15px 0 0;
}

.list_social-network li a {
	position: relative;
	display: block;
	cursor: pointer;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.list_social-network li a.instagram {
	width: 14px;
	height: 14px;
	background-image: url('/images/icons/svg/icon-instagram.svg');
}

.list_social-network li a.vk {
	width: 17px;
	height: 9px;
	background-image: url('/images/icons/svg/icon-vk.svg');
}

.list_social-network li a.facebook {
	width: 7px;
	height: 14px;
	background-image: url('/images/icons/svg/icon-facebook.svg');
}

.list_social-network li a.youtube {
	width: 15px;
	height: 12px;
	background-image: url('/images/icons/svg/icon-youtube.svg');
}

.list_social-network li a:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.list_social-network li a:hover:after {
	opacity: 1;
}

.list_social-network li a.instagram:after {
	background-image: url('/images/icons/svg/icon-instagram_hover.svg');
}

.list_social-network li a.vk:after {
	background-image: url('/images/icons/svg/icon-vk_hover.svg');
}

.list_social-network li a.facebook:after {
	background-image: url('/images/icons/svg/icon-facebook_hover.svg');
}

.list_social-network li a.youtube:after {
	background-image: url('/images/icons/svg/icon-youtube_hover.svg');
}

.list_brands {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.list_brands li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 11px 0 0;
	padding: 0;
}

.list_brands li img {
	max-height: 15px;
	vertical-align: bottom;
}

.block-partnership {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 50px;
	margin-bottom: 55px;
	padding: 53px 30px 60px 30px;
}

.block-partnership .title {
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 13px;
}

.block-partnership .text {
	text-align: center;
	color: #666666;
	font-size: 14px;
	font-weight: 400;	
}

.form-partnership {
	position: relative;
	display: block;
	width: 100%;
	max-width: 360px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

.form-partnership .str {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.form-partnership .str:last-child {
	margin-bottom: 0;
}

.form-partnership .input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #666666;
	font-size: 14px;
	background-color: #eff0f1;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-partnership .textarea {
	width: 100%;
	height: 95px;
	min-height: 95px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	background-color: #eff0f1;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 12px 20px;	
	resize: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-partnership .input.error,
.form-partnership .textarea.error {
	border-color: #c80c00;	
}

.form-partnership .input:hover,
.form-partnership .input:focus,
.form-partnership .input:active,
.form-partnership .textarea:hover,
.form-partnership .textarea:focus,
.form-partnership .textarea:active {
	border-color: #4bbb19;
}

.form-partnership .btn-green {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 170px;
	height: 45px;
	background-color: #4bbb19;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none; 
}

.form-partnership .btn-green:hover {
	background-color: #3c9f0c;
}

.gm-style .gm-style-iw {
	overflow: visible !important;
}

.cities_active {
	position: relative;
	display: none;
	background-color: #4bbb19;
	color: #ffffff;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cities_active:before {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 5px;
	background: url('/images/icons/svg/arrow_white.svg') no-repeat;
	background-size: 100% auto;
	top: 23px;
	right: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.cities_active.open:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.cities_active:hover {
	background-color: #3c9f0c;
}

.gmnoprint div {
}
@media screen and (max-width: 1099px) {

  .addresses_list .title {
  	padding-left: 15px;
	  font-size: 15px;
	  padding-top: 0;
	  margin-bottom: 0;
  }

  .list_cities li {
  	padding-left: 15px;
  	padding-top: 10px;
  	padding-bottom: 9px;
	  font-size: 15px;
  }

  .block-map {
  	margin-bottom: 35px;
  }

  .addresses_content {
  	padding-left: 9px;
  }

  .block-partnership {
  	width: auto;
  	margin-left: -6px;
  }
}

@media screen and (min-width: 992px) {
	.list_cities {
		display: block !important;
	}
}

@media screen and (max-width: 991px) {

	h1.bx-title {
		margin-top: 5px;
	}

	.cities_active {
		display: block;
	}

	.list_cities {
		position: absolute;
		display: none;
		background-color: #ffffff;
		width: 100%;
		left: 0;
		z-index: 1;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.24);
		-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.24);
		box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.24);
	}

	.addresses_list:after {
		display: none;
	}

	.block-addresses {
		padding-left: 15px;
		padding-right: 15px;
	}

	.list_cities li {
  	font-size: 16px;
    padding: 9px 20px 8px 20px;
  }

  .addresses_list {
  	padding-right: 0px !important;
  }

  .block-map {
    margin-bottom: 30px;
  }

  .addresses_list .title {
  	padding-left: 0;
  	padding-right: 0;
  	font-size: 16px;
  }

  .addresses_content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
  }

  .item_address .item_head {
    padding: 20px 47px 19px 20px;
  }

  .item_address .item_head:before {
  	right: 20px;
  }

  .item_address .item_head .info-block div {
  	margin-left: 16px;
  }

  .item_address .item_head .info-block div:first-child {
  	margin-left: 0;
  }

  .item_address {
  	margin-bottom: 15px;
  }

  .item_content {  	
    padding: 12px 20px 0 20px;
  }

  .item_address p {
  	margin-bottom: 20px;
  }

  .item_address .table_address table tr td:last-child {
    width: 154px;
  }

  .item_address .table_address table tr td:nth-child(2) {
    padding-right: 0;
  }

  .item_address .table_address table tr td:first-child {
    width: 90px;
  }

  .item_address .table_address table tr:first-child td {
    padding-top: 20px;
  }

  .item_address .table_address table tr:last-child td {
    padding-bottom: 20px;
  }

  .item_address .btn-green {
  	margin-top: 2px;
  }

  .block-partnership {
  	margin-top: 29px;
  	margin-left: -15px;
  	margin-right: -15px;
  	width: auto;
    padding: 32px 20px 38px 20px;
  }

  .form-partnership {
  	margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {

	.block-map {
		width: auto;
		border-left: none;
		border-right: none;
    margin: 22px -15px 20px -15px;
	}

	.addresses_list .title {
		font-size: 14px;
	}

	.cities_active {
		font-size: 15px;
    padding: 0 18px;
	}

	.list_cities li {
    font-size: 15px;
    padding: 7px 18px 6px 18px;
  }

	.item_address .item_head .title {
		font-size: 15px;
		width: 100%;
		float: none;
	}

	.item_address .item_head .info-block {
		width: 100%;
		float: none;
		text-align: left;
		margin-top: 2px;
	}

	.item_address .item_head {
    padding: 9px 40px 7px 20px;
  }

  .item_address .item_head .info-block div {
    margin-left: 36px;
  }

  .item_address .item_head .info-block .quantity-distributor:before {
  	top: 4px;
  }

  .item_address .item_head .info-block .quantity-wholesaler:before {
  	top: 5px;
  }

  .item_address .list_logo {
  	margin-bottom: 0px;
  }

  .item_address .list_logo li {
  	margin-bottom: 13px;
  }

  .item_address .list_logo li img {
    max-width: 80px;
  }

  .item_content {
  	padding-top: 15px;
  }

  .item_address {
  	line-height: 22px;
  }

  .block-addresses {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item_address .list_logo li:last-child {
  	margin-right: 0;
  }

  .item_address .table_address table tr td:first-child {
    width: 80px;
  }

  .item_address .table_address table tr:first-child td:last-child {
  	display: none;
  }

  .item_address .btn-green {
    display: block;
    margin-bottom: 24px;
    max-width: 400px;
  }

  .item_address .table_address table tr td:nth-child(2) {
    padding-right: 0px;
  }

  .item_address .title_table {
  	margin-top: 0;
  }

  .hr {
  	margin-bottom: 22px;
  }

  .item_address p {
    margin-bottom: 18px;
  }

  .item_address .item_head:hover {
    background-color: #ffffff;
  }

  .block-partnership {
    padding: 35px 20px 40px 20px;
    margin-bottom: 40px;
  }

  .block-partnership .title {
  	font-size: 18px;
    margin-bottom: 8px;
  }

  .form-partnership .str {
  	margin-bottom: 12px;
  }

  .form-partnership {
    margin-top: 38px;
  }

  .form-partnership .btn-green {
  	margin-top: 20px;
  }

  .sidebar {
  	display: none;
  }
}
/* End */
/* /local/templates/eshop_bootstrap_yellow/components/bitrix/catalog.section.list/distr1/style.css?154468280916482 */
