#calcBlock.calcBlock{
	border: 2px solid #eee;
    border-radius: 5px;
	display: flex;
	max-width: 1120px;
	width: 100%;
}
.dailyVideo .averageForm{
    margin: 30px 0 10px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
	text-align: center;

}
.dailyVideo > .title{
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 5px;
	text-align: center;
}
.dailyVideo .subtitle{
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}
.dailyVideo .viewsDay{
    margin-top: 15px;
    line-height: 50px;
    font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: -10px;
}
.dailyVideo .viewsDay span{
	font-size: 54px;
	font-weight: 700;
	color: #FB4D30;
	line-height: 64px;
}
.dailyVideo #resPerMonth,
.dailyVideo #resPerYear{
	color: #FB4D30;
	font-size: 32px;
    line-height: 47px;
	font-weight: 700;
}
.dailyVideo .titleResMonth{
	font-size: 15px;
	font-weight: 600;
	line-height: 130%;
}
.dailyVideo{
	max-width: 65%;
	width: 100%;
	padding: 60px;
	background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.result_row{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.result_row .width50{
	margin: 0 39px;
	text-align: center;
}
.pinkBlock{
	background-color: #15302F;
	color: #fff;
	max-width: 35%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 60px 0;
	position: relative;
}
.pinkBlock:before,
.pinkBlock:after{
	content: "";
	height: 1px;
    width: 75%;
    position: absolute;
    top: 34%;
    background-color: #3E6060;
}
.pinkBlock:after{
	top: 65%;
}
.pinkBlock .title{
    font-size: 18px;
    font-weight: 400;
	text-align: center;
	line-height: 31px;
}
.pinkBlock .cost {
	font-size: 32px;
	line-height: 47px;
	font-weight: 700;
	text-align: center;
}

input[type=range] {
  width: 100%;
}
datalist {
	display: block;
}
datalist option {
    float: left;
    padding-left: 1%;
    text-align: left;    
    color: rgba(0,0,0,0.7);
    display: table-cell;
    font-size: 11px;
    line-height: 4px;
}
datalist#views option:nth-child(1) {
	width: 7%;
}
datalist#views option:nth-child(2) {
	width: 10%;
}
datalist#views option:nth-child(3),
datalist#views option:nth-child(6) {
	width: 19%;
}
datalist#views option:nth-child(4),
datalist#views option:nth-child(5){
	width: 20%;
}
datalist#views option:nth-child(7) {
	width: 4%;
}

datalist#percents option:nth-child(1) {
	width: 28%;
}
datalist#percents option:nth-child(2) {
	width: 29%;
}
datalist#percents option:nth-child(3) {
	width: 30%;
}
datalist#percents option:nth-child(4) {
	width: 11.5%;
    text-align: right;
}
datalist#percents option:after{
	content: '%';
	height: 15px;
	font-size: 11px;
}
#calcBlock .irs-line{
	background-color: #d9d9d9;
	border-radius: 10px;
}
#calcBlock .irs-line-mid, 
#calcBlock .irs-line-left, 
#calcBlock .irs-line-right, 
#calcBlock .irs-bar, 
#calcBlock .irs-bar-edge, 
#calcBlock .irs-slider{
	background-image: unset;
}
#calcBlock .irs-bar{
	background-color: #FB4D30;
}
#calcBlock .irs-bar-edge{
	background-color: #FB4D30;
	border-radius: 10px 0 0 10px;
}
#calcBlock .irs-slider.single{
	background-color: #FB4D30;
	border-radius: 50%;
	width: 18px;
	margin-left: -2px;
	border: 1px solid #fff;
}
#calcBlock .irs-single{
	margin-left: -1px;
}
.noxinf {
    margin-bottom: 20px;
    text-align: center;
    display: block;
    margin-top: -20px;
    width: 100%;
}
.noxinf span {
    display: block;
    color: #ccc;
    font-size: 14px;
}
.noxinf a:hover {
    opacity: .8;
}
a.youtubead_btn.youtube_calc_slider_btn{
	display: block;
    background-color: #0f0f0f;
    width: 90%;
    max-width: 500px;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    margin: 0 auto 20px;
    border: 1px solid #fff;
    transition: 0.5s;
    position: relative;
    font-weight: 600;
}
.noxinf a.youtubead_btn.youtube_calc_slider_btn:hover{
    background-color: white;
    color: #ee7d76;
    text-decoration: none;
    opacity: 1;
    border: 1px solid;
}
.calcBlock .irs-min, .calcBlock .irs-max{
	background-color: unset;
}
.calcBlock .irs-grid-pol {
    background: #B5B5B5;
}
.calcBlock .irs-from, 
.calcBlock .irs-to, 
.calcBlock .irs-single{
	background-color: #ed5565;
}


@media screen and (max-width: 1024px) {
	.dailyVideo{
		padding: 35px;
	}
	.dailyVideo .viewsDay span{
		font-size: 45px;
		line-height: 60px;
	}
	.result_row .width50 {
		margin: 0 15px;
		max-width: 50%;
		width: 100%;
	}
	.dailyVideo .viewsDay span {
		font-size: 45px;
		line-height: 52px;
	}
	.pinkBlock .cost {
		font-size: 24px;
		line-height: 40px;
	}
	.pinkBlock .title {
		font-size: 16px;
		line-height: 24px;
	}
}
@media screen and (max-width: 800px) {
	#calcBlock.calcBlock{
		flex-direction: column;
	}
	.dailyVideo,
	.pinkBlock{
		max-width: 100%;
	}
	.pinkBlock{
		padding: 0px 20px;
	}
	.pinkBlock > div{
		padding: 20px 0;
	}
	.pinkBlock:before{
		top: 32%;
	}
}
@media screen and (max-width: 670px) {
	input{
		margin: 0;
	}
	.dailyVideo {
        padding: 15px 20px;
    }
	.dailyVideo > .title {
		font-size: 20px;
		padding-bottom: 3px;
	}
	.dailyVideo .subtitle{
		line-height: 20px;
	}
	.dailyVideo .viewsDay{
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.dailyVideo .viewsDay span {
        font-size: 34px;
        line-height: 34px;
    }
	.dailyVideo .averageForm {
		margin: 20px 0 10px;
		font-size: 18px;
	}
	.result_row{
		flex-direction: column;
	}
	.result_row .width50{
		max-width: 100%;
	}
	.result_row{
		margin-top: 0;
	}
	.result_row .width50{
		padding: 20px 0;
	}
	.result_row .width50:last-of-type{
		padding-top: 0;
	}
}