@charset "utf-8";
/*===== QUESTIONS =====*/

/*
d03370
*/


/*===== WRAPPER =====*/
body > .wrapper{	
	position: relative;
	width: 100%;
	height: 100%;
}


/* #region ОБЩЕЕ */

	/* #region ЗАГОЛОВОК */
		.header{
			margin-bottom: 30px;
			
			text-align: center;
			
			color: #333;
			font-family: Roboto;
			font-style: normal;
			font-weight: 900;
			font-size: 46px;
			line-height: 50px;
			text-transform: uppercase;
		}
	/* #endregion  */

	/* #region КНОПКА */
		.love_button{
			border-radius: 5px;
			
			display: inline-block;

			min-width: 150px;
			
			margin-bottom: 5px;
			
			padding: 15px 35px 15px 35px;
			
			position: relative;
			z-index: 100;
			
			background: #d03370;
			box-shadow: 0 3px 0 #B50046;
			
			color: #fff;
			cursor: pointer;
			font-family: ProximaNovaRegular;
			font-size: 17px;
			font-weight: 200;
			letter-spacing: 1px;
			text-transform: uppercase;
			
			-webkit-transition: 0.2s;
			transition: 0.2s;
		}
		.love_button:hover{
			background: #E63C7E;
			box-shadow: 0 3px 0 #D10051;
		}
	/* #endregion  */

/* #endregion  */




/* #region ВЕРХНИЙ БЛОК */
	.top_block{
		border: 0px solid red;
		
		width: 100%;
		box-sizing: border-box;
		
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 20%), 
					linear-gradient(to bottom, rgba(208, 51, 112, 0.25), rgba(208, 51, 112, 0.2)),
					linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
					url('/alex/images/nonav/top_block_bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right top;
	}
	.top_block .mid_razm  > tbody > tr > td{	
		border: 0px solid #fff;	
		
		padding-top: 80px;
	}
	.top_block .header{		
		border: 0px solid #aaa;
		
		width: 90%;
		margin: 0px auto;
		
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}
	@media screen and (max-width: 1200px){
		.top_block .header{		
			width: 95%;
		}
	}
	.top_block .header.top{	
		margin-bottom: 25px;
		
		font-family: ProximaNovaBlack;
		font-size: 35px;
		font-weight: 500;
	}
	@media screen and (max-width: 1200px){
		.top_block .header.top{				
			font-size: 30px;
			line-height: 35px;
		}
	}
	@media screen and (max-width: 600px){
		.top_block .header.top{		
			font-size: 25px;
			line-height: 30px;
		}
	}
	@media screen and (max-width: 440px){
		.top_block .header.top{		
			font-size: 22px;
			line-height: 24px;
		}
	}
	.top_block .header.big{	
		margin-bottom: 25px;
	
		font-family: ProximaNovaBlack;
		font-weight: 500;
		font-size: 50px;
		line-height: 55px;
	}
	@media screen and (max-width: 1200px){
		.top_block .header.big{				
			font-size: 40px;
			line-height: 45px;
		}
	}
	@media screen and (max-width: 600px){
		.top_block .header.big{		
			font-size: 30px;
			line-height: 35px;
		}
	}
	@media screen and (max-width: 440px){
		.top_block .header.big{		
			font-size: 25px;
			line-height: 30px;
		}
	}
	.top_block .header.small{
		margin-top: 15px;
		
		font-family: ProximaNovaRegular;
		font-size: 21px;
		font-weight: 200;
		
		line-height: 30px;
	}
	@media screen and (max-width: 440px){
		.top_block .header.small{		
			font-size: 19px;
			line-height: 22px;
		}
	}
	.top_block .price_w{
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	}
	
	/* #region КНОПКА "СДЕЛАТЬ ПЕРВЫЙ ШАГ" */
		.present{
			display: inline-block;
			border: 1px solid #eb3690;
			border-radius: 5px;
			
			margin-top: 35px;
			margin-bottom: 35px;
			padding: 10px 35px;
			
			background: linear-gradient(to bottom, #E30E87, #CC4E8D);
			
			color: #fff;
			font-family: ProximaNovaRegular;
			font-size: 21px;
			font-weight: 200;
			cursor: pointer;
			text-align: center;
			
			line-height: 30px;
			
			-webkit-transition: 0.2s;
			transition: 0.2s;
		}
		@media screen and (max-width: 440px){
			.present{		
				width: 95%;
				box-sizing: border-box;
			}
		}
		.present:hover{
			border: 1px solid #eb3690;
			background: linear-gradient(to bottom, #D10D7C, #BD4882);
			
			text-decoration: underline;
		}
	/* #endregion  */

/* #endregion  */



/* #region БЛОК 2 */
	.block2{
		position: relative;
		
		padding: 60px 50px 160px 50px;
		
		background: linear-gradient(to bottom, rgba(208, 51, 112, 0.05), rgba(208, 51, 112, 0.2)),
					url('/alex/images/nonav/block2_bg.jpg');		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right top;
		
		overflow: visible;
		
		text-align: center;
	}
	@media screen and (max-width: 1200px){
		.block2{
			padding: 25px 25px 100px 25px;
		}
	}
	@media screen and (max-width: 768px){
		.block2{
			padding: 25px 25px 90px 25px;
		}
	}
	@media screen and (max-width: 600px){
		.block2{
			padding: 15px 15px 70px 15px;
		}
	}
	@media screen and (max-width: 440px){
		.block2{
			padding: 15px 15px 50px 15px;
		}
	}
	.block2 .bottom_shape{	
		border: 0px solid blue;
		
		width: 100%;
		height: 140px;
		
		position: absolute;
		z-index: 1;
		left: 0px;
		bottom: -1px; 
		
		background: url('/alex/images/shapes/gray_ditch.svg');
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
	}
	.block2 .header{
		margin-bottom: 40px;

		font-size: 30px;
		line-height: 36px;		
	}
	@media screen and (max-width: 970px){
		.block2 .header{
			margin-bottom: 20px;		
		}
	}
	@media screen and (max-width: 600px){
		.block2 .header{		
			font-size: 25px;
			line-height: 30px;
		}
	}	
	
/* #endregion  */



/* #region БЛОК 3 */
	.block3{
		position: relative;
		
		padding: 50px 50px 0px 50px;	
					
		background: #F5F5F5;
		
		overflow: visible;
		
		text-align: center;	
	}
	@media screen and (max-width: 900px){
		.block3{
			padding: 30px 25px 30px 25px;	
		}
	}
	@media screen and (max-width: 768px){
		.block3{
			padding: 30px 25px 10px 25px;	
		}
	}
	.block3 .bottom_shape{	
		border: 0px solid blue;
		
		width: 100%;
		height: 140px;
		
		position: absolute;
		z-index: 1;
		left: 0px;
		bottom: -140px;
		
		background: url('/alex/images/shapes/gray_hill.svg');
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
	}
	.block3 .header1{
		color: #D62D6F;
		font-size: 46px;
		line-height: 50px;
	}
	@media screen and (max-width: 1200px){
		.block3 .header1{
			font-size: 35px;
			line-height: 40px;
		}
	}
	@media screen and (max-width: 600px){
		.block3 .header1{
			margin-bottom: 20px;
			
			font-size: 30px;
			line-height: 35px;
		}
	}
	@media screen and (max-width: 440px){
		.block3 .header1{		
			font-size: 25px;
			line-height: 28px;
		}
	}
	@media screen and (max-width: 400px){
		.block3 .header1{		
			font-size: 19px;
			line-height: 22px;
		}
	}
	.block3 .header2{
		font-size: 30px;
		line-height: 33px;

		margin-bottom: 30px;
	}
	@media screen and (max-width: 1200px){
		.block3 .header2{
			font-size: 25px;
			line-height: 30px;
		}
	}
	@media screen and (max-width: 768px){
		.block3 .header2 br{
			display: none;
		}
	}
	@media screen and (max-width: 600px){
		.block3 .header2{
			margin-bottom: 20px;
			
			font-size: 22px;
			line-height: 24px;
		}
	}
	@media screen and (max-width: 400px){
		.block3 .header2{
			margin-bottom: 20px;
			
			font-size: 19px;
			line-height: 22px;
		}
	}
	.block3 .header3{
		width: 75%;
		margin: 0px auto;
		margin-bottom: 20px;
		
		color: #D62D6F;
		font-size: 22px;
		font-weight: 500;
		line-height: 25px;
		text-align: left;
	}
	@media screen and (max-width: 780px){
		.block3 .header3{
			width: 95%;

			font-size: 19px;
			line-height: 22px;
		}
	}
	@media screen and (max-width: 400px){
		.block3 .header3{
			font-size: 17px;
			line-height: 19px;
		}
	}
	.block3 .header3.second{
		margin-bottom: 40px;
	}
	.block3 .header4{
		width: 75%;
		margin: 0px auto;
		margin-bottom: 15px;
		
		font-size: 22px;
		line-height: 25px;
		font-weight: 900;
	}
	@media screen and (max-width: 780px){
		.block3 .header4{
			width: 95%;

			font-size: 19px;
			line-height: 22px;
		}
	}
	@media screen and (max-width: 400px){
		.block3 .header4{
			font-size: 17px;
			line-height: 19px;
		}
	}

	.block3 ul{	
		display: inline-block;

		margin-bottom: 20px;
		
		list-style: outside;
	}
	@media screen and (max-width: 780px){
		.block3 ul{
			width: 75%;

			margin-top: 20px;
			margin-bottom: 20px;
		}
	}
	@media screen and (max-width: 400px){
		.block3 ul{
			margin-top: 15px;
			margin-bottom: 15px;
		}
	}
	.block3 li{
		margin-bottom: 25px;
		
		font-family: Roboto;
		font-style: normal;
		font-weight: 400;
		font-size: 25px;
		line-height: 27px;
	}
	@media screen and (max-width: 780px){
		.block3 li{
			font-size: 22px;
			line-height: 25px;
		}
	}
	@media screen and (max-width: 780px){
		.block3 li{
			margin-bottom: 20px;

			font-size: 22px;
			line-height: 25px;
		}
	}
	@media screen and (max-width: 400px){
		.block3 li{
			margin-bottom: 15px;

			font-size: 19px;
			line-height: 22px;
		}
	}
	.block3 .love_button{
		text-transform: none;
	}
	@media screen and (max-width: 600px){
		.block3 .love_button{
			padding: 15px;
		}
	}

/* #endregion  */



/* #region БЛОК 4 */
	.block4{
		padding: 100px 50px 50px 50px;	
			
		position: relative;	
			
		background: linear-gradient(to bottom, rgba(66, 166, 255, 0.1), rgba(66, 166, 255, 0.1)), 
					linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), 
					url('/alex/images/nonav/block4_bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	@media screen and (max-width: 930px){
		.block4{
			padding: 60px 25px 20px 25px;	
		}
	}
	@media screen and (max-width: 600px){
		.block4{
			padding: 60px 15px 20px 15px;	
		}
	}
	.block4 .cont{	
		width: 70%;
		margin: 0px auto;
		
		text-align: center;
		white-space: nowrap;
	}
	@media screen and (max-width: 1200px){
		.block4 .cont{	
			width: 80%;
		}
	}
	@media screen and (max-width: 1050px){
		.block4 .cont{	
			width: 90%;
		}
	}
	@media screen and (max-width: 930px){
		.block4 .cont{	
			width: 95%;
			
			text-align: center;
		}
	}
	@media screen and (max-width: 440px){
		.block4 .cont{	
			width: 100%;
		}
	}
	.block4 img{
		border: 3px solid #F5F5F5;
		border-radius: 300px;
		
		display: inline-block;
		
		width: 220px;
		height: auto;
		
		margin-right: 50px;	
		
		float: left;
	}
	@media screen and (max-width: 930px){
		.block4 img{	
			display: block;
			
			width: 180px;
			margin: 0px auto;
			margin-bottom: 25px;
			
			float: none;	
		}
	}
	.block4 .text{				
		width: calc(100% - 285px);
		
		white-space: normal;
		
		float: left;	
	}
	@media screen and (max-width: 930px){
		.block4 .text{		
			width: 95%;
			
			float: none;
			
			text-align: center;
		}
	}
	.block4 .text_header{
		margin-bottom: 15px;
		
		color: #fff;
		font-family: Roboto;
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	}
	@media screen and (max-width: 930px){
		.block4 .text_header{
			text-align: center;
		}
	}
	.block4 .text_header_2{
		margin-bottom: 25px;
	}
	.block4 ul{
		margin-left: 25px;
		
		list-style: outside;
	}
	@media screen and (max-width: 930px){
		.block4 ul{
			margin-bottom: 20px;
		}
	}
	.block4 .text li{
		margin-bottom: 25px;
		
		color: #fff;
		font-family: Roboto;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}

/* #endregion  */



/* #region БЛОК 5 */

	.block5{
		border: 0px solid red;
		
		position: relative;
		
		padding: 40px 50px 60px 50px;
			
		background: #fff;
			
		text-align: center;
		
		overflow: visible;	
	}
	@media screen and (max-width: 900px){
		.block5{
			padding: 40px 25px 60px 25px;
		}
	}
	@media screen and (max-width: 600px){
		.block5{
			padding: 30px 15px 60px 15px;
		}
	}
	.block5 .bg_div{
		width: 100%;
		height: calc(100% + 0px);
		
		position: absolute;
		z-index: 1;
		top: -0px;
		left: 0px;
		
		/*
		background: linear-gradient(to bottom, rgba(250, 190, 213, 0.7), rgba(250, 190, 213, 0.2));
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right bottom;
		*/
		background: #f5f5f5;
	}
	.block5 .content{
		border: 0px solid blue;
		
		position: relative;
		z-index: 2;
		
		text-align: center;
	}
	.block5 .header1{
		margin-bottom: 20px;

		font-size: 30px;
		line-height: 30px;
	}
	@media screen and (max-width: 600px){
		.block5 .header1{
			font-size: 25px;
			line-height: 25px;
		}
	}
	@media screen and (max-width: 400px){
		.block5 .header1{
			font-size: 20px;
			line-height: 20px;
		}
	}
	.block5 .otz_w{
		width: 80%;
		margin: 0px auto;
	}
	@media screen and (max-width: 768px){
		.block5 .otz_w{
			width: 95%;
		}
	}
	.block5 .otz{
		width: 49%;
		box-sizing: border-box;

		float: left;

		padding: 15px;

		font-family: open;
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 22px;
	}
	@media screen and (max-width: 600px){
		.block5 .otz{
			width: 100%;
		}
	}
	.block5 .like{
		display: inline-block;

		width: 20px;
		height: auto;

		margin-left: 2px;
	}
	.block5 .otz .name,
	.block5 .otz .city{
		display: block;

		margin-left: 20px;

		color: #D40858;
		font-family: Roboto;
		font-style: italic;
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
	}
	.block5 .otz .name{
		margin-top: 5px;
	}
	

/* #endregion  */



/* #region БЛОК 6 */

	.block6{
		padding: 25px 50px 120px 50px;
		
		position: relative;
		
		text-align: center;
		
		overflow: visible;
	}
	@media screen and (max-width: 1200px){
		.block6{
			padding: 15px 15px 110px 15px;
		}
	}
	@media screen and (max-width: 7px){
		.block6{
			padding: 0px 15px 110px 15px;
		}
	}
	.block6 .bg_div{
		border: 0px solid red;
		
		width: 100%;
		height: calc(100% + 50px);
		
		position: absolute;
		z-index: 3;
		top: -50px;
		left: 0px;
		
		background: url('/alex/images/nonav/block6_bg.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	@media screen and (max-width: 768px){
		.block6 .bg_div{
			background: url('/alex/images/nonav/block6_bg_small.png');
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center top;
		}
	}
	.block6 .content{
		border: 0px solid blue;
		
		position: relative;
		z-index: 4;
		
		text-align: center;
	}
	.block6 .header{
		width: 80%;
		margin: 0px auto;	
		
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	@media screen and (max-width: 1200px){
		.block6 .header{
			width: 100%;
		}
	}
	@media screen and (max-width: 600px){
		.block6 .header{
			color: #fff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
	}
	@media screen and (max-width: 600px){
		.block6 .header br{
			display: none;
		}
	}
	.block6 .header_1{
		margin-bottom: 30px;
		
		font-size: 30px;
		line-height: 35px;
	}
	@media screen and (max-width: 1200px){
		.block6 .header_1{
			text-transform: none;
		}
	}
	@media screen and (max-width: 768px){
		.block6 .header_1{
			font-size: 22px;
			line-height: 25px;
		}
	}
	.block6 .header_2{	
		margin-bottom: 40px;
		
		color: #fff;
		font-family: Roboto;
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 27px;
		text-align: center;
	}
	.block6 ul{
		display: inline-block;
		
		margin-left: 20px;
		margin-bottom: 25px;
		
		list-style: outside;
	}
	.block6 li{
		margin-bottom: 30px;
		
		color: #fff;
		font-family: open;
		font-style: normal;
		font-weight: normal;
		font-size: 19px;
		line-height: 22px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	}
	@media screen and (max-width: 768px){
		.block6 li{
			margin-bottom: 20px;
			
			font-size: 17px;
			line-height: 20px;
		}
	}

/* #endregion  */



	





/* #region ФОРМА ПОДПИСКИ */

	.sub{		
		width: 100%;
		box-sizing: border-box;
		
		position: relative;
		
		padding: 40px 50px 50px 50px;
		
		text-align: center;
	}
	@media screen and (max-width: 1200px){
		.sub{	
			padding: 30px 25px 35px 25px;
		}
	}
	@media screen and (max-width: 930px){
		.sub{	
			padding: 0px 15px 70px 15px;
		}
	}
	.sub .bg_div{
		border: 0px solid red;
		
		width: 100%;
		height: calc(100% + 95px);
		
		position: absolute;
		z-index: 5;
		top: -95px;
		left: 0px;
		
		background: url('/alex/images/nonav/form_bg.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.sub .content{
		border: 0px solid blue;
		
		position: relative;
		z-index: 6;
		
		text-align: center;
	}
	.sub .header3, 
	.sub .header4{
		width: 80%;
		box-sizing: border-box;
			
		margin: 0px auto;
		margin-bottom: 10px; 
		
		color: #fff;
		font-family: Roboto;
		font-style: normal;
		font-weight: 900;
		
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		text-align: center;
		letter-spacing: 2px;
		line-height: 1.2;
	}
	.sub .header3{
		font-size: 30px;
	}
	@media screen and (max-width: 1150px){
		.sub .header3{	
			font-size: 20px;
		}
	}
	@media screen and (max-width: 450px){
		.sub .header3{	
			font-size: 15px;
		}
	}
	@media screen and (max-width: 375px){
		.sub .header3{	
			font-size: 12px;
		}
	}
	.sub .header4{
		padding-top: 25px;
		padding-bottom: 35px;
		
		font-size: 56px;
	}
	@media screen and (max-width: 1280px){
		.sub .header4{	
			padding-top: 15px;
			padding-bottom: 25px;
		}
	}
	@media screen and (max-width: 1150px){
		.sub .header4{	
			font-size: 30px;
		}
	}
	@media screen and (max-width: 920px){
		.sub .header4{	
			padding-top: 0px;
			padding-bottom: 5px;
			
			font-size: 20px;
		}
	}
	@media screen and (max-width: 450px){
		.sub .header4{	
			font-size: 15px;
		}
	}
	@media screen and (max-width: 375px){
		.sub .header4{	
			font-size: 12px;
		}
	}
	.sub .sub_w{
		border: 3px solid rgba(255, 255, 255, 0.8);
		border-radius: 15px;
		
		display: inline-block;
		
		padding: 40px 50px;
		margin: 0px auto;
		box-sizing: border-box;
		
		text-align: center;
	}
	@media screen and (max-width: 1150px){
		.sub .sub_w{
			padding: 20px 25px;
		}
	}
	@media screen and (max-width: 920px){
		.sub .sub_w{
			padding: 10px;
		}
	}
	@media screen and (max-width: 450px){
		.sub .sub_w{	
			border-width: 0px;
		}
	}
	.sub .sub_w input[type='text']{
		display: none;
		
		border: 1px solid rgba(208, 51, 112, 0.6);
		border-radius: 1px;
		
		width: 350px;
		height: 35px;
		margin-bottom: 30px;
		
		
		background-color: rgba(255, 255, 255, 0.8);
	}
	@media screen and (max-width: 1150px){
		.sub .sub_w input[type='text']{	
			margin-bottom: 10px;
		}
	}
	@media screen and (max-width: 920px){
		.sub .sub_w input[type='text']{	
			width: 250px;
			height: 25px;
			margin-bottom: 10px;
		}
	}

/* #endregion  */


/* #region ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ */
	.policy,
	.policy a{
		display: none;
		
		color: #fff;
		font-size: 12px;
		font-family: open;
		text-align: center;
	}
	.sub_w .love_button{
		position: relative;
		top: -20px;
	}
/* #endregion  */


/* #region PS */

	.ps_div{
		padding: 50px;
		
		background: #fff;
		
		text-align: center;
	}
	@media screen and (max-width: 930px){
		.ps_div{
			padding: 25px;
		}
	}
	@media screen and (max-width: 440px){
		.ps_div{
			padding: 15px 15px 25px 15px;
		}
	}
	.ps_tbl{
		width: 85%;
		margin: 0px auto;
	}
	@media screen and (max-width: 930px){
		.ps_tbl{
			width: 95%;
		}
	}
	.ps_tbl > tbody > tr > td{
		border: 0px solid #aaa;
	}
	.ps_tbl > tbody > tr > td.img_td{	
		width: 25%;
		
		padding-right: 75px;
		
		text-align: right;
	}
	@media screen and (max-width: 1200px){
		.ps_tbl > tbody > tr > td.img_td{			
			padding-right: 35px;
		}
	}
	@media screen and (max-width: 1050px){
		.ps_tbl > tbody > tr > td.img_td{			
			width: 35%;
		}
	}
	@media screen and (max-width: 800px){
		.ps_tbl > tbody > tr > td.img_td{	
			width: auto;		
			padding-right: 5px;
			padding-bottom: 25px;
			
			text-align: center;
		}
	}
	.ps_tbl .img{
		border: 4px solid #d03370;
		border-radius: 300px;
		
		width: 100%;
		height: auto;
	}
	@media screen and (max-width: 800px){
		.ps_tbl .img{
			border: 3px solid #d03370;
			
			width: 250px;
			height: auto;
		}
	}
	.ps_tbl > tbody > tr > td.text_td{
		padding-left: 0px;
		
		text-align: left;
	}
	.ps_tbl p{
		display: block;
		
		margin-bottom: 20px;
			
		color: #333;
		font-family: Roboto;
		font-style: italic;
		font-weight: 300;
		font-size: 19px;
		line-height: 25px;
		text-align: left;
	}
	@media screen and (max-width: 800px){
		.ps_tbl p{		
			text-align: center;
		}
	}
	.ps_div .love_button{
		margin-top: 20px;
	}
	@media screen and (max-width: 440px){
		.ps_div .love_button{
			margin-top: 5px;
			padding: 15px;
		}
	}

/* #endregion  */









































