@font-face{
    font-family: 'cuprumregular';
    src: url('fonts/cuprum-regular-webfont-webfont.eot');
    src: url('fonts/cuprum-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cuprum-regular-webfont-webfont.woff') format('woff'),
         url('fonts/cuprum-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/cuprum-regular-webfont-webfont.svg#_.regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:'Roboto';
	src: url('fonts/Roboto-Regular.eot');
	src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto-Regular.woff') format('woff'),
		url('fonts/Roboto-Regular.ttf') format('truetype'),
		url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0009-FFFD;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
input.form-submit {
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, input, button, select {outline: none;}
button::-moz-focus-inner,
input::-moz-focus-inner {border: none;}
input.error,
textarea.error,
input[type="text"].error,
input[type="password"].error{
	border:1px solid red !important;
}
.notification_wrapper {
	top: 50%;
    right: 50%;
    width: 295px;
    position: fixed;
    margin: -260px -147.5px 0 0;
}
.main .notification_wrapper{
	top: 50% !important;
	margin-top: -220px;
}
.notification_wrapper .error,
.notification_wrapper .status{
 display: block;
    margin: 0 0 5px;
    padding: 10px 20px;
}
.notification_wrapper .error {
	color: #FFF;
    background-color: #CC0000 !important;
}
.notification_wrapper .status {
	color: #FFF;
    background-color: #009900 !important;
}
.form-item, .form-actions {
	margin: 0;
}
a {
	color: #2c3134;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
tbody,
img {
	border: none;
}
input {
	vertical-align: middle;
}
img{
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 18px;
}
body {
	font: 13px Roboto, sans-serif;
	width: 100%;
	height: 100%;
	line-height: 1.3125;
	color: #2c3134;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;	
	position: relative;
}
.wrapper_bg{
	position: absolute;
	top: 0;	
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/bg.jpg?sfas) no-repeat center / cover;
	-webkit-transition: transform 50s ease;	
	transition: transform 50s ease;	
}
.wrapper_bg.active{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 53px;
	position: relative;
	clear: both;
}
.middle::after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.form_wrapper_inner{
	text-align: left;
	height: 100%;
	width: 290px;
	background: #fff;
	padding: 20px 28px 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	height: 262px;
	margin: -131px 0 0 -145px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_wrapper_inner_b{
	text-align: left;
	 height: 100%;
	 width: 290px;
	 background: #fff;
	 padding: 20px 28px 30px;
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 height: 365px;
	 margin: -182.5px 0 0 -145px;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.form_wrapper .block_title{
	font: 30px 'cuprumregular', sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 37px;
	background: url(images/title.png) no-repeat top left;
	margin-bottom: 18px;
}
.form_lost_email .form-actions, 
.form_lost_sms .form-actions {
	text-align: center;
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
.form_wrapper_inner_b .block_title{
	font-size: 17px;
}
.form_wrapper form {
	overflow: hidden;
}
.form_wrapper form .form_item{
	width: 230px;
	margin: 0 auto 14px;
	position: relative;
}
.form_wrapper form .form_item:last-child{
	margin-bottom: 25px;
}
.form_wrapper input,
.form_wrapper textarea{
	width: 100%;
	height: 42px;
	outline: none;
	color: #8696a7;
	font-size: 16px;
	-webkit-transition: .3s;	
	transition: .3s;
	font-weight: 300;
	padding: 0 20px 0 40px;
	border: 1px solid #d4d5d3;
	box-shadow: inset 0px 1px 1px 0 rgba(5, 5, 5, .15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_wrapper textarea{
	height: 112px;
	padding: 5px;
	resize: none;
}
.form_wrapper label{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.form_wrapper .webform-component-login input.error + label::after{
	background-position: top left -32px;
}
.form_wrapper .webform-component-login input:focus + label::after{
	background-position: top left -16px;
}
.form_wrapper .webform-component-password input.error + label::after{
	background-position: top left -89px;
}
.form_wrapper .webform-component-password input:focus + label::after{
	background-position: top left -69px;
}
.form_wrapper .webform-component-login label::after{
	content: '';
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 13px;
	background: url(images/images.png) no-repeat top left 0;
	-webkit-transition: left .2s;
	transition: left .2s;
}
.form_wrapper .webform-component-password label::after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 13px;
	background: url(images/images.png) no-repeat top left -49px;
	-webkit-transition: left .2s;
	transition: left .2s;
}
.form_wrapper input[name="email"] + label::after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 13px;
	background: url(images/email.png) no-repeat center left ;
	-webkit-transition: left .2s;
	transition: left .2s;
	-webkit-background-size: cover;
	background-size: cover;
}
.form_wrapper input[name="phone"] + label::after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 13px;
	background: url(images/phone.png) no-repeat center left ;
	-webkit-transition: left .2s;
	transition: left .2s;
}
.form_wrapper input[name="phone"]:focus + label::after{
	background: url(images/phone_active.png) no-repeat center left ;
}
.form_wrapper input[name="email"]:focus + label::after{
	background: url(images/email_active.png) no-repeat center left ;
}
.form_wrapper .form-actions{
	float: right;
}
.form_wrapper .form-actions input{
	height: 35px;
	text-align: center;
	padding: 0 23px;
	color: #2c3134;
	font-size: 16px;
	border: none;
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	background: #ffcc00;
	border: 2px solid #ffcc00;
	border-radius: 18px;	
	width: auto;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;	
	transition: .3s;
}
.form_wrapper .form-actions input:hover{
	background: #fff;
}
.form_wrapper form .link{
	float: left;
	max-width: 50%;
}
.form_item input:focus{
	-webkit-box-shadow:inset 0px 1px 1px 0 rgba(5, 5, 5, .15), 0 0 9px 0 rgba(0,0,0,.15);
    box-shadow:inset 0px 1px 1px 0 rgba(5, 5, 5, .15), 0 0 9px 0 rgba(0,0,0,.15);
    border-color: #B5BABF;
}
.form_wrapper input::-webkit-input-placeholder {color:#8696a7;}
.form_wrapper input::-moz-placeholder          {color:#8696a7;}/* Firefox 19+ */
.form_wrapper input:-moz-placeholder           {color:#8696a7;}/* Firefox 18- */
.form_wrapper input:-ms-input-placeholder      {color:#8696a7;}

.form_wrapper input::-webkit-input-placeholder       { transition: 0.5s ease;}
.form_wrapper input::-moz-placeholder                { transition: 0.5s ease;}
.form_wrapper input:-moz-placeholder                 { transition: 0.5s ease;}
.form_wrapper input:-ms-input-placeholder            { transition: 0.5s ease;}
.form_wrapper input:focus::-webkit-input-placeholder {opacity: 0; transition: 0.5s ease;}
.form_wrapper input:focus::-moz-placeholder          {opacity: 0; transition: 0.5s ease;}
.form_wrapper input:focus:-moz-placeholder           {opacity: 0; transition: 0.5s ease;}
.form_wrapper input:focus:-ms-input-placeholder      {opacity: 0; transition: 0.5s ease;}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	color: #b3c3d4;
	font-size: 13px;
	text-align: center;
	max-width: 1170px;
	width: 100%;
	margin: -53px auto 0;
	height: 53px;
	position: relative;
	clear: both;
}
.footer a,
.footer span{
	color: #fff;
	font-size: 13px;
}
#gl_devel,
.region_footer{
	display: inline-block;
	vertical-align: middle;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
}
.foot_wrap{
	max-width: 1170px;
	margin:0 auto;
}
.all_form_element_descript{
	font-size: 12px;
	color: #656565;
	margin-top: 10px;
}
.form_lost_email .form-actions,
.form_lost_sms .form-actions{
	text-align: center;
	width: 100%;
	float: none;
}
#gl_devel{
	height:20px;
	margin-left: 15px;
	clear: both;
	position:relative !ie;
	top:44px !ie;
}
#gl_devel span,
#gl_devel a{
	font:12px/20px 'cuprumregular';
	text-transform:uppercase;
}
#gl_devel span{
	color: #FFF;
}
#gl_devel img{
    margin-right: 5px;
    position: relative;
    top: 3px;
}
#gl_devel a{
	color: #FFF;
	text-decoration:none;
}
body.ie_browser #gl_devel a,
body.ie_browser #gl_devel span{
	font-size:8px;
}
#gl_devel a:hover{
	text-decoration:underline;
}
@media (max-width:1024px) {
	.wrapper_bg.active{
		-webkit-transform: none;
		transform: none;
	}
	.wrapper_bg{
		-webkit-transition: none;
		transition: none;
	}
}
@media (max-width:767px) {
	 .footer .region_footer span{
	 	display: inline-block;
	 	margin: 5px auto;
	 }
	 .middle{
		padding-bottom: 95px;
	 }
	 .footer{
	 	height: auto;
	 	margin-top: -95px;
	 	padding: 0 15px;
	 	-webkit-box-sizing: border-box;
	 	-moz-box-sizing: border-box;
	 	box-sizing: border-box;
	 }
	 .form_wrapper_inner,
	 .form_wrapper_inner_b{
	    position: relative;
	    margin-top: 30px;
	    margin-bottom: 15px;
	 }
	 .footer a{
	 	text-decoration: none;
	 }
	 body #content .notification_wrapper {
	 	top: auto!important;
	 	right: auto !important;
	 	position: relative;
	 	margin: 20px auto 45px;
	 	width: 90%;
	 	max-width: 300px;
	 	text-align: center;
	 }
}
@media (max-width:767px) and (orientation: landscape){
        .form_wrapper_inner,
        .form_wrapper_inner_b{
                margin-top: 15px;
            top: auto;
            position: relative;
        }
        .footer{
                height: auto;
        margin-top: -90px;
        }
}

/* Datepicker modernisation */
.ui-datepicker {
    font-family: "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    border: 1px solid #e1e6ef;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(23, 43, 77, 0.15);
    padding: 12px 16px 16px;
    min-width: 260px;
    z-index: 1000;
}

.ui-datepicker .ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-bottom: 1px solid #eef1f6;
    padding: 0 0 8px;
    margin: 0 0 12px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #1f2937;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: static;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a73e8;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: rgba(26, 115, 232, 0.1);
    color: #0b57d0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: inherit;
}

.ui-datepicker .ui-datepicker-prev::after {
    content: "\2039";
}

.ui-datepicker .ui-datepicker-next::after {
    content: "\203A";
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.ui-datepicker th {
    padding: 4px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

.ui-datepicker td {
    padding: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
    margin: 2px;
    border-radius: 8px;
    text-decoration: none;
    color: #1f2937;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ui-datepicker td a:hover,
.ui-datepicker td span:hover {
    background-color: rgba(26, 115, 232, 0.12);
    color: #0b57d0;
}

.ui-datepicker td.ui-datepicker-today a,
.ui-datepicker td.ui-datepicker-today span {
    background-color: rgba(26, 115, 232, 0.12);
    color: #0b57d0;
    font-weight: 600;
}

.ui-datepicker td.ui-datepicker-current-day a,
.ui-datepicker td.ui-datepicker-current-day span {
    background-color: #1a73e8;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(26, 115, 232, 0.25);
}

.ui-datepicker td.ui-datepicker-other-month a,
.ui-datepicker td.ui-datepicker-other-month span {
    color: #9ca3af;
}

@media (max-width: 480px) {
    .ui-datepicker {
        min-width: 0;
        width: 100%;
    }

    .ui-datepicker .ui-datepicker-header {
        padding: 0 0 6px;
    }

    .ui-datepicker td a,
    .ui-datepicker td span {
        width: calc(100% - 4px);
        height: 28px;
        margin: 2px;
    }
}
