

/* Start:/bitrix/templates/kspko/components/bitrix/menu/top/style.css?16257558661925*/
.header__nav {
    display: flex;
    align-items: center;
}

.header__nav-items {
    height: 107px;
}

.header__nav-item {
    color: inherit;
    height: 100%;
    display: inline-block;
    padding-top: 42px;
    margin-right: 26px;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
}

.header__nav-item:hover, .header__nav-item--selected {
    color: #0050B2;
    border-bottom: 3px solid #20C6FB;
}

.header__nav-item:nth-child(n+5) {
    display: none;
}

.header__menu-btn {
    width: 20px;
    height: 20px;
    margin: 7px 7px 7px 15px;
    position: relative;
}

.header__menu-btn::after, .header__menu-btn::before {
    content: "";
}

.header__menu-btn span, .header__menu-btn::after, .header__menu-btn::before {
    height: 4px;
    width: 4px;
    position: absolute;
    border-radius: 2px;
    top: 50%;
    transition: all 0.3s ease 0s;
    background-color: #0050B2;
}

.header__menu-btn::before {
    left: 0;
    transform: translate(0px, -50%) rotate(0deg);
}

.header__menu-btn span {
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.header__menu-btn::after {
    right: 0;
    transform: translate(0px, -50%) rotate(0deg);
}

.header__menu-btn:hover span, .header__menu-btn:hover::after, .header__menu-btn:hover::before {
    background-color: #20C6FB;
}
 
.header__menu-btn[data-active="true"]::before, .header__menu-btn[data-active="true"] span, .header__menu-btn[data-active="true"]::after {
    height: 3px;
    border-radius: 0px;
}

.header__menu-btn[data-active="true"]::after {
    transform: translate(0px, -50%) rotate(45deg);
    width: 100%;
}

.header__menu-btn[data-active="true"]::before {
    transform: translate(0px, -50%) rotate(-45deg);
    width: 100%;
}

@media(max-width: 1279px) {
    .header__nav-item:nth-child(n+4) {
        display: none;
    }
}

@media(max-width: 767px) {
    .header__nav {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/kspko/components/bitrix/menu/menu/style.css?1625757220214*/
.menu__site-map {
    padding: 40px 0px;
    overflow: overlay;
}

.menu__site-map .grid_4columns {
    row-gap: 8px;
}

.site-map_dp-level_1 {
    color: #0050B2;
}

.site-map_dp-level_3 {
    margin-left: 16px;
}
/* End */


/* Start:/bitrix/templates/kspko/components/bitrix/breadcrumb/breadcrumb/style.css?1618825319605*/
.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 34px;
    font-size: 14px;
    line-height: 20px;
}

.breadcrumbs a {
    text-decoration: none !important;
}

.breadcrumb-sep {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0px 12px;
    background-color: #B5C3D3;
    align-self: center;
}

.breadcrumb-item {
    font-family: Rubik;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}

.breadcrumb-item--disabled {
    color: #B5C3D3;
}

/*@media (max-width: 1280px) {
    .breadcrumbs {
        display: none;
    }
}*/
/* End */


/* Start:/bitrix/templates/kspko/components/bitrix/menu/side-menu/style.css?16225443821106*/
.side-menu a {
    text-decoration: none !important;
}

.side-menu {
    border: 1px solid #D9E5F3;
    margin-bottom: 20px;
    margin-top: 49px;
    box-sizing: border-box;
}

.side-menu button,
.side-menu button:active,
.side-menu button:focus {
    outline: none;
}

.side-menu__elem {
    min-height: 51px;
    border-top: 1px solid #D9E5F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.side-menu__elem a {
    display: block;
    padding: 0.5rem 0;
}

.side-menu__elem.selected {
    color: #0050B2;
}

.side-menu__section {
    background-color: #ECF2FA;
}

.sm--depth_1:first-child {
    border: 0;
}

.side-menu__right-block {
    flex-shrink: 0;
    height: 100%;
    width: 43px;
}

.side-menu__btn {
    height: 100%;
    width: 100%;
}

.side-menu__btn {
    background-color: inherit;
    padding: 0px;
    border: 0px;
}

.side-menu__btn[data-active="false"] img {
    transform: rotate(-180deg);
}

.sm--depth_1 {
    padding-left: 16px;
}

.sm--depth_2 {
    padding-left: 31px;
}

.sm--depth_3 {
    padding-left: 50px;
}
/* End */


/* Start:/bitrix/templates/kspko/styles.css?1768186498888*/
table.standart {
    border-collapse: collapse;
    text-align: center;
}

table.standart td {
    border-style: solid;
    border-width: 1px;
    border-color: #ECF2FA;
}

table.standart tr:nth-child(2n) {
    background-color: #D9E5F3;
}

table.standart tr:hover {
    background-color: #B5C3D3;
}

table.standart1 {
    border-collapse: collapse;
    text-align: center;
}

table.standart1 td {
    border-style: solid;
    border-width: 1px;
    border-color: #ECF2FA;
}

table.standart1 tr:nth-child(2n) {
    background-color: #B5C3D3;
}

table.standart1 tr:hover {
    background-color: #D9E5F3;
}

.file {
    margin: 24px 0px;
    text-decoration: none !important;
}

.file .file__name {
    margin: 0;
    margin-bottom: 7px;
    text-decoration: underline;
}

.file .file__info {
    margin: 0;
    color: #0050B2;
}

.file:hover .file__name {
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/kspko/template_styles.css?176818649810217*/
#panel {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    overflow: overlay;
}

body {
    position: relative;
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

h1 {
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    margin: 24px 0px;
}

h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

button {
    padding: 0px;
    outline: none;
}

hr {
    border: 0;
    border-bottom: 1px solid #D9E5F3;
}

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

.main a {
    text-decoration: underline;
}

.white-text {
    color: white;
}

.font-rubik {
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.small {
    font-size: 14px;
    line-height: 17px;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1240px;
    padding: 0 20px;
}

.grid_3columns,
.grid_4columns,
.grid_2autocolumns {
    display: grid;
    column-gap: 26px;
    row-gap: 26px;
}

.grid_3columns {
    grid-template-columns: repeat(3, 4fr);
}

.grid_4columns {
    grid-template-columns: repeat(4, 3fr);
}

.grid_2autocolumns {
    grid-template-columns: auto auto;
}

.overflow--hidden {
    overflow: hidden;
}

.news-list__time {
    margin-top: 0px;
    font-family: Rubik !important;
    font-weight: 400 !important;
    line-height: 18px;
    color: #B5C3D3;
}


/* Header */

.head {
    height: 50px;
    background: #0050B2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60;
}

.header--fixed .head {
    position: static;
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
}

.head__wrapper {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head__logo {
    display: flex;
    align-items: center;
    color: white;
}

.head__logo:hover {
    color: #20C6FB;
}

.head__logo-icon {
    height: 34px;
}

.head__logo-txt {
    margin-left: 10px;
}

.head__half-wrapper {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head__logo-icon,
.head__logo-txt,
.head__menu-btn {
    display: none;
}

.header--fixed .head__logo-icon,
.header--fixed .head__logo-txt,
.header--fixed .head__menu-btn {
    display: block;
}

.head__contact-number {
    font-weight: 500;
    color: white;
}

.head__contact-number:hover {
    color: #20C6FB;
}

.head__buttons-block {
    width: 140px;
    display: flex;
    justify-content: space-between;
}

.head__btn-search,
.head__eye-btn {
    width: 34px;
    height: 34px;
    background-color: inherit;
    border: 0px;
}

.head__menu-btn {
    width: 20px;
    height: 20px;
    margin: 7px;
    position: relative;
}

.head__menu-btn::after, .head__menu-btn::before {
    content: "";
}

.head__menu-btn span, .head__menu-btn::after, .head__menu-btn::before {
    height: 4px;
    width: 4px;
    position: absolute;
    border-radius: 2px;
    top: 50%;
    transition: all 0.3s ease 0s;
    background-color: #ffffff;
}

.head__menu-btn::before {
    left: 0;
    transform: translate(0px, -50%) rotate(0deg);
}

.head__menu-btn span {
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.head__menu-btn::after {
    right: 0;
    transform: translate(0px, -50%) rotate(0deg);
}

.head__menu-btn:hover span, .head__menu-btn:hover::after, .head__menu-btn:hover::before {
    background-color: #20C6FB;
}
 
.head__menu-btn[data-active="true"]::before, .head__menu-btn[data-active="true"] span, .head__menu-btn[data-active="true"]::after {
    height: 3px;
    border-radius: 0px;
}

.head__menu-btn[data-active="true"]::after {
    transform: translate(0px, -50%) rotate(45deg);
    width: 100%;
}

.head__menu-btn[data-active="true"]::before {
    transform: translate(0px, -50%) rotate(-45deg);
    width: 100%;
}

header {
    width: 100%;
}

.header__bottom-line {
    border-bottom: 1px solid #D9E5F3;
    top: 50px;
    left: 0;
    width: 100%;
    position: absolute;
}

.header__wrapper {
    height: 107px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.header__logo-icon {
    height: 70px;
}

.header__logo-txt {
    margin: 0px 0px 0px 32px;
    width: 280px;
    line-height: 20px;
    color: #0050B2;
}

.header__menu {
    background-color: white;
    height: calc(100vh - 158px);
    position: absolute;
    top: 158px;
    z-index: 100;
    width: 100%;
    display: none;
    overflow: overlay;
}

.header__search {
    background-color: white;
    height: calc(100vh - 158px);
    position: absolute;
    top: 158px;
    z-index: 100;
    width: 100%;
    display: none;
    overflow: auto;
}

.search-form__bottom-border {
    padding-top: 25px !important;
    height: 42px;
    border-bottom: 2px solid #0050B2;
}

.menu__search-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.search-form__input {
    width: 100%;
    border: 0;
    background-color: inherit;
    color: #0050B2;
}

.search-form__input::placeholder {
    color: #0050B2;
}

.search-form__btn {
    border: 0;
    background-color: transparent;
}

.header--fixed .header__menu,
.header--fixed .header__search {
    top: 50px;
    height: calc(100vh - 50px);
}


/* Main */

#main {
    margin-top: 158px;
    padding-bottom: 20px;
    flex: 1 0 auto;
}

.main__wrapper {
    display: grid;
    grid-template-columns: 8fr 1fr 3fr;
    grid-template-areas: "content emp aside";
    column-gap: 28px;
    justify-content: space-between;
}

.main__wrapper .main__content {
    grid-area: content;
}

.main__wrapper aside {
    grid-area: aside;
}

.main--hidden {
    opacity: 0;
}


/* Footer */

footer {
    background: #0050B2;
    flex-shrink: none;
}

.footer__wrapper {
    padding-top: 44px;
    padding-bottom: 38px;
    color: white;
    display: grid;
    grid-template-columns: 5fr 5fr 2fr;
    column-gap: 28px;
}

.footer__logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer__logo-icon {
    height: 70px;
    margin-right: 26px;
    margin-bottom: 10px;
}

.footer__logo-txt {
    margin: 0px;
    line-height: 20px;
    color: white;
}

.footer__column-header {
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight: 500;
}

.footer-social__links-cont {
    display: grid;
    grid-template-columns: 2fr;
    column-gap: 26px;
}

.footer-link__icon {
    margin-right: 8px;
    height: 24px;
}

.footer-link__text {
    display: block;
}

.footer-social__links:first-child {
    margin-top: 0px;
}

.footer-social__links:last-child {
    margin-bottom: 0px;
}

.footer-social__links .footer-link__row {
    display: flex;
    align-items: center;
    margin: 8px 0px;
    font-weight: 400;
}

.footer-link--border {
    border-bottom: 1px solid #20C6FB;
    transition: 0.3s;
}

.footer-link__row:hover .footer-link--border {
    color: #ddd;
    border-bottom: 1px solid rgba(0 ,0, 0, 0);
}

.footer__copyright-line {
    border-top: 1px solid rgba(181, 195, 211, 0.3);
}

.footer__copyright {
    padding: 14px 0px;
    color: #B5C3D3;
}

@media(max-width: 1279px) {
    body {
        font-size: 14px;
        line-height: 18px;
    }
    .font-rubik {
        font-size: 14px;
        line-height: 17px;
    }
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .container {
        max-width: none;
    }
    .grid_3columns,
    .grid_4columns {
        grid-template-columns: repeat(2, 4fr);
        column-gap: 24px;
    }
    .grid_2autocolumns {
        column-gap: 24px;
    }
    .main__wrapper {
        grid-template-columns: 8fr;
        grid-template-rows: auto auto;
        grid-template-areas: "aside" "content";
    }
    aside {
        display: none;
    }
    .footer__wrapper {
        grid-template-columns: 3fr 3fr 2fr;
    }
    .footer__logo {
        grid-template-columns: 2fr;
        grid-template-rows: auto auto;
        row-gap: 10px;
    }
    .footer-social__links-block {
        grid-template-columns: 2fr;
        grid-template-rows: auto auto;
        row-gap: 8px;
    }
}

@media(max-width: 767px) {
    .font-rubik {
        font-size: 12px;
        line-height: 14px;
    }
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .grid_3columns,
    .grid_4columns {
        grid-template-columns: 4fr;
        row-gap: 20px;
    }
    .grid_2autocolumns {
        grid-template-columns: 4fr;
        grid-template-rows: auto auto;
        row-gap: 20px;
    }
    .head__half-wrapper {
        width: auto;
    }
    .head__contact-number {
        display: none;
    }
    .head__menu-btn {
        display: block;
    }
    .footer__wrapper {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .footer__wrapper {
        grid-template-columns: 4fr;
        row-gap: 22px;
        grid-template-rows: auto auto;
    }
    .footer__logo-column {
        /* 
        grid-area: row1; */
        padding-bottom: 21px;
        border-bottom: 1px solid #D9E5F3;
    }
    .footer__logo {
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 2fr 1fr;
        column-gap: 20px;
    }
    /* 
    .footer__address-column {
        grid-area: row2_column1;
    }
    .footer__social-column {
        grid-area: row2_column2;
    }
    .footer-social__links-cont {
        grid-template-columns: 2fr;
        grid-template-rows: auto auto;
    } */
}
/* End */
/* /bitrix/templates/kspko/components/bitrix/menu/top/style.css?16257558661925 */
/* /bitrix/templates/kspko/components/bitrix/menu/menu/style.css?1625757220214 */
/* /bitrix/templates/kspko/components/bitrix/breadcrumb/breadcrumb/style.css?1618825319605 */
/* /bitrix/templates/kspko/components/bitrix/menu/side-menu/style.css?16225443821106 */
/* /bitrix/templates/kspko/styles.css?1768186498888 */
/* /bitrix/templates/kspko/template_styles.css?176818649810217 */
