@font-face {
	font-family: 'Gogol';
	src: url('/upload/fonts/gogol/Gogol.eot');
	src: url('/upload/fonts/gogol/Gogol.eot?#iefix') format('embedded-opentype'),
		url('/upload/fonts/gogol/Gogol.woff2') format('woff2'),
		url('/upload/fonts/gogol/Gogol.woff') format('woff'),
		url('/upload/fonts/gogol/Gogwol.ttf') format('truetype'),
		url('/upload/fonts/gogol/Gogol.svg#Gogol') format('svg');
	font-weight: normal;
	font-display: swap;
}



.content_object {
	background-color: #f9f3ee;
}

._main_cont {
	--round-corner: 22px;
	--padding: 60px;
	--blur: 15px;
	--button-radius: 20px;
	--block-margin: 30px;
	--h2-size: 25px;

	padding-top: 30px;
	line-height: 20px;
}


.header * {}

._block {

	margin: 0 auto;
	max-width: 1170px;
	margin-top: var(--block-margin);

	font-size: 17px;
}

._block._wide {
	max-width: 100%;
	padding: calc(var(--padding)) 0px !important;
}

._block._wide ._inner {
	margin: 0 auto;
	max-width: 1170px;
}

._block h3 {
	font-weight: normal;
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
}

._block h3>span {
	height: 1px;
	border-bottom: 1px solid black;
	width: 25px;
}

.why-list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;

}

.why-list>div {
	background-color: #f9f3ef;
	border-radius: var(--button-radius);
	padding: 15px;
	flex: 1 1 29%;
	font-size: 15px;
}

.why-list>div:nth-child(1) {
	flex: 1 1 49%;
}

.why-list>div:nth-child(2) {
	flex: 1 1 49%;
}

.why-list>div>b {
	font-family: Gogol;
	color: #b73b38;
	font-weight: normal;
	font-size: 21px;
}

.bigpadd {
	padding: calc(var(--padding)) !important;

}

.round_block {
	border-radius: var(--round-corner);
	padding: var(--padding);
	min-height: 400px;
	overflow: hidden;
	position: relative;
}

._with_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: black;
}

._white_block {
	background-color: white;
}

.first_block {
	min-height: 550px;
	position: relative;


}

.first_block h2 {
	color: black;
	font-size: 36px;
	max-width: 95%;
	text-transform: uppercase;
	line-height: 36px;
}

.first_block h2>span {
	font-family: Gogol;
	color: #b73b38;
	font-size: 300%;
	letter-spacing: 10px;
}

.blured {
	backdrop-filter: blur(var(--blur));
	background-color: rgba(255, 255, 255, 0.188);
}

.program-list {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(10, 1fr);
	font-size: 17px
}

.program-list>div {
	grid-column: span 4;
}

.program-list>div.grid_span_4 {
	grid-column: span 4;
}

.program-list>div.grid_span_6 {
	grid-column: span 6;
}

.program-list>div img {
	height: 270px;
	object-fit: cover;
	border-radius: 15px;
	margin-bottom: 15px;
}

.program-list>div h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
}

.fotos-list {


	display: grid;
	gap: 20px;
	grid-template-columns: repeat(6, 1fr);

}



.fotos-list>img {
	height: 260px;
	object-fit: cover;
	border-radius: 10px;
}

.fotos-list>img.grid_span_2 {
	grid-column: span 2;
}


.first_block ._buttons {
	margin-top: 50px;
	display: flex;
	gap: calc(var(--padding) / 2);
	flex-wrap: nowrap;
}

.first_block ._left {
	background: url(images/bg1.svg) repeat-x;
	display: flex;
	align-items: center;
	justify-content: center;
}

.first_block ._left ._into {
	margin-top: 15%;
}

.first_block ._right {
	background: url(images/bg2.png) no-repeat;
	background-size: cover;
}


._blue {
	background-color: #0A5390;
	color: black;
	font-size: 16px;

}

._blue>h2 {
	color: black;
	font-size: 32px;

}


.second_block {
	padding: 0px;

	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 0px;
	height: 400px;
	align-content: stretch;
}

.second_block>img {
	height: 100%;
	object-fit: cover;
}

.second_block ._inner {
	padding: var(--padding);
	color: black;
	position: relative;
}

.second_block ._inner h2 {
	color: black;
	font-size: var(--h2-size);
	margin: 0px;
}

.second_block ._inner ._text {
	font-size: 16px;
	padding-top: var(--padding);
}

.second_block ._inner .bottom_button {
	position: absolute;
	right: var(--padding);
	bottom: var(--padding);
}

.bottom_center_button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: var(--padding);
}

.bottom_center_button2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 5px;
}


.icon-with-text {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}


.icon-with-text>._item {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 40px 30px 1fr;
	gap: calc(var(--padding) / 2);
	justify-items: flex-start;
	align-items: start;
	font-size: 14px;
	text-align: left;
}

.icon-with-text>._item>b {
	font-size: 16px;
}

.icon-with-text>._item>span {
	display: block;
	max-width: 90%;
}

._last_block_holder {
	background: url(images/bird-bg.png) no-repeat right bottom;
	background-size: 700px;
}

._last_block {
	margin-bottom: 40px;
}

._last_block ._left {
	background: url(images/food1.png) no-repeat center;
	background-size: cover;
}

._last_block ._buttons {

	display: flex;
	gap: calc(var(--padding) / 2);
	flex-wrap: nowrap;
}

.formv2-holder {
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding-bottom: 60px;
}

._obutton {
	background-color: #b73b38;
	font-size: 14px;
	text-decoration: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 40px;
	border-radius: var(--button-radius);
	border: 0px;
	transition: all 0.1s ease-in-out;
}

._obutton:hover {
	text-decoration: none;
	color: #0A5390;
	background-color: rgb(255 255 255 / 90%);
	transition: all 0.3s ease-in-out;
}

._obutton.white {
	text-decoration: none;
	color: #000;
	background-color: rgb(255 255 255 / 90%);
}

.two-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: stretch;
}

.three-cols {
	display: grid;
	grid-template-columns: 250px 250px 1fr;
	gap: 20px;
	align-items: stretch;
}

._small {
	font-size: 12px;
	margin-top: 5px;
	opacity: 0.5;
}

.formv2-holder .input-holder {
	margin-top: 15px;

}

.formv2-holder .input-holder input[type="text"] {
	width: 100%;
	border: 0px;
	padding: 7px 14px;
	font-size: 16px;

	height: 40px;
	border-radius: var(--button-radius);
}

.formv2-holder .form-success {
	text-align: center;
	padding: 30px 60px;
	font-weight: bold;
}

.soc_radio {
	display: flex;
	gap: 5px;
	justify-content: space-between;
	margin-top: 5px;
}

.soc_radio>label {
	flex: 1 1 100px;
	padding: 8px 12px 6px;
	text-align: center;
	cursor: pointer;

	position: relative;
	height: 40px;
}


.soc_radio>label>input {
	opacity: 0;
	position: absolute;
}

.soc_radio>label>span {
	display: flex;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border: 2px solid var(--vcolor);
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	overflow: hidden;
}

.soc_radio>label>input:checked+span {
	background-color: var(--vcolor);
}

@media (max-width: 800px) {

	._main_cont {
		margin-top: 20px;
	}

	.first_block ._right {
		position: relative;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 100%;
		padding: var(--padding);
		border-radius: var(--round-corner);
	}

	.first_block>h2 {
		color: black;
		font-size: 22px;
		max-width: 100%;
		text-align: center;
	}

	.first_block ._buttons {
		position: relative;
		width: 100%;
		margin-top: var(--padding);
		bottom: 0px;
	}

	.second_block {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 400px;
	}

	.second_block ._inner .bottom_button {
		position: relative;
		right: 0px;
		bottom: 0px;
		width: 100%;
		margin-top: var(--padding);

	}


	.two-cols {
		grid-template-columns: 1fr;
	}

	.icon-with-text {
		grid-template-columns: 1fr;
	}


	.bigpadd {
		padding: calc(var(--padding)) !important;
	}

	.three-cols {
		width: 90vw;
		grid-template-columns: 1fr;

	}

	._block ._inner {
		max-width: 90vw;
		margin: 0 auto;
	}

	._last_block ._left {

		width: 90vw;
	}

	._last_block ._buttons {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.fotos-list {
		grid-template-columns: repeat(2, 1fr);
		width: 90vw;
		margin: 0 auto;
	}

	.program-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.program-list>div {
		grid-column: span 1 !important;
	}

	.program-list {
		margin: 0 20px;
	}

	.why-list {
		display: grid;
		grid-template-columns: 1fr;
		margin: 0 auto;
		width: 90vw;
	}

	.first_block {

		width: 90vw;
	}

	.first_block h2 {

		font-size: 22px;
	}

	._block h3 {
		margin-left: 5vw;
	}

	.formv2-holder {
		padding: 30px 5vw;
		box-sizing: border-box;
	}

	._last_block {
		width: 90vw;
		margin: 0 auto;
	}

	._last_block .two-cols>img {
		width: 100%;
	}

}