.rs-price{
	padding-top: 5px;
}
.rs-price .rs-price__wrapper  {
	margin-top:  42px;
}
.rs-price .rs-price__inner  {
	display:  block;
	margin-bottom:  35px;
}
.rs-price .section-header  {
	display:  flex;
	justify-content: space-between;
	align-items: center;
	max-width: none;
}
.rs-price .nav-tabs  {
	border:  none;
}
.rs-price .nav-tabs>li  {
	position:  relative;
	margin-right:  25px;
}
.rs-price .nav-tabs>li:last-child  {	
	margin-right:  0;
}
.rs-price .nav-tabs>li:after  {
	position: absolute;
    content: '/';
    top: 4px;
    right: -20px;
    font-weight: 300;
    font-size: 24px;
}
.rs-price .nav-tabs>li:last-child:after  {
	display:  none;
}
.rs-price .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
	padding:  0;
	margin:  0;
	font-size:  24px;
	color:  rgba(255,255,255,0.5);
	font-weight:  300;
}
.rs-price .nav-tabs>li>a:hover  {
	background:  transparent;
}
.rs-price .nav-tabs>li.active>a  {
	color:  #fff;
	text-decoration:  underline;
}
.rs-price .nav-tabs>li.active>a, 
.rs-price .nav-tabs>li.active>a:hover, 
.rs-price .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}
.rs-price .rs-price__contact  {
	margin-bottom: 78px;
}
.rs-price .rs-price__contact li  {
	margin-bottom:  30px;
}
.rs-price .rs-price__contact li span  {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;	
	text-transform: uppercase;	
	font-family: "Cormorant", sans-serif;
	margin-bottom: 9px;
    display: block;
}
.rs-price .rs-price__contact li p  {	
	font-weight: 300;	
	font-size: 24px;	
	line-height: 1.3;
	letter-spacing: 0;	
}
.rs-price .tab-content table {
  border: 1px solid #fff;
  
}
.rs-price .tab-content thead {
  border: 1px solid #fff;
  font-size:  26px;
}
.rs-price .tab-content thead tr th  {
	text-align:  center;
	width:  50%;
}
.rs-price .tab-content .table-bordered > thead > tr > th:first-child {
  border-left: 1px solid #fff;
}
.rs-price .tab-content table tr td  {
	width:  50%;
}
.rs-price .tab-content table tr td:first-child {
  border-left: 1px solid #fff;
}
.rs-price .tab-content table tr td:last-child {
  border-right: 1px solid #fff;
}
.rs-price .tab-content table tr:last-child td {
  border-bottom: 1px solid #fff;
}
.rs-price .tab-content table tr td {
  border-color: #424242;
    border-left-color: rgb(66, 66, 66);
  font-size: 24px;
  font-weight: 300;
  padding: 12px;
  width: 50px;
}




@media (min-width: 1500px)  {
	
	.rs-price .rs-price__block {		
		max-width: 1164px;
	}
}
@media (max-width: 991px){
	.rs-price{
		padding-top: 30px;
	}
	.rs-price .rs-price__wrapper  {
		margin-top:  30px;
	}
	.rs-price .rs-price__wrapper h3  {			
		font-size: 26px;			
		margin-bottom: 30px;
	}
	.rs-price .rs-price__block h4  {
		font-size:  22px;
	}
	.rs-price .rs-price__block p  {
		font-size:  18px;
	}
	.rs-price .tab-content thead {	  
	  font-size:  18px;
	}
	.rs-price .tab-content table tr td  {
		font-size:  16px;
	}
}
