.super-header-new {
    background: -webkit-linear-gradient(45deg, rgb(86, 189, 237) 2%, rgb(56, 147, 205), rgb(56, 147, 205));
    background: -moz-linear-gradient(45deg, rgb(86, 189, 237) 2%, rgb(56, 147, 205), rgb(56, 147, 205));
    background: linear-gradient(45deg, rgb(86, 189, 237) 2%, rgb(56, 147, 205), rgb(56, 147, 205));
    position: relative;
}

.super-header-wrap .tabs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.super-header-wrap .tabs-link a {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    color: #fff;
    background: none;
    transition: 0.5s;
    /* font-weight: bold; */
    font-size: 18px;
    font-family: 'helveticaneuecyrmedium';
    text-transform: uppercase;
}

.super-header-wrap .tabs-link a:not(.active):hover {}

.super-header-wrap .tabs-link .active {
    background: #fff;
    color: #698ebb;
}

.super-header-wrap .phone-link,
.super-header-wrap .mail-link {
    font-size: 1.2rem;
    color: #fff;
    padding-top: 20px;
}

.super-header-wrap .phone-link a,
.super-header-wrap .mail-link a {
    color: #fff;
    text-decoration: none;
}

.super-header-wrap .soc-links {

    padding-top: 14px;
}

.super-header-wrap .soc-link li+li {
    margin-left: 10px;
}

.super-header-wrap .soc-link a {
    color: #fff !important;
    border: 2px solid #fff !important;
}

.super-header-new .search-block {
    position: absolute;
    top: 11px;
    right: 0px;
    bottom: 13px;
    width: 100px;
    background: #fff;
    border-top-left-radius: 1000px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 1000px;
}

.super-header-new .search-block a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 2rem;
    color: #698ebb;
    text-decoration: none;
    line-height: 2.5rem;
}

.menu-container-all .link-tab-container .link-tab {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    position: absolute;
    right: 0;
}



.menu-container-all .link-tab-container .link-tab.active {
    transition: 1s;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    position: relative;
}

.menu-container-all .link-tab-container .link-tab>ul>li>a {
    color: #698ebb;
}

.menu-container-all .link-tab-container .link-tab>ul>li>a.active {
    background: #3893cd;
    color: #fff;
}

.wrap-bottom-header {
    transform: translateY(-100%);
    border-bottom: 1px solid #4c79af;
    opacity: 0;
}

.wrap-bottom-header.active {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0px);
}

.menu-container>ul>li>ul>li {
    display: block;
    border-radius: 1000px;
}

.menu-container>ul>li>ul>li+li {
    margin-top: 10px;
}

.menu-container>ul>li>ul>li>a {
    color: #fff;
    text-align: center;
}

.menu-container>ul>li>ul {
    background: none;
}

.scroll-block .buttons-container {
    width: 25%;
    margin-left: 20%;
    margin-top: 3%;

}

.scroll-block .buttons-container .btn {
    text-align: center;
    padding: 10px 20px;
}

.scroll-block .buttons-container .btn+.btn {
    margin-top: 20px;
}

.new-design .top-block .right .big-text {

    padding-top: 10%;

}

.menu-container-all .lang-list {
    position: relative;
}

.menu-container-all .lang-list::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 2;
    background: url(../image/lang-icon.png) no-repeat center/contain, #fff;
    top: 22px;
}

.menu-container-all .lang-list>li {
    transition: 0.5s;
    border-radius: 0px 0px 20px 20px;
}

.menu-container-all .lang-list:hover>li.active-lang {
    transform: translateY(50%);
    background: #fff;
}

.menu-container-all .lang-list:hover>li.active-lang>a::before {
    display: none;
}

.menu-container-all .lang-list>li.active-lang>a:hover {
    background: none;
    box-shadow: none;
}

.new-design .bg-image-block .tvo-block .right {
    width: 40%;
    padding-left: 20px;
}

.new-design .bg-image-block .blure-text {
    margin-top: 10%;
}

.new-design .bg-image-block .blure-text,
.new-design .bg-image-block .tvo-block .right .right-block {
    padding: 20px;
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    font-size: 1.2rem;
    color: #373a43;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.new-design .bg-image-block .tvo-block .text-blue {
    color: #373a43;
}

.new-design .bg-image-block .tvo-block .text-blue {
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
}

.new-design .bg-image-block .tvo-block .text-blue h2 {
    font-size: 1.2rem;
    font-weight: bold;
}

.new-design .bg-image-block .tvo-block {

    margin-top: 0%;
}

.new-design .bg-image-block .tvo-block .radius-block {
    padding-top: 50px;
}

#pp-nav {

    display: none;
}

.scroll-block .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.scroll-block .owl-theme .owl-dots .owl-dot {
    display: block;

}

.scroll-block .owl-theme .owl-dots .owl-dot span {

    background: #376097;

}

.scroll-block .owl-theme .owl-dots .owl-dot.active span,
.scroll-block .owl-theme .owl-dots .owl-dot:hover span {
    background: #c53b47;
}

.nav-pending {
    position: fixed;
    z-index: 10;
    bottom: 40px;
    right: 20px;
    background: #3893cd;
    padding: 10px;
    border-radius: 1000px;
}

.nav-pending .nav-container+.nav-container {
    margin-top: 20px;
}

.nav-pending .nav-container a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../image/new-design/icon-galka.png) no-repeat left / contain;
}

.nav-pending .nav-container a.top {
    transform: rotate(270deg);
}

.nav-pending .nav-container a.bottom {
    transform: rotate(90deg);
}

.nav-pending .nav-container a.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.wrapper-scroll .h-100 {
    height: 100%;
    padding-top: 15.5vh;
}

.wrapper-scroll .h-100 .news-wrap-collumns {
    height: 100%;
}

.wrapper-scroll .h-100 .news-wrap-collumns .news-section {
    width: 100%;
}

.news-tpl-list .image {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.news-tpl-list .image .absolute-block {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
}

.news-tpl-list .image .absolute-block .parent {
    position: absolute;
    right: 10px;
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur(10px);
    bottom: 10px;
    padding: 10px;
    border-radius: 1000px;
    padding: 5px 10px;
    font-size: 12px;
}

.news-tpl-list .image .absolute-block .parent a {
    text-decoration: none;
    font-weight: bold;
    color: #376097;
}

.wrapper-scroll .news-container {
    background: #f7f7f7;
}

.news-tpl-list .image .absolute-block .date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0px 20px;
    color: #698ebb;
    background: #fff;
    border-radius: 1000px;
    font-size: 0.7rem;
}

.wrapper-scroll .news-section {
    padding-top: 20px;
}

.news-tpl-list .pagetitle {
    font-size: 1.1rem;
    padding-top: 10px;
    text-align: center;
}

.wrapper-scroll .news-container .carousel-news {
    position: relative;
}

.wrapper-scroll .news-container .carousel-news.owl-theme .owl-nav {
    margin-top: 0px;
}

.wrapper-scroll .news-container .carousel-news.owl-carousel .owl-nav button.owl-next,
.wrapper-scroll .news-container .carousel-news.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 27%;
    margin-bottom: -40px;
    background: url(../image/new-design/icon-galka.png) no-repeat left / contain, #3893cd;
    outline: none;
    border-radius: 1000px;
    background-size: 50%;
    background-position-x: 50%;
}

.wrapper-scroll .news-container .carousel-news.owl-carousel .owl-nav button.owl-next span,
.wrapper-scroll .news-container .carousel-news.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.wrapper-scroll .news-container .carousel-news.owl-carousel .owl-nav button.owl-next {
    right: -60px;

}

.wrapper-scroll .news-container .carousel-news.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
    transform: rotate(180deg);
}



.super-header-new .search-block .search-container {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    right: 0px;
    margin-top: 2px;
    border: 1px solid #698ebb;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
    transition: 0.5s;
}

.super-header-new .search-block.active .search-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.super-header-new .search-block .search-container .search-block-option .option-block {}

.super-header-new .search-block .search-container input[type=text] {
    padding: 5px;
    border: 1px solid #376097;
    outline: none;
    width: 100%;
}

.super-header-new .search-block .option-block {
    padding-top: 20px;
}

.super-header-new .search-block .option-block .custom-checkbox input[type=checkbox] {
    display: none;
}

.super-header-new .search-block .option-block .custom-checkbox input[type=checkbox]+label {
    cursor: pointer;
}

.super-header-new .search-block .option-block .custom-checkbox input[type=checkbox]+label::before {
    content: "\f204";
    font-family: "fontello";
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #376097;

    margin-right: 10px;
    transform: translateY(1px);
}

.super-header-new .search-block .option-block .custom-checkbox input[type=checkbox]:checked+label::before {

    content: "\f205";
    font-family: "fontello";

}

.super-header-new .search-block .search-value a {
    font-size: 14px;
    line-height: 14px;
}

.super-header-new .search-block .search-container {
    transition: 0.5s;
    width: 230px;
}

.super-header-new .search-block .search-container .option-block {
    width: 100%;
}

.super-header-new .search-block .search-container.results {
    transition: 0.5s;
    width: 600px;
}

.super-header-new .search-block .search-container.results .option-block {
    width: 40%;
    padding-left: 20px;
}

.super-header-new .search-block .search-container.results .result-block {
    width: 60%;
    transition: 0.5s;

}

.super-header-new .search-block .search-container .search-value {
    max-height: 300px;
    overflow-y: auto;
    padding-top: 20px;
    padding-right: 10px;
}

.super-header-new .search-block .search-container .search-value::-webkit-scrollbar {
    width: 5px;
}

.super-header-new .search-block .search-container .search-value::-webkit-scrollbar-track {
    background-color: #fff;
}

.super-header-new .search-block .search-container .search-value::-webkit-scrollbar-thumb {
    background: #376097;
}

.super-header-new .search-block .search-container .search-value ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.super-header-new .search-block .search-container .search-value ul li {
    padding: 10px;
}

.super-header-new .search-block .search-container .search-value ul li+li {
    border-top: 1px solid #ccc;
}

.super-header-new .search-block .search-container .search-value ul li.all-result {
    background: #376097;
    position: sticky;
    bottom: 0px;

}

.super-header-new .search-block .search-container .search-value ul li.all-result a {
    color: #fff;
}

.super-header-new .search-block .search-block-wrap {
    padding-bottom: 20px;
}

body,
html {
    overflow: hidden;
}



.super-header-new .search-block .contacts-block {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #376097;
}

.super-header-new .search-block .contacts-block a {
    font-size: 14px;
    line-height: 14px;
}

.super-header-new .search-block .contacts-block .bold {
    font-weight: bold;
}

.new-design .top-block .right .soc-link a {
    width: 45px;
    height: 45px;
    line-height: 43px;

}

.new-design .right .soc-link-block {
    width: 220px;
    position: relative;
    z-index: 10;
}

.wrapper-scroll .content-2-wrap {
    height: 100%;
}

.new-design .clientam {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
}

.content-2-wrap .content-center .btn {
    border-radius: 100px;
    padding: 10px 40px;
}

.new-design.Klientam .clientam {
    visibility: visible;
    opacity: 1;
    max-height: 3000px;
    transition: 0.5s;
}

.new-design.Klientam .candidatam {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
}

.new-design.Kandidatam .candidatam {
    visibility: visible;
    opacity: 1;
    max-height: 3000px;
    transition: 0.5s;
}

html.page-design body,
html.page-design {
    overflow-y: auto;
}

.input-block .description {
    font-size: .8rem;
    line-height: .8rem;
    color: #373a43;
    padding-top: 10px;
}

.pages-new .new-design header {
    position: relative;
}

.pages-new,
.pages-new body {
    overflow-y: auto;
}

.new-design .right .soc-link-block {
    display: none;
}

.new-design .footer-new-design .foter-item ul.soc-link {
    width: 220px;
}

.new-design .footer-new-design .foter-item ul.soc-link li a,
.new-design .footer-new-design .foter-item ul.soc-link li a:hover {
    color: #fff;
    border: 2px solid #fff
}

.left-aside .job-filter .job-filter-container {
    background: #ff7a12;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 20px;
    border-radius: 20px;
}

.link-tg-container .link-tg {
    background: rgb(56, 147, 205);
    border-radius: 100px;
    padding-left: 20px;
}

.link-tg-container .link-tg .left span {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
}

.job-filter-container .search-block {
    padding: 20px;
    color: #fff;
}

.job-filter-container .search-block p {
    color: #fff;
    font-size: 15px;
}

.link-tg-container .link-tg .left {
    padding-top: 5px;
}

.link-tg-container .link-tg .left span {

    padding: 2px 10px;
}

.left-aside .job-filter .job-filter-container.button-vac {
    padding-bottom: 20px;
}

.left-aside .job-filter .job-filter-container.button-vac .search-block .btn-orange {
    background: #fff;
    color: #000;
    transition: 0.5s;
    width: 100%;
}

.jobs .content .search-block {
    background: #efefef;
    border-radius: 0px 0px 40px 40px;
}

.jobs .content .search-block label {
    /* font-family: 'helveticaneuecyrmedium'; */
    color: #67696f;
    text-align: center;

}

.jobs .content .search-block input[type=text] {
    border-radius: 1000px;
}

.left-aside .job-filter .job-filter-container.button-vac .search-block .btn-orange:hover {
    background: #373a43;
    color: #fff;
}

.vacancy-item-wrap .btn-white {
    border-radius: 40px;
    padding: 5px 40px;
}

.jobs .baner-right-aside {

    border-radius: 20px;
    overflow: hidden;
}

.btn-opacity {
    border-radius: 100px;
}

.jobs .podpiska-container input[type=text],
.jobs .resume-blocks,
.left-aside .job-filter .podpiska-container {
    border-radius: 20px;
}

.vacancy-item-wrap .h4 a {
    font-family: 'helveticaneuecyrmedium';
    color: #67696f;
}

@media only screen and (max-width: 1280px),
only screen and (max-device-width: 1280px) {

    .new-design .bg-image-block .blure-text,
    .new-design .bg-image-block .tvo-block .right .right-block {
        font-size: .8rem;
    }

    .new-design .bg-image-block .blure-text p,
    .new-design .bg-image-block .tvo-block .right .right-block p {
        margin-bottom: .8rem;
    }

    .new-design .bg-image-block .tvo-block .radius-block .item-circle {
        position: relative;
        z-index: 1;
        width: 22%;
    }

    .new-design .bg-image-block .tvo-block .radius-block .item-circle .circle-content .item-cifry {
        font-size: 24px;
    }

    .new-design .bg-image-block .tvo-block .radius-block .item-circle .circle-content .item-flex {
        font-size: 14px;
    }

    .news-tpl-list .image {
        height: 180px;
    }

    .news-tpl-list .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wrapper-scroll .h-100 .news-wrap-collumns {
        padding-top: 40px;
    }

    .news-tpl-list .pagetitle {
        font-size: .8rem;
    }

    .content-center {
        padding-top: 20px;
    }

    .content-center p:not(.h4) {
        font-size: .8rem;
    }
}

@media only screen and (max-width: 900px),
only screen and (max-device-width: 900px) {
    .super-header-new {
        display: none;
    }

    .nav-pending {
        display: none;
    }

    body,
    html {
        overflow: auto;
    }

    .new-design .right .soc-link-block {
        display: block;
    }

    .scroll-block .buttons-container {
        width: 100%;
        margin-left: 0%;
        margin-top: 3%;
    }

    .flex-betwen.flex-wrap.top-block {
        padding-top: 23%;
    }

    .new-design .bg-image-block .blure-text,
    .new-design .bg-image-block .tvo-block .right .right-block {
        font-size: 1rem;
    }

    .new-design .bg-image-block .blure-text h2,
    .new-design .bg-image-block .blure-text .h2 {
        font-size: 1.3rem;
    }

    .new-design .bg-image-block.scroll-section {
        height: auto;
    }

    .new-design .links-container-wrap {
        padding-top: 0;
    }

    .wrapper-scroll .news-container .carousel-news.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .wrapper-scroll .news-container .carousel-news.owl-carousel .owl-nav button.owl-prev {
        left: 0px;

    }

    .body-menu .tabs-link {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .body-menu .tabs-link>li>a {
        display: block;
        padding: 10px;
        color: #376097;
        background: #ebe8e8;
        text-decoration: none;
    }

    .body-menu .tabs-link>li>a.active {
        background: #3893cd;

        color: #fff;
    }

    .menu-container-wrap .link-tab {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1;
        transform: translateX(100%);
    }

    .menu-container-wrap .link-tab.active {
        visibility: visible;
        opacity: 1;
        transition: 0.5s;
        z-index: 1;
        position: relative;
        transform: translateX(0);
    }

    .link-tab-container .mobile-menu {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: block;
        padding: 10px;
    }

    .link-tab-container .mobile-menu a {
        display: block;
        padding: 10px;
        color: #000;
        background: #ebebeb;
        text-decoration: none;
        margin-bottom: 1px;
    }

    .mobile-menu>li>.mobile-menu {
        display: none;
    }

    .mobile-menu>li>.mobile-menu>li>a {
        background: none;
    }

    .mobile-menu>li {
        position: relative;
    }

    .mobile-menu>li>.toogle {
        display: block;
        position: absolute;
        width: 40px;
        height: 100%;
        background: #373a43;
        right: 0px;
        top: 0px;
        text-align: center;
        font-size: 2rem;
        padding-top: 8px;
        cursor: pointer;
        z-index: 2;
    }

    .mobile-menu>li>.toogle::before {
        content: '›';
        display: block;
        color: #fff;
        transform: translate(90deg);
    }

    .new-design .menu-container-mob .body-menu {
        height: 92vh;
        overflow-y: auto;
    }

    .new-design .menu-container-mob .body-menu .soc-link a {
        border: none;
    }

    .new-design .menu-container-mob .body-menu .search-block-wrap {
        padding: 20px;
        padding-bottom: 0px;
    }

    .new-design .menu-container-mob .body-menu .search-block-wrap input[type=text] {
        width: 100%;
        padding: 10px;
        outline: none;

    }

    .new-design .menu-container-mob .body-menu .result-block .search-value ul {
        padding: 0px;
        list-style: none;
    }

    .new-design .menu-container-mob .body-menu .result-block .search-value {
        padding: 10px;
        max-height: 200px;
        overflow-y: auto;
    }

    .new-design .menu-container-mob .body-menu .result-block {
        padding: 10px 20px;
        display: none;
    }

    .new-design .menu-container-mob .body-menu .result-block .search-value {

        max-height: 200px;
        overflow-y: auto;
        border: 1px solid #ccc;
    }

    .new-design .menu-container-mob .body-menu .results .result-block {
        display: block;
    }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
    .new-design .bg-image-block.scroll-section {
        height: auto;
    }
}