

/* Start:/local/templates/gkgross-ru/components/bitrix/news.list/academy-coach/style.css?1769498666667*/
.coach-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
			gap: 30px
}
.coach-img {
	flex-shrink: 0;
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
}
.coach-content {
	padding: 0 0 50px 0px;
}
.coach-title {
	font-family: 'Unbounded';
	font-size: 41px;
	font-weight: 400;
	padding-bottom: 20px;
}
.coach-position {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
}
.coach-desc {
	font-family: 'Roboto';
	font-size: 18px;
}
@media (max-width: 574px) {
	.coach-item {
		flex-direction: column;
		align-items: center;

	}
}
/* End */


/* Start:/local/templates/gkgross-ru/components/bitrix/catalog.section.list/academy-direction/style.css?17694986681407*/

.direction-title {
	font-family: 'Unbounded';
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
}
.direction-desc {
	font-family: 'Roboto';
	font-size: 18px;
}
@media (max-width: 574px) {
	.coach-item {
		flex-direction: column;
		align-items: center;

	}
}

.direction-item {
	position: relative;
	width: 100%;
	height: 300px;
	color: #ffffff;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	
}
.direction-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  pointer-events: none; /* Чтобы клики проходили сквозь */
}

.direction-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
}
.direction-item:hover .direction-img {
    transition: 1s;
    transform: scale(1.1);
}
.direction-img::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );

}
.direction-content{
	position: absolute;
	flex-direction: column;
	bottom: 0;
	width: 100%;
		display: flex;
	align-items: flex-start;
	justify-content: flex-end;
		padding: 10px;
		z-index: 2;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1713437688666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/gkgross-ru/components/complex/feedback/academy-feed/style.css?1769498664299*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

/* End */
/* /local/templates/gkgross-ru/components/bitrix/news.list/academy-coach/style.css?1769498666667 */
/* /local/templates/gkgross-ru/components/bitrix/catalog.section.list/academy-direction/style.css?17694986681407 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1713437688666 */
/* /local/templates/gkgross-ru/components/complex/feedback/academy-feed/style.css?1769498664299 */
