body .ppc2_hide_hero {
	display: none !important;
}
body .ppc2-new {
	position: relative;
	padding: 40px 0;
}
body .ppc2-new .container {
	width: 100%;
	max-width: 1335px !important;
}
body .ppc2-new .container .ppc2-new-alignment {
	padding: 0 15px;
}
body .ppc2-new .ppc__title {
	font-size: 42px !important;
}
body .ppc2-new .ppc__subtitle {
	font-weight: normal;
  	font-size: 24px;
}
body .ppc2-new .ppc__list li {
	width: 100%;
	font-size: 16px;
  	font-weight: normal;
  	padding: 0 15px 0 0;
  	margin-bottom: 20px;
}
body .ppc2-new .ppc__list li:last-child {
	margin-bottom: 32px !important;
}
body .ppc2-new .ppc__btn {
	margin-top: 0;
}
body .ppc2-new .cta_btn__left {
	position: relative;
    display: inline-block;
}
body .ppc2-new .cta_btn__left small {
	text-align: center;
}
body .ppc2-new .ppc__pic {
	position: relative;
    float: unset;
}
body .ppc2-new .ppc2_screen {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 105px;
    max-width: 440px;
    height: 255px;
    border-radius: 3px;
}
body .ppc2-new .ppc2_screen:focus,
body .ppc2-new .ppc2_screen:active {
	outline: none !important;
}
@media screen and (max-width: 1024px) {
	body .ppc2-new,
	body .ppc2-new .ppc__title,
	body .ppc2-new .ppc__subtitle {
		text-align: center;
	}
	body .ppc2-new .ppc__pic {
	    width: 450px;
	    max-width: 100%;
	    top: 0;
	    margin: 0 auto;
	}
	body .ppc2-new::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: linear-gradient(to bottom,  rgba(50,55,64,1) 40%,rgba(255,255,255,0) 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
}
@media screen and (min-width: 1024px) {
	body .ppc2-new,
	body .ppc2-new .ppc__title,
	body .ppc2-new .ppc__subtitle {
		text-align: left;
	}
	body .ppc2-new::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: linear-gradient(to right,  rgba(50,55,64,1) 40%,rgba(255,255,255,0) 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
}
@media screen and (min-width: 1200px) {
	body .ppc2-new .ppc__pic {
		max-width: 555px;
    	top: 60px !important;
	}
	body .ppc2-new .ppc2_screen {
		top: 75px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	body .ppc2-new .ppc__pic {
		max-width: 450px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	body .ppc2-new,
	body .ppc2-new .ppc__title,
	body .ppc2-new .ppc__subtitle {
		text-align: left;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	body .ppc2-new .ppc__pic {
	    top: 90px !important;
	}
	body .ppc2-new .ppc2_screen {
	    top: 105px;
	    max-width: 355px;
	    max-height: 205px;
	}
}
@media screen and (min-width: 425px) and (max-width: 992px) {
	body .ppc2-new .ppc__pic {
		width: 395px;
	}
	body .ppc2-new .ppc2_screen {
        top: 16px;
	    max-width: 320px;
	    max-height: 175px;
	}
}
@media screen and (min-width: 380px) and (max-width: 425px) {
	body .ppc2-new .ppc__title {
		font-size: 30px !important;
	}
	body .ppc2-new .ppc__subtitle {
		font-size: 18px !important;
	}
	body .ppc2-new .ppc__pic {
		width: 340px;
	}
	body .ppc2-new .ppc2_screen {
        top: 5px;
	    max-width: 267px;
	    max-height: 167px;
	}
}
@media screen and (max-width: 380px) {
	body .ppc2-new .ppc__title {
		font-size: 30px !important;
	}
	body .ppc2-new .ppc__subtitle {
		font-size: 18px !important;
	}
	body .ppc2-new .ppc__pic {
		width: 280px;
	}
	body .ppc2-new .ppc2_screen {
        top: 8px;
	    max-width: 220px;
	    max-height: 130px;
	}
}
