/*Карточки туров*/
.day-tour-info{
	background:#ddd;
	padding: 3px 16px 4px 16px;
	width: fit-content;
	font-size: 12px;
	font-family: "ObjektivMk3XBold";
}
.price-tour-info{
	padding: 2px 16px 15px 16px;
}
.card-body h4{	
	font-size: 18px;
}
.card-body {
  padding: 14px 15px;
  height: 165px;
}

.card-footer{
  height: 103px;
  align-content: end;
  /*-webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;*/
  display: grid;
}
.buble-box-card{
	position: absolute;
	bottom:0;
	left:0;
	background:#fff;
}
.buble-btn-card .new-tours-catalog {
  border-radius: 50px;
  font-size: 12px;
  padding: 3px 10px;
  text-transform: uppercase;
  cursor: pointer;
  border: solid 1px;
  border-color: rgba(226, 26, 26, 1);
  font-family: "ObjektivMk3Bold";
  display: inline-block;
  background: none;
  color: rgba(226, 26, 26, 1);
  margin: 9px 16px;
}
.price-tour-info .card-price b,.price-tour-info .card-price{
     font-family: "ObjektivMk3Medium";
     opacity: 100;
	 font-weight: 500;
	 font-size: 23px;
}

.oldPrice del{
	color:#999999;
	font-size: 14px;
	font-family: "ObjektivMk3Medium";	
	position: relative;
	text-decoration: none;
}
.oldPrice del:before {
	content: "";
	border-bottom: 1px solid red;
	position: absolute;
	width: 100%;
	height: 50%;
	transform: rotate(12deg);
}
.price-tour-info span{
     color: #000;
     opacity: 0.4;
}
.cardSplitInfo .splitCount, .cardSplitInfo .plusCount{
	font-size: 14px;
	display: block;
	margin: 4px 0;
}
.cardSplitInfo .splitCount span{
   background: #121214;
   color:#fff;
   opacity: 1;
   padding: 0px 4px 0px 4px;
   border-radius:16px 4px 4px 16px;
}

.cardSplitInfo .plusCount span{
    background: rgb(235,70,159);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(235,70,159,1)), to(rgba(131,65,239,1)));
    background: -webkit-linear-gradient(90deg, rgba(235,70,159,1) 0%, rgba(131,65,239,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(235,70,159,1) 0%, rgba(131,65,239,1) 100%);
    background: -o-linear-gradient(90deg, rgba(235,70,159,1) 0%, rgba(131,65,239,1) 100%);
    background: linear-gradient(90deg, rgba(235,70,159,1) 0%, rgba(131,65,239,1) 100%);
   color:#fff;
   opacity: 1;
   padding: 0px 4px 0px 4px;
   border-radius:16px 4px 4px 16px;
   margin-bottom:4px;
}

.btn-card-fast-sale{
	display: inline-block;
	color: #fff;
	border-radius:50px;
	background: #f05f00;
	padding: 2px 12px 4px 12px;
}
.card.end-card{
    text-align: center;
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    height: 486px;
    background: none;
}
.card.end-card::after{
    content: '';
    background: #fff;
    opacity: 0.3;
    border-radius: 24px;
    width:100%;
    height: 486px;
    position: absolute;
    z-index: -1;
}
.card.end-card.dark{
    color: #000;
}
.card.end-card .end-title{
   font-family: "RussianRail";
   text-transform: uppercase; 
   max-width: 110px;
   font-size: 18px;
}
.card.end-card .end-count{
    font-size: 14px;
    position: absolute;
    bottom: 10px;
}
/*Индивидуальные туры карточка*/
.individualCard{
	border-radius: 24px;
	background-image: linear-gradient(160deg, #c49128 80%, #e21a1a );
	padding:3px;
	width: 306px;
	position: relative;
	margin: 10px 8px;

}
.individualCard .wrapperInd{
	border-radius: 22px;
	background:#fff;
	overflow: hidden;
	height: 100%;
}
.individualCard .wrapperInd .bubleIndividual{
	position: absolute;
	top:4;
	text-align: center;
	width:100%;	
}
.individualCard .wrapperInd .bubleIndividual span{
	color:#fff;
	background:#c49128;
	text-transform: uppercase;
	padding:4px 16px 6px 16px;
	margin: 0 auto;
	border-radius: 0 0 16px 16px;
	font-size: 14px;
	font-family: "RussianRailGPro"; 
}
.individualCard .wrapperInd img{
	width:100%;
}

.individualCard .wrapperInd .contentInd{
	padding: 24px 16px 8px 24px;
	position: relative;
}
.individualCard .wrapperInd .contentInd .daysInd{
	color:#fff;
	background:#c49128;
	position: absolute;
	left: 0;
	top: -6px;
	padding:3px 24px;
	font-size: 12px;
	font-family: "RussianRailExtend";
	font-weight: bold;
}
.individualCard .wrapperInd .contentInd h3{
	font-size: 18px;
	font-family: "RussianRailExtendBold"; 
	color:#c49128;	
}
.individualCard .wrapperInd .contentInd .marsInd{
	display: flex;
	flex-wrap: wrap;
	height: 60px;
}
.individualCard .wrapperInd .contentInd .marsInd span{	
	font-size: 14px;
	display: flex;
}


.individualCard .wrapperInd .contentInd .marsInd span:not(:last-child)::after {
	content: "";
	background: url(../../assets/images/icon/route-arrow_ind.svg);
	height: 10px;
	width: 15px;
	font-weight: bold;
	padding: 1px 0px 0 2px;
	display: inherit;
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-top: 6px;
}
.individualCard .wrapperInd .contentInd .btnInd{
	text-align: end;
	padding-top: 56px
}
.individualCard .wrapperInd .contentInd .btnInd a{
	background: #e21a1a;
	padding:8px 12px;
	color: #fff;
	font-family: "RussianRailGPro"; 
	border-radius: 8px;
	
}
/*Индивидуальные туры карточка - конец*/