@charset "UTF-8";
/*Update*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus, :active {
	outline: none;
}

a:focus, a:active {
	outline: none;
}

nav, footer, header, aside {
	display: block;
}

html, body {
	height: 100%;
	width: 100%;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

}

input, button, textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: inherit;
}

/*--------------------*/
.wrapper{
	overflow: hidden;
	min-height: 100%;
	font-family:'ProximaNova';
}
.wrapper .container{
	max-width: 1280px;
}
.main{
	flex: 1 0 100%;
}
.main_screen{
	position: relative;
	padding-top: 90px;
}
.bottom_part {
	padding-top: 0px !important;
}
.bottom_screen {
	padding-top: 200px;
}
.main_screen_bg{
	width: 100%;
	height: 320px;
   	background-color: #c8cffb;
	background-repeat: no-repeat;
/*	background-size: cover; */
	background-position: center;
}
	.IMG1_LV{
		background-image: url("../../assets/images/T2_2_inbox_Titulbilde2_900x320px.jpg");
	}
	.IMG1_RU{
		background-image: url("../../assets/images/T2_2_inbox_Titulbilde2_900x320px_RU.jpg");
	}
	
	.IMG2_LV{
		background-image: url("../../assets/images/T2_2_inbox_Titulbilde2_final_900x320px.jpg");
		display: block;
	}
	.IMG2_RU{
		background-image: url("../../assets/images/T2_2_inbox_Titulbilde2_final_900x320px_RU.jpg");
		display: block;
	}
.main_screen_bg .container{
	height: 100%;
	display: flex;
	padding: 0 0;
}
.bg_column img{
	width: 100%;

}

.main_screen_text{
	flex: 0 1 41%;

	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-size: cover;
	background-position: 16% 50%;
	background-image: url("../../../assets/images/head_txt.png");
}
.main_screen_logo{
	flex: 0 1 12%;
	display: flex;
	background-repeat: no-repeat;
	background-size: 206px 200px;
	/*background-size: 300px 100px;*/
	background-position: 50% 110%;
	background-image: url("../../../assets/images/logo.png");
}
.main_screen_asset{
	display: flex;
	flex: 0 1 47%;
}
.main_screen_asset img{
	width: 210px;
}

.ibg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ibg img{
	display: none;
}
.content{
	padding: 50px 0 0 0;
}
.content .container{
	max-width: 800px;
}
.main_content_title{
	color: rgba(0,0,0,1);
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.content_title{
	margin-top: 10px;
	color: rgba(0,0,0,1);
	font-size: 21px;
	letter-spacing: 0;
	line-height: 27px;
}
.content_text{
	margin-top: 20px;
	color: rgba(0,0,0,1);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
	max-width: 765px;
}
.center_title{
	padding-top: 30px;
	color: #184798;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 36px;
}

.submit_form{
	margin-top: 25px;
	margin-bottom: 80px;
	border-top: 2px solid #333;
	padding-top: 27px;
}
.submit_form .block_form_title{
	color: rgba(51,51,51,1);
	font-size: 21px;
	letter-spacing: 0;
	line-height: 22px;
	font-weight: bold;
}

.radio_buttons_item.active{
	color: #000;
}

.radio_buttons_item.active:after{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.radio_buttons{
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.radio_buttons_item{
	font-size: 18px;
	padding: 0 0 0 36px;
	position: relative;
	cursor: pointer;
	margin-bottom: 16px;
	color: rgba(51,51,51,1);

	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transittion: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.radio_buttons_item:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid rgba(51,51,51,1);
	background-color: rgba(255,255,255,1);
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.radio_buttons_item:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #184798;

	position: absolute;
	border-radius: 50%;
	left: 8px;
	top: 8px;

	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transittion: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;

	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.radio_buttons_item input{
	display: none;
}
.radio_buttons_item .different_answer{
	/*display: inline-block;*/
	display: none;
	border: 1px solid rgba(51,51,51,1);
	height: 48px;
	line-height: 46px;
	font-size: 16px;
	padding-left: 10px;
}
.check_hidden .different_answer{
	display: none;
	border: 1px solid rgba(51,51,51,1);
	height: 42px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
}
.phone_board{
	margin: 10px auto;
	display: flex;
	width: 100%;
	border: 1px solid rgba(51,51,51,1);
	height: 48px;
	line-height: 46px;
	/*font-weight: bold;*/
	font-size: 16px;
}
.phone_board span{
	padding: 0 10px;
}
.phone_board input{
	text-indent: 10px;
	width: 100%;
	background-color: rgba(255,255,255,1);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.block_submit{
 display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.send_form{
	height: 50px;
	width: 250px;
	border-radius: 2px;
	background: #184798;
	color: rgba(255,255,255,1);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}
.send_form:hover{
	background: #0c1627;
	color: rgba(255,255,255,1);
}
.red{
	 color: rgba(237,26,59,1);
	font-size: 21px;
 }
.term{
	color: rgba(0,158,224,1);
	text-decoration: underline;
	cursor: pointer;
}
.rule{
	margin: 40px auto;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
}
.rule_block{
	display: flex;
	margin: 20px auto;

}
.checkbox_input{
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.check_hidden{
	display: flex;
}
.checkbox_input .checkbox_text{
	font-size: 18px;
	position: relative;
	color: rgba(51,51,51,1);
}
.checkbox-item {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #e6e6e6;
	border-radius: 2px;
	border: 1px solid red;
}

/* On mouse-over, add a grey background color */
.checkbox-item:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-item input:checked ~ .checkmark {
	border-radius: 2px;
	background-color: #184798;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-item input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-item .checkmark:after {
	left: 6px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.blur {
	-webkit-filter: blur(12px);
	-moz-filter: blur(12px);
	-ms-filter: blur(12px);
	-o-filter: blur(12px);
	filter: blur(12px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.content_title_final{
	margin-top: 35px;
	color: rgba(51,51,51,1);
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 27px;
}
.final_shower{
	color: rgba(237,26,59,1);
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 38px;
	text-transform: uppercase;
}
.final_img_shower{
	margin: 20px 0;
	width: 300px;
	height: 300px;
}
.final_img_shower img{
	width: 100%;
	height: 100%;
}
.final_text_shower{
	margin-top: 35px;
	color: rgba(51,51,51,1);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
}
.final_info{
	color: rgba(51,51,51,1);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
}
.info_title{
	color: rgba(0,0,0,1);
	font-size: 21px;
	font-family:'ProximaNova';
	letter-spacing: 0;
	line-height: 27px;
}
.info_text{
	padding-top: 0px;
	color: rgba(0,0,0,1);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
}
.final-text {
	font-size: 36px;
	line-height: 40px;
	padding-top: 0px;
	padding-bottom: 200px;
	text-align: center;
	color: rgba(0,0,0,1);
	letter-spacing: 0;
}
.info_text a{
	color: rgba(237,26,59,1);
	text-decoration: underline;
}
.bold_family{
	font-family:'ProximaNova';
	font-style: italic;
}
.primary_color{
	color: #184798;
}
.primary_href{
	color: #184798;
	text-decoration: underline;
	cursor: pointer;
}
.primary_href:hover{
	color: #0c1627;
	text-decoration: underline;
}

.alert_field .block_form_title{
	color: rgba(208,2,27,1);
}
.alert_field .phone_board{
	border-color: rgba(208,2,27,1);
}
.alert_field{
	color: rgba(208,2,27,1);
	border-color: rgba(208,2,27,1);
}
.table {
	width: 80%;
}
.table td {
	border: none;
	width: 7%;
}