.crumbs{
	padding: 0;
	padding-top: 30px;
}
.title-new-page{
	margin-bottom: 30px;
	font-size: 36px;
}
.title-pageSingle{
	color: #fff;
}
.usa_item_info p {
	color: #fff;
}
.map_tel{
	text-decoration: underline;
	display: block;
	margin-bottom: 10px;
}
.maplls{
	color: #ccc;
}
.doc_head .select-styled{
	overflow: hidden;
	line-height: 1.5;
}
.singleBg{
	margin: 0 auto;
	overflow: hidden;
	max-width: 1220px;
	margin-top: 100px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
}
.sub_bg::after{
	opacity: 0.4;
}
.pageSingleVisa{
	opacity: 0;
}
.header-visa{
	background: #4d5763;
}
.pageAllVisa{
	padding-top: 30px;
}

.homeAllVisa .tourism_items{
	display: block;
}
.main-sec__border{
	bottom: -2px;
}

.tourism_item_main{
	margin-bottom: 0;
	padding-bottom: 30px;
}
.tourism_item_list{
	padding-bottom: 20px;
}
.hidden-box .tourism_item_list{
	display: none;
}
.hidden-box .tourism_item_main{
	cursor: pointer;
	position: relative;
}
.hidden-box .tourism_item_main:before{
  width: 20px; /* задайте нужную ширину элемента */
  height: 20px; /* задайте нужную высоту элемента */
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' width='2.47' height='26.2775' rx='1.235' fill='%23232425'/%3E%3Crect y='14.46' width='2.46' height='26.3091' rx='1.23' transform='rotate(-90 0 14.46)' fill='%23232425'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: 0px;
  position: absolute;
}
.hidden-box:hover .tourism_item_main:before{
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' width='2.47' height='26.2775' rx='1.235' fill='white'/%3E%3Crect y='14.46' width='2.46' height='26.3091' rx='1.23' transform='rotate(-90 0 14.46)' fill='white'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1220px) {
	.singleBg{
		border-radius: 0;
	}
	.title-new-page{
		font-size: 26px;
	}
    .hidden-box:hover .tourism_item_main:before{
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' width='2.47' height='26.2775' rx='1.235' fill='%23232425'/%3E%3Crect y='14.46' width='2.46' height='26.3091' rx='1.23' transform='rotate(-90 0 14.46)' fill='%23232425'/%3E%3C/svg%3E");
}
	
}
@media only screen and (max-width: 750px) {
	.tourism_item{
		padding: 15px  15px 0  15px;
	}
	.__list_item_text{
		font-size: 14px;
		margin-left: 10px;
	}
	.tourism_popup_title{
		font-size: 24px;
	}
	.__item_big_text{
		font-size: 22px;
	}
    .tourism_item_main {
    margin-bottom: 0;
    padding-bottom: 15px;
}
}