* {
	box-sizing: border-box;
}

body {
	margin: 0;
}
.content_bg{
	background-color: #f7f7f8;
}
.content {

}

.content .backButton {
	font-size: 16px;
}
.opportunity_bg{
	background: linear-gradient(#fff 25%, #f7f7f8 75%);

}
.opportunity {
	padding-top: 24px;
}

.opportunityCard {
	margin: 0px auto;
	width: fit-content;
	height: fit-content;
	background-color: #fff;
	border-radius: 32px;
	display: grid;
	grid-template-columns: 736px 380px;
	border: 1px solid #f7f7f8;
	filter: drop-shadow(6px 6px 12px rgba(71, 70, 83, 0.04));
}

.photos {
	margin-top: 108px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f7f7f8;
}

.photosHeader {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.02em;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.photosDivider {
	width: 926px;
	border-bottom: 1px solid #adadb8;
	opacity: 0.5;
	margin-left: 19px;
}

.photosGrid {
	display: grid;
	grid-template-columns: repeat(4, 261px);
	grid-gap: 24px;
	margin: 24px auto 80px;
}

.photo {
	height: 200px;
	border-radius: 12px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.opportunityLeft {
	padding: 40px 72px;
}

.opportunityHeader {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.02em;
	text-align: left;
}

.opportunityText {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 24px;
}

.opportunityTags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.opportunityTag {
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: -0.02em;
	text-align: left;
	padding: 6px 10px;
	background-color: #f7f7f8;
	margin-right: 8px;
	margin-bottom: 8px;
}

.twoLinks {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(2, 290px);
	grid-template-rows: 36px;
	grid-gap: 12px;
}

.linkContainer {
	display: flex;
}

.opportunityLink {
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 10px 12px;
	background-color: #d70c52;
	border-radius: 8px;
	width: 100%;
	text-decoration: none;
}

.opportunityLink:hover {
	background-color: #f20d5c;
}

.opportunityLink:focus {
	background-color: #c10b4a;
}

.threeButtons {
	display: grid;
	grid-template-columns: repeat(3, 189.33px);
	grid-gap: 12px;
	margin-top: 24px;
}

.linkText {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #adadb8;
	margin-bottom: 4px;
}

.infoText {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #adadb8;
	margin-bottom: 4px;
}

.scheduleContainer {
	margin-top: 24px;
}

.schedule {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	padding: 10px 12px;
	border: 1px solid #adadb8;
	border-radius: 8px;
	width: 100%;
}

.opportunityTel {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	padding: 10px 12px;
	border: 1px solid #d70c52;
	border-radius: 8px;
	text-decoration: none;
	color: #474653;
}

.opportunityTel:hover {
	background-color: #f20d5c;
	color: #fff;
}

.opportunityTel:focus {
	background-color: #c10b4a;
	color: #fff;
}

.textButton {
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
	padding: 10px 12px;
	border: 1px solid #adadb8;
	border-radius: 8px;
}

.oneLink {
	display: flex;
	width: 100%;
	margin-top: 24px;
}

.twoButtons {
	display: grid;
	grid-template-columns: repeat(2, 290px);
	grid-gap: 12px;
	margin-top: 24px;
}

.btnWithText {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.opportunityRight {
	padding: 24px 24px 24px;
}

.twoPhotos {
	display: grid;
	grid-template-columns: repeat(2, 153.3px);
	grid-gap: 24px;
	height: fit-content;
}
.fundPageHeading{
	padding-top: 30px;
	max-width: 1118px;
	display: flex;
	margin: 0 auto;
}
.trainerPhotoContainer {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.trainerPhoto {
	border-radius: 12px;
	width: 100%;
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.onePhoto {
	height: 180px;
	display: flex;
	width: 100%;
}

.withPhoto {
	display: grid;
	grid-template-rows: repeat(2, 48%);
}

.withPhoto .map {
	height: 204px;
}

.mapContainer {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.map {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

@media (max-width: 1081px) {
	.fundPageHeading{
		max-width: 728px;
	}
	.opportunityCard {
		grid-template-columns: 728px;
	}
	.photosGrid {
		grid-template-columns: repeat(3, 226.67px);
	}
	.photo {
		height: 172px;
	}
	.content .backButton {
		font-size: 14px;
	}
	.photosDivider {
		width: 501px;
		margin-left: 80px;
	}
	.photosHeader {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -0.02em;
	}
	.opportunityLeft {
		padding: 40px;
	}
	.twoLinks {
		grid-template-columns: repeat(2, 318px);
	}
	.threeButtons {
		grid-template-columns: repeat(3, 208px);
	}
	.twoButtons {
		grid-template-columns: repeat(2, 318px);
	}
	.twoPhotos {
		grid-template-columns: repeat(2, 159.5px);
		grid-gap: 12px;
	}
	.withPhoto {
		display: grid;
		grid-template-columns: 331px 333px;
		grid-template-rows: 180px;
		grid-gap: 16px;
	}
	.trainerPhotoContainer {
		height: 180px;
	}
	.trainerBigPhoto {
		height: 328px;
	}
	.mapContainer {
		height: 160px;
	}
	.withPhoto .map {
		height: 100%;
	}
}

@media (max-width: 428px) {
	.fundPageHeading{
		padding-left: 16px;
	}
	.opportunityCard {
		grid-template-columns: 328px;
	}
	.content .backButton {
		font-size: 13px;
		line-height: 16px;
	}
	.photosDivider {
		width: 152px;
		margin-left: 25px;
	}
	.photosGrid {
		grid-template-columns: repeat(2, 152px);
	}
	.photo {
		height: 116px;
	}
	.opportunityLeft {
		padding: 48px 16px 24px;
	}
	.opportunityRight {
		padding: 0px 14px 14px;
	}
	.mapContainer {
		height: 320px;
		margin-top: 12px;
	}
	.onePhoto {
		height: 180px;
	}
	.opportunityHeader {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: -0.02em;
	}
	.opportunityText {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0em;
	}
	.twoLinks {
		grid-template-columns: repeat(2, 142px);
	}
	.threeButtons {
		grid-template-columns: 296px;
	}
	.twoButtons {
		grid-template-columns: 100%;
	}
	.twoPhotos {
		grid-template-columns: repeat(2, 142px);
	}
	.withPhoto {
		display: block;
	}
	.trainerBigPhoto {
		height: 296px;
	}
}

@media (max-width: 320px) {
	.opportunityCard {
		grid-template-columns: 300px;
	}
	.photosDivider {
		width: 140px;
		margin-left: 15px;
	}
	.photosGrid {
		grid-template-columns: repeat(2, 140px);
		grid-gap: 15px;
	}
	.photo {
		height: 116px;
	}
	.opportunityLeft {
		padding: 48px 10px 24px;
	}
	.opportunityHeader {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: -0.02em;
	}
	.opportunityText {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0em;
	}
	.twoLinks {
		grid-template-columns: repeat(2, 135px);
	}
	.threeButtons {
		grid-template-columns: 280px;
	}
	.twoPhotos {
		grid-template-columns: repeat(2, 130px);
	}
}

.filter_nav {
	position: relative;
	/*width: clamp(320px, 50vw ,100%);*/
	width: 100%;
	transition: all 0.2s ease-out;
}

.fundSelectInput {
	width: 100%;
}

.filter_nav h2 {
	flex: 1;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}

.filter_input_container {
	display: flex;

}

.fundInput {
	padding: 11px 16px;
	border: 1px solid #F7F7F8;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ADADB8;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

.dropdown_arrow {

}

.fundSelectInput:focus {
	/*outline: 1px solid #00818E;*/
}

.toggle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
	height: 40px;
}


.toggle:not(:checked) ~ .fundInput > .dropdown_arrow_less {
	display: none;
}

.toggle:not(:checked) ~ .fundInput > .dropdown_arrow_more {
	display: block;
}

.toggle:checked ~ .fundInput > .dropdown_arrow_less {
	display: block;
}

.toggle:checked ~ .fundInput {
	border-color: #00818E;
	border-bottom: 1px solid transparent;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.toggle:checked ~ .fundInput > .dropdown_arrow_more {
	display: none;
}


.toggle:not(:checked) ~ ul {
	visibility: hidden;
	opacity: 0;
}

.toggle:checked ~ .fundSelectInput {
}

/*.filter_nav {*/
/*    border: 1px solid #000000;*/
/*}*/


.filter_nav ul {
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 12px;
	margin: 0;
	background: white;
	list-style: none;
	overflow: hidden;
	transition: all 0.2s ease-out;
	width: 100%;
	position: absolute;
	border: 1px solid #00818E;
	border-top: 1px solid #F7F7F8;
	border-radius: 12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 100;
}

.filter_check {
	margin: 0;
}

.filter_nav ul li {

	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 0.25rem 0;
	transition: background 3s;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
}

.filter_nav ul li:hover,
.filter_nav ul li a:focus {
	transition: background 0.45s;
}

.filter_nav ul a {
	display: block;
	color: inherit;
	text-transform: lowercase;
	font-weight: 200;
	text-decoration: none;
}

.filter_check {
	margin-bottom: 0.2em;
}

/* для элемента input c type="checkbox" */
.label_filter_check > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .label_filter_check */
.label_filter_check > span {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

.dropdown_ph {
	white-space: nowrap;
	overflow: hidden;
}

/* создание в label псевдоэлемента before со следующими стилями */
.label_filter_check > span::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 1em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.label_filter_check > input:not(:disabled):not(:checked) + span:hover::before {
	border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.label_filter_check > input:not(:disabled):active + span::before {
	background-color: #00818E;
	border-color: #00818E;
}

.label_filter_check > input:checked ~ span {
	color: #00818E;
}

/* стили для чекбокса, находящегося в фокусе */
.label_filter_check > input:focus + span::before {
	/*box-shadow: 0 0 0 0.2rem rgb(0, 129, 142);*/
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.label_filter_check > input:focus:not(:checked) + span::before {
	border-color: #00818E;
}

/* стили для чекбокса, находящегося в состоянии checked */
.label_filter_check > input:checked + span::before {
	/*border-color: #00818E;*/
	/*background-color: rgba(0, 129, 142, 0.73);*/
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%2300818E'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-size: auto;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.label_filter_check > input:disabled + span::before {
	background-color: #e9ecef;
}

.fundForm {
	display: flex;
	gap: 28px;
	background-color: #FFF;
	border-radius: 24px;
	box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
	padding: 20px 48px
}

@media (max-width: 1081px) {
	.fundForm {
		padding: 18px 20px;
		gap: 12px;
	}

	.filter_input_container {

	}
}

@media (max-width: 768px) {
	.fundForm {
		padding: 18px 20px;
		gap: 12px;
	}

	.filter_input_container {

	}
}

@media (max-width: 428px) {
	.filter_input_container {

	}
	.fundsDivider .divider {
		display: none;
	}
	.partners.fundsContainer{
		margin: 0;
		padding: 0px 16px 40px;
	}
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}
