.section_gas_cards {
	background: #f6f6f6;
	margin-bottom: 60px;
}

.gas_cards_container {
	width: 100%;
}

.gas_cards {
	display: flex;
	flex-wrap: wrap;
}

.gas_cards_item {
	width: 100%;
	max-width: 100%;
	flex: 0 0 auto;	
	text-align: center;
	padding: 22px 20px 40px;
}

.gas_cards_item_bg {
	position: relative;
	background: #eeeeee;
}

.gas_cards_item_bg::before,
.gas_cards_item_bg::after {
    content: "";
    position: absolute;
    width: 123px;
    height: 5px;
    background: #ec691f;
}

.gas_cards_item_bg::before {
    top: -5px;
    left: 0;
}

.gas_cards_item_bg::after {
    bottom: -5px;
    right: 0;
}

.gas_cards_item_header {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.gas_cards_icon {
	position: relative;
	width: 115px;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
    margin-bottom: 20px;
}

.gas_cards_icon::before {
    top: -3px;
    left: -10px;
    border-left: 2px solid #ec691f;
    border-top: 2px solid #ec691f;
}

.gas_cards_icon::after {
    bottom: -3px;
    right: -10px;
    border-right: 2px solid #ec691f;
    border-bottom: 2px solid #ec691f;
}

.gas_cards_icon::before,
.gas_cards_icon::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    transition: .25s;
}

.gas_cards_item:hover .gas_cards_icon::before, 
.gas_cards_item:hover .gas_cards_icon::after {
    width: calc(50% + 8px);
    height: calc(50% + 1px);
}

.gas_cards_icon img {
    display: block;
    height: auto;
    max-width: 100%;
}

.gas_cards_title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

.gas_cards_text {
	font-size: 14px;
	line-height: 20px;
}

.gas_cards_text p {
	margin: 0;
}

.gas_cards_text * + p {
    margin-top: 1rem;
}

@media (min-width: 768px) {
	.gas_cards_item {
		padding: 22px 15px 40px;
	}

	.gas_cards_text {
		font-size: 16px;
	}
}

@media (min-width: 1280px) {
	.section_gas_cards {
		margin-bottom: 90px;
	}

	.gas_cards_container {
	    max-width: 1280px;
	    padding-right: 10px;
	    padding-left: 10px;
	    margin-right: auto;
    	margin-left: auto;
	}

	.gas_cards {
		justify-content: space-between;
	}

	.gas_cards_item {
		width: calc(33.33333% - 40px);
		padding: 35px 0 60px;
	}

	.gas_cards_item_bg {
		width: 33.33333%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.gas_cards_item_bg::before,
	.gas_cards_item_bg::after {
	    width: 5px;
	    height: 123px;
	}

	.gas_cards_item_bg::before {
	    top: 0;
	    left: -5px;
	}

	.gas_cards_item_bg::after {
	    bottom: 0;
	    right: -5px;
	}

	.gas_cards_item_header {
	    margin-bottom: 16px;
	}

	.gas_cards_icon {
	    margin-bottom: 30px;
	}
}

@media (min-width: 1620px) {
	.gas_cards_container {
	    max-width: 1620px;
	}

	.gas_cards {
		justify-content: flex-start;
	}

	.gas_cards_item {
		width: calc(33.33333% - 70px);
		padding: 35px 0 60px;
	}

	.gas_cards_item_bg {
		width: calc(33.33333% + 30px);
		padding-left: 50px;
		padding-right: 50px;
		margin-left: 40px;
		margin-right: 40px;
	}

	.gas_cards_title {
		font-size: 20px;
		line-height: 28px;
	}
}

.section_gas_text_blocks {
	overflow: hidden;
}

.gas_text_blocks {
    display: flex;
    flex-wrap: wrap;
}

.gas_text_block_wrap {
	width: 100%;
	max-width: 100%;
	flex: 0 0 auto;
}

.gas_text_block_wrap_left {
	background: #ec691f;
	padding: 40px 20px;
}

.gas_text_block_wrap_right {
	padding: 40px 20px 60px;
}

.gas_text_block_left {
	color: #ffffff;
}

.gas_text_block_title {
	font-weight: 700;
	text-transform: uppercase;
}

.gas_text_block_left .gas_text_block_title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 26px;
	margin-bottom: 26px;
}

.gas_text_block_left .gas_text_block_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #ffffff;
}

.gas_text_block .gas_text_block_text {
	font-size: 14px;
	line-height: 20px;
}

.gas_text_block .gas_text_block_text p {
	margin: 0;
}

.gas_text_block .gas_text_block_text * + p {
    margin-top: 1rem;
}

.gas_text_block_right .gas_text_block_title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 26px;
}

.gas_text_block_right .gas_text_block_text + .gas_text_block_text {	
    margin-top: 1rem;
}

.gas_text_block_text_body {
	position: relative;
	padding-bottom: 1rem;
}

.gas_text_block_text_body:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #ec691f;
}

.gas_text_block_text_footer_color {
	color: #ec691f;
}


.map-service{
	width: 100%;
	height: 450px;
}
.maps-block{
	margin-bottom: 90px;
}
.maps-wrapper{
	margin-top: 60px;
}
.maps-items{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.map-item{
	width: 100%;
	border: 2px solid #ec691f;
	border-radius: 10px;
	padding: 25px;
}
.map-item_city {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ec691f;
}
.map-item_info{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.map-info_label{
	display: flex;
	align-items: center;
	gap: 8px;
}
.info-label_name{
	font-weight: 600;
}
.maps-search{
	margin-bottom: 40px;
	position: relative;
}
.btn-search_page{
	position: absolute !important;
	right: 0;
	top: 50%;
	transform: translate(-50%,-50%);
}
.search-map-input{
	padding: 20px 0 20px 35px;
	color: #000;
	font-size: 18px;
	width: 100%;
}
.maps-block .gas_text_block_title{
	margin-bottom: 24px;
}
#suggestions{
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	width: 350px;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	max-height: 530px;
	overflow-y: auto;
}
.search-other{
	font-size: 22px;
	font-weight: 600;
	margin: 32px 0;
}
.btn-search_page svg{
	fill: #ec691f !important;
}

@media (min-width: 768px) {
	.gas_text_block_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.gas_text_block .gas_text_block_text {
		font-size: 16px;
	}

	.gas_text_block_left .gas_text_block_text {
		font-size: 20px;
		line-height: 25px;
	}
}

@media (min-width: 1280px) {
	.section_gas_text_blocks {
		margin-bottom: 90px;
	}

	.gas_text_block_wrap {
		padding: 40px 10px;
	}

	.gas_text_block_wrap_left {
		width: calc(300px + var(--container-left-lg-offset));
	}

	.gas_text_block_left {
		padding-right: 15px;
		max-width: 280px;
		margin-left: auto;
	}

	.gas_text_block_wrap_right {
		padding-left: 36px;
		max-width: 980px;
	}
}

@media (min-width: 1620px) {
	.gas_text_block_right .gas_text_block_title {
		margin-bottom: 34px;
	}

	.gas_text_block_wrap_left {
		padding-right: 70px;		
		width: calc(370px + var(--container-left-xl-offset));
	}

	.gas_text_block_left {
		max-width: 290px;
		padding-right: 0;
	}

	.gas_text_block_wrap_right {
		padding-left: 70px;
		max-width: 1250px;
	}
}

@media(max-width: 600px){
	.map-item_city{
		text-align: center;
	}
	.map-info_label{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.map-item_info div{
		text-align: center;
	}
}

.reset-search_page{
	font-size: 18px;
	font-weight: 400;
	padding-left: 15px;
	cursor: pointer;
	color: #ec691f;
}