
/* grid */
.page393 .container{
	padding: 0 15px;
}



@media screen and (min-width: 768px) {
	.page393 .container{
		width: 	750px;
	}
	.page393 .container#header-material {
    width: 970px;
}
}
@media screen and (min-width: 992px) {
	.page393 .container{
		width: 	970px;
	}
}
@media screen and (min-width: 1400px) {
.page393 .container{
	width: 1250px;
}
}
@media screen and (max-width: 767px) {
.page393 .container{
		width: 	auto;
	}
	.page393 .row {
    margin-left: 15px;
    margin-right: 15px;
	}
}
@media screen and (max-width: 600px) {
.page393 .container {
    padding: 0 8px;
}

	.page393 #WebBottom .row {
    margin-left: -20px;
    margin-right: 0;
	}
	.page393 .row {
    margin-left: 0;
    margin-right: 0;
}
}
@media screen and (max-width: 1200px) {
.page393 #WebBottom{
	min-width: inherit !important;
}
}
.page393 .top-bg {
	text-align: center;
	    padding: 80px 0;
    background-size: cover;
}
@media screen and (max-width: 768px) {
.page393 .top-bg{
	    padding: 50px 0 100px;
}
}
.page393 .top-bg img{
	max-width: 100%;
}
.page393 .count-wrapper .countdown li{
	margin-left: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	padding: 10px 20px;
	text-align: center;
}
.page393 .timer .count-wrapper{
	padding: 26px 20px 23px 20px;
	box-shadow: 4px 7px 16px rgba(158, 158, 158, 0.4);
	background-color: #fdbb09;
	max-width: 783px;
	border-radius: 20px;
	margin-top: -70px;
}
.page393 .timer .start-title{
	
	text-transform: uppercase;
	color: #000000;
font-size: 25px;
font-weight: 600;
text-align: center;
}
.page393 .timer .countdown{
	margin: 5px 0 0 0;
	list-style-type: none;
	display: flex;
    justify-content: center;
}
.page393 .timer .countdown .days, .page393 .timer .countdown .seconds, .page393 .timer .countdown .hours, .page393 .timer .countdown .minutes {
    font-size: 58px;
    font-weight: 600;
        line-height: normal;
}
.page393 .timer .countdown .days_ref, .page393 .timer .countdown .seconds_ref, .page393 .timer .countdown .hours_ref, .page393 .timer .countdown .minutes_ref{
	font-size: 44px;
    margin-top: -10px;
    line-height: normal;
    display: block;
}
@media screen and (max-width: 992px) {
.page393 .timer .count-wrapper{
	max-width: 100%;
}
}
@media screen and (max-width: 650px) {
	.page393 .countdown{
		width: 100% !important;
		flex-wrap: wrap;
	}
	.page393 .timer .countdown .days, .page393 .timer .countdown .seconds, .page393 .timer .countdown .hours, .page393 .timer .countdown .minutes{
		font-size: 38px;
	}
	.page393 .timer .countdown .days_ref, .page393 .timer .countdown .seconds_ref, .page393 .timer .countdown .hours_ref, .page393 .timer .countdown .minutes_ref{
		font-size: 31px;
	}
	.page393 .count-wrapper .countdown li{
		width: 48%;
		margin: 0;
		padding: 10px 3px !important;
	}
	.page393 .top-bg{
		padding: 27px 0 85px;
	}
}
@media screen and (max-width: 480px) {
.page393 .timer .start-title{
	line-height: normal;
    font-size: 22px;
}
.page393 .timer .count-wrapper{
	padding: 19px 5px 15px 5px;
}
.page393 .timer .countdown .days_ref, .page393 .timer .countdown .seconds_ref, .page393 .timer .countdown .hours_ref, .page393 .timer .countdown .minutes_ref{
	font-size: 26px;
}
}


.page393 ul{
	margin: 0;
	padding: 0;
}
/*.page393 .purple-block h2 {
    font-size: 27px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: normal;
    max-width: 900px;
    margin: 0 auto 30px;
}*/
.page393 .items-wrapper img{
	max-width: 200px;
	width: 100%;
}
/* List items */
.page393 .items{
	    padding: 60px 0 100px;
}
.page393 .items-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.page393 .items-wrapper .item{
	max-width: 600px;
}
.page393 .items-wrapper .item p{
	color: #000000;
	margin-bottom: 5px;
	font-size: 23px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	    line-height: normal;
}
.page393 .items-wrapper .item p span{
	color: #fdbb09;
font-weight: bold;
}
.page393 .items-wrapper>.item:first-child p{
	margin-top: 15px;
}
.page393 .items-wrapper>.item:nth-child(2) p{
	margin-top: 36px;
}
.page393 .items-wrapper>.item:nth-child(2) p.btn-choose{
	margin-top: 20px;
}
.page393 .items-wrapper>.item:nth-child(3) p{
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
.page393 .items-wrapper {
    flex-wrap: wrap;
        justify-content: space-around;
}
.page393 .items-wrapper .item {
    width: 48%;
}
.page393 .items-wrapper .item:nth-child(n+3) {
    margin-top: 40px;
}
}
@media screen and (max-width: 650px) {
	.page393 .purple-block {
    padding: 40px 0;
    overflow: hidden;
}
.page393 .items {
    padding: 60px 0 40px;
}

	.page393 .items-wrapper .item {
		text-align: center;
    width: 100%;
}
.page393 .items-wrapper .item p {
	text-align: center !important;
    margin-top: 15px !important;
}
}
@media screen and (max-width: 480px) {
.page393 .items-wrapper .item p{
	font-size: 16px;
}
}
/* Registration form */
.page393 .purple-block{
	background-color: #fdbb09;
	padding: 60px 0 80px;
}
.page393 .purple-block form#submit-form{
	position: relative;
	border-radius: 20px;
	padding: 35px 60px;
	background-color: #ffffff;
	position: relative;
    max-width: 580px;
    margin-right: 0;
    margin-left: auto;
}
.page393 #WebBottom{
	margin-top: 0 !important;
}

.page393 .purple-block form input{
	width: 100%;
	    margin-bottom: 15px;
    border: 4px solid #fdbb09;
    border-radius: 20px;
    margin-top: 13px;
    padding: 7px 10px;
    height: 50px;
    box-sizing: border-box;
}
.page393 .gradient2{
	    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
	color: #fdbb09;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.page393 .gradient2 span{
	font-size: 28px;
}

.page393 .purple-block .offset-1{
	text-align: center;
}

.page393 .item .btn-choose a{
	display: inline-block;
	margin-top: 10px;
    background: #fdbb09;
    border-color: #fdbb09;
    border: 1px solid #fdbb09;
    padding: 12px 30px;
    border-radius: 16px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.page393 .item .btn-choose a:hover{
	text-decoration: none;

}
.page393 .purple-block button#apply-free{
	    background: #fdbb09;
    border-color: #fdbb09;
    border: 1px solid #fdbb09;
    padding: 20px 60px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 auto;
}
.page393 .row-end{
	position: relative;
}
.page393 .row-end{
	width: 100%;
}
.page393 .row-end .box-img{
	    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 588px;
}
@media screen and (max-width: 650px) {
	.page393 .purple-block {
    padding: 40px 0;
}
.page393 .purple-block form#submit-form{
	padding: 20px;
}
}
@media screen and (max-width: 480px) {
.page393 .purple-block .offset-1 button{
	    padding: 15px 10px;
    width: 100%;
}
.page393 .gradient2{
	font-size: 18px;
}
.page393 .gradient2 span {
    font-size: 23px;
}
.page393 .purple-block h2{
	margin: 0 auto 20px;
}
.page393 .purple-block h2{
	font-size: 20px;
}
.page393 .row-end .box-img{
	top:-50px;
}
}