@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/
.newsFirst img{
    max-width: 100%;
    margin-bottom: 15px;
}
.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}

html.lock {
    overflow: hidden;
}


/*  */

body {
    font-weight: 300;
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.h1,
h1 {
    text-align: left;
    font-weight: 700;
    margin: 0 0 60px;
    line-height: 1;
}

.h1M {
    font-weight: 700;
}

.title {
    margin-bottom: 60px;
}

.title .h1,
.title h1 {
    margin: 0;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    /*min-width: 1200px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.btnStyle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}

.btnStyle .imgWBtn {
    margin-right: 10px;
}

.btnStyle .txtBtn {
    font-weight: 400;
}

.title a {
    font-weight: 500;
}


/*header*/

header {
    margin-bottom: 35px;
    position: relative;
    z-index: 15;
}

.wrapTLH {
    padding: 30px 0;
}

.wrapTLH .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wrapTLH .logo img {
    margin-right: 10px;
}

.logo:hover {
    text-decoration: none;
}

.wrapTLH .txtLogo {
    width: 280px;
}

.wrapTLH .phonesBlock a {
    font-weight: 400;
}

.wrapTLH .txtLogo .name {
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
}

.wrapTLH .txtLogo .txt {
    display: block;
}

.wrapTLH .phonesBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    background: url(../images/iconPhone.png) no-repeat left 5px;
}

.wrapTLH .mail {
    padding-left: 25px;
    background: url(../images/iconMail.png) no-repeat left center;
    line-height: 1;
}

.js-blind-open {
    border: 1px solid var(--colorSecond);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 3px;
    cursor: pointer;
}

.mainButt {
    display: none;
}

.wrapBLH ul {
    display: flex;
    justify-content: flex-start;
}

.wrapBLH ul>li {
    position: relative;
    z-index: 5;
}

.wrapBLH ul ul {
    display: none;
    padding-top: 30px;
    position: absolute;
    top: 100%;
    min-width: 100%;
}

ul.mainHeadUl>li.parent>a {
    padding-right: 30px;
    position: relative;
    display: inline-block;
}

ul.mainHeadUl>li.parent>a:before {
    position: absolute;
    right: 10px;
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s;
}

ul.mainHeadUl.activeParent>li.parent>a:before {
    top: 56%;
    transform: translateY(-50%) rotate(225deg);
}

.wrapBLH ul ul a {
    padding: 10px 15px;
    line-height: 1;
    min-width: 300px;
    font-weight: 300;
}

.wrapBLH ul a {
    padding: 0 15px;
    font-weight: 400;
    display: block;
}


/*End header*/


/*bannerMain*/

.wrapBM {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
    position: relative;
}

.wrapBM:after {
    position: absolute;
    content: url(../images/decBMAdter.png);
    bottom: 20px;
    left: calc(50% + 689px);
    z-index: 1;
}

.wrapBM:before {
    position: absolute;
    content: url(../images/decBMBefore.png);
    top: 150px;
    right: calc(50% + 790px);
    z-index: 1;
    transform: translateY(-50%);
}

.nucBM {
    align-items: center;
    position: relative;
    display: flex;
    min-height: 100%;
}

.nucBMWrap.leftCol .nucBM {
    justify-content: flex-end;
}

.nucBMWrap:hover {
    background: var(--colorSecond);
}

.nucBMWrap.rightCol .nucBM {
    justify-content: flex-start;
}

.nucBM {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 15px 70px;
}

.nucBM .contentInfo {
    width: 550px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.nucBM .imgW {
    margin-right: 20px;
    width: 60px;
}

.nucBM .txtBlock {
    flex: auto;
}

.nucBM .name {
    font-weight: 400;
}

.nucBM .txt {
    margin-top: 15px;
}

.nucBM .btnBM {
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s linear;
    border-radius: 2px;
    margin-top: 30px;
}


/*End bannerMain*/


/*headNewsBlock*/

.headNewsBlock {
    padding: 65px 0 55px;
}

.lineDecHN {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}

.lineDecHN .imgW {
    margin-right: 30px;
}

.lineDecHN .txtBlock {
    flex: auto;
}

.lineDecHN .name {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.lineDecHN .txt {
    line-height: 1;
}

.headNewsBlock .descr .name {
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1;
}

.headNewsBlock .descr .txtBlock p {
    margin-bottom: 20px;
}


/*End headNewsBlock*/


/*educationalMaterialsBlock*/

.educationalMaterialsBlock {
    padding: 60px 0 15px;
}

.sliderEM {
    position: relative;
}

.sliderEM .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background: #fff;
    font-size: 0;
}

.sliderEM .slick-prev {
    display: none !important;
}

.sliderEM .slick-next {
    right: -60px;
}

.sliderEM .slick-arrow:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    top: calc(50% - 15px);
}

.sliderEM .slick-next:before {
    left: 10px;
}

.slideEM {
    padding-left: 2px;
}

.nucEM {
    position: relative;
    overflow: hidden;
}

.slideEM {
    display: flex;
    justify-content: center;
}

.nucEM .txtBlock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: none;
    content: '';
    padding: 20px;
    transition: all 0.4s;
}

.nucEM .name {
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1;
}

.nucEM .name p {
    margin: 0;
    padding: 10px 20px;
    line-height: 1;
}

.nucEM .txt {
    padding-top: 30px;
}

.nucEM .more {
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s linear;
    padding: 5px 10px;
    border-radius: 2px;
    margin-top: 20px;
}

.nucEM>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*End educationalMaterialsBlock*/


/*educationalVideoBlock*/

.educationalVideoBlock {
    padding: 15px 0 50px;
}

.wrapEV {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3px;
}

.headEV {
    grid-column-start: span 2;
    padding: 30px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.headEV .h1 {
    margin-bottom: 15px;
}

.headEV .txt {
    font-size: 24px;
    line-height: 1;
}

.headEV .btnStyle {
    margin-top: 25px;
}

.nucEV {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.nucEV>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nucEV .name {
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 74px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
    padding: 15px;
    line-height: 1;
    z-index: 10;
    bottom: 0;
}

.nucEV .shadowBlock {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s;
    padding-bottom: 34px;
}

.nucEV:hover .shadowBlock {
    opacity: 1;
}


/*End educationalVideoBlock*/


/*gosSitesBlock*/

.gosSitesBlock {
    padding: 50px 0;
    border-top: 1px solid #dee0e3;
}

.sliderGS {
    position: relative;
    margin: 0 -7px;
}

.gsSlide {
    padding: 0 7px;
}

.sliderGS .slick-arrow {
    position: absolute;
    top: 50%;
    content: '';
    font-size: 0;
    border: none;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    background: none;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderGS .slick-prev {
    left: -35px;
}

.sliderGS .slick-next {
    right: -35px;
}

.sliderGS .slick-arrow::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
}

.searchBlock .btnSearch {
    display: none;
}

.sliderGS .slick-prev::before {
    border-bottom: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
}

.author-mibok {
    display: none !important;
}

.sliderGS .slick-next::before {
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}

.sliderGS .slick-arrow:hover:before {
    border-color: var(--colorSecond);
}

.szakitable .table {
    overflow: auto;
}

.nucGS {
    position: relative;
    background: #f2f4f7;
    padding: 10px 12px;
    min-height: 100px;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}

.nucGS:before {
    position: absolute;
    right: 0;
    bottom: -10px;
    content: url(../images/nucGSDec.png);
}


/*.nucGS .txtBlock{
    min-height: ;
}*/


/*End gosSitesBlock*/


/*footer*/

.topLineFooter {
    padding: 20px 0 25px;
    border-top: 1px solid #dee0e3;
    background: #f2f4f7;
}

.wrapTLF .wrapLogo {
    display: flex;
    align-items: center;
    padding-right: 30px;
    border-right: 1px solid #afb1b3;
}

.wrapTLF .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrapTLF .logo .imgW {
    margin-right: 15px;
}

.wrapTLF .logo .txtLogo {
    flex: auto;
    display: block;
    font-weight: 500;
}

.wrapTLF .infoBlock {
    padding: 0 30px;
    border-right: 1px solid #afb1b3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.wrapTLF .navBlock {
    font-weight: 500;
    margin-bottom: 10px;
}

.wrapTLF .phonesBlock {
    margin-bottom: 10px;
}

.wrapTLF .mainCol {
    padding-left: 30px;
}

.wrapTLF .mainCol ul li {
    margin-bottom: 10px;
}

.botLineFooter {
    background: #d9dbde;
    padding: 15px 0;
}

.wrapBLF * {
    display: inline-block;
}

.botLineFooter .polit {
    text-decoration: underline;
    transition: all 0.4s;
}

table {
    border-collapse: collapse;
}

th {
    font-weight: normal;
    padding: 10px 15px;
}

td {
    padding: 10px 15px;
}

.page-docs__table .szakitable .filter .clicktogler {
    display: flex;
    border-radius: 0 25px 25px 0;
    padding: 13px 30px 13px 13px;
    font-weight: 300;
    /* margin-bottom: 65px; */
    min-height: 52px;
    border: 0;
    cursor: pointer;
    transition: all 1s;
    align-items: center;
}

div.szakitable div.filter {
    display: flex;
    position: relative;
    margin-bottom: 65px;
}

.imgW.imgloader {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.imgW.imgloader.none {
    display: none;
}


/*page-docs*/

.page-docs {
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-docs__left {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-docs__content-top {
    width: 72%;
    margin-bottom: 70px;
}

.page-docs__txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}

.page-docs__content-bottom {
    width: 77%;
    margin-left: auto;
    padding: 40px 28% 40px 4%;
    background: #013c7c url(../images/contacts-bg.png) top right/60% no-repeat;
    border-radius: 4px;
}

.page-docs__content-bottom .page-docs__txt {
    color: #fff;
}

.page-docs__right {
    width: 30%;
    position: relative;
    padding-top: 43%;
    display: flex;
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(0 0 0);
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgb(0 0 0);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgb(0 0 0);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(0 0 0);
}

.page-docs__license {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-docs__license-1 {
    top: -10%;
    left: -60%;
}

.page-docs__license-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin: 0 auto;
}

.page-docs__title {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 100px 0 60px;
}

.page-docs__table {
    width: 100%;
}

.page-docs__table .szakitable {
    display: flex;
    flex-direction: column;
}

.page-docs__table .szakitable #pager {
    margin-top: 30px;
    order: 3;
}

.page-docs__table .szakitable #pager a {
    margin-right: 10px;
}

.page-docs__table .szakitable #pager input {
    width: auto;
}

.page-docs__table .szakitable .filter input {
    width: 50%;
    display: block;
    background: none;
    border-radius: 25px 0 0 25px;
    padding: 13px 10px 13px 25px;
    font-weight: 300;
    /* background: url(../images/icon-search.png) 99% center/ 40px 40px no-repeat; */
}

.page-docs__table .szakitable .table {
    order: 2;
}

.page-docs__table div.szakitable th {
    font-weight: 300;
    padding: 5px 10px;
}


/*.page-docs__table .szakitable th:nth-child(3) {
    width: 140px;
}*/

.page-docs__table .szakitable td {
    padding: 5px 10px;
}

#content-1 {
    height: 305px;
}


/*page-docs end*/


/*End footer*/


/*insidepage*/

.insidepage header {
    padding-bottom: 15px;
}

.insidepage .item-page {
    padding-bottom: 50px;
}

.newsItem .wrapTitleNews {
    margin-bottom: 15px;
}

.newsItem .newsflashTitle {
    font-size: 20px;
    margin: 0;
    line-height: 1;
}

.newsItem {
    flex-direction: column;
    padding: 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    /*border-top: 1px solid;*/
    align-items: center;
}

.wrapNewsItemLine {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapNewsItemLine .imgW {
    margin-bottom: 20px;
}

.wrapReadMore a {}


/* tablesearch */

table.csv td {
    padding: 5px;
}

.tablesorter-header {
    position: relative;
    /* This is needed for the absolute positioning. */
}

.bg-gray {
    opacity: 0.5;
}

.expertise-search {
    --expertise-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

.expertise-search .wrapSearch {
    position: relative;
}

.expertise-search .wrapSearch .search {
    transition: border-color 0.3s var(--expertise-ease), box-shadow 0.3s var(--expertise-ease), background-color 0.3s var(--expertise-ease);
}

.expertise-search.is-searching .wrapSearch .search {
    border-color: #b41b3d;
    box-shadow: 0 0 0 3px rgba(180, 27, 61, 0.14);
    background-color: #fff;
}

.expertise-search__spinner {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border: 2px solid rgba(1, 61, 124, 0.15);
    border-top-color: #b41b3d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s var(--expertise-ease), visibility 0.25s var(--expertise-ease);
    animation: expertiseSpin 0.75s linear infinite;
    animation-play-state: paused;
    pointer-events: none;
}

.expertise-search.is-searching .expertise-search__spinner {
    opacity: 1;
    visibility: visible;
    animation-play-state: running;
}

@keyframes expertiseSpin {
    to {
        transform: rotate(1turn);
    }
}

.expertise-table-panel {
    position: relative;
}

.expertise-table-panel .expertise-table__content {
    transition: opacity 0.35s var(--expertise-ease), transform 0.35s var(--expertise-ease), filter 0.35s var(--expertise-ease);
}

.expertise-table-panel.is-loading .expertise-table__content {
    opacity: 0.45;
    transform: translateY(2px);
    filter: blur(0.4px);
    pointer-events: none;
}

.expertise-table-panel.is-switching-out .expertise-table__content {
    opacity: 0;
    transform: translateY(8px);
}

.expertise-table-panel.is-switching-in .expertise-table__content {
    animation: expertiseTableIn 0.35s var(--expertise-ease);
}

.expertise-table__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s var(--expertise-ease), visibility 0.3s var(--expertise-ease);
    pointer-events: none;
}

.expertise-table__overlay::after {
    content: '';
    width: 42px;
    height: 42px;
    border: 3px solid rgba(0, 64, 153, 0.15);
    border-top-color: #004099;
    border-radius: 50%;
    animation: expertiseSpin 0.8s linear infinite;
    animation-play-state: paused;
}

.expertise-table-panel.is-loading .expertise-table__overlay {
    opacity: 1;
    visibility: visible;
}

.expertise-table-panel.is-loading .expertise-table__overlay::after {
    animation-play-state: running;
}

.expertise-table-panel.is-updated tbody tr[data-row] {
    animation: expertiseRowIn 0.4s var(--expertise-ease) backwards;
    animation-delay: calc(var(--row-index, 0) * 35ms);
}

.expertise-table-panel.is-updated .paginate {
    animation: expertiseFadeIn 0.35s var(--expertise-ease);
}

.expertise-table-panel tbody tr.expertise-empty {
    animation: expertiseFadeIn 0.35s var(--expertise-ease);
}

@keyframes expertiseTableIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expertiseRowIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expertiseFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.expertise-search .nucTab {
    transition: background-color 0.25s var(--expertise-ease), transform 0.25s var(--expertise-ease), box-shadow 0.25s var(--expertise-ease);
}

.expertise-search .nucTab.active {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.expertise-pagination .expertise-page-link,
.expertise-pagination .expertise-page-nav {
    transition: background 0.2s var(--expertise-ease), opacity 0.2s var(--expertise-ease), transform 0.2s var(--expertise-ease);
}

.expertise-pagination .expertise-page-link:hover:not(:disabled),
.expertise-pagination .expertise-page-nav:hover:not(:disabled) {
    transform: translateY(-1px);
}

.csv th.header {
    transition: background-color 0.2s var(--expertise-ease), color 0.2s var(--expertise-ease);
}

.animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.rounded-full {
    border-radius: 9999px
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-t-2 {
    border-top-width: 2px;
}

*,
 :after,
 :before {
    box-sizing: border-box;
    border: 0 solid #d2d6dc
}

.wrapSearch {
    position: relative;
}

.animate-spin.rounded-full.h-5.w-5.border-t-2.border-b-2.border-purple-500 {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wrapSearch .search {
    line-height: 1;
    width: 100%;
    display: block;
    background: none;
    border-radius: 0;
    padding: 13px 10px 13px 25px;
    font-weight: 300;
    outline: none;
}

.csv th.header {
    cursor: pointer;
    font-weight: 300;
    padding: 5px 10px;
    transition: 0.1s;
    min-width: 70px;
    padding-right: 30px;
}

.tabs {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    margin: 20px 0;
    cursor: pointer;
}

.nucTab {
    text-align: center;
    padding: 20px;
    transition: 0.2s
}

.loadmore {
    display: inline-flex;
    padding: 10px;
    margin: 0 0 20px 0;
    transition: 0.2s;
    cursor: pointer;
}

.dateCreate {
    margin-bottom: 20px;
    color: #a94442;
}

.paginate {
    margin: 20px 0;
    text-align: center;
}

.expertise-pagination {
    display: block;
    width: 100%;
}

.expertise-pagination .pageNum {
    display: flex;
    justify-content: center;
}

.expertise-pagination__list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
}

.expertise-pagination .expertise-page-link,
.expertise-pagination .expertise-page-nav {
    color: #fff;
    background: #004099;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.expertise-pagination .expertise-page-link:hover:not(:disabled),
.expertise-pagination .expertise-page-nav:hover:not(:disabled) {
    background: #00306f;
}

.expertise-pagination .expertise-page-link.active,
.expertise-pagination .expertise-page-link.select-none {
    background: #b41b3d;
    cursor: default;
}

.expertise-pagination .expertise-page-link:disabled,
.expertise-pagination .expertise-page-nav:disabled {
    opacity: 0.55;
    cursor: default;
}

.expertise-pagination .expertise-page-dots {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #004099;
    background: #e8eef7;
    font-weight: 700;
    user-select: none;
}

.expertise-pagination .expertise-page-nav {
    font-size: 22px;
    font-weight: 700;
}

.select-none {
    background: #b41b3d;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pageNum button {
    color: #fff;
    background: #004099;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.cursor-default.select-none {
    background: #ccc;
    color: #000;
}


/* tablesearch */


/*End insidepage*/


/* --- Media styles --- */

@media screen and (min-width:992px) {
    .wrapBLH ul li:hover>ul {
        display: block;
    }
}

@media screen and (min-width:1300px) {
    .wrapper .container {
        width: 1270px;
    }
}

@media screen and (max-width:1299px) {
    .nucBM .contentInfo {
        width: 460px;
    }
    .sliderGS {
        padding: 0 10px;
    }
    .sliderGS .slick-prev {
        left: -25px;
    }
    .sliderGS .slick-next {
        right: -25px;
    }
    table.csv {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

@media screen and (max-width:1199px) {
    .wrapBLH ul a {
        padding: 0 10px;
    }
    .wrapTLH {
        flex-wrap: wrap;
    }
    header .wrapLogo {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-bottom: 10px;
    }
    .nucBM {
        padding: 15px 25px;
    }
    .nucBM .contentInfo {
        width: 450px;
    }
    .headEV {
        grid-column-start: span 3;
    }
    .wrapEV {
        grid-template-columns: repeat(3, 1fr);
    }
    .wrapTLF .logo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wrapTLF .logo .txtLogo {
        white-space: nowrap;
    }
    .wrapTLF .wrapLogo {
        padding-right: 15px;
    }
    .wrapTLF .infoBlock {
        padding: 0 15px;
    }
    .sliderGS {
        margin: 0;
        padding: 0 20px;
    }
    .sliderGS .slick-prev {
        left: -10px;
    }
    .sliderGS .slick-next {
        right: -10px;
    }
}

@media screen and (max-width:991px) {
    .wrapBLF {
        flex-wrap: wrap;
    }
    .wrapBLF .copyright {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    header {
        position: fixed;
        width: 100%;
        margin-bottom: 0;
        z-index: 2000;
        top: 0;
    }
    .mainButt {
        position: fixed;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 2002;
    }
    .mainButt .line {
        position: relative;
        width: 100%;
        height: 2px;
        transition: .4s;
    }
    .mainButt .line:nth-child(2):before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        content: '';
        transition: .4s;
    }
    .active .mainButt {
        left: auto;
        right: 0;
    }
    .active .mainButt .line:nth-child(1),
    .active .mainButt .line:nth-child(3) {
        opacity: 0;
    }
    .active .mainButt .line:nth-child(2) {
        transform: rotate(45deg);
    }
    .active .mainButt .line:nth-child(2):before {
        transform: rotate(-90deg);
    }
    .wrapBLH {
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        position: fixed;
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-end;
        transition: .4s;
        z-index: 2001;
    }
    .active .wrapBLH {
        left: 0;
    }
    .nucGS {
        min-height: 130px;
    }
    .wrapBLH ul {
        padding: 50px 0;
        display: block;
        width: 100%;
    }
    .wrapBLH ul li {
        width: 100%;
        position: relative;
    }
    .wrapBLH ul ul {
        position: relative;
        padding: 20px 30px;
    }
    .searchBlock {
        display: none;
    }
    .bannerMain {
        margin-top: 175px;
    }
    .wrapBM {
        grid-template-columns: repeat(1, 1fr);
    }
    .nucBMWrap.leftCol .nucBM {
        justify-content: flex-start;
    }
    .nucBM .contentInfo {
        width: 100%;
    }
    .headEV {
        grid-column-start: span 2;
    }
    .wrapEV {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapTLF .mainCol {
        display: none;
    }
    .wrapTLF .infoBlock {
        border-right: none;
    }
    .wrapTLH {
        padding: 15px 0;
    }
    .insidepage .item-page {
        padding-top: 225px;
    }
    .insidepage .item-page img,
    .wrapNewsItemLine img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .wrapBLF .polit {
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    .wrapBLF .copyrSite {
        text-align: center;
        width: 100%;
    }
    .wrapTLF .wrapLogo {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .mainButt {
        top: 15px;
    }
    .active .mainButt {
        top: 0;
    }
    .wrapTLH {
        flex-wrap: nowrap;
        padding-left: 50px;
    }
    header .wrapLogo {
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .wrapTLH .logo img {
        max-width: 50px;
    }
    .wrapTLH .phonesBlock {
        display: none;
    }
    .wrapTLH .mail {
        display: none;
    }
    .results {
        display: none;
    }
    .bannerMain {
        margin-top: 90px;
    }
    .nucBM {
        padding: 15px 15px;
    }
    .nucBM .contentInfo {
        flex-direction: column;
    }
    .nucBM .imgW {
        margin-bottom: 15px;
    }
    .lineDecHN {
        flex-direction: column;
        align-items: flex-start;
    }
    .lineDecHN .imgW {
        margin-bottom: 15px;
    }
    .headEV {
        grid-column-start: span 1;
    }
    .wrapEV {
        grid-template-columns: repeat(1, 1fr);
    }
    .topLineFooter {
        padding: 15px 0 15px;
    }
    .wrapTLF {
        flex-direction: column;
        align-items: center;
    }
    /* {
        border-right: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
        width: 100%;
    } */
    .wrapTLF .logo .txtLogo {
        text-align: center
    }
    .wrapTLF .infoBlock {
        align-items: center;
        text-align: center;
    }
    .wrapTLF .logo .imgW {
        margin-right: 0;
    }
    .title .all {
        display: none;
    }
    .insidepage .item-page {
        padding-top: 125px;
    }
    h1,
    .h1 {
        margin: 0 0 35px;
    }
}

@media screen and (max-width:675px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {
    .headEV {
        padding: 30px 15px;
    }
    .nucEV .shadowBlock img {
        width: 50px;
    }
    .nucEV .shadowBlock {
        padding-bottom: 75px;
    }
    .nucEM .txtBlock {
        padding: 10px;
    }
    .nucEM:hover .txtBlock {
        padding-top: 10px;
    }
    .nucEM .txt {
        padding-top: 10px;
    }
}

@media screen and (max-width:485px) {
    .wrapTLH .txtLogo {
        display: none;
    }
    .tabs {
        grid-template-columns: 1fr;
        grid-auto-flow: inherit;
        grid-gap: 10px;
        margin: 15px 0;
    }
}

@media screen and (max-width:425px) {
    .wrapTLF .logo .txtLogo {
        white-space: normal;
    }
}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}