@font-face {
    font-family: 'Days';
    src: url('../fonts/Days.eot');
    src: url('../fonts/Days.eot?#iefix') format('embedded-opentype'), url('../fonts/Days.woff2') format('woff2'), url('../fonts/Days.woff') format('woff'), url('../fonts/Days.ttf') format('truetype'), url('../fonts/Days.svg#Days') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura New';
    src: url('../fonts/FuturaNewMedium-Reg.eot');
    src: url('../fonts/FuturaNewMedium-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaNewMedium-Reg.woff2') format('woff2'), url('../fonts/FuturaNewMedium-Reg.woff') format('woff'), url('../fonts/FuturaNewMedium-Reg.ttf') format('truetype'), url('../fonts/FuturaNewMedium-Reg.svg#FuturaNewMedium-Reg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html body .container {
    max-width: 1597px;
    display: block;
    margin: auto;
    padding: 0 15px;
}

.container.mod {
    max-width: 1920px;
    padding: 0 15px;
}

body {
    font-family: 'Days';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f6f6;
    margin: 0;
    padding: 0;
}

html body .site {
    background-color: #f6f6f6;
}

h1,
h2,
h3,
p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

header[role="banner"] {
    min-height: 133px;
}

#fixed_menu {
    -webkit-box-shadow: 0 3px 18px 2px rgba(111, 111, 111, 0.07);
    box-shadow: 0 3px 18px 2px rgba(111, 111, 111, 0.07);
    background-color: #ffffff;
    padding-top: 33px;
    padding-bottom: 41px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#fixed_menu.fixeded {
    padding-top: 48px;
    padding-bottom: 26px;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__search {
    width: 50%;
    height: 53px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 27px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px 0 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header__search .search-field,
.header__search .search-field::placeholder {
    color: #1a1a1a;
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.header__search .search-field {
    border: 0px;
    background: transparent;
}

.header__search span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    background-color: #ffa100;
    position: relative;
    transition: 0.3s;
}

.header__search button:hover span {
    background-color: #0054ad;
}

.header__search span:after {
    content: '';
    background: url(../img/searchic.png) center center no-repeat;
    position: absolute;
    width: 13px;
    height: 13px;
}

html body .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00102b;
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 400;
    border-radius: 27px;
    background-color: #ffa100;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.titleh2,
html body #main h1.entry-title {
    font-family: 'Days';
    font-size: 85px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 84px;
    text-transform: uppercase;
    color: #000000;
}

html body #main .entry-header {
    margin: auto;
}

html body .btn:hover {
    background-color: #0054ad;
    color: #ffffff;
}

.header__btn {
    width: 327px;
    height: 53px;
}

section.select {
    padding-bottom: 87px;
 /*  background: url(/img/bzbg.png) center bottom no-repeat; */
}

.select__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (290px)[5];
    grid-template-columns: repeat(5, 290px);
    -ms-grid-rows: minmax(420px);
    grid-template-rows: minmax(420px);
    grid-auto-rows: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.select__elem {
    padding: 40px 14px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #0054ad;
    background-color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.select__elem:hover {
    border: 1px solid #ffa100;
    -webkit-box-shadow: 0 4px 24px 5px rgba(111, 111, 111, 0.17);
    box-shadow: 0 4px 24px 5px rgba(111, 111, 111, 0.17);
}

.select__elem:hover .title_fz18 {
    color: #0054ad;
}

footer {
    margin-top: 87px;
    padding: 30px 0 30px 0;
    border-top: 1px solid rgba(26, 26, 26, 0.102);
}

.footer__text {
    color: #1a1a1a;
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 400;
}

.title_fz18 {
    font-family: Days;
    text-align: center;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.select__elem img {
    height: 200px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.btn.select {
    width: 183px;
    height: 53px;
    margin: 29px auto 0 auto;
}

#show {
    background-color: #ffa100;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}

.navigation {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition-delay: 300ms;
    -webkit-transition-delay-transition-delay: 300ms;
    left: 0;
}

.navigation.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.navigation.active .navigation__inner {
    background-color: #ffa100;
    -webkit-transform: translate(0, 0);
    -webkit-transform-transform: translate(0, 0);
    -webkit-transition: background-color 0s linear 599ms, -webkit-transform 300ms linear;
    transition: background-color 0s linear 599ms, -webkit-transform 300ms linear;
    transition: transform 300ms linear, background-color 0s linear 599ms;
    transition: transform 300ms linear, background-color 0s linear 599ms, -webkit-transform 300ms linear;
}

.navigation.active .navigation__inner:after {
    width: 300%;
    border-radius: 50%;
    -webkit-animation: elastic 150ms ease 300.5ms both;
    animation: elastic 150ms ease 300.5ms both;
}

.navigation__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999;
    -webkit-transform: translate(-100%, 0);
    -webkit-transform-transform: translate(-100%, 0);
    -webkit-transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
    transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
    transition: transform 300ms linear, background-color 0s linear 300ms;
    transition: transform 300ms linear, background-color 0s linear 300ms, -webkit-transform 300ms linear;
}

.navigation__inner:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ffa100;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@-webkit-keyframes elastic {
    0% {
        border-radius: 50%;
    }
    45% {
        border-radius: 0;
    }
    65% {
        border-top-right-radius: 40px 50%;
        border-bottom-right-radius: 40px 50%;
    }
    80% {
        border-radius: 0;
    }
    90% {
        border-top-right-radius: 20px 50%;
        border-bottom-right-radius: 20px 50%;
    }
    100% {
        border-radius: 0;
    }
}

@keyframes elastic {
    0% {
        border-radius: 50%;
    }
    45% {
        border-radius: 0;
    }
    65% {
        border-top-right-radius: 40px 50%;
        border-bottom-right-radius: 40px 50%;
    }
    80% {
        border-radius: 0;
    }
    90% {
        border-top-right-radius: 20px 50%;
        border-bottom-right-radius: 20px 50%;
    }
    100% {
        border-radius: 0;
    }
}

.mobil_menu {
    display: none;
}

.fixeded {
    margin: 0;
    padding: 15px 30px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
}

#user_login,
#user_pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 20px;
    width: 640px;
    height: 53px;
    border-radius: 27px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 400;
}

#user_login:focus,
#user_pass:focus,
.mainpage_btn:focus {
    outline: none;
}

.formmain_wrap {
    width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login.newstyles #nav .formmain_fog {
    color: #0054ad;
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.login.newstyles #nav .formmain_fog:hover {
    color: #ffa100;
}

.login.newstyles form .formmain_wrap label {
    margin-top: 25px;
    color: #1a1a1a;
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 400;
}

.newstyles.login .mainpage_btn {
    border: none;
    width: 218px;
    height: 53px;
    cursor: pointer;
    margin-top: 33px;
}

.newstyles.login .mainpage {
    background: url(../img/bgimg1.png) 50%/cover no-repeat;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 280px;
}

.titleh2.main {
    margin-top: 10%;
    text-align: left;
    text-transform: inherit;
}

.seldepar,
.selectsect {
    padding: 120px 0 170px 0;
}

.slider.slider-nav.slick-initialized.slick-slider {
    width: 90%;
    margin: 100px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prev,
.next {
    border-radius: 100%;
    border: none;
    width: 43px !important;
    height: 43px !important;
    background-color: #ffa100;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.prev:hover,
.next:hover {
    background-color: #0054ad;
}

.next:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 15px;
    background: url(/img/r_ar_b.png) center center no-repeat;
}

.prev:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 15px;
    background: url(/img/l_ar_b.png) center center no-repeat;
}

.prev:hover:after {
    background: url(/img/r_ar_w.png) center center no-repeat;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.next:hover:after {
    background: url(/img/r_ar_w.png) center center no-repeat;
}

.slick-list.draggable {
    padding: 0 !important;
    width: 100%;
}

.seldepar_tabbtn {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex: 1;
    min-height: 67px;
    border-radius: 10px;
    border: 1px solid #0057b2;
    background-color: #f6f6f6;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0px 5px;
    line-height: normal;
    color: #1a1a1a;
    font-family: Days;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.seldepar_tabbtn:hover {
    -webkit-box-shadow: 0 4px 14px 2px rgba(111, 111, 111, 0.17);
    box-shadow: 0 4px 14px 2px rgba(111, 111, 111, 0.17);
    border-radius: 10px;
    border: 1px solid #ffa100;
    background-color: #ffffff;
    color: #0054ad;
}

.slick-initialized .slick-slide {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.slick-slide.slick-current.slick-active .seldepar_tabbtn {
    background-color: #0054ad;
    border-color: transparent;
    color: #fff;
}

.seldepar_tabbtn.current {
    background-color: #0054ad;
    border-color: transparent;
    color: #fff;
}

.seldepar_tabbtn.current a {
    color: #fff;
}

.seldepar__grid {
    padding-top: 170px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (425px)[auto-fit];
    grid-template-columns: repeat(auto-fit, 425px);
    gap: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.seldepar__elem {
    padding: 0px 20px 54px 20px;
    width: 425px;
    max-width: 100%;
    min-height: 436px;
    border-radius: 10px;
    border: 1px solid #0054ad;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.seldepar__elem:after {
    position: absolute;
    content: '';
    background: url(/img/card_design_hover.png) center center no-repeat;
    width: 100%;
    height: 270px;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .3s;
    transition: .3s;
}

.seldepar__elem:hover {
    color: inherit;
    border: 1px solid #ffa100;
}

.seldepar__elem:hover:after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.seldepar__elem:hover .seldepar__elem_head_title {
    color: #0054ad;
}

.seldepar__elem_head {
    padding-top: 80px;
    padding-bottom: 40px;
}

.seldepar__elem_head_title {
    -webkit-transition: .3s;
    transition: .3s;
    min-height: 100px;
    line-height: 1.1;
    margin-top: 15px;
    z-index: 24;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: Days;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    color: #1a1a1a;
}

.seldepar__elem_line {
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    opacity: 0.1;
}

.seldepar__elem_foot_subtitle {
    margin-top: 20px;
    line-height: 1;
    font-family: "Futura New";
    font-size: 24px;
    opacity: 0.7;
    color: #1a1a1a;
}

.seldepar__elem_foot_title {
    margin-top: 20px;
    line-height: 1;
    font-family: "Futura New";
    font-size: 24px;
    color: #1a1a1a;
}

.seldepar__elem_data {
    line-height: 1;
    margin-top: 16px;
    font-family: "Futura New";
    font-size: 18px;
    color: #1a1a1a;
}

.seldepar__elem_head_subtitle {
    opacity: 0.7;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    font-family: Days;
    color: #1a1a1a;
}

.selectsect__grid {
    padding-top: 170px;
    width: 85%;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 450px 1fr;
    grid-template-columns: 450px 1fr;
    gap: 30px;
}

div#v-pills-tab {
    -webkit-box-shadow: 0 4px 24px 5px rgba(111, 111, 111, 0.17);
    box-shadow: 0 4px 24px 5px rgba(111, 111, 111, 0.17);
    border-radius: 10px;
    background-color: #ffffff;
}

.nav-pills .nav-link {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1.4rem 1.2rem;
    border: none;
    outline: none;
    border-radius: 0;
    position: relative;
    font-family: Days;
    color: #1a1a1a;
}

.nav-pills .nav-link:after {
    position: absolute;
    content: '';
    background-color: rgba(26, 26, 26, 0.1);
    width: 90%;
    height: 1px;
    top: 0;
    left: 5%;
}

.nav-pills .nav-link:first-child {
    border-radius: 10px 10px 0 0;
}

.nav-pills .nav-link:first-child:after {
    display: none;
}

.nav-pills .nav-link:last-child {
    border-radius: 0px 0px 10px 10px;
}

.nav-pills .nav-link:hover {
    color: #0054ad;
}

.selectsect__elem .nav-pills .nav-link.active,
.selectsect__elem .nav-pills .show>.nav-link {
    background: #0054ad;
    border: none;
    outline: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link:hover {
    color: #fff;
}

.selectsect__inngrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 40px;
}

.selectsect__inngrid_item {
    min-height: 110px;
}

.selectsect__inngrid_title {
    font-size: 30px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.3;
    outline: none;
    border: none;
    font-family: Days;
    color: #1a1a1a;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.selectsect__inngrid_title:hover {
    opacity: 1;
    color: #0054ad !important;
}

.selectsect__inngrid_line {
    margin-top: 40px;
    border: 1px solid rgba(26, 26, 26, 0.1);
}

.selectsect__inngrid_data {
    color: rgba(26, 26, 26, 0.7);
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 400;
}

.pagination {
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 275px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation.pagination .page-numbers,
.navigation.pagination .nav-links>span {
    border-radius: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 43px;
    max-width: 100%;
    min-height: 43px;
    background-color: rgba(26, 26, 26, 0.1);
    color: rgba(26, 26, 26, 0.7);
    font-size: 18px;
    color: rgb(26 26 26 / 70%);
    font-family: Days;
    text-align: center;
    margin-right: 24px;
}

.navigation.pagination .page-numbers:hover {
    color: #0054ad;
}

.pagination .nav-links {
    padding-right: 60px !important;
}

.pagination .nav-links .prev {
    margin-right: -30px;
}

.pagination .nav-links:after {
    display: none;
}

.slick-list.draggable {
    height: auto !important;
}

.pagin_arr {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 43px;
    height: 43px;
    background-color: #ffa100;
}

.sectinner__title {
    font-size: 60px;
    margin-bottom: 83px;
    line-height: 1.1;
    color: #1a1a1a;
    font-family: Days;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.sectinner__subtitle {
    font-size: 30px;
    margin-top: 70px;
    margin-bottom: 40px;
    line-height: 1.3;
}

.sectinner__descr {
    font-family: "Futura New";
    font-size: 24px;
    line-height: 1.3;
}

.imginn {
    width: 100%;
    margin-top: 30px;
}

.imginn.video {
    margin-bottom: 32px;
}

.sectinner__subtitle_bl {
    color: #0054ad;
    font-family: "Futura New";
    font-size: 30px;
    font-weight: 400;
    margin-top: 37px;
    margin-bottom: 26px;
}

.sectinner_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.sectinner_wrimg_text {
    margin-top: 16px;
    color: rgba(26, 26, 26, 0.7);
    font-family: "Futura New";
    font-size: 18px;
    margin-bottom: 20px;
}

.sectinner__wrapbtn {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 290px;
}

.sectinner__wrapbtn_download {
    width: 172px;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Futura New";
    font-size: 18px;
    border-radius: 27px;
    background-color: #ffa100;
    cursor: pointer;
    position: relative;
}

.sectinner__wrapbtn_download:after {
    position: absolute;
    content: '';
    background: url(/img/download.png) center center no-repeat;
    width: 10px;
    height: 15px;
    left: 35px;
    top: 19px;
}

.sectinner__wrapbtn_file {
    color: #0054ad;
    font-family: "Futura New";
    font-size: 24px;
    text-decoration: underline;
    cursor: pointer;
}

.sectinner__table {
    margin-top: 30px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #777777;
    background-color: #ffffff;
    border-collapse: inherit;
}

.sectinner__table th {
    padding: 10px 30px 10px 15px;
    color: #0054ad;
    font-family: "Futura New";
    font-size: 24px;
    font-weight: 400;
}

.sectinner__table td {
    padding: 10px 15px;
    font-family: "Futura New";
    font-size: 24px;
}

.sectinner__table tr.fill {
    background-color: rgba(0, 84, 173, 0.1);
}

.addbase {
    padding: 70px 0 200px 0;
}

.page-template-default.page.page-id-2475 #content {
    padding-top: 130px;
    background: url(/img/basebg.png) center 145px no-repeat;
    width: 100%;
    margin: auto;
}

.addbase__title {
    font-family: Days;
    font-size: 85px;
    font-weight: 400;
    margin-bottom: 84px;
    text-align: center;
}

.addbase__text {
    font-family: "Futura New";
    font-size: 24px;
    margin: auto;
    line-height: 1.1;
}

#textarea-form {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    resize: none;
    padding: 20px;
    font-family: "Futura New";
    font-size: 18px;
    margin-top: 30px;
}

#textarea-form:focus {
    outline: none;
}

.addbase__form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fileadd-form {
    margin: 30px 0;
    position: relative;
    padding: 0 30px;
    max-width: 65%;
    min-height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 27px;
    border: 1px dashed rgba(26, 26, 26, 0.7);
    font-family: "Futura New";
    font-size: 18px;
    cursor: pointer;
}

.fileadd-form:after {
    position: absolute;
    content: '';
    background: url(/img/google-docs.png) center center no-repeat;
    width: 14px;
    top: 20px;
    right: 30px;
    height: 16px;
}

input#fileadd-form {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 4;
}

.addbase__form {
    margin: auto;
}

body .wrapaddbase .submit_form {
    width: 179px;
    height: 53px;
    border-radius: 27px;
    background-color: #ffa100;
    font-family: "Futura New";
    color: #00102b;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: initial;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

body .wrapaddbase .submit_form:hover {
    background-color: #0054ad;
    color: #fff;
}

.mainpage #login {
    width: auto;
    padding: 0;
    margin: auto;
}

.mainpage #loginform {
    background: transparent;
    box-shadow: none;
}

.mainpage .container {
    max-width: 1597px;
    display: block;
    margin: auto;
    padding: 0 15px;
}

.login.newstyles #login_error,
.login.newstyles .message,
.login.newstyles .success {
    background-color: transparent;
    box-shadow: none;
}

footer .site-info {
    display: none;
}

.header__search button {
    background: transparent;
    padding: 0px;
    line-height: normal;
}

.header__search button:hover {
    background: transparent;
}

.content-area .site-main article .entry-footer {
    display: none;
}

.site .navigation.pagination {
    opacity: 1;
    visibility: visible;
    overflow-y: initial;
    overflow-x: initial;
}

.owl-categories.owl-carousel .owl-nav {
    display: block !important;
    position: relative;
    top: -54px;
}

.owl-categories.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.owl-categories.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
}

html body.archive.category .site-inner,
html body.post-template-default.single.single-post .site-inner,
body.page-template-default.page .site-inner {
    max-width: 100%;
}

.owl-categories.owl-carousel {
    padding: 0px 115px;
}

.owl-categories.owl-carousel .owl-item {
    transition: 0.5s;
    opacity: 0;
}

.owl-categories.owl-carousel .owl-item.active {
    opacity: 1;
}

.pagination:before,
.pagination:after {
    display: none;
}

.pagination,
.page-header {
    border-top: none !important;
}

.selectsect__inngrid_item h2 {
    margin-bottom: 8px;
}

.post-template-default.single.single-post .sectinner__descr a {
    word-break: break-all;
    white-space: normal;
}

.post-template-default.single.single-post .sectinner__descr img {
    border-radius: 10px;
    border: 1px solid #777777;
}

.post-template-default.single.single-post .sectinner__descr table {
    border-radius: 10px;
    border: 1px solid #777777;
}

.post-template-default.single.single-post .sectinner__descr table tr:nth-child(2n) {
    background-color: rgb(0 84 173 / 10%);
}

.post-template-default.single.single-post .sectinner__descr table tr:nth-child(2n+1) {
    background-color: #ffffff;
}

.post-template-default.single.single-post .sectinner__descr .wp-block-table tr:nth-child(2n+1) td {
    border-width: 0px 1px 0px 0px;
    border-color: rgb(0 84 173 / 10%);
}

.post-template-default.single.single-post .sectinner__descr .wp-block-table tr:nth-child(2n) td {
    border-width: 0px;
}

.post-template-default.single.single-post .sectinner__descr .wp-block-table tr:first-child td:first-child {
    border-radius: 10px 0px 0px 0px;
}

.post-template-default.single.single-post .sectinner__descr .wp-block-table tr:first-child td:last-child {
    border-radius: 0px 10px 0px 0px;
}

.post-template-default.single.single-post .sectinner__descr .wp-block-file__button {
    width: 172px;
    max-width: 100%;
    min-height: 53px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #00102b;
    font-family: "Futura New";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    border-radius: 27px;
    background-color: #ffa100;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    display: inline-block;
    box-shadow: none;
    opacity: 1;
    text-transform: initial;
    position: relative;
}

.post-template-default.single.single-post .sectinner__descr .wp-block-file__button:after {
    position: absolute;
    content: '';
    background: url(/img/download.png) center center no-repeat;
    width: 10px;
    height: 15px;
    left: 35px;
    top: 19px;
}

.post-template-default.single.single-post .sectinner__descr .wp-block-file__button:hover {
    background-color: #0054ad;
    color: #ffffff;
    opacity: 1;
}

.post-template-default.single.single-post .sectinner__descr h3 {
    color: #1a1a1a;
    font-family: Days;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.post-template-default.single.single-post .sectinner__descr h4 {
    color: #0054ad;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

html body.post-template-default.single.single-post .site-inner {
    padding-top: 100px;
}

#comments.comments-area {
    display: none;
}

html body .site-footer {
    padding: 2em 7.6923% 2em;
}

html body.archive.category .site-footer {
    background: #f6f6f6;
    padding: 2.5em 4.5455% 3em;
    margin: 0px 21px;
    margin-top: -21px;
}

@media screen and (min-width: 56.875em) {
    html body .site-footer {
        padding: 2em 4.5455% 2em;
    }
}

@media screen and (min-width: 61.5625em) {
    body.post-template-default.single.single-post:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
        margin-right: 0;
        margin-left: -0%;
        max-width: 100%;
    }
    body.post-template-default.single.single-post.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: unset;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 56.875em) {
    html body.archive.category .site-content,
    html body.post-template-default.single.single-post .site-content {
        padding: 0 16px;
    }
}

@media screen and (max-height: 550px) {
    .mainpage #login {
        padding: 0px 0;
    }
}

@media (max-width: 1596px) {
    .addbase__title {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .addbase__text {
        font-size: 18px;
    }
    #textarea-form {
        height: 150px;
    }
    .container {
        max-width: 1140px;
    }
    .select__grid {
        -ms-grid-columns: (290px)[3];
        grid-template-columns: repeat(3, 290px);
    }
    .header__search {
        width: 35%;
        padding-left: 20px;
    }
    .header__btn {
        width: 290px;
    }
    .titleh2,
    html body h1.entry-title {
        font-size: 60px;
    }
    .newstyles.login .mainpage {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .selectsect__grid {
        width: 100%;
        padding-top: 60px;
    }
    .selectsect__inngrid_title {
        font-size: 24px;
    }
    .selectsect__inngrid {
        gap: 20px;
    }
    .selectsect,
    .addbase {
        padding: 60px 0;
    }
    .selectsect__grid,
    .seldepar__grid {
        background: none !important;
    }
    .sectinner__title {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
        padding: 0 15px;
    }
    .page-template-default.page.page-id-2475 #content {
        background: none;
        padding-top: 40px;
    }
    .titleh2,
    html body h1.entry-title {
        font-size: 45px;
    }
    .header__search {
        width: 25%;
        padding-left: 10px;
    }
    .selectsect__grid {
        -ms-grid-columns: 350px 1fr;
        grid-template-columns: 350px 1fr;
    }
}

@media (max-width: 1024px) {
    .select__grid {
        -ms-grid-columns: (290px)[2];
        grid-template-columns: repeat(2, 290px);
    }
}

@media (max-width: 992px) {
    .addbase__title {
        font-size: 24px;
    }
    .addbase__text {
        font-size: 16px;
    }
    .addbase__text,
    .addbase__form {
        width: 100%;
    }
    .addbase__form__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .container {
        max-width: 720px;
    }
    .mobil_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
    }
    .header__wrapper {
        display: none;
    }
    #fixed_menu {
        padding: 20px 0;
    }
    .titleh2,
    html body h1.entry-title {
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    footer {
        margin-top: 0;
    }
    #user_login,
    #user_pass,
    .formmain_wrap {
        width: 100%;
    }
    .seldepar,
    .selectsect {
        padding: 60px 0;
    }
    .seldepar__grid {
        padding-top: 30px;
    }
    .selectsect__grid {
        -ms-grid-columns: 250px 1fr;
        grid-template-columns: 250px 1fr;
    }
    .selectsect__inngrid_title {
        font-size: 18px;
    }
    .selectsect__inngrid_line {
        margin-top: 20px;
    }
    .selectsect__inngrid_item {
        min-height: auto;
    }
    .nav-pills .nav-link {
        font-size: 14px;
    }
    .sectinner__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sectinner__subtitle,
    .sectinner__subtitle_bl {
        line-height: 1;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .sectinner__descr {
        font-size: 16px;
    }
    .sectinner__wrapbtn {
        margin: 30px auto;
    }
    .sectinner__table {
        overflow-x: auto;
    }
    .selectsect__grid.mod {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .selectsect__grid.mod div#v-pills-tab {
        width: 60%;
        margin: auto;
    }
    .sectinner__table th,
    .sectinner__table td {
        font-size: 16px;
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .slider.slider-nav.slick-initialized.slick-slider {
        margin-top: 30px;
    }
    .fileadd-form {
        max-width: 100%;
    }
    .sectinner__table th,
    .sectinner__table td {
        font-size: 12px;
        line-height: 1;
    }
    div#v-pills-tab {
        width: 60%;
        margin: auto;
    }
    .container {
        max-width: 540px;
    }
    .seldepar_tabbtn {
        margin: auto;
        font-size: 10px;
    }
    .selectsect__grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .pagination {
        margin: 60px auto 0px auto;
    }
    .titleh2,
    html body #main h1.entry-title {
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 30px;
        color: #000000;
    }
    .owl-categories.owl-carousel {
        padding: 0px 25px;
    }
    html body #content .entry-content {
        margin-right: auto;
        margin-left: auto;
    }
    .selectsect__inngrid {
        padding: 0px 30px;
    }
    .post-template-default.single.single-post .post {
        padding: 0px 20px;
    }
    html body.post-template-default.single.single-post .site-inner {
        padding-top: 10px;
    }
    .selectsect__grid {
        padding-top: 15px;
    }
    body #content .page-header {
        margin: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .seldepar_tabbtn {
        width: 65%;
    }
    .selectsect__elem {
        padding: 0px 15px;
    }
    .seldepar__elem_head_title {
        font-size: 20px;
    }
    .select__grid {
        -ms-grid-columns: (290px)[auto-fit];
        grid-template-columns: repeat(auto-fit, 290px);
    }
}

@media (max-width: 539px) {
    .sectinner_grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .selectsect__grid.mod div#v-pills-tab {
        width: 100%;
    }
    .selectsect__inngrid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    div#v-pills-tab {
        width: 100%;
    }
    .seldepar__elem {
        width: 290px;
        margin: auto;
    }
    .container {
        max-width: 100%;
    }
    .header__logo img {
        width: 60%;
    }
}

@media (max-width: 460px) {
    div#nav {
        width: 200px;
    }
}


/*# sourceMappingURL=style.min.css.map */