

/* Start:/business-school/contacts/css/contacts.css?17530887655111*/
.content__header.content__header--contacts{
  margin-bottom: 80px;
}
.inner-content{
  display: flex;
  justify-content: space-between;
}
.inner-content__block.inner-content__block-sidebar{
  min-width: 420px;
  width: 420px;
  margin-right: 33px;
}
.inner-content__block.inner-content__block-sidebar h2{
  margin-top: 0;
  margin-bottom: 32px;
}
.inner-content__block.inner-content__block-main{
  flex-grow: 1;
}
.inner-content .b-table a[href^="tel"],
.inner-content .custom-table table a[href^="tel"]{
  color: var(--site-default-color);
}
.inner-content .b-table a[href^="tel"]:hover,
.inner-content .custom-table table a[href^="tel"]:hover{
  color: var(--site-accent-blue-color);
}
.inner-content .b-table tr,
.inner-content .custom-table table tr{
  position: relative;
}
.inner-content .b-table button.copy-btn,
.inner-content .custom-table button.copy-btn{
  position: absolute;
  right: 0;
  top: 23.5px;
  /* transform: translateY(-50%); */
}
.inner-content .b-table td,
.inner-content .b-table th,
.inner-content .custom-table table td,
.inner-content .custom-table table th{
  white-space: unset;
  padding: 23.5px 77px 23.5px 0;
  vertical-align: top;
  position: relative;
}

.inner-content .b-table td:first-child,
.inner-content .b-table th:first-child,
.inner-content .custom-table table td:first-child,
.inner-content .custom-table table th:first-child{
  white-space: nowrap;
  color: var(--site-dark-grey-color);
  font-size: 15px;
  line-height: 21px;
  padding: 23.5px 77px 23.5px 0;
}
.inner-content .b-table,
.inner-content .custom-table table{
  margin: 0;
}
.inner-content + .inner-content{
  margin-top: 100px;
}
.inner-content .b-table tr:last-child, .inner-content .b-table tr:last-child, .inner-content .custom-table table tr:last-child, .inner-content .custom-table table tr:last-child{
  border-bottom: unset;
}
.inner-content .b-table tr:last-child td:last-child, .inner-content .b-table tr:last-child th:last-child,
.inner-content .custom-table table tr:last-child td:last-child, .inner-content .custom-table table tr:last-child th:last-child{
  padding-right: 0;
}
.inner-content .b-table tr:nth-child(3) a[target="_blank"], .inner-content .custom-table table tr:nth-child(3) a[target="_blank"]{
  display: inline-block;
  margin-top: 9px;
}
@media(max-width: 1024px){
	.inner-content{
    flex-direction: column;
  }
  .inner-content__block.inner-content__block-sidebar{
    position: relative;
    min-width: 100%;
    width: 100%;
    margin-right: unset;
  }
  .inner-content__block.inner-content__block-main{
    flex-grow: 1;
  }
  .content__header.content__header--contacts h1.content__title{
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.03em;
    margin-top: 60px;
    max-width: 620px;
  }
}
@media(max-width: 640px){
  .inner-content .b-table td,
  .inner-content .b-table th,
  .inner-content .custom-table table td,
  .inner-content .custom-table table th{
    position: unset;
  }

  .inner-content .b-table td, .inner-content .b-table th, .inner-content .custom-table table td, .inner-content .custom-table table th{
    display: block;
    padding: 0;
  }
  .inner-content .b-table td:first-child, .inner-content .b-table th:first-child, .inner-content .custom-table table td:first-child, .inner-content .custom-table table th:first-child{
    padding: 0;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .inner-content .b-table tr, .inner-content .custom-table table tr{
    padding: 24px 0;
    display: block;
  }
  .inner-content .b-table tr:first-child, .inner-content .custom-table table tr:first-child{
    border-top: unset;
    padding-top: 0;
  }
  .inner-content .b-table tr:nth-child(1), .inner-content .custom-table table tr:nth-child(1),
  .inner-content .b-table tr:nth-child(2), .inner-content .custom-table table tr:nth-child(2),
  .inner-content .b-table tr:nth-child(3), .inner-content .custom-table table tr:nth-child(3){
    font-size: 18px;
    line-height: 25px;
  }
  .inner-content .b-table tr:nth-child(3) a, .inner-content .custom-table table tr:nth-child(3) a{
    font-size: 16px;
    line-height: 22px;
  }
  .inner-content .b-table tr:nth-child(4), .inner-content .custom-table table tr:nth-child(4),
  .inner-content .b-table tr:nth-child(5), .inner-content .custom-table table tr:nth-child(5),
  .inner-content .b-table tr:nth-child(6), .inner-content .custom-table table tr:nth-child(6){
    padding-right: 38px;
  }
  .content__header.content__header--contacts h1.content__title{
    font-size: 32px;
    line-height: 32px;
    margin-top: 40px;
  }
  .content__header.content__header--contacts {
    margin-bottom: 40px;
  }
  .inner-content + .inner-content {
    margin-top: 55px;
  }
  .inner-content__block.inner-content__block-sidebar h2 {
    margin-bottom: 21px;
  }
  .inner-content__block.inner-content__block-sidebar{
    position: unset;
  }
  .inner-content.inner-content--map{
		position: relative;
	}
}

/* End */


/* Start:/local/templates/template.cbs/components/ma/catalog.section.list/branches/style.css?17530887664320*/

.branches__section-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: -12px;
}

.accordion__btn .branches__section-name {
	margin-top: 0;
	/* margin-bottom: 12px; */
}
.branches__section-count{
	margin-top: 12px;
}
.branches__section-name.h4{
	margin: 0;
}

.branches__section-count {
	color: var(--site-grey-color);
	font-size: 15px;
	line-height: 1.4;
}
.branches__item + .branches__item{
	margin-top: 24px;
}
.branches__item-wrapper span{
	display: block;
}
.branches__item-wrapper span.address{
	margin-bottom: 8px;
}
.branches__item-wrapper span + span{
	margin-top: 12px;
}
.branches__item-name{
	width: 100%;
}
.branches__item-name h5{
	margin: 0;
	margin-bottom: 8px;
}
.branches__item-wrapper{
	position: relative;
}
.branches__item-wrapper a.map-link{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.branches__item-representation{
	font-size: 15px;
	line-height: 21px;
	color: var(--site-grey-color);
	margin-bottom: 24px;
	/* margin-top: 8px; */
}
.branches__section-list.branches__section-list--map{
	min-height: 700px;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 0;
}
.branches__section-list.branches__section-list--map #map{
	height: 100%;
	max-width: 100%;
	min-height: 700px;
}
.custom-hint {
	display: inline-block;
	padding: 8px 12px;
	height: 37px;
	position: relative;
	left: calc(50% - 10px);
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: -80px;
	width: auto;
	text-align: center;
	background-color: var(--site-white-color);
	border-radius: 8px;
	font-size: 15px;
	line-height: 21px;
	-webkit-box-shadow: var(--site-shadow);
	        box-shadow: var(--site-shadow);
					white-space: nowrap;
}
.custom-hint::before{
	position: absolute;
	content: '';
	height: 16px;
	width: 16px;
	border: 8px solid transparent;
	border-top-color: var(--site-white-color);
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.location-popup-holder{
	display: none;
	position: relative;
	background: var(--site-white-color);
	border-radius: 12px;
	padding: 24px;
	padding-right: 38px;
}
.location-popup-holder.show{
	display: block;
}
.location-popup-close{
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
	z-index: 22;
}
.location-popup-holder a.map-link{
	display: none !important;
}
@media(max-width: 1024px){
  .location-popup-holder{
    position: absolute;
		max-width: 300px;
    top: calc(100% + 12px);
    left: 12px;
		z-index: 10;
  }
	.branches__section-list.branches__section-list--map #map{
		min-height: 540px;
	}
	.branches__section-list.branches__section-list--map{
		min-height: 540px;
	}
}
@media(max-width: 650px){
	.branches__item-wrapper a.map-link{
		position: relative;
		top: unset;
		right: unset;
		margin-bottom: 20px;
		margin-top: 8px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.branches__item-wrapper a.map-link:hover{
		border-color: transparent;
	}
	.branches__section-count {
    color: var(--site-grey-color);
    font-size: 14px;
    line-height: 1.4;
	}
	.branches__item-representation {
    font-size: 14px;
    line-height: 20px;
	}
	/* .branches__section-list--map{
    margin: 0 -20px;
  } */
	.branches__section-list.branches__section-list--map #map{
		min-height: 600px;
	}
	.branches__section-list.branches__section-list--map{
		min-height: 600px;
	}
	.location-popup-holder {
		padding: 20px;
    max-width: unset;
    top: unset;
    left: 0px;
    bottom: 20px;
    right: 0;
	}
	.location-popup-close {
    top: 20px;
    right: 20px;
	}
	.inner-content.inner-content--map .inner-content__block.inner-content__block-main{
		margin: 0 -20px;
		border-radius: 12px;
		overflow: hidden;
	}
	.branches__section-list[data-tab-value="list"]{
		padding: 0 20px;
	}
	.branches__section-list.branches__section-list--map #map{
		border-radius: 12px;
		overflow: hidden;
	}
}

/* End */
/* /business-school/contacts/css/contacts.css?17530887655111 */
/* /local/templates/template.cbs/components/ma/catalog.section.list/branches/style.css?17530887664320 */
