.btn-blue{
	height: 60px;
	border-radius: 1px;
	background-color: #0272ff;
	color: #ffffff;
	font-family: "trebuc";
	font-size: 16px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .9;
	transition: .2s ease-in-out;
	border: 1px solid;
}
.btn-blue:hover{
	opacity: 1;
}

/* tariff */
.tariff{
	padding-top: 150px;
}
.tariff-index {
	padding-bottom: 152px;
}
.tariff-items{
	margin-top: 55px;
}
.tariff-item{
	border-radius: 2px;
	border: 1px solid #edeef0;
	background-color: #ffffff;
}
.tariff-item-popular .tariff-item-header{
	background-color: #fdd101;
}
.tariff-item-header{
	padding: 16px 24px;
	border-bottom: 1px solid #edeef0;
	display: flex;
	align-items: center;
}
.tariff-item-header-title{
	color: #000000;
	font-family: "trebuc";
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
}
.tariff-item-header-subtitle{
	color: #000000;
	font-family: "trebuc";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	max-width: 100px;
	margin-left: 16px;
}
.tariff-item-body-item{
	padding: 16px 24px;
	border-bottom: 1px solid #edeef0;
}
.tariff-item-body-item-header{
	position: relative;
	cursor: pointer;
}
.tariff-item-header-star{
	background-image: url(../../../images/v3/star.svg);
	width: 42px;
	height: 40px;
	margin-left: auto;
}
.tariff-item-body-item-header:hover .tariff-item-body-item-title{
	color: #0272ff;
}
.tariff-item-body-item-header:hover .tariff-item-body-item-arrow{
	border-color: #0272ff;
}
.tariff-item-body-item.active .tariff-item-body-item-header .tariff-item-body-item-arrow{
	transform: translateY(-50%) rotate(-180deg);
}
.tariff-item-body-item-title{
	color: #000000;
	font-family: "trebuc";
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	padding-right: 60px;
	transition: .2s ease-in-out;
}
.tariff-item-body-item-arrow{
	width: 26px;
	height: 26px;
	border: 1px solid #edeef0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .2s ease-in-out;
}
.tariff-item-body-item-arrow:before{
	content: "";
	background-image: url(../../../images/v3/arrow-down.svg);
	width: 12px;
	height: 7px;
}
.tariff-item-body-item-desc{
	transform: translateY(8px);
	display: none;
}
.tariff-item-body-item-desc ul{
	padding-left: 24px;
}
.tariff-item-body-item-desc li{
	color: #9b9b9b;
	font-family: "trebuc";
	font-size: 14px;
	line-height: 24px;
}
.tariff-item-footer{
	padding: 16px 24px;
}
.tariff-item-price{
	margin-bottom: 16px;
}
.tariff-item-price select{
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #edeef0;
	background-color: #f6f6f7;
	padding: 8px 24px;
	color: #0272ff;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
div.cs-select{
	border-radius: 2px;
	background-color: #f6f6f7;
}
.cs-placeholder{
	border: 1px solid #edeef0;
}
.cs-skin-elastic > span{
	background-color: #f6f6f7;
}
.cs-select span{
	padding: 8px 24px;
	color: #0272ff;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 24px;
}
.cs-select .cs-options{
	padding-bottom: 0;
}
.cs-skin-elastic .cs-options span{
	padding: 8px 24px;
	color: #0272ff;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 24px;
}
.cs-select .cs-options li{
	background-color: #f6f6f7;
	border-left: 1px solid #edeef0;;
	border-right: 1px solid #edeef0;;
}
.cs-skin-elastic.cs-active .cs-options > ul::before{
	background-color: #f6f6f7;
	/*display: none;*/
}
.cs-select .cs-options li:hover span{
	color: #fff;
}
.cs-select > span::after{
	content: "";
	background-image: url(../../../images/v3/select-arrows.svg);
	width: 10px;
	height: 18px;
	right: 16px;
}
.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span{
	background-color: #0272ff;
	color: #fff;
}

/* tariff media */
@media only screen and (max-width:1200px){

}
@media only screen and (max-width:992px){
  .tariff-item{
 		/*display: none; */
  }
  .tariff-item.active{
 		display: block;
  }
  .tariff-item-footer{
		display: flex;
  }
  .tariff-item-footer > div{
  	width: calc(50% - 8px);
  }
  .tariff-item-price{
  	margin-right: 16px;
  	margin-bottom: 0;
  }
  .cs-select span,
  .cs-skin-elastic .cs-options span{
  	padding: 17px 24px;
  }
  .tariff-item-header{
  	/* display: none; */
  }
  .tariff-items-nav{
  	border: 1px solid #edeef0;
  	padding: 16px 24px;
  	border-bottom: 0;
  }
  .tariff-items-nav ul{
		display: flex;
		align-items: center;
		justify-content: space-between;
  }
  .tariff-items-nav li{
  	list-style-type: none;
  }
  .tariff-items-nav a{
  	display: flex;
  	align-items: center;
  }
  .tariff-items-nav a:hover .tariff-items-nav-title,
  .tariff-items-nav a:hover .tariff-items-nav-subtitle,
  .tariff-items-nav a.active .tariff-items-nav-title,
  .tariff-items-nav a.active .tariff-items-nav-subtitle{
		color: #0272ff;
  }
  .tariff-items-nav-title{
  	color: #000000;
		font-family: "trebuc";
		font-size: 36px;
		font-weight: 700;
		line-height: 42px;
  }
  .tariff-items-nav-subtitle{
		color: #000000;
		font-family: "trebuc";
		font-size: 14px;
		font-weight: 700;
		line-height: 18px;
		margin-left: 16px;
		max-width: 100px;
  }
  .tariff-items .col-md-4{
		min-height: auto;
  }
}
@media only screen and (max-width:768px){

}
@media only screen and (max-width:576px){
	.tariff-items-nav-title{
		font-size: 14px;
		line-height: 30px;
	}
	.tariff-items-nav-subtitle{
		display: none;
	}
	.tariff-items-nav,
	.tariff-item-body-item,
	.tariff-item-footer{
		padding: 16px;
	}
	.tariff-item-body-item-title{
		font-size: 14px;
		line-height: 24px;
	}
	.tariff-item-footer{
		display: block;
	}
	.tariff-item-footer > div{
		width: 100%;
	}
	.tariff-item-price{
		margin-bottom: 16px;
	}
	.cs-select span, .cs-skin-elastic .cs-options span{
		padding: 7px 16px;
	}
	.tariff{
		padding-top: 80px;
	}
	.tariff-items{
		margin-top: 32px;
	}
}
/* /tariff media */
/* /tariff */
