html,
body {
    height: 100%;
}
@media screen and (min-width: 960px) {
    /*html {
      margin-left: calc(100vw - 100%);
      margin-right: 0;
    }*/
}
button {
    font-family: "Ubuntu", sans-serif;
}
input {
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
}
::-webkit-input-placeholder {
    color: #8a8a8a !important;
    letter-spacing: 1px;
    font-size: 16px;
}
:-moz-placeholder {
    color: #8a8a8a !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 16px;
}
::-moz-placeholder {
    color: #8a8a8a !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 16px;
}
:-ms-input-placeholder {
    color: #8a8a8a !important;
    letter-spacing: 1px;
    font-size: 16px;
}
::-ms-input-placeholder {
    color: #8a8a8a !important;
    letter-spacing: 1px;
    font-size: 16px;
}
::placeholder {
    color: #8a8a8a !important;
    letter-spacing: 1px;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #1a1a22;
}
*,
[data-whatintent="mouse"] :focus,
[data-whatintent="touch"] :focus {
    outline: none;
}
* {
    box-sizing: border-box;
}
:after,
:before {
    box-sizing: inherit;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    line-height: 1.78;
    font-weight: 400;
    color: #1a1a22;
    overflow-x: hidden;
    cursor: default;
}
@media (max-width: 1440px) {
    body {
        font-size: 14px;
        line-height: 1.62;
    }
}
@media (max-width: 575px) {
    body {
        font-size: 14px;
        line-height: 1.71;
    }
}
.transition{
    transition: all 0.2s ease;
}
[onclick]{
    cursor:pointer;
}
main {
    overflow-x: hidden;
}
.logo img {
    display: block;
}
.logo a {
    color: rgba(231, 246, 255, 0.6);
}
ol,
ul {
    margin: 0;
}
ol.no-style,
ul.no-style {
    padding: 0;
    list-style: none;
}
button {
    cursor: pointer;
}
button,
img {
    border: none;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
}
[contenteditable="true"]:empty:before {
    content: attr(data-placeholder);
    color: #131313;
    font-size: inherit;
    display: block;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
b {
    font-weight: 700;
}
h1,
h2 {
    font-weight: 400;
}
h3,
h4,
h5 {
    font-weight: 400;
}
h6 {
    font-weight: 500;
}
input[type="search"],
input[type="text"],
input[type="tel"] {
    border: none;
    background: #f0f0f0;
    font-size: 16px;
    line-height: 23px;
    color: #22486b;
    padding: 8px 17px;
}
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
} /* IE 10+ */
.container {
    max-width: 1420px;
    width: 100%;
    margin: auto;
    padding: 0 30px;
}
.d-flex {
    display: flex;
}
.header.fixed-h {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    /*transition: top 0.5s ease-in-out;*/
    transition: 0.3s;
    transform: translateY(0%);
    z-index: 11;
}
.button {
    color: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    font-weight: 700;
    font-size: 20px;
    line-height: 39px;
    color: #4376b3;
    background: #fff;
    border: 1px solid #4376b3;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
}

.button:hover {
    color: #fff;
    background: #4376b3;
}
.button_yellow {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
    padding: 13px 18px;
    background: #ffd72f;
    border-radius: 6px;
    display: inline-block;
    transition: 0.3s;
}
.button_yellow:hover {
    background: #dbefff;
    color: #000000;
}

.button_white {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #234260;
    padding: 13px 18px;
    background: #fff;
    border-radius: 6px;
    display: inline-block;
}
.main_menu_block {
    min-height: 390px;
    /* background: linear-gradient(90deg, #4376b3 0%, #477dbd 34.9%, #234260 100%); */

    position: relative;
    background: linear-gradient(to bottom, #4679b3 10%, #3b6292 40%, #3b6292 10%);
}
.main_menu_block .mmain {
    position: relative;
    min-height: 515px;
}
.main_menu_block img {
    position: absolute;
    right: 21%;
    top: 25%;
}
.main_menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_menu li {
    border: solid 1px #ffd72f;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 350px;
    margin-bottom: 15px;
    transition: 0.3s;
    background-color: rgba(59, 98, 146, 0.8);
}
.main_menu a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    line-height: 17px;
    color: #fff;
    padding: 0;
    display: block;
    text-align: center;
    position: relative;
}
.main_menu li:hover {
    background-color: #ffd72f;
    cursor: pointer;
}
.main_menu li.disabled:hover {
    background-color: rgba(128, 128, 128, 0.8);
    border-color: rgba(128, 128, 128, 0.8);
    cursor: default;
}
.main_menu a:hover,
.main_menu li:hover a {
    color: #000;
}

.button_white:hover {
    /*color:#FFD72F;*/
    background: #e0f0ff;
}
.uo_top.header1 {
    background: linear-gradient(90deg, #4376b3 0%, #477dbd 34.9%, #234260 100%);
    position: relative;
}

.main_content_f {
    padding-top: 136px;
    background: linear-gradient(90deg, #4376b3 0%, #477dbd 34.9%, #234260 100%);
}
.data_notify .header__notifications .icon.white svg {
    opacity: 1;
    width: 24px;
    height: 24px;
}
.data_notify .header__notifications .icon.white svg path {
    transition: 0.3s;
    fill: rgba(231, 246, 255, 0.6);
}
.data_notify .header__notifications .icon.white:hover svg path {
    fill: #fff;
}
.header__notifications {
    display: block;
}
.data_notify .header__notifications {
    margin-right: 0;
    margin-top: 0;
}
.header__nofitications-dropdown .tooltip-el {
    display: none;
}
.data_notify .tab_button {
    justify-content: center;
    cursor: auto;
}
.data_notify .tab.active {
    border-bottom: none;
    color: #464646;
}
.data_notify .cnt {
    display: none;
}
.header__nofitications-dropdown .title {
    text-decoration: none;
}
.header__notifications .counter[style="display: none;"] + svg {
    margin-top: 0 !important;
}
.header__notifications.active .counter {
    top: 3px !important;
}
.menu_active {
    position: fixed;
    width: 100%;
}
.menu {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: rgba(231, 246, 255, 0.6);
}
.header__burger,
.header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header__burger {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header__burger:hover .header__burger-btn span {
    background: #fff;
}
.header__burger:hover .header__burger-btn {
    border: 1px solid #fff;
}
.header__burger-btn {
    width: 42px;
    height: 42px;
    /*border:  1px solid rgba(231, 246, 255, 0.6);*/
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 11px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 0px !important;
}
.header__burger-btn:after {
    transition: 0.3s;
}
.header__burger-btn span {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 3px;
    background: rgba(231, 246, 255, 0.6);
    border-radius: 2px;
    transition: 0.3s;
}
.header__burger-btn span:nth-child(2) {
    top: 19px;
}
.header__burger-btn span:last-child {
    top: 26px;
}
.header__burger-btn.active {
    background: transparent;
    position: relative;
    border: 1px solid #fff;
}
.header__burger-btn.active:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    /*background: #ffcb4c;*/
    border-radius: 50%;
    z-index: 4;
}
.header__burger-btn.active + .header__burger-text {
    color: #fff;
}
.header__burger-btn.active span {
    z-index: 5;
    top: 19px;
    background: #fff;
    transform: translateX(-47%) rotate(-45deg);
}
.header__burger-btn.active span:nth-child(2) {
    display: none;
}
.header__burger-btn.active span:last-child {
    top: 19px;
    transform: translateX(-47%) rotate(45deg);
}
.header__burger-text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(231, 246, 255, 0.6);
    margin-left: 0px !important;
    transition: 0.3s;
}
.header__burger:hover .header__burger-text {
    color: #fff;
}
@media screen and (min-width: 760px) {
    .header__burger-btn:hover {
        /*background: #FFD72F;
            border:  1px solid #FFD72F;*/
    }

    .header__burger-btn:hover span {
        background: #234463;
    }
}

.header__menu {
    position: absolute;
    /*top: 0;*/
    left: 0;
    width: 100%;
    padding-top: 29px;
    background: rgba(17, 61, 86, 0.92);
    backdrop-filter: blur(4px);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.header__menu.active {
    visibility: visible;
    opacity: 1;
    height: 100vh;
    top: 136px;
    z-index: 8;
}
.header__menu-wrap {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}
@media screen and (max-width: 1050px) {
    .header__menu-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
    }
}
@media screen and (max-width: 760px) {
    .header__menu-wrap {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.header__menu-block {
    width: 48%;
    margin-bottom: 12px;
    list-style: none;
}
@media screen and (max-width: 760px) {
    .header__menu-block {
        margin-bottom: 20px;
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 560px) {
    .header__menu-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .header__menu-block {
        width: 100%;
    }
}
.header__menu-block ul {
    list-style: none;
    padding-left: 0;
    margin-top: 11px;
    /*column-count: 3;
      column-gap: 20px;*/
    /*display:flex;*/
}
.header__menu-block ul a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    transition: 0.3s;
    color: #fff;
    position: relative;
}

.header__menu-block ul a:hover {
    color: #ffd72f;
    /*border-color:#FFD72F;*/
}

.header__menu-block ul a svg{
    transform: rotate(-90deg);
    position: absolute;
    width: 14px;
    height: 10px;
    top: 9px;
    margin-left: 17px;
    transition: .3s;
}
.header__menu-block ul a:hover svg path{
    stroke: #ffd72f;
}
.header__menu-block ul a.active svg{
    transform: rotate(0deg);
}

.header__menu-block ul li {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fefefe;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
}
.header__menu-block ul li p {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.header__menu-block ul li p:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: 2px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #ffcb4c;
    border-right: 2px solid #ffcb4c;
    transition: 0.3s;
}
.header__menu-block ul li p.active:after {
    transform: translateY(-50%) rotate(225deg);
}
.header__menu-block ul li ul {
    display: none;
    margin-top: 0;
    padding-left: 20px;
}
.header__menu-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    position: relative;
    font-size: 17px;
    line-height: 21px;
    color: #ffcb4c;
}

.header__menu-title.active:after {
    transform: translateY(-50%) rotate(225deg);
}
.header__menu-title:after {
    content: "";
    position: absolute;
    right: 5px;
    top: calc(50% - 4px);
    transform: translateY(-50%) rotate(45deg);
    display: none;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    border-right: 1px solid rgba(255, 255, 255, 0.33);
    transition: 0.3s;
}
.header__menu-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header__menu-right {
    margin-top: 26px;
    width: 340px;
    margin-left: 35px;
}
.header__menu-right .btn1,
.header__menu-right .btn2,
.header__menu-right .btn3 {
    margin-bottom: 29px;
}
.header__menu-phone {
    margin-top: 47px;
    padding-right: 10px;
}
.header__menu-phone a {
    display: block;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fefefe;
}
.header__menu-phone p {
    font-weight: 400;
    font-size: 13px;
    opacity: 0.7;
    margin-top: 2px;
}
.header__menu-mail,
.header__menu-phone p {
    font-family: Ubuntu;
    font-style: normal;
    line-height: 17px;
    text-align: right;
    letter-spacing: 1px;
    text-transform: lowercase;
    color: #fefefe;
}
.header__menu-mail {
    font-weight: 500;
    font-size: 14px;
    margin-top: 35px;
    display: block;
    padding-right: 10px;
}
.header__menu-sochial {
    margin-top: 17px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}
.header__menu-sochial a {
    display: block;
    margin-left: 25px;
    line-height: 0;
    transition: 0.3s;
}
@media screen and (max-width: 760px) {
    .header__menu-title {
        padding-bottom: 8px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .header__menu-title:after {
        display: block;
    }
    .header__menu-sochial a:hover {
        opacity: 0.5;
    }
    .header__menu-mail:hover {
        text-decoration: underline;
    }
    .header__menu-phone a:hover {
        text-decoration: underline;
    }
    .header__menu-phone {
        margin-top: 30px;
    }
    .header__menu-right {
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 20px;
        width: auto;
        max-width: 100%;
    }
    .header__menu-right .btn1,
    .header__menu-right .btn2,
    .header__menu-right .btn3 {
        height: 46px;
        margin-bottom: 15px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 16px;
    }
    .header__menu-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__menu-block ul li a:hover {
        color: #fbbb1d;
        text-decoration: none;
    }
}
.header__menu-right .btn0,
.header__menu-right .btn1,
.header__menu-right .btn2,
.header__menu-right .btn3 {
    margin-bottom: 29px;
}
.header__menu-right a.btn0:hover,
.header__menu-right a.btn1:hover,
.header__menu-right a.btn3:hover {
    background: #ffda3c;
    border: 1px solid #ffda3c;
    color: #234463;
}
.btn0 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 8px;
    height: 64px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #bee6fd;
    border: 1px solid #bee6fd;
    color: #234463;
}
.header__menu .btn1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fefefe;
    box-sizing: border-box;
    border-radius: 8px;
    height: 64px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fefefe;
}

.header__menu .btn2,
.header__menu .btn3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    height: 64px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #234c64;
}
.header__menu .btn3 {
    border: 1px solid #fefefe;
    border-radius: 8px;
    background-color: #fefefe;
}
.header__menu .btn1,
.header__menu .btn2,
.header__menu .btn3 {
    transition: 0.3s;
}
.header__menu .btn2:hover {
    opacity: 1;
    border: 1px solid #ffd232 !important;
    background-color: #ffd232 !important;
}

.header__menu .btn2 {
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: #ffda3c;
}

.header__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: radial-gradient(
        50.42% 2051.37% at 49.58% 29.62%,
        #4a96c4 0%,
        #3973a1 100%
        );
    box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
    padding-bottom: 40px;
    margin-bottom: 27px;
}
.header__search .container {
    position: relative;
}
/*.header__search.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}*/
.header__search-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 96px;
    position: relative;
}
.header__search2 .header__search-block {
    margin-top: -10%;
}
.header__search-block input {
    -webkit-appearance: none;
    height: 46px;
    border: none;
    padding-left: 53px;
    padding-right: 10px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #224b64;
    background: #fff;
    border-radius: 6px 0 0 6px;
    width: 100%;
    min-width: 263px;
}
.row_filter input:-webkit-search-cancel-button,
.header__search-block input::-webkit-search-cancel-button {
    position: relative;
    right: 0;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    /*background: url(../img/header/close.svg);*/
    cursor: pointer;
    transition: 0.3s;
}
.header__search-block button {
    background: #ffd730;
    border-radius: 0 6px 6px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #1a1a22;
    padding: 11px 35px 12px 35px;
    transition: 0.3s;
}
.search-btn img {
    cursor: pointer;
}
.serach-title {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding-bottom: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 35px;
}
.header__search-block svg {
    position: absolute;
    top: 14px;
    left: 112px;
}

.header.fixed-h.nav-up {
    /*top: -78px;*/
    transition: 0.5s;
    transform: translateY(-100%);
}
.header.fixed-h ~ main {
    padding-top: 78px;
}
.header.fixed-h .header__menu {
    height: calc(100vh - 78px);
    max-height: calc(100vh - 78px);
    overflow-y: auto;
}
.header.active .header__burger-text {
    display: none;
}
.header__search2.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.header .header__search2 {
    height: 100vh;
}
.header__search2 {
    position: fixed;
    top: -100px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: rgba(17, 61, 86, 0.92);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    /* transition: .1s; */
    z-index: 10;
}

.header__search-close:after,
.header__search-close:before {
    content: "";
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
}
.header__search-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header__search-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.header__search-close {
    position: absolute;
    right: 0;
    margin-top: -18%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.header__menu-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}
.header.active .header__title {
    opacity: 1;
    visibility: visible;
}
.header.active .header__logo {
    transform: translateY(-50%);
    left: 116px;
    opacity: 0;
}

@media screen and (max-width: 1300px) {
    .header__search-close {
        right: 15px;
    }
}
@media (max-width: 780px) {
    .header__title {
        display: none;
    }

    .header.active .header__logo {
        opacity: 1;
        left: 76px;
    }

    .ch-contrast {
        opacity: 0;
    }
}
@media screen and (max-width: 960px) {
    .header__search-block {
        padding: 0;
    }
    .header__search-block svg {
        left: 20px;
    }
    .home .nice-select,
    .search .nice-select {
        border-left: none;
    }
}
@media screen and (max-width: 760px) {
    .header__search-block .nice-select {
        width: 100%;
        min-width: 100%;
    }
    .header__search-block {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .header__search-block button:hover {
        opacity: 0.5;
    }
    .header__search-block button {
        width: 100%;
        border-radius: 0 0 6px 6px;
    }
    .header__search-block svg {
        left: 15px;
    }
    .header__search-block input::-webkit-search-cancel-button:hover {
        transform: scale(1.1);
    }
    .header__search-block input {
        border-radius: 6px 6px 0 0;
    }
    .header__search-close {
        top: -150px;
    }
    .header__search-close:hover {
        transform: scale(1.1);
    }
}

.chosen-container-single .chosen-single {
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 46px;
    line-height: 43px;
    font-weight: 500;
    font-size: 18px;
    color: #5b5757;
    border-radius: 0;
    padding: 0 0 0 15px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 6px;
}
.chosen-container-single .chosen-single abbr {
    right: 18px;
    top: 7px;
}
.chosen-container-single .chosen-single span {
    font-size: 18px;
    font-weight: 500;
    color: #5b5757;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #0a61ad;
    cursor: pointer;
    box-sizing: content-box;
}
input[type="radio"] + label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    box-shadow: inset 0 0 0 2px #0a61ad, inset 0 0 0 4px #fff;
    transition: 0.3s;
    border: none;
}
input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    background: #0a61ad;
    border-radius: 50%;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
}

input[type="radio"] + label:hover:before {
    background: rgba(61, 157, 247, 0.3);
    transition: 0.3s;
}

@media (max-width: 991px) {
    .container {
        padding: 0 16px;
    }
}

@media screen and (max-width: 1300px) {
    .header__search-close {
        right: 15px;
    }
}
@media screen and (min-width: 760px) {
    .header__search-close:hover {
        transform: scale(1.1);
    }
}
@media screen and (max-width: 760px) {
    .header__search-close {
        top: -150px;
    }
}

@media screen and (max-width: 860px) {
    .header.fixed-h .header__menu {
        transition: 0.3s;
        /*transform: translateX(-100%);*/
        margin-left: -265px;
        -webkit-overflow-scrolling: touch;
        top: 0;
        background: rgb(16, 52, 97, 0.92);
        box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
        /*opacity: 0;*/
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        visibility: visible;
        width: 265px;
    }
    .header.fixed-h .header__menu.active {
        opacity: 1;
        /*transform: translateX(0);*/
        margin-left: 0;
    }
    .head.header > .container {
        margin-left: 0;
        transition: 0.3s;
    }
    .menu_active .head.header > .container {
        margin-left: 265px;
        transition: 0.3s;
    }
    .header__menu-container {
        padding: 0;
    }
    .wapper {
        /*transform: translateX(0px);*/
        transition: 0.3s;
    }
    body {
        transition: 0.3s;
    }
    .menu_active {
        margin-left: 265px;
        transition: 0.3s;
        /*transform: translateX(265px);*/
    }
    .menu_active .wapper {
        /*transform: translateX(265px);*/
        /*left: 265px;*/
        transition: 0.3s;
        width: 265px;
        background: #fff;
    }
    .menu_active {
        /*position: fixed;*/
        /*overflow: hidden;*/
        /*height: 100vh;*/
    }
    html.fix,
    body.menu_active {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    html.fixed_not_ios,
    html.fixed_not_ios body.menu_active {
        position: fixed;
        overflow: hidden;
        height: 100vh;
    }
    .menu_active .wapper:before {
        content: "";
        height: 100%;
        min-width: 100%;
        width: 100%;
        position: absolute;
        min-height: 100%;
        background: #000;
        opacity: 0.5;
        z-index: 9;
        transition: 0.3s;
    }
    /*.widget{
              display:none;
          }*/
    .header__menu-left {
        padding-left: 0;
    }
    .header__menu-title {
        display: block;
        font-size: 14px;
        margin-right: 0;
        height: auto;
        padding: 8px 20px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #fff;
        border-bottom: none;
    }
    .header__menu-title:after {
        display: none;
    }
    .header__menu-block {
        margin-bottom: 0;
    }
    .header__menu-title:hover {
        color: #ffbb4c;
        background-color: hsla(0, 0%, 100%, 0.1);
    }
    .header__menu-block ul.menu_sublist {
        background: #0c243c;
        /*padding-top: 20px;*/
        box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
        padding: 10px 25px;
        margin-top: 0px;
    }
    .header__menu-block ul li {
        font-size: 14px;
        line-height: 17px;
        padding: 0;
    }
    .header__menu-block ul li p:after {
        right: 2px;
    }
    .header__menu-block ul li p {
        padding: 10px 0;
        font-weight: 400;
    }
    .header__menu-block ul li a {
        padding: 10px 0;
        font-weight: 400;
        display: block;
    }
    .header__menu-block > ul.menu_sublist > li > a,
    .header__menu-block > ul.menu_sublist > li > p {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-left: 0px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 300 !important;
        display: block;
    }
    .header__menu-block .menu_sublist .menu_sublist {
        padding: 10px 15px;
    }
    .menu_sublist .menu_sublist a {
        font-size: 12px;
        padding: 5px 0;
    }
    .btn0,
    .btn1,
    .btn2,
    .btn3 {
        font-size: 12px !important;
        font-weight: 500;
    }
    .header__menu-right {
        padding: 0 20px;
    }
    .header__menu-wrap {
        padding-bottom: 0;
    }
    .header__menu-phone a {
        font-size: 20px;
    }
}
.slider-buttons-dots {
    text-align: center;
}
.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 25px;
}
.scrolled .scrolltop,
.scrolled ~ .footer .scrolltop {
    display: -ms-flexbox;
    display: flex;
}
.scrolltop {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
    background: rgba(232, 246, 255, 0.49);
    cursor: pointer;
    z-index: 99;
}
.menu_active .scrolltop {
    display: none !important;
}

.scrolled {
    position: relative;
}
.scrolled .scrolltop,
.scrolled ~ .footer .scrolltop {
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1280px) {
    .scrolltop {
        width: 40px;
        height: 40px;
        top: unset;
        bottom: 10px;
        left: 10px;
        border-radius: 50%;
    }
}

.widget {
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 57px;
    display: inline-flex;
    align-items: center;
    height: 46px;
}
.widget:hover .widget__popup {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s;
}
.widget:hover .widget__label {
    transform: translateX(15px);
    opacity: 0;
    transition: 0.3s;
}
.widget__popup {
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    transition: 0s;
    position: absolute;
    right: 5px;
    bottom: calc(100% + 35px);
}
.widget__label {
    height: 42px;
    min-width: 150px;
    width: 158px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-right: 40px;
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #1a1a1a;
    padding-left: 10px;
    transform: translateX(0px);
    opacity: 1;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
.widget__label span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    font-family: "Ubuntu";
}
.widget__icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid rgba(255, 255, 255, 0.33);
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.widget__popup .bg {
    background-color: #fff;
    padding: 8px 0px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    z-index: 10;
    position: relative;
}
.widget__popup a {
    font-size: 16px;
    display: block;
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    position: relative;
    z-index: 3;
    background-color: #fff;
}
.widget__popup a svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    fill: #234161;
    margin-right: 16px;
    margin-top: 5px;
}
.widget__popup .triangle {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    background: #fff;
    right: 20px;
    bottom: -10px;
    z-index: 2;
}
.callback {
    padding: 17px 25px 15px 20px;
}
.callback .title {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-align: right;
    color: #4090c0;
}
.callback .tel {
    padding: 10px 0;
    white-space: nowrap;
    font-family: Ubuntu;
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1a1a22;
}
.callback .graph {
    font-family: Ubuntu;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #1e5f94;
}

.widget__icon img {
    border-radius: 50%;
}
.widget .pulsation {
    width: 98px;
    height: 98px;
    background-color: #124e7d;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    transform: scale(0);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
@-webkit-keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}
@media screen and (max-width: 860px) {
    .widget__label {
        display: none;
    }
    .widget {
        right: 38px;
        bottom: 38px;
    }
    .scrolltop {
        width: 50px;
        height: 50px;
        right: 52px;
        bottom: 120px;
        left: unset;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
        background: rgb(255, 255, 255, 0.6);
    }
}

#my_accessibility {
    font-size: 18px;
    padding: 8px 15px;
    position: absolute;
    top: 136px;
    display: none;
    right: 0;
    z-index: 10;
    background: #bee6fd !important;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
#my_accessibility .changes {
    display: flex;
}
#accessibility_off {
    border-radius: 4px;
    padding: 8px 20px;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    background: #ffda3c !important;
}
#my_accessibility .changes > div {
    display: flex;
    padding: 0 9px;
    position: relative;
}
#my_accessibility .changes > div:first-child {
    padding-left: 0;
}
#my_accessibility .black-on-white,
body.black-on-white,
body.black-on-white * {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}
#my_accessibility .black-on-white svg path,
body.black-on-white svg path,
body.black-on-white svg path {
    fill: #000 !important;
}
#my_accessibility .black-on-white .header__burger-btn span,
body.black-on-white .header__burger-btn span,
body.black-on-white .header__burger-btn span {
    background: #000 !important;
}

#my_accessibility .changes > div > div {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor: pointer;
}
.container_accessibility {
    display: flex;
}
body.accessibility_on #my_accessibility {
    display: block;
}
#my_accessibility > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#my_accessibility .changes {
    display: flex;
}
#my_accessibility .changes > div {
    display: flex;
    padding: 0 9px;
    position: relative;
}
#my_accessibility .changes > div:first-child {
    padding-left: 0;
}
#my_accessibility .changes > div:first-child > div:first-child {
    margin-left: 0;
}
#my_accessibility .changes > div:not(:last-child):after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 1px;
    height: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#my_accessibility .changes > div > div {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor: pointer;
}
#my_accessibility .serif-face,
body.serif * {
    font-family: times new roman !important;
}
#my_accessibility .non-serif-face,
body.non-serif * {
    font-family: arial !important;
}
#my_accessibility .black-on-white,
body.black-on-white,
body.black-on-white * {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    background: linear-gradient(89.84deg, #fff -0.8%, #fff 99.99%);
}
#my_accessibility .white-on-black,
body.white-on-black,
body.white-on-black * {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
    background: linear-gradient(89.84deg, #000 -0.8%, #000 99.99%);
}
body.black-on-white #my_accessibility {
    background-color: #fff !important;
}
body.white-on-black #my_accessibility {
    background-color: #000 !important;
}
#my_accessibility .yellow-on-blue,
body.yellow-on-blue,
body.yellow-on-blue * {
    background-color: #3563b1 !important;
    color: #ffd200 !important;
}
html.zoom150 {
    zoom: 150%;
}
html.zoom150 #my_accessibility {
    zoom: 66.667%;
}
html.zoom200 {
    zoom: 200%;
}
html.zoom200 #my_accessibility {
    zoom: 50%;
}
#accessibility_on {
    display: inline-block;
    background-color: #ffd232;
    border-radius: 2px;
    padding: 5px 3px;
    font-size: 14px;
    border: 2px solid #ffd232;
    cursor: pointer;
    transition: all 0.3s;
}
body.accessibility_on #accessibility_on {
    display: none;
}
#accessibility_on:hover {
    background-color: transparent;
}
div#accessibility_off {
    background-color: #c9c9c9;
    border-radius: 4px;
    padding: 8px 20px;
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner
> .scroll-element.scroll-x.scroll-scrolly_visible
.scroll-element_track {
    left: -12px;
}
.scrollbar-inner
> .scroll-element.scroll-y.scroll-scrollx_visible
.scroll-element_track {
    top: -12px;
}
.scrollbar-inner
> .scroll-element.scroll-x.scroll-scrolly_visible
.scroll-element_size {
    left: -12px;
}
.scrollbar-inner
> .scroll-element.scroll-y.scroll-scrollx_visible
.scroll-element_size {
    top: -12px;
}

.header.fixed-h.nav-up {
    /* top: -78px; */
    transition: 0.5s;
    transform: translateY(-100%);
}
#doc_result.active {
    padding: 5px 0;
    height: auto !important;
}
.scrollbar-inner {
    height: auto !important;
}
.input-block-dropdown {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 100;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #c4c4c4;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: 0.3s;
}

.input-block-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 10;
}

.input-block-dropdown-el p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #848e99;
    transition: 0.3s;
    color: #565656;
    margin: 0;
}
.input-block-dropdown p span {
    color: #ffd72f;
}
.input-block-dropdown-el .bal {
    background: #3b77bc;
    color: #fff;
    display: inline-block;
    padding: 5px 6px 6px;
    border-radius: 5px;
    margin-right: 7px;
    line-height: 18px;
    transition: 0.3s;
}
.input-block-dropdown-el:hover .bal {
    background: #ffd72f;
    color: #1a1a22;
}
.input-block-dropdown-el {
    padding: 6px 27px 7px 16px;
    min-height: unset;
    border-bottom: none;
}
.input-block-dropdown-el:hover p {
    color: #ffd72f;
}
.row_filter {
    display: flex;
    margin-top: 50px;
    position: relative;
}
.row_filter input[type="search"] {
    flex: 1;
    padding: 11px 17px;
    border-radius: 6px 0 0 6px;
}
.row_filter select {
    display: none;
}
.filter {
    padding: 0 25px;
}
.filter_help {
    display: flex;
    justify-content: space-between;
    padding: 12px 5px 0;
}
.row_filter .button_yellow {
    border-radius: 0 6px 6px 0;
    font-weight: 700;
    font-size: 20px;
    padding: 13px 40px;
}
input[type="radio"] + label {
    margin-left: 20px;
}

@media only screen and (max-width: 1260px) {
    .main_menu a {
        font-size: 15px;
        line-height: 21px;
    }
}
@media only screen and (max-width: 1024px) {
    .main_menu a {
        font-size: 14px;
        line-height: 19px;
    }
    .risk_item {
        width: 48% !important;
    }
}
@media only screen and (max-width: 860px) {
    .header__menu-container {
        flex-direction: column;
    }
    .header__menu-left {
        flex-direction: column;
    }
    .header__menu-block {
        width: 100%;
    }
    .header__menu-right {
        padding: 0;
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
    }
    .header__menu .btn0,
    .header__menu .btn2,
    .header__menu .btn3 {
        height: 48px;
        font-weight: 500;
    }
    .header__menu-block ul.menu_sublist {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .risk_item {
        width: 60% !important;
        min-width: 300px;
    }
    .risks_items {
        justify-content: center !important;
    }
    .swiper_block_top input[name="filter"] {
        max-width: 100%;
    }
    .risks_items::after {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 480px) {
    .back {
        font-size: 14px !important;
    }
    .back svg {
        width: 21px !important;
        top: 4px !important;
    }
    .head.header > .container {
        padding: 0 5px;
    }
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
    z-index: 10;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner
> .scroll-element.scroll-x.scroll-scrolly_visible
.scroll-element_track {
    left: -12px;
}
.scrollbar-inner
> .scroll-element.scroll-y.scroll-scrollx_visible
.scroll-element_track {
    top: -12px;
}
.scrollbar-inner
> .scroll-element.scroll-x.scroll-scrolly_visible
.scroll-element_size {
    left: -12px;
}
.scrollbar-inner
> .scroll-element.scroll-y.scroll-scrollx_visible
.scroll-element_size {
    top: -12px;
}
.scrollbar {
    max-height: 300px;
}
.scrollbar-inner {
    max-height: 280px;
    height: 280px;
}

nav .breadcrumb {
    background-color: transparent;
    margin-bottom: 30px;
    margin-left: -6px;
}
nav .breadcrumb-item {
    margin-right: 35px;
    position: relative;
    display: inline-block;
}
.breadcrumb-item.active {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}
.breadcrumb-item.active span {
    color: #fff;
}
nav .breadcrumb-item a {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
nav .breadcrumb-item:last-child a {
    pointer-events: none;
}
nav .breadcrumb-item span {
    font-size: 12px;
    display: block;
}
nav .breadcrumb-item + .breadcrumb-item::before,
nav .breadcrumb-item::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    padding-right: 0.5rem;
    background-color: hsla(48, 100%, 59%, 1);
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-item {
    padding-left: 0.5rem;
}


.white_bg nav .breadcrumb-item a,
.white_bg nav .breadcrumb-item.active span{
  color: #000;
}
.white_bg nav .breadcrumb-item a:hover {
  text-decoration: underline;
}