html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
   
}

img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:active,
a:focus,
a:hover {
    text-shadow: 2px 2px 4px rba(0, 0, 0, 0.5);
    text-decoration: none;

}

/* table,
table tbody,
table tfoot,
table tfoot tr tf,
table thead,
table tr,
table tr th,
tr td {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
    background: #fff;
    border: 1px solid #d1d8dd;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    list-style-type: none;
}

.constainer {
    max-width: calc(1400px + 30px);
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.header__burger-menu {
    display: none;
    position: fixed;
    overflow: auto;
    max-height: 100vh;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10000;
}

.black-bgd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
    opacity: 0.5;
    display: none;
}

.header {
    padding: 22px 0;
}

.header__burger .line {
    background: #326695;
    height: 2px;
    width: 18px;
    margin: 3px 0;
}

.header__search {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background: #fff;
    width: 100%;
    padding: 15px 0;
    display: none;
}

.header__search .search__close {
    margin-left: 11px;
    cursor: pointer;
}

.header__search input {
    background: 0 0;
    border: none;
    font-size: 16px;
    line-height: 130%;
    outline: 0;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}

.header__search input::-webkit-input-placeholder {
    color: #a3aab0;
}

.header__search input::-moz-placeholder {
    color: #a3aab0;
}

.header__search input:-ms-input-placeholder {
    color: #a3aab0;
}

.header__search input::-ms-input-placeholder {
    color: #a3aab0;
}

.header__search input::placeholder {
    color: #a3aab0;
}

.header__search button {
    background: 0 0;
    border: none;
}

.header__search .input {
    background: #fff;
    border: 1px solid #d1d8dd;
    border-radius: 3px;
    padding: 15px;
}

.header__menu .menu__block {
    position: absolute;
    z-index: 999;
    padding: 25px 30px;
    margin-top: 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(68, 89, 101, 0.1);
    box-shadow: 0 10px 25px rgba(68, 89, 101, 0.1);
    left: 0;
    top: 100%;
    width: 100%;
    /* display: none; */
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
}

.header__menu_1 .menu__item:hover .menu__block,
.header__menu_2 .menu__item:hover .menu__block {
    /* display: block; */
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: auto;
}

.header__menu_1 {
    background: #326695;
}

.header__menu_1 a {
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    padding: 21px 0;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    height: 100%;
}

.header__menu_1 a:hover {
    text-decoration: none;
}

.header__menu_1 .menu__block a {
     font-weight: 700;
    height: 60px;
    padding: 5px 10px;
    text-transform: initial;
    font-size: 16px;
    line-height: 130%;
    white-space: pre-wrap;
    color: #326695;

    border-radius: 10px 10px 10px 10px;
    margin: 5px;
    /*border: 1px solid, display none;*/
    display: block !important;
    transition: opacity 0.3s ease-in-out;

}

.header__menu_1 .menu__block a:hover {
    opacity: 0.7;
    border: 1px solid;
    transition: 0.3s ease-in-out;
}

.header__menu_1 .menu__item {
    flex-grow: 1;
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
}

.header__menu_1 .menu__item:hover {
    background: #72a3ce;
}

.header__menu_2 {
    background: #f7fafd;
}

.header__menu_2 .menu__block a {
    height: auto;
    padding: 5px 0;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    white-space: pre-wrap;
    text-align: left;
    color: #1e2226;
}

.header__menu_2 .menu__block a:hover {
    font-weight: 700;
}

.header__menu_2 .menu__block h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    color: #326695;
    padding: 5px 0;
}

.header__menu_2 .menu__item {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
}

.header__menu_2 .menu__item:hover {
    background: #eff3f7;
}

.header__menu_2 a {
    padding: 21px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #313840;
    height: 100%;
    white-space: nowrap;
}

.header__menu_2 a:hover {
    text-decoration: none;
}

.header__commission span {
    display: block;
}

.header__commission a {
    display: block;
}

.header__commission,
.header__commission span,
.header__commission a,
.header__myself a,
.header_links a,
.header__logo span {
    font-family: PT Serif;
    color: #326695 !important;
}

.header__commission .commission__phone {
    font-weight: 700;
    font-size: 12px;
    line-height: 130%;
    color: #1e2226;
    margin-bottom: 5px;
}

.header__logo {
    width: 100%;
}

.header__logo span {
    margin-left: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
}

.header__myself a:first-child {
    margin-bottom: 10px;
}

.header__myself a span {
    font-family: PT Serif;
    margin-left: 8px;
}

.header__rht .rht__loupe {
    cursor: pointer;
}

.header__rht .rht__socials {
    padding-left: 0;
    margin-bottom: 0;
}

.header__rht .rht__socials li {
    margin-left: 6px;
}

.header__rht .rht__languages {
    border: 1px solid #d1d8dd;
    border-radius: 5px;
    outline: 0;
    width: 50px;
    height: 32px;
    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: #1e2226;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 700;
}

.header__rht .rht__top {
    width: 100%;
    margin-bottom: 15px;
}

footer {
    background: #f7fafd;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 80px;
}

.footer__location span {
    font-size: 16px;
    line-height: 130%;
    color: #1e2226;
}

.footer__location a {
    font-size: 16px;
    line-height: 130%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #326695;
    display: block;
}

.footer__commission span {
    font-size: 14px;
    line-height: 130%;
    color: #1e2226;
}

.footer__commission a {
    font-weight: 700;
    font-size: 18px;
    display: block;
    line-height: 130%;
    color: #1e2226;
}

.footer__logo span {
    margin-left: 20px;
    font-family: PT Serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #1e2226;
    text-transform: uppercase;
}

.footer__menu {
    margin: 30px 0;
}

.footer__menu ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer__menu a {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    display: block;
    width: 100%;
    color: #1e2226;
}

.footer__bottom {
    border-top: 1px solid #e2eaee;
    padding-top: 20px;
}

.footer__socials {
    margin-bottom: 0;
    padding-left: 0;
}

.footer__socials li {
    margin-left: 7px;
}

.footer__socials img {
    width: 24px;
    height: 24px;
}

.footer__copyright,
.footer__politics {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 0;
    color: #a3aab0;
}

.banner-info__item {
    background: #f7fafd;
    height: 345px;
    overflow: hidden;
}

.banner-info__item_1 img {
    width: 100%;
    height: 100%;
}

.banner-info__item_2 p {
    padding: 20px 30px;
}

.banner-info__item_3 p {
    padding: 30px 40px;
}

.banner-info__item p {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #1e2226;
    margin-bottom: 0;
}

#breadcrumbs {
    margin-top: 20px;
    margin-bottom: 40px;
}

#breadcrumbs a {
    font-size: 16px;
    line-height: 130%;
    color: #326695;
    margin-right: 15px;
}

#breadcrumbs a:after {
    content: "";
    background: url(../img/svg/breadcrumb.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 15px;
    margin-bottom: -3px;
}

#breadcrumbs span {
    font-size: 16px;
    line-height: 130%;
    color: #a3aab0;
}

.page-inner input[type="email"]:focus,
.page-inner input[type="num"]:focus,
.page-inner input[type="search"]:focus,
.page-inner input[type="text"]:focus,
.page-inner textarea:focus {
    background: #f7fafd;
    border: 1px solid #72a3ce;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

/*UPD 2021-12-27*/
.page-inner input,
.page-inner textarea,
.page-inner select {
    background: #fff;
    height: 50px;
    outline: 0;
    border: 1px solid #d1d8dd;
    border-radius: 3px;
    padding: 14px 15px;
    width: 100%;
}

.page-inner label._lbl-checkbox input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
}

.page-inner label._lbl-checkbox input[type="checkbox"]+i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/svg/checkbox.svg) no-repeat;
}

.page-inner label._lbl-checkbox input[type="checkbox"]:checked+i {
    background: url(../img/svg/checkbox-active.svg) no-repeat;
}

/*END UPD 2021-12-27*/
.page-inner textarea {
    height: 110px;
}

.page-inner form {
    margin-top: 30px;
}

.page-inner button:not(.vue-feedback button) {
    background: #4b7eac;
    border-radius: 3px;
    max-width: 250px;
    width: 100%;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    height: 48px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    border: none;
}

.page-inner button:hover:not(.vue-feedback button) {
    background: #6a9ecc;
}

.page-inner .form-agreement {
    font-size: 12px;
    line-height: 120%;
    margin-top: 12px;
    color: #a3aab0;
}

.page-inner .form-agreement a {
    color: #474c52;
}

/*UPD 2021-12-27*/
.page-inner label {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #1e2226;
    width: 100%;
    margin-bottom: 15px;
}

.page-inner label._lbl-checkbox {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    font-weight: normal;
}

.page-inner label input,
.page-inner label textarea,
.page-inner label select {
    margin-top: 5px;
}

/*End UPD 2021-12-27*/
.page-inner label span {
    font-size: 12px;
    line-height: 120%;
    color: #474c52;
    font-weight: 400;
}

.page-inner h1 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #1e2226;
    margin-bottom: 30px;
}

.page-inner h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #1e2226;
    margin-bottom: 20px;
}

.page-inner h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
    color: #1e2226;
    margin-bottom: 10px;
}

.page-inner h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #1e2226;
}

.page-inner figure {
    margin: 30px 0;
}

.page-inner figure img {
    margin-bottom: 15px;
}

.page-inner figure p {
    font-size: 14px;
    line-height: 130%;
    color: #a3aab0;
    margin-bottom: 0;
}

.page-inner figure span {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #474c52;
}

.page-inner .section__top h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0;
    font-family: PT Sans;
}

.page-inner .section__top a {
    margin-bottom: 3px;
}

.page-inner hr {
    margin: 10px 0;
    opacity: 1;
    background: #d1d8dd;
}

.page-inner p {
    /* font-size: 16px;
    line-height: 130%;
    color: #474c52;
    margin-bottom: 10px; */
}

.load-more {
    padding: 12px 32px;
    border: 1px solid #d1d8dd;
    border-radius: 3px;
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    margin-top: 10px;
}

.load-more span {
    margin-left: 12px;
    font-size: 16px;
    line-height: 130%;
    color: #326695;
}

.pagination li,
.pagination__arr {
    width: 30px;
    height: 30px;
    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;
}

.pagination li img,
.pagination__arr img {
    display: block;
}

.pagination span {
    color: #326695;
}

.pagination a,
.pagination span {
    width: 100%;
    height: 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;
}

.inner-menu_head {
    padding: 20px;
    background: #f7fafd;
    border-radius: 5px;
    cursor: pointer;
}

.inner-menu_head span {
    margin-left: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #326695;
}

.inner-menu__select {
    background: #f7fafd;
    border-radius: 5px;
    margin-bottom: 2px;
}

.inner-menu__select .li_current a {
    color: #1e2226;
}

.inner-menu__select_active .inner-menu__select_head a {
    color: #1e2226;
}

.inner-menu__select_active .inner-menu__select_head img {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.inner-menu__select_head {
    cursor: pointer;
}

.inner-menu__select_head:hover {
    text-decoration: none;
}

.inner-menu__select_head:hover a {
    color: #1e2226;
}

.inner-menu__select_head img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.inner-menu__select_head a {
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    line-height: 130%;
    color: #326695;
    padding: 20px 30px;
}

.inner-menu__select_have-child .inner-menu__select_head {
    padding: 20px 30px;
}

.inner-menu__select_have-child .inner-menu__select_head img {
    display: block;
}

.inner-menu__select_have-child .inner-menu__select_head a {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 12px;
}

.inner-menu__select_body {
    display: none;
    margin-top: -10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 0;
}

.inner-menu__select_body a {
    font-size: 16px;
    line-height: 130%;
    display: block;
    color: #326695;
    padding: 5px 0;
    margin-right: 20px;
}

.more-links {
    margin-top: 30px;
}

.more-links__item {
    margin-bottom: 30px;
    height: 230px;
}

.more-links__item:hover .item__text {
    text-decoration: none;
}

.more-links__item:hover .item__photo img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.more-links__item .item__photo {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.more-links__item .item__photo img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.more-links__item .item__photo:after {
    content: "";
    background: rgba(41, 93, 140, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.more-links__item .item__text {
    font-family: PT Serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    max-width: 270px;
    margin: 0 auto;
    padding: 10px;
}

.inner-links__item {
    margin-bottom: 30px;
}

.inner-links__item_active .inner-links__head span {
    color: #1e2226;
    text-decoration: none;
}

.inner-links__item_active .inner-links__head img {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.inner-links__head {
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
    color: #326695;
    cursor: pointer;
}

.inner-links__head img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inner-links__head span {
    margin-left: 20px;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
}

.inner-links__body {
    padding: 10px 0;
    display: none;
    padding-left: 40px;
}

.inner-links h3 {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 15px;
}

.inner-links a {
    font-size: 18px;
    line-height: 130%;
    color: #326695;
    display: block;
    padding: 5px 0;
}

.page-about {
    padding-left: 0;
    margin-top: 20px;
}

.page-about li {
    font-size: 16px;
    line-height: 130%;
    color: #474c52;
    margin: 10px 0;
}

.page-about li b {
    font-weight: 700;
    color: #1e2226;
}

.page-about li a {
    font-weight: 700;
    color: #326695;
}

.ul-list {
    padding-left: 0;
}

.ul-list li {
    font-size: 16px;
    line-height: 130%;
    color: #474c52;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

.ul-list li:before {
    content: "";
    display: block;
    width: 5px;
    min-width: 5px;
    height: 5px;
    margin-right: 10px;
    background: #326695;
    border-radius: 2px;
}

.ovf-tbl {
    overflow: auto;
}

.table-v1 tr td {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #1e2226;
    background: #f1f6fa;
}

/* .table-v1 tr td:first-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #1e2226;
  background: #f1f6fa;


padding: 15px 20px;
  font-size: 16px;
  line-height: 130%;
  color: #474c52;
} */

.table-v1.founder-table tr td:last-child {
    width: 100%;
}

.table-v1.founder-table tr td:first-child {
    min-width: 370px;
}

.table-v2 td {
    font-size: 16px;
    line-height: 130%;
    color: #474c52;
    padding: 15px 20px;
}

.table-v2.clinical-bases-table td:first-child {
    width: 331px;
}

.table-v2.clinical-bases-table td:nth-child(2) {
    width: 178px;
}

.table-v2.clinical-bases-table td:nth-child(3) {
    max-width: 177px;
}

.table-v2.schedule-table td:first-child {
    max-width: 50px;
    text-align: center;
}

.table-v2.schedule-table td:nth-child(2) {
    max-width: 136px;
}

.table-v2.schedule-table td:nth-child(3) {
    max-width: 101px;
}

.table-v2 tr:nth-child(2n + 2) td {
    background: #f1f6fa;
}

.table-v2 thead td {
    font-weight: 700;
    background: #f1f6fa;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #1e2226;
}

.page-persone_hide .page-persone__text {
    max-height: 230px;
    overflow: hidden;
    position: relative;
}

.page-persone_hide .page-persone__text:after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    height: 60px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.page-persone__all {
    font-size: 16px;
    line-height: 130%;
    color: #326695;
    margin-top: 9px;
    border-bottom: 1px dashed #326695;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.page-persone h4 {
    max-width: 496px;
}

.page-persone img {
    border: 10px solid #f7fafd;
}

.page-persone p {
    font-size: 16px;
    line-height: 130%;
    color: #474c52;
}

.notice__item {
    margin: 15px 0;
}

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

.notice__item:hover p {
    text-decoration: underline;
}

.notice__ico {
    margin-right: 10px;
}

.notice p {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #1e2226;
    margin-top: 5px;
}

.notice data {
    font-size: 14px;
    line-height: 130%;
    color: #a3aab0;
}

.file {
    margin: 15px 0;
}

.file__ico {
    margin-right: 10px;
}

.file p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 130%;
    color: #1e2226;
}

.file a {
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #4b7eac;
}

.structure {
    min-width: 1396px;
}

.structure__ovf {
    padding: 20px;
    margin: -20px;
    overflow: auto;
}

.structure__ovf::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: rgba(4, 184, 173, 0.1);
}

.structure__ovf::-webkit-scrollbar-thumb {
    background: #04b8ad;
}

.structure__ovf::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: rgba(4, 184, 173, 0.1);
}

.structure__ovf::-webkit-scrollbar-thumb {
    background: #04b8ad;
}

.structure__item {
    border-radius: 4px;
    position: relative;
    width: 100%;
}

.structure .item__head {
    background: #4278a8;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
}

.structure .item__head span {
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
    color: #fff;
}

.structure .item__body {
    background: #f7fafd;
    border: 1px solid #d1d8dd;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.structure .item__body span {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #1e2226;
}

.structure__block_center {
    padding-top: 40px;
    position: relative;
    width: 100%;
}

.structure__block_center .item__top {
    -webkit-box-shadow: 0 8px 20px rgba(127, 141, 154, 0.21);
    box-shadow: 0 8px 20px rgba(127, 141, 154, 0.21);
}

.structure__block_center .item__top a {
    font-weight: 700;
}

.structure__block_center:after {
    content: "";
    background: #326695;
    top: -2px;
    left: 63px;
    width: calc(100% - 126px);
    position: absolute;
    height: 2px;
}

.structure__block_center .item__plus {
    position: absolute;
    bottom: -9px;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.structure__block_center .item__head {
    height: 82px;
    padding: 5px;
}

.structure__block_center .item__head span {
    font-size: 12px;
    line-height: 120%;
}

.structure__block_center .item__body {
    height: 50px;
    padding: 5px;
    padding-top: 0;
}

.structure__block_center .item__body a,
.structure__block_center .item__body span {
    font-size: 12px;
    line-height: 130%;
}

.structure__block_center .structure__item {
    margin: 0 4.5px;
    width: 100%;
}

.structure__block_center .structure__item:after {
    content: "";
    background: #326695;
    height: 45px;
    width: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -41px;
    z-index: -1;
}

.structure__block_center .structure__item_another {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.structure__block_center .structure__item_another .structure__block_sub:after {
    height: calc(100% - 70px);
}

.structure__block_center .structure__item_another .item__top {
    height: 132px;
}

.structure__block_center .structure__item_another .item__top .item__head {
    height: 100%;
    background: #4b7eac;
    border-radius: 4px;
}

.structure__block_top {
    position: relative;
    margin-bottom: 28px;
}

.structure__block_top:after {
    content: "";
    background: #326695;
    width: 2px;
    height: 75px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -72px;
    z-index: -1;
}

.structure__block_top .structure__item {
    width: 330px;
    -webkit-box-shadow: 0 8px 20px rgba(127, 141, 154, 0.21);
    box-shadow: 0 8px 20px rgba(127, 141, 154, 0.21);
}

.structure__block_top .item__body {
    height: 55px;
}

.structure__block_top .item__head {
    height: 60px;
    width: 100%;
}

.structure__block_sub {
    padding-top: 20px;
    margin-left: 8px;
    padding-left: 7px;
    position: relative;
    display: none;
    margin-right: 5px;
}

.structure__block_sub:after {
    content: "";
    height: calc(100% - 65px);
    width: 1px;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    background: #72a3ce;
    z-index: -1;
}

.structure__block_sub .structure__item {
    margin: 0;
    margin-bottom: 5px;
    max-width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.structure__block_sub .structure__item .item__head {
    background: #a0c1de;
    padding: 5px;
    height: auto;
    min-height: 80px;
}

.structure__block_sub .structure__item .item__head span {
    font-size: 10px;
    line-height: 120%;
}

.structure__block_sub .structure__item .item__body {
    min-height: 50px;
    height: auto;
    padding: 5px;
}

.structure__block_sub .structure__item .item__body span {
    font-size: 11px;
    line-height: 130%;
    font-weight: 400;
}

.structure__block_sub .structure__item:after {
    background: #72a3ce;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7px;
    height: 1px;
    width: 100%;
    position: absolute;
}

.index-slider {
    margin-bottom: 3rem;
}

.index-slider__main img {
    width: 100%;
}

.index-slider .bottom__lft {
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(85%, #71a3ce),
            color-stop(85%, transparent));
    background: -o-linear-gradient(bottom, #71a3ce 85%, transparent 85%);
    background: linear-gradient(to top, #71a3ce 85%, transparent 85%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 30px 34px 24px 40px;
    background: url(../img/svg/bg-2.svg) no-repeat;
    background-position: top right;
    background-size: 100% 100%;
}

.index-slider .bottom__lft:after {
    border: 23px solid transparent;
    border-top: 23px solid #326695;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    right: 9px;
}

.index-slider .bottom__lft svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.index-slider .bottom__rht {
    background: #f7fafd;
    margin-left: -50px;
    padding-left: 50px;
}

.index-slider .slick-arrow {
    opacity: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.index-slider__arr .arr-lft,
.index-slider__arr .arr-rht {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index-slider__arr .arr-lft:hover,
.index-slider__arr .arr-rht:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index-slider .slider-count {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    margin: 0 20px;
}

.index-slider__info {
    height: 100px;
}

.index-slider__info span {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    margin-left: 15px;
    color: #1e2226;
}

.index-slider__bottom {
    margin-top: -100px;
}

.index-slider .lft__bgd {
    bottom: 23px;
    position: absolute;
    z-index: 0;
    right: -157px;
    margin-left: auto;
    display: block;
}

.section__top {
    margin-bottom: 30px;
}

.section__top h2 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #1e2226;
}

.section__top a {
    font-size: 16px;
    line-height: 130%;
    color: #326695;
    text-decoration: none;
    margin-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;

}

.section__top a:hover {
    translation: color 0.3s ease-in-out;
    color: #147;
}

.news__item {
    padding-bottom: 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 16px;
    margin-top: 16px;
    transform-origin: center center;
    transform-style: preserve-3d;
    box-shadow: 0 4px 16px 0 rgba(32, 66, 95, 0.37);
    scale: 1;
    transition: box-shadow 0.3s ease, transform 0.5s ease, scale 0.3s ease-in-out;
}

.news__item .item__photo {
    margin-bottom: 20px;
    height: 200px;
    margin-right: -12px;
    margin-left: -12px;
}

.news__item .item__photo img {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news__item:before {
  box-shadow: 0 0 0 rbga(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.news__item:hover {
  text-decoration: none;
  box-shadow: 0 4px 5px 2px rgba(32, 66, 95, 0.6);
  scale: 1.01;
  transition: box-shadow 0.3s ease, scale 0.3s ease;
color: #346794;
}

.news__item data {
    font-size: 14px;
    line-height: 130%;
    color: #a3aab0;
    margin-bottom: 10px;
    display: block;
}

.news__item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
/*
    color: #346794;
*/
    margin-bottom: 0;
}

.announce__content {
    padding: 10px 30px;
}

.announce__item {
    color: #fff;
/*
    border: 1px solid #d1d8dd;
*/
    padding: 10px;
    display: block;
    margin-right: -20px;
    margin-left: -20px;
    //border-radius: 10px;
    margin-top: 10px;
    //background-color: aliceblue;
    //box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    transition: color 0.3s ease;
}

.announce__item a:hover{
    text-decoration: none;
}

.announce__item p:hover{
    color: #326695;
    font-weight: 600;
    transition: transform 0.1s ease-in-out, border-left 0.1s ease-in-out, color 0.1s ease-in-out;
    border-left: 4px solid;
    padding-left: 5px;
}

.announce__item:last-child {
    /*border-bottom: none;*/
}

.announce__item data {
    display: block;
    padding-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    text-transform: uppercase;
    color: #326695;
}

.announce__item data span {
    font-size: 14px;
    line-height: 130%;
    margin-left: 8px;
    color: #78828a;
    font-weight: 400;
}

.announce__item p {
    font-size: 16px;
    line-height: 130%;
    color: #1e2226;
    margin-bottom: 0;
    font-weight: 600;
    transition: color 0.1s ease, border-left 0.1s ease;
    border-left: 0px solid;
}

.announce__item:hover {
    text-decoration: none;

}

.slider {
    margin: 60px 0;
    overflow: hidden;
}

section.slider {
    overflow: hidden;
}

.slider .slick-arrow {
    top: 0;
    left: 0;
}

.slider__arrows .arrow-prev {
    margin-right: 10px;
}

.slider__arrows .arrow-next,
.slider__arrows .arrow-prev {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider__arrows .arrow-next:hover path,
.slider__arrows .arrow-prev:hover path {
    fill: #72a3ce;
}

.slider__arrows .arrow-next:hover circle,
.slider__arrows .arrow-prev:hover circle {
    stroke: #72a3ce;
}

.slider .slick-list {
    overflow: visible !important;
}

.slider__block {
    margin-bottom: 60px;
    position: relative;

}

.slider .slick-slide {
    opacity: 0.4;
}

.slider .slick-slide.slick-active {
    opacity: 1;
}

.slider__item {
    outline: 0;
    margin: 0 15px;
    position: relative;
    height: 350px;
}

.slider__item:hover .item__text {
    text-decoration: underline;
}

.slider__item .item__photo {
    position: relative;
    height: 100%;
border-radius: 10px;

-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider__item .item__photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
border-radius: 10px;

}

.slider__item .item__photo:after {
    content: "";
    background: rgba(41, 93, 140, 0.5);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
border-radius: 10px;
}

.slider__item .item__photo:hover {
box-shadow: 0 0 10px;
}

.slider__item .item__text {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #fff;
    padding-left: 30px;
    padding-bottom: 40px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slider__item img {
    width: 100%;
}

.links__item {
    background: #f7fafd;
    padding: 40px 30px;
    position: relative;
    height: 100%;
    border-radius: 10px;
}

.links__item h3 {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #1e2226;
    margin-bottom: 20px;
}

.links__item a {
    display: block;
    font-size: 21px;
    line-height: 31px;
    color: #326695;
    padding: 7px 0;
}

.links__item .item__bookmark {
    position: absolute;
    top: 0;
    right: 30px;
}

.banner {
    margin: 60px 0;
}

.banner__block {
    background: -o-linear-gradient(357.6deg, #326695 12.44%, #326696 101.82%);
    background: linear-gradient(92.4deg, #326695 12.44%, #326696 101.82%);
    padding: 50px 60px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.banner__photo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.banner__bgd {
    position: absolute;
    top: 34px;
    right: -134px;
    z-index: 0;
}

.banner h2 {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 130%;
    color: #fff;
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin-bottom: 20px;
}

.banner .btn {
    position: relative;
    z-index: 2;
}

.banner .btn a {
    color: #ffffff;
}

.partner__item a {
    font-size: 14px;
    line-height: 130%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #326695;
    margin-top: 10px;
    text-align: center;
    display: block;
}

.partner__item p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 130%;
    text-align: center;
    color: #1e2226;
}

.btn {
    background: #c03c34;
    border-radius: 3px;
    padding: 16px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn:hover {
    background: #dc5c53;
}

.btn span {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-right: 10px;
}

.footer__copyright {
    text-align: left;
}

@media (max-width: 1390px) {
    .index-slider .bottom__lft {
        background-size: unset !important;
    }

    .index-slider .label.fs_large {
        font-size: 36px;
    }

    .index-slider .label.fs_medium {
        font-size: 30px;
    }

    .index-slider .label.fs_small {
        font-size: 23px;
    }
}

@media (max-width: 1199px) {
    .index-slider .bottom__lft {
        padding-top: 0;
        background-size: auto;
    }

    .index-slider__info span {
        font-size: 14px;
        line-height: 130%;
    }

    .index-slider__info {
        height: auto;
    }

    .index-slider__arr {
        margin-top: -25px;
    }

    .index-slider__bottom {
        margin-top: -50px;
    }

    .index-slider .bottom__rht {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .index-slider {
        margin-bottom: 50px;
    }

    .slider {
        margin: 50px 0;
    }

    .section__top a {
        font-size: 16px;
        line-height: 130%;
    }

    .section__top h2 {
        font-size: 30px;
        line-height: 150%;
    }

    .announce__item data {
        font-size: 16px;
        line-height: 130%;
    }

    .announce__item data span {
        font-size: 14px;
        line-height: 130%;
    }

    .announce__item p {
        font-size: 16px;
        line-height: 130%;
    }

    .announce__content {
        padding: 0 20px;
    }

    .news__item data {
        font-size: 14px;
        line-height: 130%;
    }

    .news__item p {
        font-size: 16px;
        line-height: 130%;
    }

    .links__item {
        padding: 24px 20px;
        border-radius: 10px;
    }

    .links__item h3 {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .links__item a {
        font-size: 16px;
        line-height: 130%;
    }

    .banner {
        margin: 50px 0;
    }

    .banner h2 {
        font-size: 48px;
        line-height: 130%;
    }

    .banner__block {
        padding: 40px;
        min-height: 280px;
    }

    .banner__bgd {
        right: -150px;
        top: 49px;
    }

    .banner__bgd img {
        width: 789px;
    }

    .banner__photo img {
        width: 581px;
    }

    .banner-info__item {
        height: 227px;
    }

    .banner-info__item img {
        width: 100%;
    }

    .banner-info__item p {
        padding: 20px;
        font-size: 18px;
        line-height: 130%;
        padding-bottom: 0;
    }

    .partner .slick-dots li {
        width: 6px;
        height: 6px;
        padding: 0;
        background: #4b7eac;
        opacity: 0.3;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .partner .slick-dots li button {
        display: none;
    }

    .partner .slick-dots li.slick-active {
        opacity: 1;
    }

    .partner__item {
        margin: 0 15px;
        outline: 0;
    }
}

@media screen and (max-width: 992px) {
    .index-slider .bottom__rht {
        margin-left: 0;
        padding: 30px;
    }

    .index-slider .bottom__lft:after {
        content: "";
        top: 8px;
        right: 11px;
    }

    .index-slider .bottom__lft .slick-dots {
        bottom: -35px;
    }

    .index-slider .bottom__lft .slick-dotted.slick-slider {
        margin-bottom: 20px;
    }

    .index-slider .bottom__lft .slick-dots li {
        background: #fff;
        opacity: 0.3;
        width: 6px;
        height: 6px;
        padding: 0;
        margin: 3px;
        border-radius: 50%;
    }

    .index-slider .bottom__lft .slick-dots li.slick-active {
        opacity: 1;
    }

    .index-slider .bottom__lft .slick-dots li button {
        display: none;
    }

    .index-slider {
        margin-bottom: 30px;
    }

    .section__top {
        margin-bottom: 20px;
    }

    .section__top h2 {
        font-size: 24px;
        line-height: 130%;
    }

    .section__top a {
        margin-bottom: 5px;
        text-decoration: none;
    }

    .announce__item {
        padding: 10px;
        border: none;
        margin: 0 5px;
    }

    .announce__item p {
        max-width: 200px;
    }

    .announce__item:first-child {
        /*margin-left: auto;*/
    }

    .announce__item:last-child {
        /*margin-right: auto;*/
    }

    .announce__content {
        padding: 0px 0px;
    }

    .slider__item {
        height: 225px;
    }

    .slider__item .item__text {
        font-size: 18px;
        line-height: 130%;
        padding-bottom: 43px;
        padding-left: 23px;
    }

    .slider .slick-list {
        overflow: hidden !important;
        padding-bottom: 20px;
    }

    .slider .slick-dots {
        bottom: -20px;
    }

    .slider .slick-dots li {
        padding: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #4b7eac;
        opacity: 0.3;
    }

    .slider .slick-dots li.slick-active {
        opacity: 1;
    }

    .slider .slick-dots li button {
        display: none;
    }

    .slider .slick-slide {
        opacity: 1;
    }

    .slider {
        margin: 30px 0;
    }

    .banner__block {
        padding-bottom: 0;
        min-height: 300px;
        padding-top: 30px;
    }

    .banner__photo {
        position: relative;
        margin-top: -30px;
    }

    .banner h2 {
        max-width: 100%;
        font-size: 36px;
        line-height: 150%;
        text-align: center;
        margin-bottom: 11px;
    }

    .banner .btn {
        margin: 0 auto;
    }

    .banner__bgd {
        z-index: 0;
        left: 0;
        bottom: -30px;
        top: auto;
    }

    .banner__bgd img {
        width: 696px;
    }

    .banner-info__item {
        height: 172px;
    }

    .banner-info__item_2 img {
        margin-top: -10px;
        position: relative;
        z-index: 0;
    }

    .banner-info__item_3 img {
        margin-top: -5px;
        position: relative;
        z-index: 0;
    }

    .banner-info__item p {
        padding: 20px;
        padding-bottom: 0;
        position: relative;
        z-index: 2;
        font-size: 16px;
        line-height: 130%;
    }

    .partner__item {
        margin: 0 10px;
    }
}

@media screen and (max-width: 576px) {
    .index-slider .image {
        padding-bottom: 50%;
    }

    .index-slider .label {
        text-align: justify;
    }

    .index-slider .label.fs_large {
        font-size: 30px;
    }

    .index-slider .label.fs_medium {
        font-size: 26px;
    }

    .index-slider .label.fs_small {
        font-size: 20px;
    }


    .index-slider .bottom__lft:after {
        right: 5px;
        top: 5px;
    }

    .index-slider .bottom__lft:after {
        display: none;
    }

    .index-slider .nav__item {
        font-size: 28px;
        line-height: 130%;
        text-align: center;
        margin-top: 20px;
    }

    .index-slider__main {
        height: 250px;
    }

    .index-slider__main .slick-list,
    .index-slider__main .slick-track {
        height: 100%;
    }

    .index-slider__main .main__item {
        height: 100%;
    }

    .index-slider__main img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .index-slider .bottom__lft {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .index-slider .bottom__rht {
        padding: 20px 15px;
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .index-slider .lft__bgd {
        width: 600px;
        right: -60px;
        top: 20px;
    }

    .announce {
        margin-top: 30px;
    }

    .announce__item {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #d1d8dd;
        padding: 20px 10px;
    }

    .announce__item:nth-child(3) {
        /*border-bottom: none;*/
    }

    .announce__item p {
        max-width: 100%;
    }

    .announce__content {
        padding: 5px 0px;
    }

    .banner {
        margin: 20px 0;
    }

    .banner h2 {
        font-size: 28px;
        line-height: 130%;
    }

    .banner__block {
        padding: 0;
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner__bgd img {
        width: 93vw;
    }

    .banner__bgd {
        bottom: 30px;
    }

    .banner__photo img {
        width: 100%;
    }

    .banner__photo {
        margin-top: 0;
        margin-top: auto;
    }

    .partner__item {
        margin: 0 15px;
    }

    .link-all {
        text-align: center;
        font-size: 16px;
        line-height: 130%;
        color: #326695;
        text-decoration: underline;
    }
}

@media screen and (min-width: 1480px) {
    .container {
        max-width: 1420px;
    }
}

@media screen and (max-width: 1199px) {
    .header__menu_1 a {
        white-space: pre-wrap;
        font-size: 9px;
        line-height: 150%;
        text-align: center;
    }

    .header__logo img {
        width: 80px;
    }

    .header__logo span {
        font-size: 12px;
        line-height: 160%;
    }

    .header__commission .commission__phone {
        font-size: 16px;
        line-height: 130%;
    }

 

    .header__myself a:first-child {
        margin-bottom: 5px;
    }

    .header__menu_2 a {
        font-size: 14px;
        line-height: 130%;
    }

    footer {
        text-align: center;
    }

    .footer__logo {
        margin-bottom: 30px;
        display: block;
    }

    .footer__logo span {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .footer__menu a {
        font-size: 14px;
        line-height: 150%;
        padding: 8px;
    }

    .inner-menu__select_head a {
        font-size: 14px;
        line-height: 130%;
    }

    .inner-menu__select_have-child .inner-menu__select_head,
    .inner-menu__select_head a {
        padding: 20px;
    }

    .inner-menu__select_body a {
        font-size: 14px;
        line-height: 130%;
    }

    .inner-menu__select_body {
        padding-left: 20px;
    }

    .page-inner h1 {
        font-size: 30px;
        line-height: 150%;
    }

    .inner-links__head span {
        font-size: 18px;
        line-height: 130%;
    }

    .inner-links__item {
        margin-bottom: 20px;
    }

    .inner-links a {
        font-size: 16px;
        line-height: 130%;
    }

    .more-links__item {
        height: 148px;
    }

    .more-links__item .item__text {
        font-size: 18px;
        line-height: 130%;
       /* max-width: 175px;*/
    }

    .page-inner h2 {
        font-size: 18px;
        line-height: 130%;
    }

    .page-inner h3 {
        font-size: 18px;
        line-height: 130%;
    }

    .page-persone h4 {
        font-size: 16px;
        line-height: 130%;
    }

    .notice p {
        font-size: 16px;
        line-height: 130%;
    }

    .table-v2 td {
        font-size: 14px;
        padding: 10px;
    }

    .table-v2 thead td {
        font-size: 12px;
        padding: 10px;
    }
}

@media screen and (max-width: 992px) {
    .header__logo span {
        font-size: 11px;
    }

    .header__rht .rht__top {
        margin-bottom: 0;
        justify-content: flex-end !important;
    }


    .rht__glasses{
        margin-right: 10px;
        margin-left: 10px;
    }

    .header__burger-menu .header__search {
        padding: 0 15px;
        height: 60px;
    }

    .header__burger-menu .header__commission,
    .header__burger-menu .header__info,
    .header__burger-menu .header__myself,
    .header__burger-menu .header__rht {
        padding: 0 15px;
        margin: 20px 0;
    }

    .header__search .input {
        border: none;
        padding: 0;
        height: 100%;
    }

    .header__search .input input {
        font-size: 14px;
        line-height: 130%;
    }

    .header__menu_1 .menu__item {
        border-bottom: 1px solid #4b7eac;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__menu_2 .menu__item {
        border-bottom: 1px solid #d1d8dd;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__menu_1 a,
    .header__menu_2 a {
        padding: 13px 0;
        text-transform: initial;
        font-size: 18px;
        line-height: 130%;
    }

    .footer__bottom {
        border-top: 0;
        padding-top: 0;
    }

    .footer__logo span {
        margin-left: 0;
    }

    #breadcrumbs a,
    #breadcrumbs span {
        font-size: 12px;
        line-height: 120%;
    }

    .page-inner h1 {
        font-size: 24px;
        line-height: 130%;
    }

    .page-inner figure {
        margin: 20px 0;
    }

    .page-inner figure p,
    .page-inner figure span {
        font-size: 14px;
        line-height: normal;
    }

    .table-v1.founder-table tr td:first-child {
        min-width: 0;
        width: 50%;
    }

    #breadcrumbs {
        margin-bottom: 20px;
    }

    .inner-menu__select {
        background: #fff;
        width: 100%;
        display: none;
        position: absolute;
        z-index: 10;
        left: 0;
    }

    .inner-menu_mob {
        margin-bottom: 20px;
    }

    .inner-menu_mob path {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .inner-menu_mob.menu_open .inner-menu_head svg path:nth-child(1) {
        -webkit-transform: translate(-8px, 7.5px) rotate(-45deg);
        -ms-transform: translate(-8px, 7.5px) rotate(-45deg);
        transform: translate(-8px, 7.5px) rotate(-45deg);
    }

    .inner-menu_mob.menu_open .inner-menu_head svg path:nth-child(2) {
        opacity: 0;
    }

    .inner-menu_mob.menu_open .inner-menu_head svg path:nth-child(3) {
        -webkit-transform: translate(9px, -1px) rotate(45deg);
        -ms-transform: translate(9px, -1px) rotate(45deg);
        transform: translate(9px, -1px) rotate(45deg);
    }

    .inner-menu__select .inner-menu__select_head {
        padding: 0;
        background: #f7fafd;
        border-radius: 5px;
        margin-top: 2px;
    }

    .inner-menu__select .inner-menu__select_head a {
        padding: 20px;
        width: 100%;
        margin-right: 0;
        font-weight: 400;
    }

    .inner-menu__select .inner-menu__select_head img {
        display: none;
    }

    .footer__copyright {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .header__logo img {
        width: 70px;
    }

    .header {
        padding: 5px 0;
        top: 0;
        position: sticky;
        z-index: 99;
        background-color: #fff;
        border-bottom: 2px solid #3266958c;
    }

    footer {
        margin-top: 30px;
    }

    .more-links__item .item__photo {
        width: 100%;
    }

    .more-links__item .item__photo img {
        width: 100%;
    }

    .more-links__item {
        margin-bottom: 10px;
    }

    .page-inner h1 {
        margin-bottom: 28px;
    }

    .page-inner hr {
        margin: 20px 0;
    }

    .page-inner .section__top a {
        margin-top: 10px;
        margin-left: 0;
    }

    .page-inner {
        overflow: hidden;
        overflow-y: auto;
    }

    .page-inner .news-slider .news__content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-inner .news-slider .news__item {
        margin: 0 15px;
        padding: 0;
        outline: 0;
    }

    .page-inner .slick-dots li {
        width: 6px;
        height: 6px;
        padding: 0;
        background: #4b7eac;
        opacity: 0.3;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .page-inner .slick-dots li button {
        display: none;
    }

    .page-inner .slick-dots li.slick-active {
        opacity: 1;
    }

    .page-inner figure:first-child {
        margin-bottom: 0;
    }

    .table-v1 {
        width: 100%;
    }

    с,
    .table-v1 tr td:first-child {
        font-size: 12px;
    }

    .page-persone img {
        margin-bottom: 20px;
    }

    .inner-links h3 {
        font-size: 16px;
        line-height: 130%;
    }

    .inner-links__head span {
        text-decoration: none;
    }

    .notice__ico {
        margin-top: 28px;
    }

    .table-v2 {
        min-width: 1000px;
    }

    .table-v2 td {
        padding: 10px;
        font-size: 14px;
        line-height: 130%;
    }

    .table-v2.schedule-table td:nth-child(2) {
        padding-left: 80px;
    }

    .table-v2.schedule-table td:first-child {
        max-width: 70px;
        width: 100%;
        position: absolute;
        margin-left: -1px;
        margin-top: -1px;
        -webkit-filter: drop-shadow(8px 0 20px rgba(127, 141, 154, 0.21));
        filter: drop-shadow(8px 0 20px rgba(127, 141, 154, 0.21));
    }

    .table-v2.clinical-bases-table td:nth-child(2) {
        padding-left: 130px;
    }

    .table-v2.clinical-bases-table td:first-child {
        max-width: 122px;
        width: 100%;
        position: absolute;
        margin-left: -1px;
        margin-top: -1px;
        -webkit-filter: drop-shadow(8px 0 20px rgba(127, 141, 154, 0.21));
        filter: drop-shadow(8px 0 20px rgba(127, 141, 154, 0.21));
    }

    .table-v2.clinical-bases-table tr td:first-child,
    .table-v2.schedule-table tr td:first-child {
        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;
    }

    .page-about {
        margin-bottom: 0;
    }

    .page-about li:last-child {
        margin-bottom: 0;
    }

    .page-inner button {
        max-width: 100%;
    }

    .page-inner label {
        margin-top: 20px;
    }

    .page-inner form {
        margin-top: 0;
    }

    .load-more {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .table-v1 tr td {
        padding: 10px;
    }

    .ul-list li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ul-list li:before {
        margin-top: 7px;
    }

    .structure__block_center {
        padding-bottom: 20px;
    }
}

._developer {
    color: #a3aab0;
    text-decoration: underline;
}

._developer span {
    font-size: 0.7em;
    /*border-bottom: 1px solid #a3aab0;*/
    vertical-align: super;
}

.spoiler_link {
	border-radius: 10px 10px 10px 10px; 
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
	padding: 5px;
    cursor: pointer;
    color: #326695 !important;
}

.spoiler_link a {
    color: #326695 !important;
}


.spoiler_body {
    display: none;
}

.spoiler_link::before {
    content: attr(data-content);
    margin-right: 5px;
}

.bottom__rht {
    font-weight: bold;
}

.bottom__rht img {
    margin-right: 0.5rem;
}

.header__logo img{
   width: 100px;
   height: auto;
   margin-right: 50px;
   margin-left: 50px;
}

@media screen and (max-width: 576px){
    .header__logo span{
       width: 165px;
       display: flex !important;
       font-size: 10px;
       margin-right: -15px;
       margin-left: 7px;
    }
    .header__logo img{
       width: 40px;
       height: auto;
       margin-right: 0px;
       margin-left: 0px;
    }

.header__burger {
   align-items: center;
   position: absolute;               
   top: 50%;                         
   transform: translate(0, -50%);
}


/*
* {
   align-items: center;
}
*/
}

@media screen and (max-width: 410px){
    .header__logo span{
       width: 130px;
       display: flex !important;
       font-size: 8px;
       margin-right: -15px;
       margin-left: 7px;
    }
@media screen and (max-width: 365px){
    .header__logo span{
       display: none !important;
    }
}