.content_object {
	background-color: #ffd7d7;
}

.block {
	position: relative;

}

.bg_top {
	margin-top: 0px;
}

.bg_top>.img {
	margin-top: -34px;
	z-index: 100;
	position: relative;
}

.bg_top .ybutton {
	z-index: 105;
}


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

}


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

.ybutton {
	background-color: #FACC15;
	color: #fff;
	border-radius: 40px;
	padding: 15px 35px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 13px 15px 7px -4px rgba(0, 0, 0, 0.25);
}

.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-color: #ff897d;
	background-image: url(images/bg-1.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;

}

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

.bg_3 {
	background-image: url(images/bg-3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.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: #FFF;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

._wtext {
	text-transform: none;
	font-size: 25px;
	padding: 40px 0px;
	max-width: 700px;
	margin: 0 auto;
	font-weight: bold;
}

._btext {
	text-transform: none;
	font-size: 25px;
	padding: 200px 0px;
	max-width: 800px;
	margin: 0 auto;
	font-weight: bold;
	color: black;
	text-align: center;
}

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

.dpics {
	max-width: 800px !important;
	margin-bottom: 50px !important;
}


._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;
}

.block2 {
	margin-top: -40px
}

@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%;
	}



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


	._atext {
		display: none;
	}

	._main_cont {
		margin-top: 40px;
	}

	.ybutton {
		background-color: #FACC15;
		color: #fff;
		border-radius: 40px;
		padding: 10px 20px;
		white-space: nowrap;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		box-shadow: 13px 15px 7px -4px rgba(0, 0, 0, 0.25);
	}

	.bg_top>.img {
		object-fit: cover;
		height: 105vw;
	}

	.block2 {
		margin-top: -23px
	}

}