.header {
    position: absolute;
    width: 100%;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header .container-fluid {
    width: 1140px;
    max-width: 82.051vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .menu__item--sub svg {
    fill: #fff;
}

.header--black .menu__link,
.header--black .menu__link:hover {
    color: #1e202a;
}

.header--black .sub-menu__item,
.header--black .sub-menu__item:hover {
    color: #1e202a;
}

.header--black .menu__btn-row {
    background: #1e202a;
}

.header--black .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url("../img/ionic-ios-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.header--black .menu__item--sub svg {
    fill: #1e202a;
}

.header--black .logo-img {
    display: none;
}

.header--black .logo-img-black {
    display: block;
}

.logo img {
    width: 67px;
    height: 67px;
}

.menu__link {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.menu__item {
    margin-left: 30px;
}

.menu__link:hover {
    color: #fff;
}

.menu__item--sub .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__item--sub .menu__link img {
    margin-left: 8.2px;
}

.menu__item--sub {
    position: relative;
}

.sub-menu {
    position: absolute;
    left: 0;
    width: 391px;
    top: 100%;
    display: none;
    padding-top: 32px;
}

.sub-menu-wrapper {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 28px;
    position: relative;
    z-index: 1;
    padding: 8.7px;
}

.sub-menu-content {
    position: relative;
}

.sub-menu__item {
    border-radius: 10px;
    padding: 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    font-size: 14px;
}

.sub-menu-content:before {
    content: url("../img/triangle.svg");
    position: absolute;
    top: 0;
    left: 59px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-menu-content:after {
    content: '';
    position: absolute;
    top: -13px;
    left: 66px;
    height: 0px;
    width: 0px;
    z-index: 2;
    display: block;
    border-style: solid;
    border-width: 0 13.5px 20px 13.5px;
    border-color: transparent transparent #fff transparent;
}

.sub-menu__item-icon-wrapper {
    min-width: 55px;
}

.sub-menu__item-title {
    color: #15178f;
    font-weight: 500;
    margin-bottom: 10px;
}

.sub-menu__item:hover {
    background: #F4F4F4;
}

.menu__item--sub:hover .sub-menu {
    display: block;
}

.header .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}

.select2-search--dropdown {
    display: none;
}

.select2-results__option {
    padding: 0;
}

.select2-results__options p {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
}

.select2-container--default .select2-results > .select2-results__options {
    overflow: visible;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: visible;
}

.select2-dropdown {
    background-color: transparent;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -25px;
}

.select2-results__option:hover {
    background-color: red;
}

div.select-row {
    background-color: transparent !important;
    height: 17px;
    width: 27px;
}

div.select-row p {
    display: none;
}

div.select-row img {
    vertical-align: top;
    width: 27px;
    height: 17px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    width: 27px;
    height: 17px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
}

.select2-container--default .select2-results__option--selected {
    background: transparent;
}

.select2-container--default li {
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px;
    top: 0;
    background: url("../img/down.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.header.sticky-active .select2-container--default .select2-selection--single .select2-selection__arrow,
.header--black .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px;
    top: 0;
    background: url("../img/down_black.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.leng__dropdown {
    position: absolute;
    right: -47px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    height: 17px;
}

.header {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    padding-top: 25px;
}

.menu__item--sub svg {
    fill: #fff;
    width: 9.67px;
    margin-left: 8.2px;
}

.header.sticky-active {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-top: 14px;
    padding-bottom: 14px;
    z-index: 999;
}

.header.sticky-active .logo-img-black {
    display: block;
}

.header.sticky-active .logo-img {
    display: none;
}

.header.sticky-active .menu__link,
.header.sticky-active .sub-menu__item {
    color: #1e202a;
}

.header.sticky-active .menu__item--sub svg {
    fill: #1e202a;
}

.header.sticky-active .leng__dropdown {
    /*display: none;*/
}

@media only screen and (max-width: 768px) {
    .header.sticky-active .menu__btn .menu__btn-row {
        background: #15178f;
    }
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1400px) {
    .leng__dropdown {
        position: static;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        margin-left: 30px;
        margin-right: 20px;
    }
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .container-fluid {
        max-width: 94vw;
    }
}

@media only screen and (max-width: 1200px) {
    .menu__item {
        margin-left: 2vw;
    }
    .menu__link {
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .menu {
        display: none;
    }
    .menu__btn {
        cursor: pointer;
    }
    .menu__btn-row {
        width: 27px;
        height: 2.25px;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 4.5px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .menu__btn-row:last-child {
        margin-bottom: 0;
    }
    .menu__btn.active .menu__btn-row {
        background: #1e202a;
    }
    .menu__btn.active .menu__btn-row:last-child {
        display: none;
    }
    .menu__btn.active .menu__btn-row:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 6px;
    }
    .menu__btn.active .menu__btn-row:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header {
        top: 0;
        padding-top: 24px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header .container-fluid {
        position: static;
    }
    .header.active {
        background: #fff;
    }
    .header.active .logo-img {
        display: none;
    }
    .header.active .logo-img-black {
        display: block;
    }
    .header.active .menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 0 9.231vw;
        padding-bottom: 7vw;
        min-height: 100vh;
    }
    .header.active .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 7vw;
    }
    .header.active .menu__link {
        color: #1e202a;
    }
    .menu__item {
        margin-left: 0;
    }
    .header.active .menu ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .menu__item {
        margin-bottom: 7vw;
    }
    .leng__dropdown {
        margin-left: 0;
        margin-right: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        background: url("../img/down-black.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .menu__item--sub {
        position: relative;
    }
    .menu__item--sub .menu__link {
        position: relative;
    }
    .menu__item--sub img {
        display: none;
    }
    .menu__item--sub svg {
        fill: #1e202a!important;
    }
    .menu__item--sub.active svg {
        transform: rotate(180deg);
    }
    .menu__item--sub .menu__link {
        position: relative;
        display: inline-block;
    }
    .menu__item--sub .menu__link:after {
        /*content: url("../img/down-black.svg");*/
        position: absolute;
        top: -2.5px;
        right: -10px;
        -webkit-transform: translateX(100%) translateY(0px);
        -ms-transform: translateX(100%) translateY(0px);
        transform: translateX(100%) translateY(0px);
    }
    .menu__item--sub.active .menu__link:after {
        -webkit-transform: translateX(100%) translateY(4px) rotate(180deg);
        -ms-transform: translateX(100%) translateY(4px) rotate(180deg);
        transform: translateX(100%) translateY(4px) rotate(180deg);
    }
    .menu__item--sub:hover .sub-menu {
        display: none;
    }
    .sub-menu {
        position: static;
    }
    .sub-menu__item {
        color: #1e202a;
    }
    .main-screen {
        min-height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        top: 0;
        padding-top: 6.154vw;
    }
    .logo img {
        width: 11.282vw;
        height: 11.282vw;
    }
    .menu__btn-row {
        width: 6.923vw;
        height: 0.577vw;
        margin-bottom: 1.154vw;
    }
    .menu__btn-row:last-child {
        margin-bottom: 0;
    }
    .menu__btn.active .menu__btn-row:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 1.7vw;
    }
    .header .container-fluid {
        max-width: 82.051vw;
    }
    .menu {
        z-index: 999;
    }
    .menu__link {
        font-size: 4.103vw;
    }
    .sub-menu__item {
        font-size: 3.590vw;
    }
    .sub-menu-wrapper {
        padding: 0;
    }
    .sub-menu__item-icon-wrapper {
        display: none;
    }
    .sub-menu__item {
        padding: 0;
    }
    .sub-menu {
        padding: 0;
    }
    .sub-menu-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 10vw;
    }
    .sub-menu-content:after,
    .sub-menu-content:before {
        display: none;
    }
    .sub-menu__item-text {
        display: none;
    }
    .sub-menu__item-title {
        margin-bottom: 0;
        margin-bottom: 5.128vw;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 3.590vw;
        color: #1E202A;
    }
    .header.active .menu ul {
        padding-top: 25vw;
    }
    .sub-menu__item:hover {
        background: unset;
    }
}
