.product-list-info p svg {
	width: 28px;
	height: 28px;
}
.product-list-info p span a {
	color: #000000;
	text-decoration: underline;
}
.product_main_info_right > * {
	max-width: 80%;
	margin-left: auto;
}

.post-tbd .section-line {
	background: #000000;
}

.slider-item {
	position: relative;
}
.slider-item .yellow-flag {
	font-size: 22px;
    line-height: 1;
    font-weight: 600;
    background-color: #fc0;
    padding: 10px 19px;
    position: absolute;
    right: 0;
    top: 0;
    color: #1d1d1d;
} 

.content-road-container {
	padding-top: 15px;
	padding-bottom: 35px;
}
.content-road {
	position: relative;
}
.content-road:after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 24px;
	background-color: #FC0;
	z-index: -1;
}
.content-road-start,
.content-road-points,
.content-road-end {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-road-start,
.content-road-end {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.content-road-points {
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.content-road-start {
	padding-top: 0;
	padding-bottom: 10px;
}
.content-road-points {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-road-end {
	padding-top: 10px;
	padding-bottom: 0;
}
.road-img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}
.road-img > div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 50px;
	height: 50px;
	border:none;
	border-radius: 50%;
	padding: 10px;
	background-color: #FC0;
} 
.road-img svg {
	display: block;
	width: 22px;
	height: auto;
}
.road-img svg path {
	fill: #ffffff;
}
.road-text {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
}
.road-text h4 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 28px!important;
}
.road-text h5 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px!important;
}
.road-text > p {
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 20px!important;
}

.content-road-points .road-img > div {
	width: 25px;
	height: 25px;
	border:none;
	border-radius: 50%;
	padding: 5px;
}
.content-road-points .road-img svg {
	width: 11px;
}

.road-points {
	max-width: 50%;
    margin-right: 0!important;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.road-point {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
}
.road-point:after {
	content: '';
	width: 2px;
	height: 50%;
	position: absolute;
	top: 50%;
	right: 11.5px;
	background-color: #FC0;
	background: repeating-linear-gradient(to bottom, #FC0 0, #FC0 5px, transparent 5px, transparent 10px);
	z-index: -1;
}
.road-point:last-child:after {
	top: 0;
}
.road-point-img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
}
.road-point-img > div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 25px;
	height: 25px;
	border:none;
	border-radius: 50%;
	padding: 5px;
	background-color: #FC0;
} 
.road-point-img svg {
	display: block;
	width: 10px;
	height: auto;
}
.road-point-img svg path {
	fill: #ffffff;
}
.road-point-text {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 10px;
}
.content-road-points .road-point .road-point-text p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

.post-related .section-title {
	text-align: center;
}
.tourists-btn-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tourists-btn {
	cursor: pointer;
    background: #fc0;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: #000;
    border-radius: 30px;
    padding: 6px 25px;
    border: 2px solid #fc0;
    z-index: 1;
}
.tourists-btn span {
	display: inline-block;
    vertical-align: middle;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.tourists-trails-tags {
	margin-top: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    column-gap: 15px;
    row-gap: 15px;
}
.tourists-trails-tags.mobile {
	display: none;
	margin-bottom: 50px;
}
.tourists-trails-tags a {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
	display: block;
	font-size: 24px;
    font-weight: 600;
    color: #1d1d1d;
    padding: 4px 11px;
    background-color: #fc0;
}

@media screen and (max-width: 992px) {
	.product_main_info_right {
		padding-top: 25px;
	}
 	.product_main_info_right > * {
		max-width: 100%;
	}
	.product_main_info_right h1 {
		margin-bottom: 35px;
	}
	.product_content .two-columns .column.last {
		padding-top: 40px;
	}
	.product_content .two-columns .column:first-child h4 {
		font-weight: bold;
	}
	.tourists-trails-tags {
		display: none;
	}
	.tourists-trails-tags.mobile {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
}
@media screen and (max-width: 767px) {
	.post-tbd {
	    padding-top: 40px;
	    padding-bottom: 80px;
	}
	.tourists-btn-container {
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.content-road-container > h4 {
		font-size: 28px;
		line-height: 32px;
		font-weight: 600;
	}
	.road-text h4 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
	}
	.road-text h5 {
		font-size: 16px!important;
		font-weight: 700;
		line-height: 20px;
	}
	.road-text > p {
		font-size: 16px!important;
		font-weight: 700;
		line-height: 20px;
	}
	.content-road-points .road-point .road-point-text p {
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
	}
	/*.content-road:after {
		display: none;
	}*/
	/*.road-img {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 10px;
	    flex: 0 0 10px;
	    max-width: 10px;
	}*/
	/*.road-img > div {
		width: 10px;
    	height: 10px;
    	background-color: #000000;
    	border-radius: 0;
    	padding: 0;
	}
	.road-img svg {
		display: none;
	}*/
	/*.content-road-points .road-img {
		display: none;
	}*/
	/*.content-road-points .road-text {
		padding-right: 0;
	}*/
	/*.content-road-points .road-text h5 {
		text-decoration: underline;
	}*/
	/*.road-text {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}*/
	
	/*.road-text h4:after {
		content: ":";
	}*/
	
	/*.road-points {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}*/
	/*.road-points {
		margin-right: 20px!important;
		padding-right: 25px;
		list-style: decimal;
	}*/
	/*.road-point {
	    display: list-item;
	}
	.road-point:after {
		display: none;
	}
	.road-point-img {
		display: none;
	}
	.road-point-text {
		padding-right: 0;
	}*/
}