.tariffBlock_top {
    padding-bottom: 2.5rem;
}
.tariffBlock h2 b
{
	font-weight: 600;
	color: #E22427;
}
@media (min-width: 768px) {
    .tariffBlock_top {
        padding-bottom: 3.125rem;
    }
}

.tariff .txt b i
{
	font-style: normal;
	color: #E22427;
}
.tariffSlider
{
	position: relative;
	margin: 0px -30px;
}

.tariffSlider .slick-track
{	
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tariffSlider .slick-list
{
	padding: 0px 20px 30px;
}
.tariffSlider .slick-slide
{
	padding: 0px 10px;
	height: auto;
}
.tariff
{
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.tariff .page__btn
{
	font-size: 0.8rem;
	min-width: 100px;
}
.tariff .head
{
	padding: 20px;
}
.tariff .head .ttl > div
{
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1em;
}
.tariff .head .icon
{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.tariff.red .head
{
	background: #E22427;
	color: #fff;
}
.tariff.black .head
{
	background: #000;
	color: #fff;
}
.tariff .txt
{
	padding: 20px;
}
.tariff .txt ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.tariff .txt ul li
{
	position: relative;
	padding-bottom: 0.5rem;
	padding-left: 1.3rem;
}
.tariff .txt ul li:before
{
	content: '•';
	font-size: 2rem;
	color: #E22427;
	position: absolute;
	top: 0px;
	line-height: 1.4rem;
	left: 0px;
}
.tariff .bottom
{
	padding: 0px 20px 20px;
}
.tariff .price > span
{
	display: block;
	color: #696969;
	font-size: 0.9rem;
}
.tariff .price > div
{
	font-size: 1.375rem;
	font-weight: 600;
}

.tariffBlock_top .arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.tariffBlock_top .arr .arrow {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #E22427;
  line-height: 0;
}

.tariffBlock_top .arr .arrow.slick-disabled {
  background-color: #F1F1F5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tariffBlock_top .arr .arrow.slick-disabled svg {
  fill: #000;
}

.tariffBlock_top .arr .arrow svg {
  fill: #fff;
  width: 0.8125rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.tariffSlider .slick-dots
{
	bottom: 0px;
}
.tariffSlider .slick-dots li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
}

.tariffSlider .slick-dots li.slick-active button {
  background-color: #E22427;
}

.tariffSlider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  background-color: #EEEEEE;
}

.tariffSlider .slick-dots li button::before {
  content: none;
}
@media (min-width: 1200px)
{	
	.tariff .head
	{
		padding: 25px 35px;
	}
	.tariff .txt
	{
		padding: 35px;
	}
	.tariff .bottom
	{
		padding: 0px 35px 25px;
	}
}