* {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}
.pageone {
	background: url('../img/pageone-bg.jpg') no-repeat top center;
	background-size: cover;
	padding-top: 20px;
	/* height: calc(100vh - 35px); */
}
.pageone__title {
	width: 100%;
	background-color: #ef4141;
	padding:12px 0 14px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 1;
}
.question{
    display: none;
}

.pageone__content {
	position: relative;
	padding-top: 25px;
}
.pageone__hello {
	z-index: 20;
	padding-top: 90px;
	position: relative;
}
.pageone__text {
	z-index: 10;
	background: url('../img/pageone-text-bg.png') no-repeat top center;
	background-size: cover;
	position: relative;
	text-align: center; 
	padding:70px 40px 240px 40px;
	box-sizing: border-box;
	width: 582px;
	height: 650px;
	margin-left: -55px;
}
.page__text-name {
	font-family: 'EspumaPro';
	font-weight: 600;
	font-style: italic;
	font-size: 35px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.page__text-content {
	font-family: 'EspumaPro-Book';
	font-weight: normal;
	font-style: italic;
	font-size: 33px;
	line-height: 1.37;
	margin-bottom: 17px;
}
.page__text-bold {
	font-family: 'EspumaPro';
	font-weight: 600;
	font-style: italic;
}
.pageone__button {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 25px;
}
.button__red {
	display: inline-block;
	font-family: 'Lato';
	font-weight: 500;
	font-style: normal;
	font-size: 34px;
	line-height: 1;
	color: #fff;
	padding:21px 63px 23px 63px;
	background-color: #ff0000;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}
.button__red:hover,
.button__red:visited,
.button__red:focus,
.button__red:active {
	color: #fff;
	text-decoration: none;
}

.pagetwo {
	background: url('../img/pagetwo-bg.jpg') no-repeat center center;
	background-size: cover;
	padding-top: 20px;
	height: calc(100vh - 35px);
}
.pagetwo__title {
	width: 100%;
	background-color: #ef4141;
	padding:12px 0 14px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 1.06;
	font-weight: 500;
    font-style: normal;
}
.pagetwo__content {
	position: relative;
	padding-top: 25px;
}
.pagetwo__question {
	background-color: rgba(255,255,255,0.95);
	border: 10px solid rgba(192,238,211,0.8);
	border-radius: 38px;
	padding:25px 80px;
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 1.25;
	font-family: 'EspumaPro-Book';
	font-weight: normal;
    font-style: normal;
}
.pagetwo__checkbox {
	font-family: 'EspumaPro-Book';
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	line-height: 1.25;
}
.check {
	display:none;
}
.check + label {
	background: url('../img/chb.png') left 10px no-repeat;
	cursor: pointer;
}
.check:checked + label {
	background: url('../img/chba.png') left 10px no-repeat;
}
.pagetwo__checkbox label {
	padding: 15px 0 5px 120px;
	margin-bottom: 15px;
}

.pagetre {
	padding-top: 20px;
	height: calc(100vh - 35px);
}
.pagetre__title {
	width: 100%;
	background-color: #ef4141;
	padding:12px 0 14px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 1.06;
	font-weight: 500;
    font-style: normal;
}
.pagetre__content {
	position: relative;
	margin-top: 25px;
	padding-top: 15px;
	background: url('../img/pagetre-bg.jpg') no-repeat bottom center;
	background-size: cover;
	text-align: center;
}
/*новый*/
.pagetre__social {
	position: absolute;
	left:50%;
	bottom: 105px;
	margin-left: 205px;
	background-color: rgba(255,255,255,0.7);
	padding:28px 30px;
	text-align: center;
}
.social__name {
	font-family: 'Lato';
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	margin-bottom: 23px;
}
.pagetre__social img {
	margin: 0 15px;
}