.block-startalk-compare{
    margin-right: 15px;
    margin-left: 15px;
}
.startalk-compare-head{
    background-color: #3c4f6b;
    color: #fff;
}
.startalk-compare-td{
    padding: 25px 20px;
}
.startalk-compare-td.col-left{
	padding-right: 75px;
}
.startalk-compare-td.col-center{
	padding-right: 75px;
}

.startalk-compare-head .startalk-compare-td{
    font-size: 21px;
}

.startalk-compare-item{
    background-color: #f2f3f3;
    position: relative;
    min-height: 95px;
}
.startalk-compare-item.compare-item-light{
    background-color: #f9f9f9;
}
.startalk-compare-wr-btn{
	position: relative;
	text-align: center;
}
.startalk-compare-btn{
	display: inline-block;
	background-color: #fff;
	padding: 0 40px;
	cursor: pointer;
	position: relative;
}
.startalk-compare-btn div.button-def{
	padding: 20px 70px;
	font-size: 17px;
	line-height: 19px;
}
.startalk-compare-btn:hover > div{
	transition: opacity .3s;
	opacity: .7;
}

.startalk-compare-btn-line{
	position: absolute;
    top: 50%;
    left: -15px;
    right: -15px;
    transform: translateY(-50%);
    height: 2px;
    background-color: #e6e6e6;
}
.startalk-compare-wr-comment{
	margin-top: 20px;
}
.startalk-compare-comment-star{
	width: 24px;
	height: 24px;
}
.block-startalk-compare .startalk-compare-comment{
    color: #777;
    padding-left: 13px;
    font-size: 16px;
}
.startalk-compare-item.hidden + .startalk-compare-shadow-bottom{
	display: block;
}
.startalk-compare-shadow-bottom{
	display: none;
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: -40px;
	height: 279px;
	background: url('images/shadow_bottom_wt.png') left bottom repeat-x;
}
.startalk-compare-item.ghost-hidden{
	display: flex !important;
}
.startalk-compare-items{
	position: relative;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.startalk-compare-head-bg-ghost{
	height: 4px;
	background-color: #fff;
	margin: 0 -15px;
}
.startalk-compare-slider{

}
.row-startalk-compare-slider{
	margin-bottom: 17px;
}
.startalk-compare-slider-head-name{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 12px;
}
.startalk-compare-slider-head-title{
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}
.startalk-compare-slider-value-comment{
	font-size: 12px;
	line-height: 16px;
}
.startalk-compare-slider-value{
	font-size: 14px;
	line-height: 18px;
}
.startalk-compare-slider .swiper-button-next:after,
.startalk-compare-slider .swiper-button-prev:after{
	display: none;
}
.startalk-compare-slider .swiper-button-prev,
.startalk-compare-slider .swiper-button-next,
.startalk-compare-slider .swiper-pagination{
	position: static;
	margin-top: 0;
}
.startalk-compare-slider .swiper-button-prev,
.startalk-compare-slider .swiper-button-next{
    height: 34px;
    width: 34px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.startalk-compare-slider .swiper-button-next{
    background-image: url(images/arrow_r_wt.svg);
}
.startalk-compare-slider .swiper-button-prev{
    background-image: url(images/arrow_l_wt.svg);
}
.startalk-compare-slider .swiper-pagination{
	font-size: 14px;
	color: #909090;
}
.startalk-compare-slider .swiper-slide{
	padding: 25px 30px 5px;
}
.wr-startalk-compare-slider-panel{
    padding: 15px 30px 20px;
    border-top: 1px solid #fff;
}
.startalk-compare-slider.swiper-container{
    border-radius: 15px;
	background-color: #f5f5f5;
}
@media (max-width: 767px){
    .row-startalk-compare-slider{
		margin-bottom: 34px;
	}
	.startalk-compare-comment-star{
		width: 16px;
		height: 16px;
	}
	.block-startalk-compare .startalk-compare-comment{
	    font-size: 13px;
	}
}
