.header_top_bg {
    background: #def0f4;
}

.alert {
    position: relative;
    padding: 0.4375rem 1rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-dismissible {
    padding-right: 3.5rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    color: inherit;
}

.pointer {
    cursor: pointer;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.close {
    width: 38px;
    height: 38px;
}

.close > .ico {
    width: 17px;
    height: 17px;
    background-image: url(/desimages/all_index_close_info.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.close:hover > .ico {
    background-image: url(/desimages/all_index_close_info_hover.svg);
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.menu_line {
    min-height: 66px;
    background: #035d7d;
}

.title_line {
    min-height: 93px;
}

.header_menu,
.menu_line_right_col,
.header_search,
.header_link,
.header_title,
.header_logo,
.title_line_right_col,
.header_langs,
.header_soc,
.header_banners {
    display: inline-block;
}

.header_menu {
    width: calc(100% - 310px);
}

.header_menu ul {
    margin: 0 0 0 15px;
    font-size: 0;
}

.header_menu ul li {
    display: inline-block;
    height: 66px;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 18px;
    line-height: 66px;
    background: none;
}

.header_menu a {
    display: block;
    padding: 0 35px;
    color: #ffffff;
}

.header_menu a:hover {
    text-decoration: none;
    background: #a01c1c;
}

.header_menu ul ul,
.header_menu ul ul ul,
.header_menu .item_first_level:hover ul ul {
    display: none;
}

.header_menu .list_first_level {
    position: relative;
}

.header_menu .item_first_level:hover ul {
    display: block;
}

.header_menu .item_first_level:hover .link_first_level,
 .header_menu .link_first_level.selected {
    background: #a01c1c;
}

.header_menu .item_first_level ul {
    position: absolute;
    top: 65px;
    z-index: 100;
    width: 300px;
    margin: 0;
    line-height: 0;
    background: #035d7d;
}

.header_menu .item_first_level ul li {
    display: block;
    height: auto;
    line-height: 22px;
}

.header_menu .item_first_level ul li a {
    min-height: 66px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu_line_right_col {
    position: relative;
    float: right;
    min-height: 66px;
    margin-right: 50px;
    font-size: 0;
    line-height: 0;
}

.header_search,
.header_link,
.header_langs,
.header_soc,
.header_banners {
    vertical-align: top;
}

.header_search a,
.header_link .header_link_wrapper {
    display: block;
    height: 66px;
    font-size: 0;
    line-height: 66px;
    text-align: center;
}

.header_search a {
    width: 88px;
    background: #003c5a;
}

.menu_line_right_col a img,
.header_soc img,
.header_banners img,
.header_link .header_link_title {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.header_link {
    border-left: 1px solid #035d7d;
}

.header_link a {
    display: block;
    width: 168px;
    background: #e66b45;
}

.header_search a:hover,
.header_link a:hover {
    background: #a01c1c;
}

.header_link .header_link_title {
    display: inline-block;
    max-width: 105px;
    margin-right: 7px;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    color: #ffffff;
}

.header_title {
    width: calc(100% - 500px);
    height: 93px;
    margin-left: 50px;
    font-size: 0;
    line-height: 93px;
}

.header_title a,
.header_title .header_text {
    display: inline-block;
    vertical-align: middle;
}

.header_title a {
    margin-right: 10px;
    line-height: 0;
}

.header_title img {
    display: inline-block;
    margin: 0;
}

.header_text {
    margin: 0;
    padding-left: 5px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #585858;
}

.header_title a.header_text {
    line-height: 1;
}

.header_title a.header_text:hover {
    text-decoration: none;
    color: #585858;
}

.header_text p {
    margin: 0;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 22px;
}

.title_line_right_col {
    float: right;
    min-height: 93px;
    margin-right: 50px;
    font-size: 0;
    line-height: 0;
}

.header_langs {
    position: relative;
    height: 93px;
    line-height: 93px;
    border-left: 1px solid #d6d6d6;
}

.main_langs {
    position: relative;
    width: 110px;
    height: 93px;
    text-align: center;
    text-transform: uppercase;
}

.main_langs a {
    font-size: 16px;
}

.main_langs a:hover {
    text-decoration: none;
    color: #e66b45;
}

.header_soc:hover .soc_inner {
    display: block;
}

.main_langs_inner,
.soc_inner {
    display: none;
    position: absolute;
    top: 93px;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
}

.main_langs_inner {
    padding: 20px 10px 7px 10px;
}

.main_langs_inner .main_lang_item {
    line-height: 1;
}

.main_langs_inner .main_lang_item a {
    display: block;
    margin-bottom: 32px;
    text-decoration: none;
    color: #035d7d;
}

.main_langs_inner .main_lang_item a:hover {
    color: #e66b45;
}

.main_lang_selected {
    height: 93px;
}

.main_lang_selected a {
    padding-right: 17px;
    background: url(/desimages/arrow_down.png) center right no-repeat;
}

.main_langs:hover .main_lang_selected a,
.header_soc:hover .soc_button a img {
    background-image: url(/desimages/arrow_up_blue.png);
}

.main_langs:hover .main_lang_selected a:hover,
.header_soc:hover .soc_button a img:hover {
    background-image: url(/desimages/arrow_up.png);
}

.header_soc {
    position: relative;
    width: 88px;
    height: 93px;
    text-align: center;
    border-left: 1px solid #d6d6d6;
}

.header_soc a {
    display: block;
    text-align: center;
    line-height: 93px;
    font-size: 0;
}

.soc_inner {
    padding: 19px 5px 16px 5px;
}

.soc_inner a {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    line-height: 1;
    text-decoration: none;
}

.soc_button {
    height: 93px;
    line-height: 93px;
}

.soc_button a {
    display: inline-block;
    line-height: 1;
}

.soc_button a img {
    padding-right: 17px;
    background: url(/desimages/arrow_down.png) center right no-repeat;
}

.header_banners {
    text-align: center;
    border-left: 1px solid #d6d6d6;
}

.header_banners a {
    display: inline-block;
    width: 84px;
    height: 93px;
    line-height: 93px;
    font-size: 0;
}

.header_banners a:last-child {
    background: #f6f6f6;
}

.sb-search {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    float: none;
    width: 0;
    min-width: 88px;
    height: 66px;
    margin: auto;
    background-color: #003c5a;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.sb-search.sb-search-open {
    width: 300px;
}

.sb-search-input {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 100;
    width: 194px;
    height: 38px;
    margin: 0;
    padding: 0 12px;
    font-family: inherit;
    font-size: 1rem;
    border: none;
    outline: none;
    transform: translate(-50%, -50%);
}

.sb-icon-search,
.sb-search-submit {
    position: absolute;
    right: 0;
    width: 88px;
    height: 66px;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

.sb-search-submit {
    z-index: -1;
    color: transparent;
    background: #ffffff;
    border: none;
    outline: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.sb-icon-search {
    z-index: 120;
    height: 66px;
    font-size: 0.875rem;
    text-transform: none;
    background: url(/desimages/search_ico.png) center no-repeat;
    background-color: #003c5a;
}

.sb-icon-search:hover {
    background-color: #a01c1c;
}

.header_menu_button {
    display: none;
    width: 77px;
    height: 93px;
    background: url(/desimages/menu_button.png) center no-repeat;
    background-color: #ffffff;
}