.news {
    padding-bottom: 90px;
    /*background: url("./../images/corporation elements/partners/star.svg") no-repeat center left;*/
}

.news .news__container .card__header {
    max-height: 205px;
}

.news .news__container .card {
    margin-bottom: 30px;
    min-height: 367px;
}

.news__carousel {
    margin-bottom: 60px;
}

.news__carousel .owl-stage-outer {
    padding-bottom: 21px;
}

.news__carousel__item {
    display: flex;
    box-shadow: 0 0 1px 0 rgba(10,22,70,0.06), 0 16px 16px -1px rgba(10,22,70,0.1);
    background-color: #ffffff;
    border-radius: 13px;
}

.news__carousel__image {
    width: 100%;
    position: relative;
}

.news__carousel__image img {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.news__carousel__image:after {
    content: '';
    display: block;
    position: absolute;
    width: 126%;
    height: 100%;
    /*background: url("/images/corporation elements/news/Masknews-01.svg") no-repeat right center;*/
    top: 0;
    right: -1px;
}

.news__carousel__content {
    flex: 4;
    padding: 100px 40px;
    position: relative;
}

.news__carousel__image {
    flex: 6;
}

.news__carousel__content--name {
    font-family: "ArtegraSans semisbold";
    color: #0257bc;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.news__carousel__content--text p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #4E5D78;
    font-weight: 500;
}


.news__carousel__content--name {
    margin-bottom: 30px;
}

.news__carousel .owl-dots {
    position: absolute;
    right: 21%;
    bottom: 8%;
}

.news__carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #d8d8d8;
}

.news__carousel .owl-dots .owl-dot.active span,
.news__carousel .owl-dots .owl-dot:hover span {
    background: #0257bc;
    transition: 500ms;
}

.news__carousel .owl-stage-outer {
    overflow: visible;
}

.news__page.u-container {
    overflow: hidden;
}

/*
    Vacancies
*/

.vacancy-in {
    border-radius: 20px;
    box-shadow: 0 0 33px 0 rgba(198, 198, 198, 0.5);
    padding-top: 20px;
    background: #fff;
}

.vacancy__container {
    display: flex;
    padding: 0 15px;
}

.vacancy__content {
    flex: 3;
    border-right: 2px solid rgba(210, 210, 210, .23);
    padding: 50px 10px 45px 0;
}

.vacancy__upload {
    flex: 1;
    padding: 34px 0 0 20px;
}

.vacancy__content--name {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #005abc;
    font-family: "ArtegraSans bold";
    margin-bottom: 20px;
    font-weight: 600;
}

.vacancy__content dt,
.vacancy__content dd {
    font-size: 1.325rem;
    line-height: 1.3;
    color: #000000;
    font-family: "ArtegraSans semisbold";
    float: left;
    width: 49%;
}

.vacancy__content dt {
    width: 22%;
}

.vacancy__content dd {
    width: 78%;
}

.vacanc__content--department {
    margin-bottom: 30px;
}

.vacancy__content--text h1,
.vacancy__content--text h2,
.vacancy__content--text h3,
.vacancy__content--text h4 {
    font-size: 1.4rem;
    color: #171717;
    font-family: "ArtegraSans bold";
}

.vacancy__content--text h1 b,
.vacancy__content--text h2 b,
.vacancy__content--text h3 b,
.vacancy__content--text h4 b,
.vacancy__content--text h1 span,
.vacancy__content--text h2 span,
.vacancy__content--text h3 span,
.vacancy__content--text h4 span {
    font-size: 1rem !important;
    color: #4E5D78 !important;
    font-family: "ArtegraSans" !important;
}

.vacancy__content--text h5,
.vacancy__content--text h6 {
    font-size: 1.2rem;
    color: #171717;
    font-family: "ArtegraSans bold";
}

.vacancy__content--text ul,
.vacancy__content--text p {
    /*margin-bottom: 0;*/
    text-indent: 0 !important;
    margin: 0 !important;
}

.vacancy__content--text ul li,
.vacancy__content--text p {
    font-size: 1rem !important;
    line-height: 3.75rem !important;
    color: #4E5D78 !important;
}

.vacancy__content--text p span,
.vacancy__content--text p b,
.vacancy__content--text p i {
    font-size: 1rem !important;
    line-height: 3.75rem !important;
    color: #4E5D78 !important;
}

.vacancy__content--text ul li {
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

.vacancy__content--text ul li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #4f4f4f;
    border-radius: 50%;
    position: absolute;
    top: 1.55rem;
    left: 0;
}

.vacancy__date {
    display: flex;
    margin-bottom: 68px;
}

.vacancy__date__left {
    width: 2px;
    background: #005abc;
    position: relative;
}

.vacancy__date__left:after,
.vacancy__date__left:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    background: #0257bc;
    width: 18px;
    height: 18px;
    left: -8px;
}

.vacancy__date__left:after {
    top: 0;
}

.vacancy__date__left:before {
    bottom: 0;
}

.vacancy__date__right {
    padding-left: 15px;
}

.vacancy__date__right p {
    font-family: "ArtegraSans semisbold";
    font-size: 1rem;
    font-weight: bold;
    line-height: 1rem;
}

.mb-40 {
    margin-bottom: 68px;
}

.vacancy__upload-section button,
.vacancy__upload-section label {
    width: 100%;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;

}

.vacancy__upload-section label {
    text-align: center;
}

.vacancy__download-cv {
    /* box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.45);
    background-image: linear-gradient(98deg, #0093df, #0061c0 31%, #005abc); */
    background-color: #1B68C3;
    transition: 400ms;
    font-size: 17px;
    position: relative;
    display: block;
}

.vacancy__download-cv:before {
    content: '';
    display: block;
    position: absolute;
    background: url("/images/corporation elements/vacancy/upload 1.svg") no-repeat center left;
    width: 19px;
    height: 100%;
    top: 0;
    left: 17px;
}

/* .vacancy__download-cv:hover {
    opacity: .8;
} */

.vacancy__upload-now {
    border: none;
    color: #B0B7C3 !important;
    font-size: 1rem;
    padding: 3px 0;
    background-color: #E1E4E8;
    font-weight: 600;
}

.vacancy__upload-now.disabled {
    cursor: no-drop;
    pointer-events: none;
}

/* Our Team */

.our-team-page .page-container {
    background: url("/images/corporation elements/our-team/ourteam_ban.svg") no-repeat center top;
    padding: 77px 0;
    margin-bottom: 70px;
}

.our-team-page .page-container--name {
    font-size: 3.4rem;
    font-family: "ArtegraSans bold";
    font-weight: bold;
}

.our-team-page .card__content--our-team {
    margin-top: 8px !important;
}

.our-team-page .card__content {
    padding: 0 0 1px !important;
}

.our-team-page .card__description {
    padding: 0 !important;
}

.our-team-page .card__shape {
    bottom: -1px;
}

.our-team-page .card {
    margin-bottom: 40px;
}

.our-team-page {
    padding-bottom: 40px;
}

.our-team-page .card a {
    display: block;
    transition: 500ms;
}

.our-team-page .card img {
    transition: 500ms;
    filter: grayscale(100%);
}

.our-team-page .card:hover img:first-child{
    transform: scale(1.12);
    filter: grayscale(0);
}

.our-team-page .card__content--our-team p {
    margin-bottom: 15px;
}

.our-team-page .card__header {
    max-height: 204px;
}

/* Decree */

.decree-main-page {
    background: url("./../images/corporation elements/decree/fstar.svg") no-repeat bottom left;
}

.decree-page {
    padding-bottom: 100px;
    padding-top: 0px;
}

.decree-page [class*='col-'] {
    margin-bottom: 40px;
}

.decree {
    height: 100%;
    background: url("/images/corporation elements/decree/Card_star_1.svg") no-repeat left top, url("/images/corporation elements/decree/Card_star_2.svg") no-repeat right bottom;
    transition: 500ms;
    background-color: #FFFFFF;
}

.decree a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 67px 30px;
    border-radius: 9px;
    box-shadow: 0 0 1px 0 rgba(10,22,70,0.06), 0 16px 16px -1px rgba(10,22,70,0.1);
    font-size:  1rem;
    font-weight: 500;
    color: #4E5D78;
    line-height: 1.875rem;
    /* background-color: #FFFFFF; */
}

.decree:hover {
    transform: scale(1.02);
}

/* Partners */

.partner {
    border-radius: 9px;
    box-shadow: 0 0 1px 0 rgba(10,22,70,0.06), 0 16px 16px -1px rgba(10,22,70,0.1);
    margin-bottom: 25px;
    transition: 400ms;
    background-color: #fff;
    min-height: 348px;
}

.partner a, .partner div:first-child {
    display: flex;
    min-height: 348px;
}

.partner div:first-child {
    cursor: pointer;
}

.partner:hover {
    transform: scale(1.013);
}

.partner__logo {
    width: 18%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.partner__info {
    flex: 2;
    padding: 20px 68px 20px 20px;
    border-left: 1px solid #f4f4f4;
}

.partner__info--name {
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: "ArtegraSans bold";
    color: #0257BC;
}

.partner__info--text p {
    color: #4E5D78;
    font-size: 1rem;
    line-height: 1.875rem;
    font-family: "ArtegraSans";
    text-align: justify;
}

.partners-page__pagination {
    margin-top: 40px;
}

.partners-page {
    padding: 6px 0 50px;
    background: url("./../images/corporation elements/partners/star.svg") no-repeat center left;
}

/* Mobile Menu */

.nav li:last-child {
    /*display: none;*/
}

@media screen and (max-width: 1199px) {
    .nav {
        padding-left: 0 !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mobile-helper-menus {
        display: flex !important;
        justify-content: center;
        margin-top: 0 !important;
    }

    .mobile-flex {
        flex-direction: column
    }

    .nav__item {
        margin-bottom: 22px;
        padding-right: 0 !important;
        font-family: "ArtegraSans medium";
    }

    .nav__item .nav__link {
        font-size: 1.675rem !important;
        color: #fff !important;
    }

    .nav li:last-child {
        display: block !important;
        margin-bottom: 15px;
    }

    .inner-nav .nav__item {
        padding-left: 0 !important;
    }

    .inner-nav {
        position: relative;
    }

    .mobile-hamburger-menu {
        cursor: pointer;
    }

    .inner-nav .mobile-hamburger-menu {
        top: 34px;
        right: 33px;
        left: auto;
    }

    .header__top-bar {
        display: none;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.fxd {
    position: fixed;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.mobile-logo,
.mobile-search,
.mobile-lang {
    display: none;
}

@media screen and (max-width: 1199px) {
    .nav-container {
        transition: 500ms;
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        background: #0757bc;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .mobile-logo,
    .mobile-search {
        display: block;
    }

    .mobile-lang {
        display: flex;
        justify-content: center;
    }

    .mobile-logo {
        margin-top: 50px;
    }

    .nav-container.active {
        opacity: 1;
        visibility: visible;
        /*display: flex;*/
        display: block;
        z-index: 0;
        transition: 500ms;
    }
}

.search__input {
    width: 399px;
    border-radius: 31px;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    outline: none !important;
    padding: 10px 20px 7px;
    color: #777;
    font-size: .9rem;
    font-family: "ArtegraSans";
}

.search__input::placeholder {
    font-family: "ArtegraSans";
    color: #7b7b7b;
}

.search__search-box {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.search__search-box:after {
    content: '';
    position: absolute;
    display: block;
    width: 104%;
    height: 132%;
    background: rgba(255, 255, 255, .19);
    border-radius: 31px;
    top: -6px;
    z-index: -1;
    left: -8px;
    transition: 400ms;
}

.search-now-btn {
    position: absolute;
    display: block;
    width: 25px;
    height: 30px;
    background: url("/images/icons/search icon.svg") no-repeat center;
    opacity: .55;
    right: 15px;
    top: 4px;
    border: 0;
    outline: none !important;
}

.search__search-box.active:after {
    transform: scale(1.2);
    opacity: 0;
}

.mobile-lang ul {
    display: flex;
}

.mobile-lang .mobile-lang__item {
    margin-right: 20px;
}

.mobile-lang .mobile-lang__item:last-child {
    margin-right: 0;
}

.mobile-lang .mobile-lang__item a {
    display: block;
    padding: 7px 7px 4px 6px;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.mobile-lang__item a:after {
    content: '';
    position: absolute;
    display: block;
    width: 122%;
    height: 122%;
    background: rgba(255, 255, 255, .45);
    border-radius: 31px;
    top: -4px;
    z-index: -1;
    left: -4px;
    transition: 400ms;
}

/* Search Results */

.search-result-page .page-container--name {
    color: #0A1F44;
    font-size: 2.125rem;
    line-height: 3rem;
    font-family: "ArtegraSans bold";
    font-weight: bold;
}

.search-result-page .page-container {
    background: url("/images/corporation elements/our-team/ourteam_ban.svg") no-repeat center top;
    padding: 77px 0;
    margin-bottom: 70px;
}

.search-result-box {
    margin-bottom: 50px;
}

.search-result-box a {
    display: block;
}

.search-result-box a:hover {
    text-decoration: underline;
    color: #0757bc;
}

.search-result-box--name {
    color: #0757bc;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.search-result-box__content p {
    font-size: 1rem;
    line-height: 1.875rem;
    padding-right: 60px;
    color: #4E5D78;
    font-weight: 500;
}

.search-result-page {
    padding-bottom: 50px;
}

/* vacancies dropdown */

.custom-selectbox {
    position: relative;
}

.custom-selectbox__content {
    display: block;
    opacity: 0;
    height: 0;
    width: 100%;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    box-shadow: 0 0 1px 0 rgba(10,22,70,0.06), 0 32px 40px -2px rgba(10,22,70,0.12);
    background-color: #ffffff;
    position: absolute;
    top: 40px;
    transition: 300ms;
    z-index: -1;
    padding-bottom: 38px;
    border-top: 2px solid #f9f9f9;
    max-height: 320px;
    overflow-y: auto;
}

.custom-selectbox__content ul {
    margin-bottom: 0;
}

.custom-selectbox__content.open {
    opacity: 1;
    height: auto;
    z-index: 99;
}

.custom-selectbox__content__item {
    color: #4E5D78;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    padding: 9px 30px;
    border-bottom: 2px solid #f9f9f9;
    cursor: pointer;
    transition: 300ms;
}

.custom-selectbox__content__item:last-child {
    border-radius: 12px;
    border: none;
}

.custom-selectbox__content__item:hover {
    padding-left: 40px;
}

.custom-selectbox__header {
    transition: 300ms;
}

.custom-selectbox__header.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-selectbox__header.open .custom-selectbox__header--icon{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* Language dropdown */

.language {
    position: relative;
    border: 1px solid #E1E4E8;
    border-radius: 4px;
}

.language__content {
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 99999;
    display: none;
}

.language__content__item a {
    font-size: .875rem;
    transition: 200ms;
    display: block;
    color: #8A94A6;
    transition: 200ms;
    padding: 12px 9px;
}

.language__content__item a img{
    width: 18px;
    margin-right: 10px;
}

.language__content__item:first-child a {
    /* padding-bottom: 0; */
}

.language__content__item a:hover {
    color: #2e3a48;
}

.language__content ul {
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.language__header {
    transition: 200ms;
}

.language__header img{
    width: 18px;
}

.language__header.open {
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.language__header.open .language__header--icon {
    transform: rotate(226deg);
    top: 43%;
}

.language__header--icon {
    transition: 200ms;
}

/* Dev Search */

.dev-search {
    border: 0;
    width: 0;
    padding: 10px;
}

.header__search-phone input[type="text"] {
    height: 49px;
    font-size: 20px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    padding: 3px;
    padding-right: 60px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    color: #445870;
}

.header__search-phone input[type="text"]:focus:hover {
    border-bottom: 1px solid #efefef;
}

.header__search-phone input[type="text"]:focus {
    width: 500px;
    z-index: 1;
    border-bottom: 1px solid #efefef;
    cursor: text;
}

#search_submit {
    transition: 200ms;
}

.header__search-phone input[type="text"]:focus + button {
    background: url("/images/icons/search icon.svg") no-repeat center !important;
}

/* Submenu */

.nav__item {
    position: relative;
    cursor: pointer;
}

.nav__submenu {
    position: absolute;
    width: 168px;
    top: 42px;
    left: 50%;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.26);
    transform: translateX(-63%);
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    z-index: 9999;
}

.inn-header .nav__submenu {
    /*left: 50%;
    transform: translateX(-40%);*/
}

.nav__submenu.open {
    visibility: visible;
    opacity: 1;
}

.nav__submenu li:last-child {
    display: block;
}

.nav__submenu__item a {
    display: block;
    color: #666666;
    font-size: 15px;
    padding: 16px 0;
    border-bottom: 2px solid rgba(151, 151, 151, .12);
    border-left: 2px solid transparent;
    transition: 300ms;
    background: #fff;
}

.nav__submenu__item a:hover {
    color: #0257bc;
    border-left-color: #0257bc;
}

.nav__submenu__item:last-child a {
    border-bottom: 0;
}

.nav__submenu__rectangle {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    top: -7px;
    z-index: -1;
    left: 36%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.26);
}

@media screen and (max-width: 1199px) {
    .nav__submenu {
        visibility: visible;
        opacity: 1;
        position: static;
        /*display: flex;*/
        width: 100%;
        background: none;
        box-shadow: none;
        transform: translateX(0);
        margin-top: 15px;
    }

    .nav__submenu__rectangle {
        display: none;
    }

    .nav__item {
        text-align: center;
    }

    .nav__submenu__item {
        margin-bottom: 10px;
    }

    .nav__submenu__item a {
        background: none;
        color: #fff;
        border-bottom: 0;
        /*padding: 0 15px 0 0;*/
        padding: 0;
        font-size: 20px;
    }

    .nav__submenu__item:last-child a {
        padding-right: 0;
    }

    .has-sub .nav__link {
        color: rgba(255, 255, 255, .7) !important;
    }

    .nav__submenu__item a:hover {
        color: #fff;
    }
}

/* Projects */

.project-circle {
    position: absolute;
    box-shadow: 0 0 1px 0 rgba(10,22,70,0.06), 0 13px 16px -1px rgba(10,22,70,0.1);
    background-color: #ffffff;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: 400ms;
}

@media screen and (max-width: 1365px) {
    .project-circle {
        width: 190px;
        height: 190px;
    }

    .project-circle img {
        max-width: 100%;
    }
}

.project-circle a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.project-circle:hover {
    transform: scale(1.05);
}

.project-circle img {
    transition: 400ms;
    width: 80%;
}

.project-circle:hover img {
    transform: scale(.88);
}

#project-egov {
    top: 268px;
    left: 219px;
}

#project-asan-pay {
    top: 720px;
    left: 383px;
}

#project-asan-wifi {
    top: 720px;
    right: 383px;
}

#project-asan-visa {
    top: 268px;
    right: 219px;
}

.projects-page__heading {
    text-align: center;
    position: absolute;
    width: 100%;
}

.projects-page__heading--name {
    color: #0257bc;
    font-size: 2.5rem;
}

.projects-page__heading__text p {
    color: #565656;
    font-size: 1.87rem;
    line-height: 1.83;
}

/* Project Inn */

.project-in {
    position: relative;
    min-height: 1228px;
}

.project-shape {
    position: absolute;
    right: 0;
    top: 20px;
}

#project-in-first {
    top: 10px;
    right: 65px;
}

#project-in-second {
    top: 509px;
    right: 239px;
}

#project-in-third {
    bottom: 189px;
    right: 26px;
}

#project-in-fourth {
    bottom: 12px;
    right: -479px;
}

#project-in-fifth {
    bottom: 231px;
    right: -964px;
}

#project-in-sixth {
    top: 487px;
    right: -1159px;
}

#project-in-seventh {
    top: -18px;
    right: -939px;
}

#project-in-eighth {
    top: -207px;
    right: -441px;
}

.project-in .project-circle {
    width: 200px;
    height: 200px;
}

.project-in__content--name {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #0257BC;
    margin-bottom: 25px;
}

.project-in__content--text {
    position: relative;
    z-index: 9999;
}

.project-in__content__buttons {
    position: relative;
    z-index: 9999;
}

.project-in__content--text p,
.project-in__content--text li {
    color: #4E5D78;
    font-size: 1.25rem;
    line-height: 3rem;
}

.project-in__content--text p,
.project-in__content--text ul {
    margin-bottom: 30px;
}

.project-in__content--text ul {
    margin-top: 50px;
    list-style: disc;
}

.project-in__content__buttons .contact-btn, .about__page .contact-btn {
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #0D55CF;
    color: #fff;
    display: inline-block;
    padding: 17px 84px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.project-in__content {
    min-height: 1180px;
    margin-bottom: 60px;
}

.project-in {
    padding-bottom: 150px;
}

.project-in__related-news {
    margin-top: 10px;
    position: relative;
    z-index: 9999;
}

.project-in__related-news .card__heading {
    /* white-space: nowrap; */
    font-family: "ArtegraSans semisbold";
    font-size: 1.25rem;
    color: #0757bc;
    overflow: hidden;
    text-overflow: ellipsis;

    /**/

    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
}

.project-in__related-news .owl-carousel .owl-item img {
    width: auto;
    max-width: 101%;
}

.project-in__related-news .card:hover,
.news-in .card:hover,
.news .card:hover {
    transform: scale(1.02);
}

.project-in__related-news .card,
.news-in .card,
.news .card {
    transition: 300ms;
}

.project-animation {
    animation: mymove 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/*.project-circle {
    animation: mymove 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}*/

.breadcrumbs ul {
    display: flex;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
    color: #0257BC;
    font-size: 14px;
    line-height: 24px;
    padding: 0 9px;
    font-weight: 600;
}

.breadcrumbs ul li a img {
    height: 11px;
    margin-left: 5px;
}


.breadcrumbs ul li a:first-child,
.breadcrumbs ul li span:first-child {
    padding: 0 9px 0 0;
}

.breadcrumbs ul li span {
    color: #0A1F44;
}

.breadcrumbs {
    margin-bottom: 40px;
    position: relative;
    z-index: 999;
}

.project-shape-rotate {
    transform: rotate(0deg);
    transform-origin: 121% 41%;
    transition: 600ms;
    /*right: 60%;*/
    z-index: 999;
}

body {
    overflow-x: hidden;
}

#up, #down {
    background: none;
    border: 0;
    position: absolute;
    z-index: 99999;
    outline: 0 !important;
    cursor: pointer;
}

#up {
    top: -8px;
    left: 19px;
}

#down {
    bottom: -10px;
    transform: rotate(-4deg);
    left: 20px;
}

div#loading-page {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-nav {
    position: relative;
    z-index: 9999;
    margin-bottom: 0;
}

/* Vacancy In */

.vacancy-in-page {
    background: url("./../images/corporation elements/vacancy/vacstar2.svg") no-repeat center left, url("./../images/corporation elements/vacancy/vacstar.svg") no-repeat bottom right;
    padding-top: 40px;
    padding-bottom: 60px;
}

.vacancy,
.about,
.projects-page,
.project-in,
.news,
.decree-page,
.partners-page,
.search-result-page,
.videos-page {
    margin-top: 71px;
}

.news .card__heading {
    /* white-space: nowrap; */
    font-family: "ArtegraSans semisbold";
    font-size: 1.25rem;
    color: #0257BC;
    overflow: hidden;
    text-overflow: ellipsis;
    /* add */
    display: block;
    display: -webkit-box;
    max-height: 7.5rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
}

/* Vacancy Inn */

.vacancy-heading {
    display: flex;
}

.vacancy-heading__right {
    flex: 1;
    padding-right: 20px;
}

.vacancy-heading__left {
    flex: 3;
    padding-top: 15px;
    border-right: 1px solid rgba(210, 210, 210, .23);
}

.vacancy-content-box {
    border-radius: 16px;
    box-shadow: 0 0 1px 0 rgba(10,22,70,0.06), 0 16px 16px -1px rgba(10,22,70,0.1);
    background: #fff;
    padding: 25px 40px 15px;
}

.vacanc__content--department dt {
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: "ArtegraSans semisbold";
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 30px;
    color: #0A1F44;
    font-weight: 600;
}

.vacanc__content--department dd {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #4E5D78;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-left: 30px;
}

.vacancy-content-box {
    margin-bottom: 30px;
}

.vacancy-content-box__body {
    margin-top: 25px;
}

.vacancy-content-box .vacancy-content-box__body {
    display: none;
}

.vacancy-content-box.open .vacancy-content-box__body {
    display: block;
}

.vacancy-content-box__header {
    cursor: pointer;
    position: relative;
}

.vacancy-content-box__header h4 {
    font-size: 1.25rem;
    color: #0A1F44;
    line-height: 2rem;
    font-family: "ArtegraSans bold";
    padding-left: 50px;
    position: relative;
    top: 3px;
    font-weight: 600;
}

.vacancy-content-box.position-functions .vacancy-content-box__header {
    background: url("./../images/corporation elements/vacancy/vacancy-inn/icons/icon_vezife.svg") no-repeat center left;
}

.vacancy-content-box.educations .vacancy-content-box__header {
    background: url("./../images/corporation elements/vacancy/vacancy-inn/icons/icon_tehsil.svg") no-repeat center left;
}

.vacancy-content-box.language-knowledge .vacancy-content-box__header {
    background: url("./../images/corporation elements/vacancy/vacancy-inn/icons/icon_dil.svg") no-repeat center left;
}

.vacancy-content-box.work-experience .vacancy-content-box__header {
    background: url("./../images/corporation elements/vacancy/vacancy-inn/icons/icon_ish.svg") no-repeat center left;
}

.vacancy-content-box.computer-knowledge .vacancy-content-box__header {
    background: url("./../images/corporation elements/vacancy/vacancy-inn/icons/monitor.svg") no-repeat center left;
}

.vacancy-content-box.open .vacancy-content-box__arrow {
    transform: rotate(135deg);
}

span.vacancy-content-box__arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #0A1F44;
    border-bottom: 2px solid #0A1F44;
    position: absolute;
    top: 13px;
    right: 0;
    transform: rotate(-45deg);
    transition: 300ms;
}

.vacancy-content-box.main {
    padding-left: 0;
    padding-right: 0;
}

.vacancy-content-box.main .vacancy__content--name {
    padding-left: 30px;
}

.vacanc__content__dl-cont {
    margin-bottom: 16px;
}

/* Contact Page */

.contact {
    padding-bottom: 170px;
}

.contact__form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 31px 14px;
}

input.form-control, textarea.form-control, select.form-control {
    width: 100%;
    margin-bottom: 20px;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17); */
    padding: 13px;
    border-radius: 4px;
    font-size: 14px;
    outline: 0 !important;
    transition: 300ms;
    border: 1px solid #E1E4E8 !important;
}
.checkbox-group {
    display: flex;
    align-items: center;
}

input.checkbox-form{
    font-size: 14px;
    outline: 0 !important;
    transition: 300ms;
    margin-right: 12px;
    margin-left: 5px;
    cursor: pointer;
    transform: scale(1.3);
}

select.form-control {
    padding: 15px 13px;
    height: 49px;
    color: #8A94A6;
    background-color: #fff;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { /* Edge */
    color: #8A94A6;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { /* Internet Explorer */
    color: #8A94A6;
}

input.form-control::placeholder, textarea.form-control::placeholder {
    color: #8A94A6;
}

/* input.form-control:focus, textarea.form-control:focus {
    box-shadow: 0 0 15px 0 rgba(29, 62, 137, 0.3);
} */

.contact__send {
    text-align: right;
}

.contact__send .btn {
    display: inline-block;
    background: #0257bc;
    color: #fff;
}

.contact__send .btn {
    display: inline-block;
    background-color: #1B68C3;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 56px;
    border-radius: 4px;
    transition: 300ms;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); */
}
.btn-attach {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #E1E4E8;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.btn-attach label{
    margin:0;
    padding: 10px 12px;
    cursor: pointer;
}
#files-area{
	width: 30%;
}
.file-block{
	border-radius: 10px;
	background-color: rgba(144, 163, 203, 0.2);
	margin: 5px;
	color: initial;
	display: inline-flex;
}
.file-block > span.name{
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}
.file-delete{
	display: flex;
	width: 24px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
}
.file-delete:hover{
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}
.file-delete > span{
    transform: rotate(45deg);
}

/* 
.contact__send .btn:hover {
    box-shadow: 0 0 15px 0 rgba(29, 62, 137, 0.5);
} */

.contact__map {
    background: #fff;
    border-radius: 6px;
    padding: 25px 10px;
}

.contact-info {
    padding: 56px 25px;
    background: #fff;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17); */
    border-radius: 7px;
}

.contact-info p {
    font-size: 1rem;
    font-family: "ArtegraSans medium";
    margin-bottom: 42px;
    padding-left: 30px;
    font-weight: 600;
    color: #4E5D78;
    line-height: 30px;
}

.contact-info__address p {
    background: url("./../images/corporation elements/contact/turn-right.svg") no-repeat left 3px top 6px;
}

.contact-info__fax p {
    background: url("./../images/corporation elements/contact/faxicons.svg") no-repeat left 3px top 6px;
}

.contact-info__working-day p {
    background: url("./../images/corporation elements/contact/alarm.svg") no-repeat left 3px top 6px;
}

.contact-info__working-time p {
    background: url("./../images/corporation elements/contact/alarm.svg") no-repeat left 3px top 6px;
}

.contact-info__phone p {
    background: url("./../images/corporation elements/contact/phone.svg") no-repeat left 3px top 6px;
}

.contact {
    background: url("./../images/corporation elements/contact/Contactstar.svg") no-repeat left bottom, url("./../images/corporation elements/contact/Contactstar2.svg") no-repeat right bottom;
}

#map {
    height: 400px;
}

.form-content{
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
}
.left-side{
    border-right: 1px solid rgba(151, 151, 151, 0.2);
}
.latest-news .card__description {
    padding-right: 0 !important;
}

.news .card__content {
    margin-top: -1px;
}

.news .card__shape {
    bottom: -6px;
}

.header__video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.header__video__bg {
    background: rgba(3,97,209,1);
    background: -moz-linear-gradient(-45deg, rgba(3,97,209,1) 0%, rgba(3,97,209,0.79) 37%, rgba(4,119,255,0.42) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(3,97,209,1)), color-stop(37%, rgba(3,97,209,0.79)), color-stop(100%, rgba(4,119,255,0.42)));
    background: -webkit-linear-gradient(-45deg, rgba(3,97,209,1) 0%, rgba(3,97,209,0.79) 37%, rgba(4,119,255,0.42) 100%);
    background: -o-linear-gradient(-45deg, rgba(3,97,209,1) 0%, rgba(3,97,209,0.79) 37%, rgba(4,119,255,0.42) 100%);
    background: -ms-linear-gradient(-45deg, rgba(3,97,209,1) 0%, rgba(3,97,209,0.79) 37%, rgba(4,119,255,0.42) 100%);
    background: linear-gradient(135deg, rgba(3,97,209,1) 0%, rgba(3,97,209,0.79) 37%, rgba(4,119,255,0.42) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    transition: 1s;
}

.header__video__bg--active {
    opacity: 0;
}

video {
    width: 100%;
}

.content {
    background: #fff;
}

.latest-news .card {
    transition: 300ms;
}

.latest-news .card:hover {
    transform: scale(1.02);
}

.activities .tab__content {
    opacity: 0;
    height: 0;
    padding: 0;
    visibility: hidden;
}

.activities .tab__content .link {
    opacity: 0;
    transition: 400ms;
}

.activities .tab__content--active {
    display: block;
    opacity: 1;
    height: 100%;
    padding: 32px 0 31px;
    visibility: visible;
    max-height: 483px;
    overflow-y: auto;
}

.activities .tab__content--active .link {
    opacity: 1;
    margin-bottom: 17px;
}

.activities .tab__content--active .link:nth-child(1) {
    transition: 800ms;
}
.activities .tab__content--active .link:nth-child(2) {
    transition: 1400ms;
}
.activities .tab__content--active .link:nth-child(3) {
    transition: 2000ms;
}
.activities .tab__content--active .link:nth-child(4) {
    transition: 2600ms;
    margin-bottom: 0px;
}

.projects .projects__description__left__show {
    /* transform: translate(-200%, -100%) */
    /*opacity: 0;
    height: 0;
    z-index: -1;
    */
    transition: 600ms;
    /*position: absolute;*/
    top: 0;
    display: none;
    /* display: none; */
}

.projects .projects__description__left__show--active {
    display: block;
    /*
    transform: translate(0, 0);
    opacity: 1;
    z-index: 1;
    height: 100%;*/
}

/*.projects .projects__description__left__show:nth-child(1) {
    display: block;
}*/

.projects .projects__description__right__show {
    display: none;
}

.projects .projects__description__right__show--active {
    display: block;
}

/* Vacancy Inn */

.vacancy__upload-now {
    transition: 400ms;
}

.vacancy__upload-now--active {
    background: #005abc;
    color: #fff !important;
}
.subscribe-email--active {
    background-color: #1D3E89;
    color: white;
}
.vacancy__upload-now {
    transition: none;
}

.particles-wrapper {
    display: block;
}

.vacancy__upload-section {
    position: relative;
}

#message {
    position: absolute;
    top: 80%;
    text-align: center;
    font-size: 19px;
    color: green;
    width: 100%;
}

.header {
    overflow: initial;
}

#up {
    transform: rotate(-4deg);
}

#up, #down {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
    transition: 300ms;
}

#up:hover, #down:hover {
    transform: scale(1.06);
}


#up:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-right: 2px solid #0257bc;
    border-top: 2px solid #0257bc;
    position: relative;
    top: 5px;
    left: -1px;
    transform: rotate(-9deg);
    transition: 300ms;
}

#down:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-left: 2px solid #0257bc;
    border-bottom: 2px solid #0257bc;
    position: relative;
    transform: rotate(-77deg);
    left: -1px;
    transition: 300ms;
}

.up-down-cont {
    position: absolute;
    right: 25%;
    top: 82.5%;
    width: 51px;
    height: 154px;
    background: url('./../images/arrow.svg') no-repeat left center;
    text-align: center;
}

.project-circle {
    opacity: 0;
    transform: scale(0.1) !important;
}

.project-circle.show {
    opacity: 1;
    transform: scale(1.03) !important;
}

.announcement__btn:hover, .resp-sharing-button__link:hover {
    color: #fff;
}

.projects-page__heading--name {
    margin-top: 23px;
}

.pagination__numbers {
    padding: 0;
}

.pagination__number span {
    display: block;
    padding: 14px 0px 12px;
    width: 40px;
    font-family: "ArtegraSans semisbold";
}

.pagination__number {
    padding-left: 0;
}

.pagination {
    justify-content: flex-end;
}

.news-in {
    /*background: url('./../../../images/corporation elements/newsin/back-star.svg') no-repeat bottom left;*/
}

.project-in__content--text {
    text-align: justify;
}

@media (min-width: 2200px) and (max-width: 2561px) {
    .header__video-btn {
        right: 5%;
        top: 42%;
    }

    .card__header {
        max-height: 232px;
    }

    .statistics .card--mask-bg {
        padding: 92px 0 128px;
    }

    .project-circle {
        width: 280px;
        height: 280px;
    }

    .project-in .project-circle {
        width: 220px;
        height: 220px;
    }

    .newsin__article__image {
        width: 24%;
    }

    .up-down-cont {
        right: 21%;
        top: 61.5%;
    }

    .project-in__content--text {
        width: 93%;
        text-align: justify;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .news .card__content, .project-in__related-news .card__content {
        height: 157px;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .project-in__content--text {
        width: 67%;
    }

    .up-down-cont {
        right: 29.5%;
        top: 88.5%;
    }

    .project-in__content--text p {
        font-size: 1.36rem;
    }

    .project-in__related-news .card__content, .news .card__content {
        height: 130px;
    }

    .project-in__related-news .card__content {
        height: 157px;
    }

    .card__image {
        max-width: 100% !important;
    }
}

@media (max-width: 1500px) and (min-width: 1200px) {
    .tab__link-img {
        width: 64%;
    }

    .tab__link-name {
        font-size: 1.23rem;
    }

    .projects .projects__description__left__show {
        position: static;
    }

    .statistics .card__name {
        font-size: 1.1rem;
    }

    .statistics .card__number {
        font-size: 3rem;
    }

    .statistics .card__statistics-content {
        margin-top: 17px;
    }

    .footer__projects-logos {
        width: 53%;
    }

    .footer__vxsda__link {
        width: 70%;
    }

    .project-circle {
        width: 200px;
        height: 200px;
    }

    .projects-page__heading--name {
        margin-top: 3%;
    }

    .project-in__content--text {
        width: 62%;
    }

    .project-in__content--text p {
        font-size: 1.36rem;
    }

    .up-down-cont {
        right: 34%;
        top: 99.5%;
    }

    .project-in__content--name {
        font-size: 2.2rem;
    }

    .partner__logo {
        width: 22%;
    }

    .news .news__container .card {
        min-height: 340px;
    }

    .newsin__article__image {
        /*width: 33%;*/
    }

    .decree {
        height: 244px;
    }

    .header__search-phone input[type="text"]:focus {
        width: 430px;
    }

    .contact-info p {
        font-size: 17px;
    }

    .contact-info {
        padding: 55px 25px;
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {
    .announcement__heading {
        max-width: 650px;
    }

    .announcement__heading--name {
        font-size: 3.2rem;
    }

    .latest-news .card__content {
        height: 134px;
    }

    .tab__link-img {
        width: 52%;
    }

    .statistics .card--mask-bg {
        padding: 62px 0 80px;
    }

    .statistics .card__statistics-content {
        margin-top: 9px;
    }

    .statistics .card__number {
        font-size: 2.4rem;
    }

    .statistics .card__name {
        font-size: 1rem;
    }

    .footer__vxsda__link {
        width: 64%;
    }

    .footer__projects-logos {
        width: 65%;
    }

    .project-in__content--text {
        width: 55%;
    }

    .project-in__content--text p {
        font-size: 1.26rem;
    }

    .up-down-cont {
        right: 38.5%;
        top: 132.5%;
    }

    .project-in__related-news .card__content {
        /*     max-height: 160px;
             height: 160px;*/
        height: 199px;
    }
}

@media (max-width: 1199px) and (min-width: 900px) {
    .project-circle {
        width: 160px;
        height: 160px;
        margin-top: -17px;
    }

    .projects-page__heading--name {
        margin-top: 0;
        font-size: 2rem;
    }
}

@media (max-width: 1199px) and (min-width: 800px) {
    .statistics .card--mask-bg {
        padding: 93px 0 160px !important;
    }
}

@media (max-width: 899px) and (min-width: 769px) {
    .project-circle {
        width: 150px;
        height: 150px;
        margin-top: -17px;
    }

    .projects-page__heading--name {
        margin-top: 0%;
        font-size: 1.7rem;
    }
}

@media (max-width: 1199px) and (min-width: 319px) {
    .card__content {
        height: 153px;
    }

    .latest-news__btn {
        padding: 7px 46px;
        font-size: 1.17rem;
    }

    .tab__link-img {
        width: 49%;
    }

    .projects .projects__description__left__show {
        position: static;
    }

    .card__number {
        font-size: 2.6rem;
    }

    .statistics .card--mask-bg {
        padding: 67px 0 90px;
    }

    .statistics .card--mask-bg {
        padding: 67px 0 126px;
    }

    .project-shape-rotate, .up-down-cont {
        display: none;
    }

    .project-in__content--text {
        width: 100%;
        padding: 0 10px;
        z-index: 0;
    }

    .breadcrumbs {
        z-index: 0;
    }

    .project-in__content--text p {
        font-size: 1.1rem;
    }

    .project-in__content--text ol li,
    .project-in__content--text ul li {
        font-size: 1.1rem;
        margin-top: 0;
    }

    .project-in__content--text p, .project-in__content--text ul {
        margin-bottom: 30px;
    }

    .project-in__content--name {
        font-size: 2rem;
        text-align: center;
    }

    .card__description {
        font-size: .837rem;
    }

    .project-in__related-news .card__heading {
        font-size: 1.05rem;
    }

    .project-in__content {
        min-height: initial;
    }

    .about {
        background: none;
    }

    .about__page--text {
        padding: 0 20px;
    }

    .partner__logo {
        width: 30%;
    }

    .news .news__container .card {
        min-height: 267px;
    }

    .news .card__content {
        margin-top: 1px;
    }

    .decree {
        height: 244px;
    }

    .newsin__article__image {
        /*width: 39%;*/
    }

    .newsin__article__text p {
        font-size: 1.16rem;
    }

    .newsin__article--heading {
        font-size: 1.7rem;
    }
}

@media (max-width: 768px) and (min-width: 319px) {
    .nav-bar__logo {
        margin-left: 0;
    }

    .link__a {
        background: none;
    }

    .projects__description__logo img {
        width: 80%;
    }

    .projects__description__appearance {
        padding: 0 0px 65px;
    }

    .projects__description--name {
        font-size: 1.2em;
        text-align: center;
    }

    .projects__description {
        padding: 20px 25px 80px 25px;
    }

    .projects__description__right {
        margin-top: 40px;
    }

    .projects__description__info p {
        margin-bottom: 15px;
    }

    .projects__description__button {
        text-align: center;
    }

    .footer__vxsda__link {
        width: 100%;
    }

    .footer__project-logo {
        margin-left: 25px;
    }

    .footer__projects-logos {
        padding-bottom: 26px;
    }

    .footer__menu__item {
        margin-right: 34px;
        margin-bottom: 10px;
    }

    .about__page--text p {
        font-size: 1rem;
    }

    .about .page-container--name, .vacancy .page-container--name, .search-result-page .page-container--name {
        font-size: 2.8rem;
    }

    .star-logos, .all-projects-shape-circle, .projects-down, .projects-up {
        display: none;
    }

    .all-projects-shape-circle-mobile {
        display: block !important;
        margin-top: 17% !important;
    }

    .arrows {
        top: 1% !important;
        width: 100% !important;
    }

    .projects-page__heading--name {
        margin-bottom: 0;
        margin-top: 10px;
    }

    body {
        padding-bottom: 0 !important;
    }

    .projects-count {
        font-size: 2rem !important;
    }

    .project-circle {
        position: static;
        margin: 30px auto 40px auto;
        width: 80%;
        border-radius: 20px;
    }

    .projects-page__heading {
        position: static;
    }

    .projects-page {
        margin-bottom: 50px;
    }

    .projects-page__heading--name {
        font-size: 1.8rem;
    }

    .project-circle img {
        width: 45%;
    }

    .project-animation {
        animation: mymove 3s infinite;
    }

    .partner a {
        flex-direction: column;
    }

    .partner__logo {
        width: 100%;
        padding: 25px 0;
    }

    .partner__info {
        padding: 20px;
    }

    .partner__info--name {
        text-align: center;
    }

    .vacancy__page__card--list dd {
        width: 100%;
    }

    .vacancy__page__card--name {
        font-size: 1rem;
    }

    .custom-selectbox {
        width: 100%;
    }

    .vacancy-heading {
        flex-direction: column;
    }

    .search-result-box {
        text-align: center;
    }

    .search-result-box__content p {
        padding-right: 0;
    }

    .contact__form {
        margin-bottom: 40px;
    }

    .contact__send {
        text-align: center;
    }

    .contact {
        background: none;
    }
}

p.news-published.u-container {
    font-size: 16px;
    color: #0757bc;
    font-family: "ArtegraSans medium";
    margin-bottom: 10px;
    margin-top: 10px;
}

.newsin__article--heading {
    margin-bottom: 2px;
}

.news-published.u-container span {
    position: relative;
    top: -4px;
    left: 7px;
}

/* Youtube Videos */

.video-card {
    border-radius: 8px;
    box-shadow: 0 0 1px 0 rgba(10,22,70,0.06), 0 13px 16px -1px rgba(10,22,70,0.1);
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    transition: 300ms;
}

.video-card__header {
    margin-bottom: 10px;
}

.video-card__body p {
    font-size: 1.125rem;
    line-height: 2rem;
    height: 64px;
    font-weight: 600;
    overflow: hidden;
    color: #0257BC;
}

.video-card:hover {
    transform: scale(1.02);
}

#contact-form input, #contact-form textarea {
    border: 1px solid transparent;
}

#contact-form-submit.loading {
    opacity: .7;
}

#messages {
    color: green;
    float: left;
    position: relative;
    top: 13px;
}

.footer__vxsda__link:focus {
    color: #0757bc;
}

.projects__logo {
    opacity: .3;
    transition: 400ms;
}

.projects__logo:hover {
    opacity: 1;
}

.projects__logo.projects__logo--active {
    opacity: 1;
}

.tab__link {
    position: relative;
}

.tab__link:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 99;
    height: 0;
    width: 0;
    transition: 500ms;
}

.tab__link:after {
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tab__link:hover:after {
    width: 50%;
    height: 100%;
    border-right: 4px solid #0757bc;
}

.tab__link--active:after {
    width: 50%;
    height: 100%;
    border-right: 4px solid #0757bc;
}

/* Mobile responsive */

@media (max-width: 600px) {
    .header__content__box {
        min-height: 600px;
    }

    .report__card table, .report__card__header {
        width: 600px !important;
    }

    .report__card {
        width: 100%;
        overflow-x: auto;
    }

    .report__card::-webkit-scrollbar, .report__tab__header::-webkit-scrollbar {
        height: 3px;
    }

    .report__tab__header {
        overflow-x: auto;
    }

    .report__tab__header__content {
        width: 470px !important;
    }

    .report__headings {
        width: 600px !important;
    }

    .statistics .card__name {
        font-size: 1rem;
    }

    .link__a {
        padding: 22px 30px 10px;
    }

    .activities .tab__content--active {
        padding: 21px 0 31px;
    }

    .statistics .card--mask-bg {
        padding: 67px 0 63px;
    }

    .card__statistics-content .card__name {
        height: 84px;
    }

    .footer__project-logo {
        margin-left: 12px;
    }

    .nav__item .nav__link {
        font-size: 1.2rem !important;
    }

    .nav__submenu__item a {
        font-size: 1rem;
    }

    .search__input {
        padding: 7px 20px 7px;
        width: 99%;
    }

    .mobile-logo img {
        /*width: 90%;
        position: relative;
        left: 10px;
        top: -16px;*/
        width: 173px;
        position: relative;
        left: 50%;
        top: -16px;
        margin: 0;
        transform: translateX(-50%);
    }

    .nav__item {
        margin-bottom: 30px;
    }

    .search.mobile-search {
        /*position: relative;
        top: -13px;*/

        position: relative;
        top: 6px;
        left: 50%;
        transform: translateX(-49%);
        width: 90%;
    }

    .nav-bar .nav {
        margin-top: 22px;
    }

    .inner-nav .nav {
        margin-top: 22px;
    }

    .mobile-lang .mobile-lang__item a {
        font-size: 13px;
    }

    .vacancy-content-box {
        padding: 25px 20px 15px;
    }

    .about .page-container--name, .vacancy .page-container--name, .search-result-page .page-container--name {
        font-size: 2.2rem;
    }

    .vacancy, .vacancy__page {
        background: none;
    }

    .inn-header .nav-bar__logo img {
        width: 85%;
        right: 10px;
        position: relative;
    }

    .inn-header .mobile-logo img {
        /*left: 0;*/
    }

    .newsin__article__image {
        width: 87%;
    }
}

@media (max-width: 425px) {
    .header__content__box {
        min-height: 650px;
    }
    .contact {
        padding-bottom: 70px;
    }
}

@media (max-width: 375px) {
    .announcement__heading--name {
        font-size: 2rem;
        line-height: 1.25;
        margin-bottom: 10px;
        margin-top: 32px;
    }

    .announcement {
        padding: 160px 0 125px;
    }

    .statistics .card--mask-bg {
        padding: 64px 0 102px;
    }
    .nav-bar__logo img {
        width: 82%;
        position: relative;
        left: 10px;
        top: 3px;
    }

    .mobile-logo {
        position: relative;
        left: 16px;
        top: -10px;
    }
    .inn-header .nav-bar__logo img {
        width: 82%;
    }

    .inn-header .nav-bar__logo {
        margin-left: 0;
    }

    .inn-header .nav-bar__logo h1 {
        text-align: left;
    }

    .inn-header .mobile-logo {
        left: -16px;
        top: -16px;
    }

    .newsin__article--heading {
        font-size: 1.2rem;
    }

    p.news-published.u-container svg {
        visibility: visible;
    }

    .newsin__article__text p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .footer__menu ul {
        flex-wrap: wrap;
    }

    .footer__menu__item {
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }

    .contact-info {
        padding: 0px 25px 36px;
        background: #fff;
        /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17); */
        border-radius: 7px;
    }
    .contact-info p {
        font-size: 0.8rem;
        margin-bottom: 25px;
    }

    .news .card__heading {
        font-size: 1rem;
    }

    .latest-news .card__heading {
        font-size: 1rem;
        -webkit-line-clamp: 3;
    }
    .latest-news .owl-prev, .latest-news .owl-next {
        padding: 31px;
        background-size: 50%;
    }
    .latest-news__btn {
        font-size: 12px;
    }
    .announcement .btn {
        font-weight: bold;
    }
    .customNavigation .owl-nav {
        display: none;
    }
    .projects__description__btn {
        font-size: 12px;
    }
    .statistics .owl-prev, .statistics .owl-next {
        padding: 31px;
        background-size: 50%;
    }
    .statistics .card__statistics-content {
        margin-top: 0px;
    }
    .card__name {
        padding: 0 15px;
    }
    .projects-page__heading--name {
        font-size: 2rem !important;
    }
    .project-in {
        margin-top: 20px;
    }
    .breadcrumbs {
        margin-bottom: 30px;
    }
    .project-in__content--name {
        font-size: 1.6rem;
    }
    .project-in__content--text p, .project-in__content--text li {
        line-height: 2.25rem;
    }
    .project-in__content__buttons .contact-btn, .about__page .contact-btn {
        padding: 15px 64px;
    }
    .header__content__box {
        min-height: 570px;
    }
}

@media (max-width: 320px) {
    .latest-news__show-all {
        text-align: center;
    }

    .latest-news__btn {
        margin-right: 0;
    }

    .section-heading {
        font-size: 1.4rem;
    }

    .link__a {
        padding: 18px 20px 10px;
    }

    .footer__project-logo {
        margin-left: -2px;
    }

    .footer__project-logo img {
        width: 90%;
    }

    .nav-bar__logo img {
        left: 20px;
        top: 8px;
    }

    .mobile-logo img {
        left: 35px;
        top: -9px;
    }

    .inn-header .nav-bar__logo img {
        width: 74%;
        left: 0;
    }

    .inn-header .mobile-logo img {
        width: 84%;
        top: -6px;
    }

    .search__input {
        width: 290px;
    }

    .nav__submenu__item a {
        font-size: .85rem;
    }

    .nav__item {
        margin-bottom: 25px;
    }

    .partner__info--text p {
        font-size: 13px;
    }
}

.mobile-logos {
    display: none;
}

@media (max-width: 768px) {
    .desc-logos {
        display: none;
    }

    .mobile-logos {
        display: block;
    }

    .mobile-logo {
        margin-top: 2px;
    }

    .mobile-logo img {
        top: 1px;
    }

    .inn-header .mobile-logo img {
        left: 50%;
        top: 2px;
        transform: translateX(-45%);
    }

    .newsin__article__image {
        width: 100%;
    }

    .newsin__article__image::after {
        /*background: url("/images/mask-01.svg") no-repeat bottom center;
        width: 101%;
        top: 1px;*/
    }

    .activity-1 .tab__link-img {
        width: 46%;
    }

    .news__carousel__content--text p {
        font-size: .837rem !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 400px) {
    .mobile-logo {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .nav-bar__logo img {
        width: 79%;
        position: relative;
        top: -6px;
    }

    .inn-header .nav-bar__logo {
        margin: 0 auto;
    }

    .news__carousel__item {
        display: block;
    }

    .news__carousel__image img {
        border-radius: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .news__carousel__image:after {
        background: url("/images/corporation elements/masks/Mask news-01.svg") no-repeat right center;
        width: 100.1%;
        height: 101%;
        right: initial;
        top: 2px;
    }

    .news__carousel__content {
        padding: 5px 20px 15px;
    }

    .news__carousel__content--name {
        font-size: 1.25rem;
        margin-bottom: 5px;
        height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news__carousel__content--text p {
        font-size: 1rem;
        line-height: 1.45;
    }

    .news__carousel {
        margin-bottom: 20px;
    }
}

.inn-header .mobile-logos {
    margin-left: 18px;
}

.news-published svg {
    visibility: visible;
}

.download-page {
    background: url("./../images/digital/star.svg") no-repeat left top 28px;
}

.download-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 575px;
    margin-left: -25px;
    margin-right: -25px;
}

.download-container .download-container-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.download-card {
    text-align: center;
    padding: 25px;
    max-width: 500px;
}

.download-card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    height: 100%;
    padding: 50px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.13);
    border-radius: 9px;
    transition: 300ms;
    background: url("./../images/digital/card-star-top.svg") no-repeat top left, url("./../images/digital/card-star-bottom.svg") no-repeat bottom right;
}

.download-card a:hover {
    transform: scale(1.018);
}

.download-card-image {
    margin-bottom: 45px;
  
}
.download-card-image img{
    width: 120px;
    height: 120px;
}

.download-card-name {
    font-size: 30px;
    color: #0257BC;
    font-family: "ArtegraSans medium";
}

.card-name-with-height {
    font-size: 24px !important;
    min-height: 144px;
    display: flex;
    align-items: center;
}

.toaster {
    position: absolute;
    top: 22%;
    right: 20px;
    transform: translateX(120%);
    transition: 300ms;
    width: 240px;
    z-index: 999;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    color: #fff;
    display: flex;
    height: 50px;
    opacity: .8;
    border-radius: 3px;
}

.toaster-image {
    width: 50px;
    border-radius: 3px;
}

.toaster-text {
    padding: 15px 0;
    font-size: 14px;
    font-family: "ArtegraSans medium";
    text-align: center;
    width: 88%;
}

.toaster-warning {
    color: #FFAA31;
}

.toaster-success {
    color:#0BB07B;
}

.toaster-success .toaster-image {
    background: #0BB07B url('./../images/digital/success.svg') no-repeat center;
}

.toaster-warning .toaster-image {
    background: #FFAA31 url("./../images/digital/warrning.svg") no-repeat center;
}

.toaster.active {
    transform: translateX(0%);
}

@media (max-height: 820px) {
    body {
        /*padding-bottom: 200px;*/
    }
}

@media (max-width: 1200px) {
    .download-page {
        background: none;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 350px;
    }
    .announcement__right {
        display: none;
    }

    .newsin__article__content__divider {
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center !important;
    }

    .newsin__article__content__divider__left {
        width: 100% !important;
    }

    .newsin__article__content__divider__right {
        width: 45% !important;
    }

    .partner div:first-child {
        flex-direction: column;
    }

    .newsin__article--heading {
        text-align: center;
    }

    .newsin__article .news-published {
        text-align: center;
    }

    .announcement__container {
        justify-content: center !important;
    }
    .download-container {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        height: auto;
        margin-top: 50px;
    }

    .download-card {
        width: 100%;
        margin-bottom: 30px;
    }

    .toaster {
        top: 50%;
        opacity: 1;
    }
}

.arrows {
    position: absolute;
    text-align: center;
    width: 32%;
    z-index: 99;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}

.projects-count {
    font-size: 3.2rem;
    color: #1D3E89;
    font-family: "ArtegraSans bold";
}

.projects-up,
.projects-down {
    position: absolute;
    background: transparent;
    top: 90px;
}

.projects-up {
    left: 21px;
    animation: mymove3 .6s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 10000;
}

.projects-down {
    right: 25px;
    animation: mymove2 .6s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 10000;
}

.projects-page__heading--name {
    color: #0257BC;
    font-size: 2.3rem;
}

.all-projects-shape-circle-mobile {
    display: none;
}

.dg-toaster {
    position: fixed;
    top: 5%;
    right: 12px;
}

/*.header,
.header__content__box {
    height: 100vh !important;
}

.shape-row svg {
    height: 94.7vh !important;
}

@media (min-width: 1601px) and (max-width: 1920px) {
    .shape-row svg {
        height: 92.7vh !important;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) {
    .shape-row svg {
        height: 92vh !important;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .shape-row svg {
        height: 92vh !important;
    }
}*/


.project-animation:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    border: 1px solid transparent;
    height: 0;
    transition: 500ms;
    opacity: .4;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);

}

.project-animation:hover:after {
    border-color: #0257BC;
    width: 220px;
    opacity: .6;
    height: 220px;
}

@keyframes mymove {
    0% {
        transform: scale(1.03);
    }
    50% {
        transform: scale(.97);
    }
    100% {
        transform: scale(1.03);
    }
}

@keyframes mymove2 {
    0% {
        right: 20px;
    }
    50% {
        right: 25px;
    }
    100% {
        right: 20px;
    }
}

@keyframes mymove3 {
    0% {
        left: 16px;
    }
    50% {
        left: 21px;
    }
    100% {
        left: 16px;
    }
}

.newsin__article__text a:focus {
    color: #007bff;
    outline: none;
}

.vacancy-email-container{
    position: relative;
}
.vacancy-email-container > img{
    position: absolute;
    right: 10px;
    top: 13px;
}

.vacancy__user{
    width: 100%;
    margin: 0px 0px 15px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #E1E4E8;
    padding: 4px 36px 4px 16px;
}

.vacancy__user.border-red {
    border: 1px solid #E53934 !important;
}
#subscribe-email.border-red {
    border: 1px solid #E53934 !important;
}
.card__content__date {

}

.card__content__date span {
    position: relative;
    top: -4px;
    left: 4px;
    font-size: 15px;
    color: #0757bc;
    font-family: "ArtegraSans medium";
}

.news__carousel__content .card__content__date {
    top: 70px;
}

.decree-box {
    border-bottom: 1px solid rgba(151, 151, 151, .1);
    margin-bottom: 40px;
    padding-bottom: 5px;
}

.decree-box h3 {
    font-family: "ArtegraSans bold";
    font-size: 1rem;
    color: #0D55CF;
    margin-bottom: 25px;
}

.mobile-helper-menus {
    display: none;
    margin-top: 16px;
    margin-bottom: 3px;
    position: relative;
    top: -25px;
}

.inn-header .mobile-helper-menus {
    top: 0;
}

.inn-header .nav-container.active + .mobile-helper-menus {
    display: none !important;
}

#vacancy-loading {
    display: none;
    text-align: center;
    position: absolute;
    bottom: 44px;
    width: 100%;
}

#vacancy-loading img {
    width: 40px;
}
#email-loading {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    padding-top: 4px;
}

#email-loading img {
    width: 40px;
}

.userway {
    right: 38px !important;
    top: 6px !important;
}

.widget-footer {
    display: none !important;
}

.dep-info {
    width: 500px;
    min-height: 50px;
    z-index: 9;
    background: #0284fe;
    position: fixed;
    bottom: 20px;
    border-radius: 4px;
    left: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.dep-info img.info-icon {
    margin-right: 15px;
    margin-left: 15px;
    width: 15px;
}

.content-info {
    width: 405px;
    height: auto;
    min-height: 30px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .3px;
}

.dep-info img {
    margin-right: 15px;
    margin-left: 15px;
    width: 11px;
}

.karabakh {
    background: #1D3E89;
    padding: 16px 0 14px;
}

.karabakh p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "ArtegraSans semisbold", serif;
    line-height: 20px;
}

.report {
    padding-bottom: 60px;
    background: none;
}

.report .about__page, .report .page-container {
    margin-bottom: 0;
}

.report .page-container {
    padding: 93px 0;
}

.report__card {
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.report__card__header {
    padding: 20px;
    background: #F7F8F9;
    border-bottom: 1px solid #E5E5E5;
}

.report__card__header h3 {
    font-family: "ArtegraSans bold", serif;
    font-size: 14px;
    line-height: 22px;
    color: #1D3E89;
    margin-bottom: 5px;
}

.report__card__header h4 {
    font-family: "ArtegraSans bold", serif;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.report__table .table {
    width: 100%;
}

.report__table .table tr.bold-bg {
 background: #F1F2F4 !important;
}

.report__table .table tr.bold-bg td {
    font-family: "ArtegraSans semisbold", serif;
    color: #0A1F44;
}

.report__table .table tr td.bold-color {
    font-family: "ArtegraSans semisbold", serif;
    color: #0A1F44;
}

.report__table .table tr th.bold-color {
    color: #0A1F44;
}

.report__table .table tr th {
    font-family: "ArtegraSans bold", serif;
    width: 28.7%;
    padding: 13px 20px;
    border-right: 1px solid #E5E5E5;
    font-size: 14px;
    line-height: 22px;
    color: #4E5D78;
}

.report__table .table tr td {
    font-family: "ArtegraSans medium", serif;
    width: 29%;
    padding: 13px 20px;
    border-right: 1px solid #E5E5E5;
    font-size: 14px;
    line-height: 22px;
    color: #4E5D78;
}

.report__table .table tr td:nth-child(3) {
    border-right: 0;
}

.report__table .table tr:nth-child(odd) {
    background: #F7F8F9;
}

.report__headings {
    display: flex;
    margin-bottom: 12px;
}

.report__headings div:nth-child(1) {
    width: 34.6%;
    padding-left: 20px;
}

.report__headings div:nth-child(2),
.report__headings div:nth-child(3) {
    width: 32.7%;
}

.report__headings div span {
    font-family: "ArtegraSans bold", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;

}

.report__tab__header {
    margin-bottom: 45px;
    padding: 4px;
    background: #F7F8F9;
}

.report__tab__header__content {
    display: inline-block;
    width: 469px;
    background: #F1F2F4;
    border-radius: 12px;
    padding: 4px;
}

.report__tab__header__item {
    padding: 8px 12px;
    margin-right: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: 300ms;
}

.report__tab__header__item:hover span {
    color: #1D3E89;
}

.report__tab__header__item span {
    font-family: "ArtegraSans medium", serif;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #8A94A6;
    transition: 300ms;
}

.report__tab__header__item.active {
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.report__tab__header__item.active span {
    color: #1D3E89;
}

.report__tab__content {
    display: none;
}

.report__tab__content.active {
    display: block;
}

.report__table-five-heading  .table tr td:nth-child(3) {
    border-right: 1px solid #E5E5E5;
}

.report__table-five-heading  .table tr td:nth-child(5) {
    border-right: 0;
}

.report__table-five-heading .report__headings div:nth-child(1) {
    width: 30.3%
}

.report__table-five-heading .report__headings div {
    width: 17.425%;
}

.report__table-five-heading .table tr td {
    width: 17.825%;
}

.report-name {
    display: none;
    transition: 300ms;
}

.report-name.active {
    display: block;
}
.no-arrow-select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.new-arrow-select {
    display: block;
    position: absolute;
    transform: rotate(
            45deg
    );
    width: 8px;
    height: 8px;
    right: 30px;
    top: 42%;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.3);
    border-right: 1.5px solid rgba(0, 0, 0, 0.3);
}
.new-arrow-select-small {
    display: block;
    position: absolute;
    transform: rotate(
            45deg
    );
    width: 8px;
    height: 8px;
    top: 48%;
    left: 20%;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.3);
    border-right: 1.5px solid rgba(0, 0, 0, 0.3);
}
.prefix-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-hamburger-menu.active {
    top: 5px;
}
#selected_filename  li {
    list-style-type: none;
}
#removeFile:after{
    display: inline-block;
    content: "\00d7";
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
    color: red;
}

@media (min-width: 601px) and (max-width: 1199px) {
    .mobile-logo {
        width: 173px;
        position: relative;
        left: 50%;
        top: 2px;
        margin: 0;
        transform: translateX(-50%);
    }

    .search__search-box {
        width: 90%;
    }

    .search__input {
        width: 101.8%;
    }

    .search.mobile-search {
        position: relative;
        top: 6px;
        left: 50%;
        transform: translateX(-47%);
        width: 90%;
    }

    .nav-bar .nav, .inner-nav .nav {
        margin-top: 22px;
    }
}

.contact-for-business .select2-container--default .select2-selection--multiple {
    padding: 4px 10px 18px;
}

.contact-for-business .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    padding: 9px 10px 13px;
}

.contact-for-business .select2-container .select2-search--inline .select2-search__field {
    height: 20px;
    position: relative;
    top: 2px;
}

.contact-for-business .select2-container--default.select2-container--focus .select2-selection--multiple,
.contact-for-business .select2-container--default .select2-selection--multiple {
    border: 1px solid #E1E4E8 !important;
    max-height: 49px;
    overflow-y: auto;
    overflow-x: hidden;
}
.contact-for-business .custom-select {
    border: 1px solid #E1E4E8 !important;
    max-height: 49px;
    overflow-y: auto;
    overflow-x: hidden;
}

.contact-for-business .select2-container .select2-search--inline .select2-search__field::placeholder {
    font-family: "ArtegraSans", serif;
    color: #8A94A6;
    font-size: 14px;
}

.contact-for-business .select2-selection__choice__display {
    font-size: 14px;
}

.contact-for-business .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-family: "ArtegraSans", serif;
    font-size: 14px;
    border-color: #E1E4E8;
    background: #fff;
}

.contact-for-business .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 6px 6px 4px 20px;
}

.contact-for-business .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 5px 4px;
}

input.form-control.border-red,
textarea.form-control.border-red,
select.form-control.border-red,
.select2.border-red .select2-selection {
    border: 1px solid red !important;
    transition: 300ms;
}

.btn-send {
    background-color: #0BB07B !important;
    font-size: 16px !important;
    padding: 12px !important;
}
.btn-send img {
    transition: 300ms;
    opacity: 0;
}

.btn-send.loading img {
    opacity: 1;
}

.contact-for-business .dropdown-wrapper {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 47%;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1199px) {
    .vacancy__content--text ul li, .vacancy__content--text p, .vacancy__content--text p span, .vacancy__content--text p b, .vacancy__content--text p i {
        line-height: 2.5rem !important;
    }
}

.contact-title {
    color: #1D3E89;
    text-align: center;
    margin: 40px 0 30px 0;
}
.contact-title h1{
    margin: 0;
}
.contact__footer {
    margin-top: 60px;    
    display: flex;
    justify-content: space-between;
}
.form-group label {
    color: #8A94A6;
}

.common-idda-links {
    background: #fff;
    /*background: #005abc;*/
    padding: 7px 20px 3px;
    font-size: 13px !important;
    color: #007bff !important;
    /*color: #fff !important;*/
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1px 0 rgb(10 22 70 / 6%), 0 11px 17px -12px rgb(10 22 70 / 10%);
    border-radius: 4px;
}

.newsin__article__content__divider {
    display: flex;
    gap: 40px;
}

.newsin__article__content__divider__left {
    width: 70%;
}

.newsin__article__content__divider__right {
    width: 30%;
}

.partner__info--text a {
    display: block !important;
    min-height: auto !important;
}

.partner a {
    color: #4E5D78 !important;
}
