/**********/
.txt_block{background:#fff;}
.txt_block > .container{padding:0 20px;}
.txt_block h2{margin-bottom:20px;text-align:left;font-size:36px;font-weight:500;}
.txt_block h1{margin-bottom:0;text-align:center;}
.txt_container {width:100%;line-height:140%;}
@media only screen and (max-width:1280px){
	.txt_block h2{font-size:30px;}
}
@media only screen and (max-width:1050px){
	.txt_block h2{font-size:28px;}
}
@media only screen and (max-width:720px){
	.txt_block h2{font-size:24px;}
}
@media only screen and (max-width:480px){
	.txt_block h2{font-size:22px;}
}

/******/
.img_block{background:#fff;}
.img_block > .container{padding:20px;}
.img_block img {border-radius:20px;width:100%;}
@media only screen and (max-width:720px){
	.img_block > .container{padding:20px 10px;}
}
/******/
.txt_img_block{background:#fff;}
.txt_img_block > .container{padding:40px 20px;line-height:140%;}
.txt_img_left {
	padding-right:10px;
	width:50%;
}
.txt_img_right {
	padding-left:10px;
	width:50%;	
}
.txt_img_left h2{margin-bottom:0;}
.txt_img_right img {border-radius:20px;width:100%;}

@media only screen and (max-width:1280px){
	.txt_img_block h2{font-size:30px;}
}
@media only screen and (max-width:1050px){
	.txt_img_block h2{font-size:28px;}
}
@media only screen and (max-width:720px){
	.txt_img_block h2{font-size:24px;}
}
@media only screen and (max-width:480px){
	.txt_img_block h2{font-size:22px;}
}
/*********/
.gallery_block{background:#fff;}
.gallery_block > .container{padding:0 20px 0 20px;}
.gallery_block h2{margin-bottom:0;text-align:center;}
.gallery_photos {width:100%;gap:20px;}
.gallery_photo {
	width:calc(25% - 15px);
	aspect-ratio:1/1;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	border-radius:15px;
}
@media only screen and (max-width:1280px){
	.gallery_block > .container{padding:60px 20px;}
	.gallery_block h2{margin-bottom:40px;}
}
@media only screen and (max-width:720px){
	.gallery_block > .container{padding:0 10px 0 10px;}
	.gallery_photos {gap:10px;}
	.gallery_photo {width:calc(25% - 7.5px);}
}
@media only screen and (max-width:480px){
	.gallery_photo {width:calc(50% - 5px);border-radius:10px;}
}
@media only screen and (max-width:1280px){
	.gallery_block h2{font-size:30px;}
}
@media only screen and (max-width:1050px){
	.gallery_block h2{font-size:28px;}
}
@media only screen and (max-width:720px){
	.gallery_block h2{font-size:24px;}
}
@media only screen and (max-width:480px){
	.gallery_block h2{font-size:22px;}
}
