.content_object {
	background-color: #7f1d1c;
}

.block {
	position: relative;

}

.bg_top {
	margin-top: -5px;
}


.bg_top>a {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);

}

.bord-botttom {
	border-bottom: 4px solid #FACC15;
}

.block>._inner {
	margin: 0 auto;
	max-width: 1180px;
	align-items: self-start;
}

.ybutton {
	background-color: #FACC15;
	color: #7F1D1D;
	border-radius: 40px;
	padding: 12px 30px;
	text-decoration: none;
	font-weight: bold;
}

.ybutton:hover {
	color: black;
	background-color: white;
}

.two-cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.two-cols img {
	display: block;
}

.pdd {
	padding: 60px 0px;
}

.pdd30 {
	padding: 30px 0px;
}

.bg_1 {
	background-image: url(images/bg-1.png);

}

.bg_2 {
	background-image: url(images/bg-2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.bg_3 {
	background-image: url(images/bg-3.png);
}

.bg_4 {
	background-image: url(images/bg-4.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}


.three-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.pics {

	margin: 30px auto;
}

.title_1 {
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}

._text {
	color: #FACC15;
	text-align: center;
	font-size: 19px;
}

.bcenter {
	display: block;
	margin: 0 auto;
	width: fit-content;
}

._wtext {
	color: #fff;
	text-align: center;
	font-size: 19px;
}

._white {
	color: white;
}

.text_blocks>div>b {
	display: block;
	font-size: 21px;
}

.mob-hide {
	display: block;
}

.mob-show {
	display: none;
}

.mob-grid-hide {
	display: grid;
}

.mob-grid-show {
	display: none;
}

@media (max-width: 800px) {

	.mob-hide {
		display: none !important;
	}

	.mob-show {
		display: block !important;
	}

	.mob-grid-hide {
		display: none !important;
	}

	.mob-grid-show {
		display: grid;
	}

	.bg_top>img {
		width: 100%;
	}

	.bg_top>a {
		bottom: 18%;
	}

	.two-cols {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.three-cols {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.block>._inner {

		justify-items: center;
	}

	.two-cols img {
		width: calc(100vw - 60px);
	}


	.pdd {
		padding: 30px;
	}


	.pdd30 {
		padding: 30px;
	}

	.bg_1 {
		background-image: url(images/bg-1.png);
		background-position: center;
		background-repeat: repeat;
		background-size: 400%;
	}

	.bg_2 {
		background-image: url(images/bg-1.png);
		background-position: center;
		background-repeat: repeat;
		background-size: 400%;
	}

	.bg_3 {
		background-image: url(images/bg-1.png);
		background-position: center;
		background-repeat: repeat;
		background-size: 400%;
	}

	.bg_4 {
		background: #7f1d1c;
	}

	.title_1 {
		background: #7f1d1c;
		border-radius: 30px;
	}


	._atext {
		display: none;
	}

	._main_cont {
		margin-top: 40px;
	}

}