.header__inner_page {
	height: auto;
}

.header__inner_page .nav:nth-child(2) .nav__item,
.header__inner_page .header__tel,
.header__inner_page .header__callback a {
	color: #6f7079;
}

.header__inner_page .header__callback:before {
	background-color: #6f7079;
}

.header__inner_page .nav:nth-child(2) .nav__item:hover:before {
	background-color: #ed1c24;
}

.header__inner_page .nav:nth-child(2) .nav__item:hover {
	color: #ed1c24;
}

.header__inner_page .header__tel svg {
	fill: #ed1c24;
}

.section__inner__padding20 {
	padding: 20px;
}

#breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font: 700 13px/17px 'TT Travels';
	color: #4E4E4E;
}

.breadcrumbs__separator {
	width: 6px;
	margin: 0px 8px;
	height: 6px;
	background: #000;
	border-radius: 50%;
}

.inner_page__section {
	max-width: 1567px;
	padding: 60px 20px;
}

.inner_page__btn_wrapper {
	margin-bottom: 50px;
}

.inner_page__btn_wrapper .button {
	min-width: 220px;
}

.inner_page__flex_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner_page__left {
	width: calc(38% - 25px);
}

.inner_page__right {
	width: calc(62% - 25px);
}

.inner_page__img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.inner_page__content h2 {
	font: 700 22px/44px 'TT Travels';
	margin-bottom: 12px;
}

.inner_page__content p {
	font: normal 14px/28px 'TT Travels';
	margin-bottom: 30px;
}

.inner_page__content p:last-child {
	margin-bottom: 0;
}

.inner_page__content ul {
	padding: 0;
}

.inner_page__content ul li {
	position: relative;
	padding-left: 20px;
	font: normal 14px/28px 'TT Travels';
	margin-bottom: 30px;
}

.inner_page__content ul li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
}

.new_link__section {
	max-width: 1567px;
	padding: 0 0 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news {}

.news__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 80px;
}

.news__card {
	display: flex;
	flex-direction: column;
	width: calc(25% - 30px);
	margin: 0 15px 30px;
	background: #fff;
}

.news__img_wrapper {
	display: block;
	height: 450px;
	overflow: hidden;
}

.news__img_wrapper:hover .news__img,
.news__img_wrapper:focus .news__img {
	transform: scale(1.1) translateZ(0);
}

.news__img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateZ(0);
	transition: transform 0.3s;
}

.news__title {
	padding: 30px;
	font: 700 16px/24px 'TT Travels';
}

.news__btn_wrapper {
	padding: 0 30px 30px;
	text-align: right;
	margin-top: auto;
}

.news__link {
	font: 500 13px/18px 'TT Travels';
	color: #6F7079;
	transition: color 0.3s;
}

.news__link:hover,
.news__link:focus {
	color: #ED1C24;
}

.news__show_more {
	font: 500 16px/24px 'TT Travels';
	text-align: center;
	color: #6F7079;
	background: none;
	display: block;
	max-width: 200px;
	margin: 0 auto;
	cursor: pointer;
	transition: color 0.3s;
}

.news__show_more:hover,
.news__show_more:focus,
.news__show_more:active {
	color: #ED1C24;
}

.news .inner_page__section {
	padding-bottom: 100px;
}

@media screen and (max-width: 1369px) {
	.inner_page__section {
		padding: 50px 20px;
	}

	.news__img_wrapper {
		height: 300px;
	}

	.news__wrapper {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1200px) {
    .icon-list__item {
        width: 50%;
        padding: 15px 10px;
    }
	.inner_page__right {
		width: 100%;
	}

	.inner_page__left {
		width: 100%;
		max-width: 600px;
		height: 400px;
		margin: 0 auto;
		order: 2;
	}

	.inner_page__img {
		height: 100%;
		object-fit: contain;
	}

	.news__card {
		width: calc(33.3% - 30px);
	}

	.news__title {
		padding: 20px;
		font: 700 14px/24px 'TT Travels';
	}

	.news__btn_wrapper {
		padding: 0 20px 20px;
	}

	.nav {
		flex-direction: inherit;
	}

	.nav__item {
		width: auto;
	}
}

@media screen and (max-width: 1025px) {
	.new_link {
		padding: 0 20px;
	}

	.inner_page__section {
		padding: 50px 20px;
	}
}

@media screen and (max-width: 991px) {
	.news__card {
		width: calc(33.3% - 20px);
		margin: 0 10px 20px;
	}

	.news__wrapper {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 769px) {
	.news__card {
		width: calc(50% - 20px);
	}

	.news .inner_page__section {
		padding-bottom: 40px;
	}

}

@media screen and (max-width: 570px) {
    .icon-list__item {
        width: 100%;
        max-width: 485px;
        margin: 0 auto;
    }
	.new_link__section {
		flex-direction: column;
		align-items: center;
		padding-bottom: 30px;
	}

	.new_link__section .button {
		max-width: 300px;
		width: 100%;
		margin-bottom: 10px;
	}

	.new_link__section .button:last-child {
		margin-bottom: 0;
	}

	.inner_page__left {
		max-width: 100%;
	}

	.news__wrapper {
		margin: 0;
	}

	.news__card {
		width: 100%;
		margin: 0 0 20px;
	}
}