body,
mark {
	color: #545C68;
}

html, 
body { 
    height: 100% 
}

body,
figure {
	margin: 0
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
	background-color: transparent
	
}

a {
	text-decoration: none;
}

a:active,
a:hover,
a:visited {
    outline: 0
}

dfn {
    font-style: italic
}

html,
body {
	/*overflow-x: hidden;*/
}

a {
	cursor: pointer;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}

li {
	list-style: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	resize: none;
	font-family: inherit;
	font-size: inherit;
}

/****************************
 * ALIGNMENT and VISIBILITY *
 ****************************/

* {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.page-wrap {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	display: block;
	padding: 0 20px;
}

.page-container-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
}

.col-left {
    -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.col-right {
    -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.col-left {
    margin-right: 15px;
}

.col-right {
    margin-left: 15px;
}

.col-apartement {
    -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.col-address {
    -webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5;
}

ul.row {
    -webkit-column-count: 2;
	column-count: 2;
    margin-bottom: 15px;
}

ul.row.banks {
    margin-bottom: 0;
}

.row.flex-row.clearfix {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.row-100 {
    width: 100%;
}

.hidden {
	display: none !important;
}

.column-50 {
	height: 500px;
}

.floatleft {
	float: left !important;
}

.floatright {
	float: right !important;
}

.align-right {
	text-align: right;
}

.page-menu-side {
	width: 380px;
}

.page-menu-side li:last-child {
    display: none;
}

.content-has-aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content {
    -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
    margin: 0 auto;
    padding: 0 20px;
	min-height: 730px;
	background: url(../gfx/bg-area.svg) no-repeat scroll 65% bottom transparent;
}

.content-head {
    width: 100%;
	text-align: center;
	background: url(../gfx/arrow.svg) no-repeat scroll 70% 70% transparent;
}

.en .content-head {
    background: url(../gfx/arrow.svg) no-repeat scroll 74% 70% transparent;
}

.ru .content-head {
    background: url(../gfx/arrow.svg) no-repeat scroll 83% 70% transparent;
}

.no-bgd {
    background: none;
}

.content.no-bgd {
	min-height: 650px;
}

.content-centred {
    width: 100%;
    text-align: center;
}

.content-centred.lg-margin {
    margin-left: 15%;
    margin-right: 15%;
}

.content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-left {
    -webkit-box-flex: 50%;
	-ms-flex: 50% 0 0px;
	flex: 50% 0 0;
    padding: 30px;
}

.content-right {
	padding: 30px;
	padding-top: 40px;
}

.aside {
	margin: 0 auto;
	padding: 0 20px;
	padding-right: 30px;
	width: 330px;
}

.blue-banner {
	height: 150px;
	margin-right: -50%;
	background-color: #009DDE;
	width: 100%;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.banner-left-side {
	width: 30%;
	text-align: right;
}

.banner-right-side {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 30px;
}

.page-content-side {
	width: 100%;
	min-height: 700px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.aligncenter {
	text-align: center;
}

.page-content-head {
    margin-bottom: 35px;
}

.page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.page-content.centred-content {
    align-items: center;
    justify-content: center;
}

.card-info-100 {
    padding-bottom: 30px;
}

.col-align-right {
    text-align: right;
}

.error-modal {
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
    z-index: 1060;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .625em;
    overflow-x: hidden;
}

.error-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	background:  #DD0215;
	background: -webkit-linear-gradient(left, #DD0215 40%, #C50011 100%);
	background: linear-gradient(90deg, rgba(221,2,21,1) 0%, rgba(197,0,17,1) 40%);
    position: relative !important;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    padding: 50px;
    margin: auto;
    border-radius: 7px;
}

.green-card-notification {
	background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1060;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .625em;
    overflow-x: hidden;
}

.green-card-modal {
    background-color: #234678;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative !important;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    padding: 50px;
    margin: auto;
	border-radius: 7px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.green-card-modal-error {
    background:  #DD0215;
	background: -webkit-linear-gradient(left, #DD0215 40%, #C50011 100%);
	background: linear-gradient(90deg, rgba(221,2,21,1) 0%, rgba(197,0,17,1) 40%);
}

.greencard-radio {
    margin-top: 8px;
}

.error-text-wrapper.green-gradient-background {
	background: #8CC83C;
	background: -webkit-linear-gradient(left, #8CC83C 40%, #88bd40 100%);
	background: linear-gradient(90deg, rgba(140,200,60,1) 0%, rgba(136,189,64,1) 40%);
}

.mobileId-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
}

.address-wrapper {
    -webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5;
}

.apartement-wrapper {
    margin-left: 53px;
}

.search-bar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

p.search-txt.address {
    -webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5;
}

.search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

p.search-txt.apartement {
    -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
    text-align: center;
}

.lower-part-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.width-33 {
    width: 33%;
    -webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
}

.col-xs-6.last-item {
    width: 48%;
}

.width-25 {
	width: 25%;
}

.green-card-buttons {
    position: absolute;
    bottom: 20px;
}

.green-card-buttons > .blue-btn {
    margin-right: 10px;
}

.contact-search > .flex-row {
    padding-bottom: 0px !important;
}

img.card-notification {
    height: 40px;
    float: right;
}

hr.contact-brake {
    border-color: #44689e;
    -webkit-box-shadow: none;
	box-shadow: none;
    border-width: 1px;
	border-top: 0;
	margin-bottom: 20px;
}

.contact-search {
    width: 100%;
}

.card-image.contact {
    position: absolute;
}

.contact-header {
	padding-left: 70px;
	margin-top: 5px;
}

.payment-header {
    bottom: 10px;
}


.headline-txt.align-left.padding-fixed {
    padding-bottom: 20px;
}

.err-btn-wrapper {
    padding: 35px;
}

.no-margin {
	margin-left: 0px;
	margin-bottom: 0px;
}

.payment-image {
    max-width: 60%;
    max-height: 60%;
    margin: auto;
    display: block;
}

.centred-btn {
	display: flex;
    justify-content: center;
}
/*********************
 * HEADINGS and TEXT *
 *********************/

h1 {
	-webkit-text-fill-color: transparent;
	background-position: center center;
	-webkit-background-clip: text;
	background-image: -webkit-gradient(linear, left top, right top, from(#009DDE), to(#234678));
	background-image: -webkit-linear-gradient(left, #009DDE 0%, #234678 50%);
	background-image: -o-linear-gradient(left, #009DDE 0%, #234678 50%);
	background-image: -webkit-gradient(linear, left top, right top, from(#009DDE), color-stop(50%, #234678));
	background-image: linear-gradient(to right, #009DDE 0%, #234678 50%);
	line-height: 1.2;
	font-size: 48px;
	font-weight: 400;
}

.gradient-txt {
    -webkit-text-fill-color: transparent;
    background-position: center center;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#009DDE), to(#234678));
    background-image: -webkit-linear-gradient(left, #009DDE 0%, #234678 50%);
    background-image: -o-linear-gradient(left, #009DDE 0%, #234678 50%);
    background-image: -webkit-gradient(linear, left top, right top, from(#009DDE), color-stop(50%, #234678));
    background-image: linear-gradient(to right, #009DDE 0%, #234678 50%);
    line-height: 1.2;
    font-size: 48px;
    font-weight: 400;
}

.ru .gradient-txt {
    font-size: 30px;
}

/*Workaround for IE gradient*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    h1 {
		color: #234678;
		background-image: none;
	}

	.gradient-txt {
		color: #234678;
		background-image: none;
	}
}

h1.login-h1 {
	font-size: 45px;
	font-weight: 400;
	padding-bottom: 25px;
}

h2.large-txt {
    font-size: 2rem;
    font-weight: 400;
    color: #234678;
    padding: 35px;
}

.page-content-head h2 {
    color: #234678;
    padding-top: 25px;
    font-size: 20px;
    font-weight: 600;
}

.content-centred h2 {
    color: #234678;
    padding-top: 25px;
    font-size: 20px;
    font-weight: 300;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	color: #234678;
}

h4 {
	font-size: 14px;
	/* color: #717171;
      */
	font-weight: 600;
}

h2.white-txt {
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	margin-right: 20px;
	margin-top: 1.55em;
}

h3.dark-blue-heading {
	font-size: 1.3em;
	color: #234678;
	font-weight: 600;
}

h4.payment-txt {
    color: #234678;
    font-size: 16px;
	font-weight: 600;
	padding-bottom: 6px;
}

p.white-banner-text {
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	margin-left: 20px;
	line-height: 2.2;
}

p.dark-banner-text {
    color: #234678;
    max-width: 355px;
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 1.5;
    font-weight: 400;
}

p.strong-text {
	font-weight: 600;
	font-size: 16px;
}

p.strong {
    font-weight: 600;
}

p.search-txt {
    font-size: 16px;
    font-weight: 600;
}

span.inner-text {
	display: block;
	padding-bottom: 10px;
	font-size: 17px;
}

span.counter-fig {
	float: right;
	background-color: #234678;
    color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 26px;
	font-weight: 400;
}

span.error-text {
	font-size: 15px;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

span.gc-error-text {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.inner-text.mobileId-body {
	font-size: 14px;
}

.inner-text.mobileId-number {
	font-weight: 600;
	font-size: 25px;
}

.page-content-text {
	line-height: 1.8;
	margin-bottom: 60px;
}

.headline-txt {
	font-size: 16px;
	font-weight: 600;
	/*width: 50%;*/
}

.headline-txt.renewal {
    font-size: 14px;
    color: #234678;
	text-transform: uppercase;
	border-bottom: 1px solid#234678;
	width: 64px;
}

.en .headline-txt.renewal {
	width: 60px !important; 
}

.ru .headline-txt.renewal {
	width: 157px;
}

.headline-txt.einvoice {
    font-size: 14px;
    color: #234678;
    text-transform: uppercase;
    border-bottom: 1px solid#234678;
    width: 44px;
}

.en .headline-txt.einvoice {
	width: 63px !important; 
}

.ru .headline-txt.einvoice {
	width: 47px;
}

.regular-txt {
	font-size: 15px;
	font-weight: 300;
	color: #545c68;
}

.regular-txt.white-txt {
    color: #fafafa;
}

p.green-card-disclaimer {
    font-size: 14px;
    color: #fff;
}

.green-card-text {
	font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.bottom-part {
    padding-top: 20px;
}

.insured-txt {
    margin-bottom: 15px;
}

/**********************
 * BUTTONS and INPUTS *
 **********************/

.white-btn, .white-btn:visited {
	display: inline-block;
	vertical-align: middle;
	font: inherit;
	text-align: center;
	margin: 0;
	cursor: pointer;
	text-transform: uppercase;
    padding: 5px 20px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-radius: 3px;
	border: 1px solid #009DDE;
    color: #009DDE !important;
	line-height: 18px;
    background-color: #fff;
	font-size: 14px;
}

.white-btn.large {
    padding: 10px 25px;
}

.white-btn:hover {
	border-color: #0088CA;
    color: #0088CA;
}

.blue-btn, .blue-btn:visited {
	padding: 5px 20px;
	background-color: #009DDE;
	color: #fff !important;
	line-height: 18px;
	border-radius: 3px;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.blue-btn.large {
    padding: 10px 25px;
}

.blue-btn:hover {
	background-color: #0088CA;
    border-color: #0088CA;
}

.white-btn.logIn {
    border: 1px solid #fff;
    display: block;
}

.cancel-logIn-btn {
	display: inline;
	right: 0;
	width: 20%;
	padding-top: 10px;
	font-size: 14px;
}

.order-home-btn, .order-home-btn:visited {
    color: #fff !important;
	background-image: url(../gfx/mail.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20%;
    padding: 22px;
    padding-left: 70px;
    text-transform: uppercase;
	font-size: 14px; 
	-webkit-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.order-home-btn:hover {
	background-size: 22%;
}

.download-btn, .download-btn:visited {
    color: #fff !important;
	background-image: url(../gfx/download.svg);
    background-position: left 20% center;
    background-repeat: no-repeat;
    background-size: 16%;
    padding: 22px;
    padding-left: 70px;
    text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.download-btn:hover {
    background-size: 18%;
}

.loading-btn {
	padding-right: 40px !important;
	pointer-events: none; 
    cursor: default;
}

.loading-btn:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 12px;
    height: 12px;
    border: 3px solid;
    border-left-color: transparent;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    /* opacity: 0; */
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-name: rotate;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-moz-keyframes rotate { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotate { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.disabled-btn {
	pointer-events: none; 
    cursor: default;
}

input.form-control {
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 7px 20px;
    overflow-x: hidden;
	border: 0;
	cursor: text;
}

input.form-control.idCode {
	padding-left: 16px;
	width: 75%;
}

input.regular-input.width-long {
    width: 100%;
    background-image: url(../gfx/search.svg);
    background-size: 31px;
    background-position: center right 10px;
    background-repeat: no-repeat;
}

input.regular-input.width-short {
    min-width: 10px;
    max-width: 120px;
}

a.toggle {
	width: 100%;
	padding: 1em 0px;
	display: block;
	border: 1px solid #D8d8d8;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom: none;
	margin-top: 20px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.21);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.21);
}

a.close-btn {
	right: 0;
	top: 0;
	margin: 15px;
	background-image: url(../gfx/close.svg);
	z-index: 999;
	height: 20px;
	width: 20px;
	/* left: 0;*/
	position: absolute;
}

a.close-btn-msg {
	right: 0;
	top: 0;
	margin: 15px;
	background-image: url(../gfx/close.svg);
	z-index: 999;
	height: 20px;
	width: 20px;
	/* left: 0;*/
	position: absolute;
}

.content-centred a.white-btn.large {
    display: block;
    margin: 40px auto 0px auto;
    max-width: 150px;
}

select {
    border: 1px solid #234678;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    /* text-align: left; */
    border-radius: 7px;
    width: 100%;
    /* overflow: hidden; */
    padding-right: 50px;
    border-radius: 4px;
	border: solid 1px #d8d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background: url("../gfx/tick.svg") 0 0/15px 15px no-repeat;
    background-position: calc(100% - 10px) center;
	outline: none;
	margin-top: 6px;
}

select.green-card-select {
    max-width: 130px;
}

select::-ms-expand {
    display: none;
}

.card-btn-wrapper > .blue-btn {
    margin-right: 10px;
}

.regular-input.width-short {
    margin-left: 40px;
}

input.regular-input {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #D8d8d8;
	margin-bottom: 15px;
	margin-top: 6px;
	min-width: 200px;
    cursor: pointer;
}

.not-valid {
    border: 1px solid #eb4034 !important;
}

.jgc_autocomplete {
    z-index: 3;
    top: 74px !important;
	width: 100%;
	color: #545C68;
}

.text-link {
	color: #009dde !important;
	text-decoration: underline;
}

.c-radio:hover .c-radio__replacement {
    border-color: #009DDE;
}

.c-radio__replacement {
    border-radius: 10px;
}

.c-radio {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.c-radio__replacement {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #D8d8d8;
    vertical-align: middle;
    margin-right: 10px;
    transition: all linear .2s;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    position: absolute;
    top: 2px;
    left: 0;
}

.c-radio input:checked+.c-radio__replacement:before, .c-radio input:checked+.c-radio__replacement:after {
    background: #009DDE;
}

.c-radio__replacement:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    left: 5px;
    top: 5px;
}

.c-radio__replacement:before {
    content: "";
    display: block;
    position: absolute;
}

.c-checkbox {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.c-label--inline {
    display: inline-block;
    margin-right: 10px;
}

.digital-ci .c-checkbox {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    margin-bottom: 15px;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.c-checkbox__replacement {
    border-radius: 3px;
}

.c-checkbox__replacement {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #D8d8d8;
    vertical-align: middle;
    margin-right: 10px;
    transition: all linear .2s;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    position: absolute;
    top: 5px;
    left: 0;
}

.c-checkbox__replacement:before {
    left: 3px;
    bottom: 9px;
    width: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.c-checkbox__replacement:before, .c-checkbox__replacement:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
}

.c-checkbox__replacement:before {
    content: "";
    display: block;
    position: absolute;
}

.c-checkbox__replacement:after {
    left: 7px;
    bottom: 4px;
    width: 12px;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.c-checkbox input:checked+.c-checkbox__replacement:before, .c-checkbox input:checked+.c-checkbox__replacement:after {
    background: #009DDE;
}

.centred-text {
    text-align: center;
}

/*********************
 *  LOG-IN and MENU  *
 *********************/

/* -------------------------- */
/* --------- log-in --------- */
/* -------------------------- */

a.active {
    background-color: #234678 !important;
    color: #fff !important;
}

ul.inner {
	display: none;
}

ul.inner.show {
	display: block;
}

ul.accordion {
	padding: 0px !important;
}

span.login-button-label {
	padding-left: 50px;
}

span.login-button-label:before {
	content: '';
	background: #fafafa;
	width: 15px;
	height: 15px;
	position: absolute;
	margin-left: -30px;
	margin-top: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 100%;
	border: 1px solid #D8d8d8;
}

span.login-button-label.active:before {
	background: #009DDE;
	-webkit-box-shadow: inset 0 0 0 0.25em #fafafa;
	box-shadow: inset 0 0 0 0.25em #fafafa;
	border: 1px solid #d8d8d8;
}

.login-option {
	height: auto;
	min-height: 103px;
	background-image: -webkit-gradient(linear, left top, right top, from(#009DDE), to(#234678));
	background-image: -webkit-linear-gradient(left, #009DDE 0%, #234678 70%);
	background-image: -o-linear-gradient(left, #009DDE 0%, #234678 70%);
	background-image: -webkit-gradient(linear, left top, right top, from(#009DDE), color-stop(70%, #234678));
	background-image: linear-gradient(to right, #009DDE 0%, #234678 70%);
	color: #fff;
	/*width: 282px;*/
	padding: 25px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}

.inner-text.mobileId-number {
	display: inline;
	width: 80%;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
}

.input-group-pre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-align: center;
    padding: 0 10px;
    color: #757575;
    font-size: 14px;
    border-right: solid 1px black;
    border-radius: 4px 0 0 4px;
    padding-bottom: 1px;
}

/* -------------------------- */
/* ---------- menu ---------- */
/* -------------------------- */

.page-menu-side ul li {
	list-style: none;
	display: block;
}

.page-menu-side ul li.active .menu-btn-ico .hover-icon {
    display: inline-block;
}

.page-menu-side ul li .menu-btn-ico {
	position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 5%;
    width: 20%;
    margin: 0;
    padding: 5% 0;
    z-index: 1;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-menu-side.floatleft.sticky-element {
	padding-top: 15px;
}

img.hover-icon {
	display: none;
}

.page-menu-side li.active .menu-btn-ico img,
.page-menu-side ul li:hover .menu-btn-ico img {
	display: none;
}

.page-menu-side ul li:hover .menu-btn-ico .hover-icon {
	display: inline-block;
}

.page-menu-side .menu-btn-ico img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.page-menu-side ul li:first-child a {
	border-top: 0;
}

.page-menu-side ul li a {
	display: block;
	padding: 1.3em 0 1.3em 30%;
	border-top: 1px solid #ebebeb;
	background-color: #fff;
	color: #234678;
	font-weight: 400;
	font-size: 1em;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-menu-side ul li:hover a {
	background-color: #234678;
	color: #fff;
}

.thumb-list__url {
    padding: 27px 5px;
    display: block;
    border: 1px solid #ebebeb;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    width: 100%;
	padding: 15px 0px;
    margin-bottom: 15px;
}

.thumb-list__img {
    display: block;
    height: auto;
    margin: 0 auto;
}

/**************************
 * PARTS for self-service *
 **************************/

/* ------------------------- */
/* --------- cards --------- */
/* ------------------------- */

.dashboard-card {
	min-height: 480px;
	width: 48%;
    border: 1px solid #ebebeb;
	background-color: white;
	line-height: 1.8;
    padding: 25px;
	margin-bottom: 40px;
    -webkit-box-shadow: 2px 2px 22px 0 rgba(79,79,79,.15);
	box-shadow: 2px 2px 22px 0 rgba(79,79,79,.15);
    border-radius: 15px;
}

.dashboard-card.terminated-contract {
    -webkit-box-shadow: none;
	box-shadow: none;
    background-color: #ebebeb;
}

.dashboard-card.best-before {
    border: 1px solid #ff0000;
}

.card-image {
	height: 50px;
}

.card-heading {
	padding-bottom: 20px;
	padding-top: 10px;
}

.card-btn-wrapper {
	padding-top: 20px;
}

.full-width-card {
    border: 1px solid #ebebeb;
    background-color: white;
    -webkit-box-shadow: 2px 2px 22px 0 rgba(79,79,79,.15);
	box-shadow: 2px 2px 22px 0 rgba(79,79,79,.15);
	border-radius: 15px;
	padding: 25px;
	padding-bottom: 45px;
	line-height: 1.8;
	margin-bottom: 40px;
	width: 100%;
}

table.card-info-100 {
	width: 100%;
	margin-bottom: 20px;
}

.card-brake {
    padding: 10px;
}

.content-centred img {
    max-width: 400px;
    width: 100%;
}

/* --------------------------------- */
/* --------- notifications --------- */
/* --------------------------------- */

.notification-modal {
	background-color: #234678;
	-webkit-box-shadow: 16px 12px 52px 0 rgba(79, 79, 79, 0.29);
	box-shadow: 16px 12px 52px 0 rgba(79, 79, 79, 0.29);
	border-radius: 14px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	margin-bottom: 60px;
}

p.notification-textbox {
	padding-top: 43px;
    padding-left: 40px;
    padding-right: 25px;
    line-height: 1.5;
}

.notification-btn-wrapper {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

.notification-icon {
	height: 40px;
    top: 45px;
    left: 25px;
}

img.close-icon {
	height: 15px;
    top: 15px;
    right: 15px;
}

.notification-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

p.dark-banner-text::before {
    content: " ";
    height: 8px;
    width: 8px;
    background-color: #009dde;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin-top: 12px;
    margin-left: -25px;
}

/* ------------------------------ */
/* --------- green card --------- */
/* ------------------------------ */

hr.green-brake {
    border-color: #8cc83c;
    -webkit-box-shadow: none;
	box-shadow: none;
    border-width: 1px;
    border-top: 0;
    margin-bottom: 20px;
}

.full-width-card.green-card {
	padding-bottom: 0px;
	margin-bottom: 0;
	margin-top: 40px;
}

.green-lower-part {
    background-color: #8cc83c;
    min-height: 70px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px;
    -webkit-box-shadow: 1px 29px 36px 12px rgba(209,209,209,0.41);
	box-shadow: 1px 29px 36px 12px rgba(209,209,209,0.41);
}

.full-width-card.clicked {
    border-color: #8cc83c;
}

/*****************
 * MEDIA QUERIES *
******************/

@media screen and (max-width:1148px) {
	.content-has-aside {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1070px) {
	.content.over-flowing-content {
		display: none;
	}
}

/*Needs to be put into head-foot-style.css*/
@media screen and (min-width:993px) {
	.wsys-style-area .head-phone p {
		background-image: none;
	}
}

/*Needs to be put into head-foot-style.css*/
@media screen and (max-width:992px) {
	.head-btns-wrapper.flex-row.row {
		display: none;
	}
}

@media screen and (max-width:1148px) {
	.content-left {
		display: none;
	}
	h2.large-txt {
		padding-left: 0;
	}
	.content-head {
		background: unset !important;
		text-align: left;
	}
	.content {
		background: unset;
		min-height: 480px;
	}
}

@media screen and (max-width:768px) {
	.content.over-flowing-content {
		visibility: hidden;
	}
	.aside {
		width: 100%;
		margin-right: 30px;
	}
	li.mobile-hidden {
		display: none;
	}
	.flex-row {
		display: block !important;
	}
	.head-btns-wrapper.flex-row.row {
		display: none !important;
	}
	.regular-input.width-short {
		margin-left: 0 !important;
	}
	p.search-txt.apartement {
		text-align: unset !important;
	}
	input.regular-input.width-long {
		width: 100%;
	}
	.col-align-right {
		text-align: unset !important;
	}
	.content-has-aside {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		width: auto !important;
	}
	.aside {
		width: auto;
		margin: unset;
		padding-right: 20px;
	}
	.content {
		background: none;
		min-height: unset;
		margin: unset;
	}
	.content-head {
		background: none;
		text-align: left;
	}
	h2.large-txt {
		padding-bottom: 0;
		padding-left: 0;
		font-size: 1.5rem;
	}
	.content-left {
		display: none;
	}
	h1.login-h1 {
		font-size: 40px;
		padding-bottom: 15px;
	}
	p.dark-banner-text {
		padding-bottom: 5px;
	}
	.login-option {
		width: auto;
	}
	span.error-text {
		padding-top: 60px;
	}
	.error-icon {
		position: absolute;
		top: 0;
	}
	.regular-input {
		width: 100%;
	}
	.width-25 {
		margin-bottom: 20px;
		width: 100%;
	}
	.width-25.align-center {
		padding-left: 0 !important;
	}
	
}

/* -------------------------------------------------- */
/* -------------------- 1024 ------------------------ */

@media screen and (max-width:1024px) {
	.green-card-modal {
		width: 95%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.green-card-modal .error-icon {
		position: relative !important;
	}
}

/* ------------------------------------------------- */
/* -------------------- 992 ------------------------ */

@media screen and (max-width:992px) {
	.page-menu-side {
		display: none;
	}

	.page-content-side {
		margin-left: 0;
	}

	.page-container-wrap {
		display: -ms-grid;
		display: grid;
		margin: 0px;
	}
	
	.dashboard-card {
		min-width: 350px !important;
		min-height: 300px;
		border: 1px solid #ebebeb;
		background-color: white;
		padding: 25px;
		margin: 50px auto;
		line-height: 1.8;
	}
	
	.page-content {
		display: block;
	}

	.dashboard-card {
		width: 100%;
	}

	.row.flex-row.clearfix {
		padding-top: 20px;
	}

	.content-centred.lg-margin {
		margin: 0;
	}

}

/* ------------------------------------------------- */
/* -------------------- 768 ------------------------ */

@media screen and (max-width:768px) {
	.page-content {
		display: block;
	}
	
	.lower-part-wrapper {
		display: block;
	}

	.width-33 {
		width: 100%;
		margin-bottom: 30px;
	}

	.error-text-wrapper {
		width: 80%;
	}

	.download-btn {
		background-position: left 2% center;
	}

	.col-left {
		margin-right: 0 !important;
	}
	
	.col-right {
		margin-left: 0 !important;
	}

	.card-heading.inline-heading {
		display: block !important;
	}

	select.claim-select {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 15px !important;
	}
}

/* ------------------------------------------------- */
/* -------------------- 480 ------------------------ */

@media screen and (max-width:480px) {
	h1 {
		font-size: 38px;
	}

	.dashboard-card {
		min-width: calc(100% - 52px) !important;
	}

	ul.row {
		-webkit-column-count: 1;
		column-count: 1;
	}

	.col-xs-6.last-item {
		width: auto;
	}

	.error-text-wrapper {
		width: 90%;
	}

	.green-card-buttons {
		position: unset;
		bottom: unset;
	}
}

/* ------------------------------------------------- */
/* -------------------- 370 ------------------------ */

@media screen and (max-width:370px) {
	h1 {
		font-size: 30px;
	}

	.green-card-buttons > .white-btn {
		margin-top: 15px;
	}
}

/* ------------------------------------------------- */
/* -------------------- 345 ------------------------ */

@media screen and (max-width:345px) {
	.card-btn-wrapper > .white-btn {
		margin-top: 15px;
	}
	.gradient-txt {
		font-size: 8.5vw;
	}
}
/*******************
 * EVERYTHING ELSE *
 *******************/
.visible {
	display: inline-block;
}

/*Temporary - needed for jQuery functions only*/
.hidden2 {
	display: none;
}

.hidden3 {
	display: none;
}

.hidden4 {
	display: none;
}

@media screen and (max-width: 992px) {
	.product-category-menu-mob {
		margin-bottom: 6vh;
		overflow: hidden;
	}
}

.opacity-hidden {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.opacity-visible {
    opacity: 1;
}

.green-background {
    background-color: #8cc83c;
}

.error-icon {
    height: 50px;
    margin-right: 25px;
}

div#greeting {
    text-transform: capitalize;
}


/* Skip link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #005a9c; /* WCAG-compliant color contrast */
    color: white !important;
    text-transform: uppercase;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 16px;
    z-index: 100;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 10px;
}

/* Apply a visible outline to all focusable elements */
:focus-visible  {
    outline: 1px solid #009DDE!important;
}

/* Mobile login field fix */
input#phoneNr {
    max-width: 182px;
}