[data-popup]{cursor:pointer}
[data-target="tariffs"] .block-loader1{top:30px;}
.page-tpl p, .page-tpl ul  {
	margin-bottom:20px;
    line-height: 18pt;
}
.page-tpl li {
    line-height: 18pt;
}
.page-tpl li:before {
	content: "-";
	margin-left:-15px;
    margin-right: 15px;
}
.page-tpl h2 {
	margin-bottom:40px;
}
.show-more2, [data-page], .js-like, .js-dislike {
	cursor:pointer;
}
.review-list1__bottom-left a.icon5:before, .review-list1__bottom-left a.ya:before { background: url("../img/yandex.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: inline-block; }
.review-list1__bottom-left a.youtube:before { background: url("../img/youtube-play.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: inline-block; }
.review-list1__bottom-left a.avito:before { background: url("../img/avito.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: inline-block; }

.check-chose1__label { float: left; padding: 0 27px 0 57px; border-right: 2px solid #b9d9f5; height: 57px; box-sizing: border-box; line-height: 57px; color: #000000; font-size: 16px; font-weight: 300; position: relative; cursor: pointer; }

.check-chose1__label:last-child { border: none; }

@media only screen and (max-width: 1000px) { .check-chose1__label { padding: 0 10px 0 40px; } }

@media only screen and (max-width: 760px) { .check-chose1__label { float: none; display: inline-block; vertical-align: top; height: 50px; line-height: 50px; border: none; font-size: 12px; padding-left: 23px; padding-right: 0; margin-right: 11px; }
  .check-chose1__label:last-child { margin: 0; } }

.check-chose1__label .jq-radio { position: absolute !important; top: 21px; left: 26px; width: 17px; height: 17px; border-radius: 4px; border: 1px solid #cadae8; background-color: #ffffff; box-sizing: border-box; }

@media only screen and (max-width: 1000px) { .check-chose1__label .jq-radio { left: 12px; } }

@media only screen and (max-width: 760px) { .check-chose1__label .jq-radio { left: 0; top: 16.5px; } }

.check-chose1__label .jq-radio:before { position: absolute; top: 2px; left: 2.5px; display: block; content: ''; background: url("../img/i14.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: inline-block; opacity: 0; }

.check-chose1__label .jq-radio.checked:before { opacity: 1; }

.list-category1__title-left a {
	font-size: 16px;
    line-height: 19.2px;
    margin-right: 13px;
}
/* additional link for list-category1 - if page exist */
.list-category1__video-review { 
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline;  align-items: baseline;
}
a.list-category1__link_more {
	margin-left: auto;
	padding: 0 15px 0 20px;
	color: #fff;
	background-color: #e9407a;
	border-radius: 15px 0 15px 0;
	transition:
		box-shadow 0.2s ease,
		background 0.2s ease;
}
a.list-category1__link_more:hover {
	box-shadow: inset 0 0 5px #333;
	background-color: #ff4182;
}
a.list-category1__link_more:before { display: none; }
@media only screen and (max-width: 760px) {
	a.list-category1__link_more {
		padding: 0 10px 0 15px;
		border-radius: 10px 0 10px 0;
	}
}
/**/

@media only screen and (min-width: 760px) {
	.block-tariffs1__item:first-child {
		margin-bottom: 400px;
	} 
}
.comment-images a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.is-video {
	position: relative;
	cursor:pointer;
	display:inline-block;
}
.is-video:after {
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	background:url(../img/youtube.webp) no-repeat center center;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	opacity: 0.5;
}
.is-video:hover:after {
	opacity:1
}
img.content-over1__text-image {
	top: 0px;	
}