.section_about_top {
	background: #f6f6f6;
}

.about_container {
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.about_text_col {
	padding: 40px 20px;
}

.about_text_col p {
	padding: 0;
    margin: 0;
}

.about_text_col_left {
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
}

.about_text_col_right {
	font-size: 14px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.about_text_col {
		padding: 40px 15px;
	}

	.about_text_col_left {
		font-size: 20px;
		line-height: 29px;
		padding-top: 25px;
	}

	.about_text_col_right {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 1280px) {
	.section_about_top,
	.section_about_text {
		background: linear-gradient(to right, #f6f6f6 0, #f6f6f6 50%, transparent 50%)
	}

	.about_container {    
		max-width: 1280px;
		padding: 0 10px;
	}

	.about_text_row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 145px;
	}

	.about_text_col {
		padding: 25px 0 80px;
		line-height: 29px;
	}

	.about_text_col_right {
		font-size: 18px;
	}
}

@media (min-width: 1620px) {
	.about_container {    
		max-width: 1620px;
	}

	.about_text_row {
		grid-column-gap: 100px;
	}

	.about_text_col {
		padding: 25px 0 100px;
	}
}

@media (max-width: 1279.98px) {
	.about_text_col_left {
		background: #f6f6f6;
	}
}

.section_about_tour {
	display: flex;
	flex-direction: column;
	text-decoration: none;
    position: relative;
    height: 260px;
    width: 100%;
    background: no-repeat center / cover;
    z-index: 1;
}

.section_about_tour .container {
	margin: auto;
}

.section_about_tour::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #202020;
    opacity: 0.55;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about_tour {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_tour_ico {
    display: block;
    margin-right: 20px;
    width: 89px;
    flex: 0 0 89px;
}

.about_tour_ico img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.about_tour_info {
   font-size: 22px;
   line-height: 28px;
   font-weight: 700;
   color: #ffffff;
   text-transform: uppercase;
}

@media (min-width: 480px) {
	.section_about_tour {
	    height: 325px;
	}

	.about_tour_ico {
	    margin-right: 30px;
	}

	.about_tour_info {
	   font-size: 26px;
	   line-height: 30px;
	}
}

@media (min-width: 768px) {
	.section_about_tour {
	    height: 440px;
	}
}

@media (min-width: 1280px) {
	.section_about_tour {
	    height: 540px;
	}
}