.userprofile_title {
    font-family:"Montserrat-Bold";
    font-size: 55px;
    line-height: 67px;
    padding: 50px 0;
    text-align: center;
    color:#444C58;
}

.userprofile_cont {
    display: flex;
    justify-content: space-between;
    color: #444C58;
}

.userprofile_left {
    width: 40%;
}

.userprofile_right {
    width: 56%;
    font-family: "Montserrat-Light";
}

.userprofile_menu_head_sf {
    width: 100%;
    display: block;
    position: absolute; left: 0px; top: 0px;
    opacity: 0.2;
}
.userprofile_menu_head_data{
    width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;
    display: flex; align-items: center; justify-content: space-around;
}

.userprofile_menu_head_cont {
    position: relative;
    margin-bottom: 20px;
    background-image: url('../images/profile_head_sf.jpg'); background-size: cover;
    color: #002b4e;
    font-family: 'Montserrat-SemiBold';
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    height: 200px;
}
.userprofile_menu_heade_bg{
    position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(255,255,255,0.7);
}

.userprofile_menu_head_img {
    height: 160px;
}

.userprofile_menu_elem {
    position: relative;
    padding: 30px 35px;
    margin-bottom: 20px;
    background-color: #EDEEF3;
    background-image: url(../images/profile_menu_row.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    font-size: 16px;
    line-height: 19px;
    font-family: "Montserrat-Regular";
    color: #8590A1;
}

.userprofile_menu_elem_band {
    position: absolute;
    width: 9px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #F8B334;
    display: none;
}

.userprofile_menu_elem_title {
    font-size: 25px;
    line-height: 36px;
    font-family: "Montserrat-SemiBold";
    color: #444C58;
}

.userprofile_menu_elem.sel {
    background-image: url('../images/profile_menu_row_sel.png');
}

.userprofile_menu_elem.sel .userprofile_menu_elem_band {
    display: block;
}

.userprofile_right_title {
    font-size: 25px;
    line-height: 36px;
    font-family: "Montserrat-SemiBold";
    color: #444C58;
    margin-bottom: 25px;
}

.userprofile_right_fieldcont {
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat-SemiBold";
    color: #444C58;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.userprofile_right_fieldcont .textbox {
    width: 100%;
    padding: 13px;
    border: 2px solid #E1E1E1;
    font-size: 16px;
    line-height: 19px;
    font-family: "Montserrat-Regular";
    color: #8590A1;
}

.userprofile_right_fieldcont .listbox {
    width: 100%;
    padding: 13px;
    border: 2px solid #E1E1E1;
    font-size: 16px;
    line-height: 19px;
    font-family: "Montserrat-Regular";
    color: #8590A1;

    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 14px) 1.4em, calc(100% - 9px) 1.4em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 4px, 5px 4px, 0px 1.5em;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.userprofile_right_fieldcont .textbox:read-only,
.userprofile_right_fieldcont .listbox:disabled {
    padding: 0;
    border: none;
    cursor: default;
    background-color: #ffffff;
}

.userprofile_right_fieldcont .listbox.datePicker {
    width: 33%;
}

.userprofile_right_fieldcont .half1 {
    width: 49%;
    margin-right: 2%;
}

.userprofile_right_fieldcont .half2 {
    width: 49%;
}

.userprofile_right_btn {
    min-width: 300px;
    padding: 13px;
    background-color: #F8B334;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    letter-spacing:2px;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
}

#banner_hp {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#banner_hp img
{
    /*height:470px;*/
    height:auto;
    width:100%;
    object-fit: cover;
}

#banner_hp_mobile {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none;
}

.hp_banner_placeholder{
    
}

#banner_hp .banner_hp_elem {
    width: 100%;
    display: none;
    position: absolute; left: 0px; top: 0px;
}

#banner_hp_mobile .banner_hp_elem {
    width: 100%;
    display: none;
}

#banner_hp .banner_hp_elem.selected, #banner_hp_mobile .banner_hp_elem.selected {
    display: block;
}

#scroll_down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}

.index_registration_form {
    padding-right: 80px;
}

.hp_onlytext {
    position: relative;
    background-color: #EDEEF3;
    padding: 60px 0;
    text-align: center;
}

.hp_onlytext_white {
    background-color: #FFFFFF;
}

.hp_onlytext_lblue {
    background-color: #82C4EC;
}

.hp_catalog_menu {
    color: #B1B1B1;
    font-size: 16px;
    line-height: 22px;
    font-family: "Montserrat-Medium";
    text-transform: uppercase;
    padding-bottom: 20px;
}

.hp_catalog_menu label {
    margin: 0 3px;
    padding: 10px 20px;
    position: relative;
    color: #FFF;
    font-family: "Montserrat-SemiBold";
    letter-spacing: 2px;
    background-color: #82C4EC;
}

.hp_catalog_menu label.sel {
    background-color: #F7B436;
}

.hp_catalog_menu label.sel::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    border-top: 18px solid #F7B436;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.hp_onlytext_cont {
    text-align: center;
    margin:auto;
    width: 100%;
    max-width:1150px;
    color: #8590A1;
    font-size: 16px;
    line-height: 100%;
    font-family: "Montserrat-Regular";
    padding:0px 20px;
}

.hp_onlytext_cont_txtwhite {
    color: #ffffff;
}

.hp_onlytext_text1 {
    font-family: Montserrat-Bold;
    color: #F65555;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.hp_onlytext_text2 {
    font-family: montserrat-Bold;
    font-size: 40px;
    line-height: 100%;
    color: #444C58;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.hp_onlytext_text3 {
    font-family: Montserrat-Bold;
    color: #F7B436;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;

}

.hp_onlytext_text4 {
    font-family: "Montserrat-Bold";
    font-size: 40px;
    line-height: 100%;
    color: #444C58;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-top: 16px;
    padding-bottom: 16px;

}


.hp_onlytext_textcenter {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    line-height: 25px;
    color: #8590A1;
    text-align: center;
    margin-bottom: 10px;
     padding-left: 80px;
    padding-right: 80px;

}

.hp_onlytext_text5 {
    color: #FFFFFF;
    font-family: "Montserrat-SemiBold";
    font-size: 40px;
    line-height: 49px;

}
.hp_onlytext_text5_sot {
    color: #FFFFFF;
    font-family: "Roboto-MediumItalic";
    font-size: 22px;
    line-height: 30px;

}

.hp_onlytext_btn button {
    background-color: #F65555;
    color: #FFF;
    font-family: Montserrat-SemiBold;
    letter-spacing: 3px;
    font-size: 14px;
    padding-top: 13px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 13px;
}

.hp_onlytext_btn2 button {
    background-color: #F7B436;
    color: #FFF;
    font-family: Montserrat-Bold;
    letter-spacing: 2px;
    letter-spacing: 3px;
    font-size: 14px;
    padding-top: 14px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 14px;
}

.hp_onlytext_btn3 button {
    background-color: #F7B436;
    color: #ffffff;
    font-family: Montserrat-Bold;
    font-size: 14px;
    padding-top: 14px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 14px;
    letter-spacing: 2px;
}

.hp_imgtext_cont {
    position: relative;
    background-color: #FFFFFF;
    display: flex;
    min-height: 500px;
    align-items: flex-start;
    padding:0px 20px;
}


.hp_imgtext_cont1{

    position: relative;
    background-color: #ffffff;
    display: flex;
    min-height: 500px;
    align-items: center;
}


.hp_imgtext_cont2{
    position: relative;
    background-color: #EDEEF3;
    display: flex;
    min-height: 500px;
    align-items: center;
}

.hp_imgtext_cont3{
    position: relative;
    background-color: #82C4EC;
    color: #ffffff;
    min-height: 500px;
}

.hp_imgtext_image {
    position: relative;
    width: 48%;
    align-self: stretch;
}

.hp_imgtext_image_elem {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.hp_imgtext_image_elem.hp_imgtext_image_elem_overtop {
    height: calc(100% + 40px);
    top: -40px;
}

.hp_imgtext_image_elem_item
{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-size:cover;
    background-position:center center;
    opacity:0;
    transition: opacity 1s;
}

.hp_imgtext_spacer {
    width: 200px;
}

.hp_imgtext_halfspacer {
    width: 100px;
}

.hp_imgtext_textcont {
    width: calc(52% - 100px);
    max-width: 670px;
    color: #8590A1;
    font-size: 16px;
    line-height: 25px;
    font-family: "Montserrat-Regular";
    padding: 60px 0;
    margin: 0 auto;
}

.hp_imgtext_imgs {
    position: relative;
    width: 48%;
    padding: 60px 0;
    align-self: stretch;
}

.hp_imgtext_textcont-2
{
    max-width:100%;
    width:40%;
    margin:0;
}

.hp_imgtext_cont3 .hp_imgtext_textcont {
    color: #ffffff;
}

.hp_imgtext_cont_gray {
    background-color: #EDEEF3;
}

.hp_imgtext_cont_lblue {
    background-color: #82C4EC;
}

.hp_imgtext_textcont_txtwhite {
    color: #FFFFFF;
}

.hp_imgtext_cont_loginreg {
    background-color: #82C4EC;
    background-image: -webkit-linear-gradient(left, #82C4EC 50%, #FFFFFF 50%);
    background-image: -moz-linear-gradient(left, #82C4EC 50%, #FFFFFF 50%);
    background-image: -o-linear-gradient(left, #82C4EC 50%, #FFFFFF 50%);
    background-image: linear-gradient(to right, #82C4EC 50%, #FFFFFF 50%);
}

.hp_imgtext_text1 {
    font-family: Montserrat-Bold;
    color: #F7B436;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
}

.hp_imgtext_text2 {
    font-family: Roboto-MediumItalic;
    font-size: 40px;
    line-height: 49px;
    color: #444C58;
    margin-bottom: 15px;
}

.hp_imgtext_text3 {
    font-family: "Montserrat-Bold";
    font-size: 22px;
    line-height: 26px;
    color: #444C58;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.hp_imgtext_text4 {
    font-family: Montserrat-Medium;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.hp_imgtext_text5 {
    font-family: Roboto-MediumItalic;
    font-size: 40px;
    line-height: 49px;
    color: #ffffff;
    margin-bottom: 15px;
}

.hp_imgtext_text6 {
    font-family: "Montserrat-Bold";
    font-size: 40px;
    line-height: 100%;
    color: #444C58;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-top:16px;
    padding-bottom: 16px;
}

.hp_imgtext_text7 {
    font-family: "Montserrat-Bold";
    font-size: 40px;
    line-height: 49px;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hp_imgtext_text8 {
    font-family: Roboto-MediumItalic;
    font-size: 35px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 10px;
}

.hp_imgtext_fieldcont {
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat-Bold";
    color: #444C58;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}
.hp_showhide_pass{
    position: absolute; right: 10px; bottom: 10px; cursor: pointer;
}

.hp_imgtext_fieldcont .half1 {
    width: 49%;
    margin-right: 2%;
}

.hp_imgtext_fieldcont .half2 {
    width: 49%;
}

.hp_imgtext_btn {
    min-width: 220px;
    padding: 13px;
    background-color: #F8B334;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat-SemiBold";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hp_imgtext_fieldcont .textbox {
    width: 100%;
    padding: 14px;
    background-color: #EDEEF3;
    font-size: 14px;
    line-height: 19px;
    font-family: "Montserrat-Regular";
    color: #8590A1;
}

#checkmobile {
    opacity: 0;
}

.hp_login_ctrls {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 32px;
    font-family: "Montserrat-Regular";
    color: #FFFFFF;
    margin: 17px 0;
}

.hp_prodslider_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 350px;
    margin-right: 100px;
}

.hp_prodslider_elem {
    position: relative;
    width:31%;
    height: 100%;
    background-color: #fefffc;
}

.hp_prodslider_elem img {
    position: absolute;
    width:100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.nomobile {
    display: block;
}

.onlymobile {
    display: none;
}

.hp_imgtext_textcont_left {
/*    margin-right: 0;*/
padding-left:20px;
}

.hp_imgtext_textcont_left_white
{
    color:white;
}

.hp_imgtext_textcont_right {
/*    margin-left: 0;*/
padding-right:20px;
}