/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.logo {
    max-width: 300px;
    height: 60px;
}
body {
    --card_bg_hover_black: var(--light, #fff) var(--dark, #22356b);
}

.MIDDLE_ADV .index-block .banners-img-with-text-list {
    background-color: #07307B;
}

.index-block .news-list .news-list__item-title a{
    color: #07307B;
}
.index-block .news-list .news-list__item-period .arrow-all {
    transform: rotate(45deg);
}
.index-block .news-list .stroke-theme-hover:hover * {
    stroke: #07307B;
}
.index-block .news-list .colored_theme_hover_bg-block:hover .colored_theme_hover_bg-el {
    background-color: #07307B;
}
.index-block .news-list .news-list__wrapper {
    border-left: 1px solid #07307B33;
}
.index-block .news-list .news-list__wrapper:first-child {
    border: none;
}
.index-block .news-list .news-list__item-period-date {
    padding: 4px 10px;
    border: 1px solid #072f7866;
    color: #072f7866;
    border-radius: 61px;
}
.index-block .news-list .news-list__wrapper:hover {
    background-color: #F5F8FE;
}
.index-block .news-list .index-block__title {
    color: #07307B;
    letter-spacing: -2px;
}
.COMPANY_TEXT {
    background-color: #08132F;
    color: #FFFFFF;
}
.COMPANY_TEXT .index-block__title {
    letter-spacing: -2px;
}
.COMPANY_TEXT .index-block__preview {
    color: #FFFFFF;
    opacity: 0.5;
    line-height: 28px;
    font-weight: 300;
}
.COMPANY_TEXT .index-block__btn a{
    background-color: #FFFFFF1A;
    color: #FFFFFF;
    border: none;
    /*border-radius: 61px;*/
    /*padding: 18.5px 56.5px;*/
}
.COMPANY_TEXT .index-block__btn a:hover {
    background-color: #FFFFFF;
    color: #07307B;
    border: none;
}
.btn {
    /*padding: 18.5px 56.5px;*/
}
.search .search-input {
    border-radius: var(--theme-border-radius);
    border: none;
    background-color: #EEF0F4;
}
.mt--16 {
    margin-top: 16px;
}
.topic__heading #pagetitle {
    color: #07307B;
}
.w50{
    width: 50%;
}
.COMPANY_TEXT .company-item__heading.company-item__heading--RIGHT::after {
    content: "";
    width: 40%;
    height: 100%;
    -webkit-transform: skew(-22.4deg);
    -moz-transform: skew(-22.4deg);
    -o-transform: skew(-22.4deg);
    background: #08132f;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 35.8%;
    z-index: 1;
}
.index-block .form-fon::before{
    content: "";
    width: 20%;
    height: 100%;
    -webkit-transform: skew(-22.4deg);
    -moz-transform: skew(-22.4deg);
    -o-transform: skew(-22.4deg);
    background: #08132f;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
}
@media (min-width: 1200px) and (max-width: 1560px) {
    .index-block .form-fon::before{
        width: 130px;
        left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .index-block .form-fon::before{
        width: 130px;
        left: -16px;
    }
}
@media (min-width: 1580px) {
    .COMPANY_TEXT .company-item__picture-wrapper--wide {
       padding-top: 70%;
    }
    .COMPANY_TEXT .company-item__picture.bg-fix.company-item__picture--no-fon.company-item__picture--wide::before {
        width: 30%;
        left: -5%;
    }
}
@media (max-width: 992px) {
    .COMPANY_TEXT .company-item__heading.company-item__heading--RIGHT::after {
        display: none;
    }
}
.form-control {
    border-radius: var(--theme-border-radius);
    border: none;
}
.form-control:hover, .form-control:focus, .form-control:active, .form .form-control.input-filed {
    background-color: #EEF0F4;
}
.mobileheader--color-colored {
    background-color: #0a3177;
}
.mobileheader__inner .fill-more-theme {
    fill: #f6831d !important;
}
.mobileheader .line-block__item:not(.hidden) + .logo {
    max-width: 250px;
}

/*первый баннер*/
.banners-big__item--light .banners-big__title {
    position: relative;
    z-index: 10;
}
.custom-text {
    display: block;
}
.custom_banner.main-slider__item .banners-big__text::after {
    content: "";
    width: 80%;
    height: 100%;
    -webkit-transform: skew(-22.4deg);
    -moz-transform: skew(-22.4deg);
    -o-transform: skew(-22.4deg);
    background-color: #07307B;
    display: block;
    top: 0;
    left: calc(100% - 25%);
    position: absolute;
    z-index: 1;
}
.numb-year {
    font-size: 466px;
    font-weight: 600;
    color: #ff7433;
    right: 0;
    left: 60%;
    top: 54%;
    position: absolute;
    transform: translate(-30%, -50%);
    letter-spacing: -10px;
}
.text-year {
    position: absolute;
    right: 0;
    font-size: 176px;
    font-weight: 500;
    letter-spacing: -10px;
    top: 35%;
    transform: translate(-50%, -35%);
    z-index: 2;
    opacity: 0.8;
}
.first-text-banner {
    position: absolute;
    right: 46%;
    z-index: 2;
    bottom: 15%;
    font-size: 46px;
    font-weight: 500;
    transform: translate(95%, 0);
    letter-spacing: -2px;
    opacity: 0.8;
    width: 100%;
}
.second-text-banner {
    position: absolute;
    right: 46%;
    z-index: 2;
    bottom: 10%;
    font-size: 46px;
    font-weight: 500;
    transform: translate(95%, 0);
    letter-spacing: -2px;
    opacity: 0.4;
    width: 100%;
}
.custom_banner .banners-big__item--light .banners-big__title-link {
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .numb-year {
        font-size: 388px;
    }
    .text-year {
        font-size: 150px;
        right: -3%;
    }
    .first-text-banner {
        right: 45%;
        transform: translate(94%, 0);
    }
    .second-text-banner {
        right: 45%;
        transform: translate(94%, 0);
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .numb-year {
        font-size: 250px;
        left: 50%;
        transform: translate(-20%, 20%);
    }
    .text-year {
        font-size: 80px;
        letter-spacing: -1px;
        top: 60%;
        transform: unset;
        right: 13%;
    }
    .first-text-banner {
        transform: translate(80%, 0);
        bottom: 20%;
        right: 39%;
        font-size: 38px;
    }
    .second-text-banner {
        bottom: 15%;
        transform: translate(80%, 25%);
        right: 39%;
        font-size: 38px;
    }
    .custom_banner.main-slider__item .banners-big__text::after {
        width: 60%;
    }
    .custom_banner .banners-big__item--light .banners-big__title-link {
        top: -130px;
        position: relative;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .numb-year {
        font-size: 350px;
        left: 50%;
        transform: translate(-35%, 20%);
        right: unset;
    }
    .text-year {
        font-size: 100px;
        letter-spacing: -5px;
        top: 45%;
        right: 6%;
    }
    .custom_banner .banners-big__item--light .banners-big__title-link {
        top: -150px;
    }
    .first-text-banner {
        right: 0;
        transform: translate(40%, 0);
    }
    .second-text-banner {
        right: 0;
        transform: translate(40%, 0);
    }
}
@media (max-width: 767px) {
    .numb-year {
        font-size: 166px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .text-year {
        font-size: 60px;
        letter-spacing: -4px;
        top: 40%;
        transform: translate(75%, -40%);
        right: 30%;
    }
    .first-text-banner {
        font-size: 26px;
        right: 50%;
        transform: translate(50%, 0);
        letter-spacing: -1px;
    }
    .second-text-banner {
        font-size: 26px;
        right: 50%;
        transform: translate(50%, 0);
        letter-spacing: -1px;
    }
    .custom_banner.main-slider__item .banners-big__text::after {
        display: none;
    }
    .custom_banner .banners-big__item--light .banners-big__title {
        font-size: 30px;
    }
    .custom_banner .banners-big__item--light .banners-big__title-link {
        top: -130px;
        position: relative;
    }
}
@media (min-width: 600px) and (max-width: 1366px) {
    body .mobile-scrolled {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 15px !important;
        margin-bottom: -15px !important;
        padding-top: 15px !important;
        margin-top: -15px !important;
        grid-gap: 0px;
    }
    #main .mobile-scrolled--items-2 > div {
        width: 40%;
    }
    #main .mobile-scrolled > div {
        flex-shrink: 0;
        box-sizing: content-box;
    }
}

.mt-40 {
    margin-top: 40px;
}
.p-20 {
    padding: 20px;
}
.table_scroll {
    overflow: hidden;
}
@media(max-width:500px) {
    .table_scroll {
        overflow-x: auto;
    }
}
.table_scroll table th {
    font-weight: bold;
    text-transform: uppercase;
    color: #20559d;
    text-align: center;
    font-size: 12px;
    border: 1px solid #999;
    padding: 10px;
    line-height: 18px;
}
.table_scroll table td {
    border: 1px solid #999;
    padding: 7px 10px;
}
.table_scroll table {
    width: 100%;
    min-width: 500px
}
@media screen and (max-width: 768px) {
    #mainpage .site-content .table_scroll table tr {
        display: table-row
    }
    #mainpage .site-content .table_scroll table tr td {
        display: table-cell;
        width: auto;
    }
}
ul[type="square"] ul[type="disc"] li,
ul ul[type="disc"] li {
    list-style-type: disc;
    margin-left: 40px;
}
ul[type="square"] ul[type="disc"] li::before,
ul ul[type="disc"] li::before {
    display: none;
}
.header-menu__item {
    margin: 0 20px;
}

.uchastnik_proekta {
    text-align: center;
}
.uchastnik_proekta img {
    width: 150px;
}
@media (max-width: 767px) {
    .uchastnik_proekta {
        text-align: left;
    }
    .uchastnik_proekta a {
        display: inline-block;
        margin-top: 20px;
    }
}

.left_menu_cabinet {
    margin-bottom: 48px;
}
.right_block_cabinet {
    width: calc(100% - 348px);
}
@media (max-width: 768px) {
    .cabinet_page {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .mobile-hidden {
        display: none;
    }
    .right_block_cabinet {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .left_menu_cabinet {
        width: 348px;
        padding-right: 48px;
    }
    .cabinet_page {
        display: flex;
    }
    .left_menu_cabinet .sidebar {
        position: sticky;
        top: 112px;
    }
}
.bpink {
    background: #fcf3fb;
}
.bblue {
    background: #eff7fc;
}
.borange {
    background: #fdf8e0;
}
.bgreen {
    background: #effcef;
}
.bgray {
    background: #f7f7f7;
}
table hr {
    border-color: var(--theme-base-color);
}
.faq-accordion__detail-text table td {
    padding: 7px 10px;
}
.wptb-table-container .footer {
    background-color: unset;
}
.wptb-table-container ul li:before {
    display: none;
}
.p-10 {
    padding: 10px;
}
@media (min-width: 1367px) {
    .banners-img-with-text-list .grid-list--items-4-wide {
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    }
    .elements-count-4 .banners-img-with-text-list__item-text--absolute {
        bottom: unset;
        top: 56px;
    }
}

.side-menu li.active:first-child .link--active {
    color: var(--white_text_black);
}
@media (min-width: 769px) {
    .items.custom-menu-point {
        margin-top: -40px;
    }
}
@media (max-width: 767px) {
    .bottom-menu--bold .items {
        margin: 0 0 -20px;
    }
}

@media (min-width: 601px) and (max-width: 1366px) {
    .elements-count-4 .banners-img-with-text-list__item-text--absolute {
        bottom: unset;
        top: 10px;
    }
}
@media (max-width: 600px) {
    .elements-count-4 .banners-img-with-text-list__item-text--absolute {
        bottom: unset;
        top: 15px;
    }
}