@font-face {
	font-display: swap;
    font-family: 'Roboto Condensed';
    src: url('/assets/fonts/RobotoCondensed-VariableFont_wght.woff2') format('woff2');   
    font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Roboto Condensed';
    src: url('/assets/fonts/RobotoCondensed-Italic-VariableFont_wght.woff2') format('woff2');    
    font-style: italic;
}

header, nav, menu, main, section, article, aside, address, footer, noscript {
	display: block;
}

a {
	text-decoration: none;
	color: #4122ff;
}

	a:hover, a:hover span {
		border: none;
	}	

	a:active, a:hover, a:focus {
		outline: none !important;
	}

html {	
	height: 100%;
	width: 100%;
}	

body {	
	height: 100%;
	width: 100%;	
	-webkit-appearance: none;
	font: 16px/24px 'Roboto Condensed', Arial, monospace;
	font-weight: 300;	
	color: #000;
}

.catalog_send_page {
    background: url('../img/bg_2_020321.jpg') center no-repeat;
    background-size: cover;
}
	
header, main, footer {
	width: 100%;
	float: left;
	clear: both;
}

	header {		
		background: url('../img/bg_2_020321.jpg') center no-repeat;
		background-size: cover; 
		position: relative;
	}
	
	header .container {
		padding-top: 101px;
		padding-bottom: 167px;
		position: relative;
	}
	
	header .container:after {
		content: '';
		position: absolute;
		left: 40%;
		bottom: -32px;
		width: 60%;
		height: 100%;
		max-height: 618px;
		background: url('../img/bg_1_020321.png') left bottom no-repeat;
		background-size: contain;
	}
	
	.type_2 header .container:after {
		background-image: url('../img/booklet_2.png')
	}

	.type_3 header .container:after {
		background-image: url('../img/booklet_3.png')
	}

	.type_4 header .container:after {
		background-image: url('../img/booklet_4.png')
	}	
	
		.logo {
			position: relative;
			z-index: 1;
		}
		
			.logo img {
				margin-bottom: 83px;
				width: 100%;
				max-width: 359px;
			}
		
			.logo h1 {
				margin-bottom: 59px;
				font: 56px/1 'Roboto Condensed', Arial, monospace;
				font-weight: 500;				
				color: #fff;
			}
			
				.logo_link a {
					display: inline-block;
					padding: 17px 26px;
					background: #CC0000;
					font: 24px/30px 'Roboto Condensed', Arial, monospace;
					font-weight: 300;				
					border-radius: 16px;
					color: #fff;
					text-decoration: none;
				}

				.logo_link a:hover {
					text-decoration: underline;
				}	
				
	.features {
		padding-top: 80px;
		background: #f0f0f0;
	}

		.features_header {
			font: 56px/1 'Roboto Condensed', Arial, monospace;
			font-weight: 500;
			color: #333;
			margin-bottom: 48px;
		}
		
		.feature_box {			
			font: 24px/28px 'Roboto Condensed', Arial, monospace;
			font-weight: 500;
			color: #333;
			padding: 24px;
			border: 4px solid #c00;
			box-sizing: border-box;
			height: 100%;
		}
		
		.stretched_row {
			justify-items: stretch;
		}
		
		.stretched_row .col-12 {
			margin-bottom: 26px;			
		}			
		
	.booklet_block {
		padding-top: 6px;
		background: #f0f0f0;
	}
	
		.booklet_block img {
			width: 100%;
			max-width: 722px;
		}
		
	.bonus_block {		
		background: #77ad19;
	}
	
		.bonus_block .container {		
			background: url('../img/bg_3_020321.png') 70% bottom no-repeat;	
			padding-top: 80px;
			padding-bottom: 110px;			
		}

		.bonus_header {
			font: 56px/1 'Roboto Condensed', Arial, monospace;
			font-weight: 500;
			color: #fff;
			margin-bottom: 32px;
		}
		
		.bonus_text {
			font: 32px/45px 'Roboto Condensed', Arial, monospace;
			font-weight: 300;
			color: #fff;
			margin-bottom: 57px;
		}
		
		.bonus_subtext {
			font: 18px/24px 'Roboto Condensed', Arial, monospace;
			font-weight: 300;
			color: #fff;
			margin-bottom: 63px;
		}
		
			.form_row {
				margin-bottom: 24px;
			}
			
				.form_row input[type=email], .form_row input[type=tel] {
					background: #fff;
					border: 1px solid #c4c4c4;
					box-sizing: border-box;
					border-radius: 4px;
					font: 18px/24px 'Roboto Condensed', Arial, monospace;
					font-weight: 300;
					padding: 12px 15px;
					color: #c4c4c4;
					width: 100%;
					max-width: 360px;
				}
				
				.form_row input[type=submit] {
					display: inline-block;
					border: none;
					margin-top: 17px;
					font: 24px/30px 'Roboto Condensed', Arial, monospace;
					font-weight: 300;					
					background: #c00;
					box-sizing: border-box;
					border-radius: 16px;
					text-align: center;
					color: #fff;
					width: 100%;
					max-width: 360px;
					padding: 17px 16px;
				}
		
				.form_row input[type=submit]:hover {
					text-decoration: underline;
				}				
				
	.csp_shell {
		padding-top: 62px;
		padding-bottom: 40px;	
	}

		.csps_container_wrapper {
			margin: 0 auto;
			width: 100%;
			max-width: 555px;
		}		
		
			.csps_container_wrapper p {
				font: 18px/29px 'Roboto Condensed', Arial, monospace;
				font-weight: 300;
				margin-bottom: 16px;				
				text-align: center;
				color: #fff;
			}
			
			.csps_container_wrapper p.csps_logo_img {
				margin-bottom: 36px;				
			}
			
				.csps_container_wrapper p.csps_logo_img img {
					width: 100%;
					max-width: 359px;
				}
			
			.csps_container_wrapper p.green_text {
				font-weight: 500;
				font-size: 24px;
				line-height: 32px;
				color: #77ad19;
			}
			
			.csps_container_wrapper p a {
				display: flex;
				align-items: center;
				justify-content: center;
			}

				.csps_container_wrapper p a img {
					width: 100%;
					max-width: 48px;
					margin-right: 10px;
				}
				
				.csps_container_wrapper p a span {
					font-weight: 500;
					font-size: 24px;
					line-height: 32px;
					color: #fff;
					text-decoration: underline;
				}
				
				.csps_container_wrapper p a:hover span {
					text-decoration: none;
				}
				
			.csps_div {
				text-align: center;
			}	

				.csps_div p {
					display: inline-block;
				}

#get_catalog_form .cp_body {
	display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative; 
    width: 858px;
    max-width: 858px;
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 74px 63px 134px;
    box-sizing: border-box;
    background: #fff url('../img/bg_1_020321.png') 377px 141px no-repeat;
	background-size: auto 422px;
}

	.type_2 #get_catalog_form .cp_body {
		background-image: url('../img/booklet_2.png')
	}

	.type_3 #get_catalog_form .cp_body {
		background-image: url('../img/booklet_3.png')
	}

	.type_4 #get_catalog_form .cp_body {
		background-image: url('../img/booklet_4.png')
	}

#get_catalog_form .cp_close {
	display: block;
    position: absolute; 
    top: 32px;
    right: 32px;
    width: 16px;
    height: 16px;
    background: url('../img/popup_close_grey.svg') center no-repeat;
    background-size: contain;
}

#get_catalog_form .cp_main {    
    margin-bottom: 32px;
}

#get_catalog_form .cp_main span {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: left;
    max-width: 369px;
	display: inline-block;
}

.get_cat_form_row {
    margin-bottom: 48px;
    text-align: left;
}

.get_cat_form_row.first {
    margin-bottom: 24px;    
}

.cp_content form input[type=tel], .cp_content form input[type=email] {
    background: #fff;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 4px;
    font: 18px/24px 'Roboto Condensed', Arial, monospace;
    font-weight: 300;
    padding: 12px 15px;
    color: #c4c4c4;
    width: 100%;
    max-width: 360px;
}

#get_catalog_form .get_cat_form_row input[type=submit] {    
    display: inline-block;
    padding: 0 26px;
    background: #c00;
    font: 18px/48px 'Roboto Condensed', Arial, monospace;
    font-weight: 300;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
	border: none;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	width: 100%;
    max-width: 185px;
}

#get_catalog_form .modal-fullscreen .modal-body {
	display: flex;
	align-items: center;
	justify-content: center;	
}

#get_catalog_form .modal-content {
	background: rgba(0, 0, 0, 0.15);
}				

@media (max-width:992px){
	
	#get_catalog_form .cp_body {
		width: 100%;
		max-width: 100%;
		height: 100%;
		box-shadow: none;
		border-radius: 0;
	}
	
	#get_catalog_form .modal-body {
		padding: 0;	
	}	
	
	header .container {
		padding-top: 32px;
		padding-bottom: 69px;		
	}
	
	header .container:after {	
		display: none;
	}
	
	header:after {	
		content: '';
		position: absolute;
		left: 0;
		bottom: -32px;
		width: 100%;
		height: 100%;
		max-height: 422px;
		background: url('../img/bg_1_020321.png') 150% bottom no-repeat;
		background-size: contain;	
	}
	
	.type_2 header:after {
		background-image: url('../img/booklet_2.png')
	}

	.type_3 header:after {
		background-image: url('../img/booklet_3.png')
	}

	.type_4 header:after {
		background-image: url('../img/booklet_4.png')
	}	
		
			.logo img {
				margin-bottom: 38px;				
				max-width: 249px;
			}
		
			.logo h1 {				
				font-size: 40px;
				line-height: 48px;
			}
			
				.logo_link a {					
					font-size: 16px;
					line-height: 1;
					width: 100%;
					max-width: 343px;
					text-align: center;
				}
				
	.features {
		padding-top: 40px;		
	}

		.features_header {
			font-size: 48px;
			line-height: 58px;			
			margin-bottom: 12px;
		}
		
		.feature_box {			
			font-size: 16px;
			line-height: 19px;						
		}		
		
		.stretched_row .col-12 {
			margin-bottom: 16px;			
		}		
		
	.booklet_block {
		padding-top: 0;
		margin-top: -16px;
	}
	
		.booklet_block img {			
			max-width: 495px;
		}	
	
		.bonus_block .container {	
			padding-top: 40px;
			padding-bottom: 111px;
			background-position: 86% bottom;	
			background-size: 239px auto;
		}	

		.bonus_header {
			font-size: 32px;
			line-height: 38px;			
			margin-bottom: 16px;
			text-align: center;
		}
		
		.bonus_text {
			font-size: 24px;
			line-height: 34px;			
			margin-bottom: 32px;
			text-align: center;
		}
		
		.bonus_subtext {
			font-size: 16px;
			line-height: 24px;			
			margin-bottom: 32px;
		}
			
				.form_row input[type=email], .form_row input[type=tel] {
					font-size: 16px;
					line-height: 19px;
					max-width: 336px;
					padding: 15px 15px 14px;
				}
				
				.form_row input[type=submit] {
					font-size: 16px;
					line-height: 1;
					max-width: 336px;					
				}				
}	
			
@media (max-width:767px){

	#get_catalog_form .cp_body {
		padding: 48px 16px 16px;
		background: #fff url('../img/bg_1_020321.png') center 69% no-repeat;
		background-size: 90% auto;
	}
	
	.type_2 #get_catalog_form .cp_body {
		background-image: url('../img/booklet_2.png')
	}

	.type_3 #get_catalog_form .cp_body {
		background-image: url('../img/booklet_3.png')
	}

	.type_4 #get_catalog_form .cp_body {
		background-image: url('../img/booklet_4.png')
	}
	
	#get_catalog_form .cp_close {
		top: 16px;
		right: 16px;
	}
	
	#get_catalog_form .cp_main {
		margin-bottom: 32px;		
	}
	
	#get_catalog_form .cp_main span {
		font-size: 16px;
		line-height: 24px;
	}
	
	.get_cat_form_row {
		margin-bottom: 24px;
		text-align: left;
	}
	
	.cp_content form .get_cat_form_row input[type=tel], .cp_content form .get_cat_form_row input[type=email] {
		background: #fff;
		border: 1px solid #c4c4c4;
		box-sizing: border-box;
		border-radius: 4px;
		font-size: 18px;
		line-height: 24px;
		color: #c4c4c4;
		padding: 12px 15px;
		width: 100%;
		max-width: 369px;
		text-align: left;
	}
	
	#get_catalog_form .get_cat_form_row input[type=submit] {
		margin-top: 0;
		width: 100%;
		text-align: center;
		max-width: 767px;
	}
	
	header .container {		
		padding-bottom: 48px;		
	}
	
	header:after {		
		bottom: 50px;		
		max-height: 250px;
		background-position: center bottom;		
	}
	
		.logo {
			text-align: center;
		}
		
			.logo img {
				margin-bottom: 16px;				
				max-width: 163px;
			}
		
			.logo h1 {				
				font-size: 32px;
				line-height: 38px;
				margin-bottom: 218px;
			}
			
				.logo_link a {					
					max-width: 768px;					
				}
				
	.features {
		padding-top: 40px;		
	}

		.features_header {
			text-align: center;
			font-size: 32px;
			line-height: 38px;			
			margin-bottom: 32px;
		}
		
		.feature_box {			
			font-size: 16px;
			line-height: 19px;						
		}		
		
		.stretched_row .col-12 {
			margin-bottom: 15px;			
		}		
		
	.booklet_block {
		padding-top: 0;
		margin-top: -7px;
	}
	
		.booklet_block img {			
			max-width: 767px;
		}	
	
		.bonus_block .container {	
			padding-top: 40px;
			padding-bottom: 16px;
			background: transparent;
		}	

		.bonus_header {
			margin-bottom: 24px;			
		}
		
		.bonus_text {	
			margin-bottom: 24px;
			text-align: left;
		}
			
				.form_row input[type=email], .form_row input[type=tel] {					
					max-width: 767px;					
				}
				
				.form_row input[type=submit] {
					margin-top: 0;
					max-width: 767px;					
				}

	.relative_row {
		position: relative;
	}		
	
		.relative_row:after {
			content: '';
			position: absolute;
			top: 0;
			right: calc(var(--bs-gutter-x)/ 2);
			width: 25%;
			height: 100px;
			background: url('../img/bg_4_020321.png') right top no-repeat;
			background-size: contain;
		}
		
		.csp_shell {
			padding-top: 26px;			
		}

			.csps_container_wrapper p.csps_logo_img img {
				max-width: 180px;
			}			
			
				.csps_container_wrapper p {					
					font-size: 16px;
					line-height: 24px;					
				}
				
				.csps_container_wrapper p.green_text {					
					font-size: 18px;
					line-height: 25px;					
				}	
					
				.csps_div {
					margin-top: 32px;		
				}		
}

/* 07 FEB 22 */
	.wuts_links {
		margin-top: 48px;
		text-align: center;	
		max-width: 360px;		
	}
	
	.wuts_links.mt32 {
		margin-top: 32px;
	}
		
		.wuts_links a {
			display: inline-block;
			width: 48px;
			height: 48px;
			margin: 0 24px;
			border-radius: 24px;
			box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.5);
			transition: box-shadow 0.2s linear;
		}
		
		.wuts_links a.wh42 {
			width: 40px;
			height: 40px;
		}

		.wuts_links a:hover {
			box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.5);
		}	
/* /07 FEB 22 */