.wrapper-app {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.content__full {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
@media screen and (min-width: 480px) {
    .content__full {
        margin-bottom: 4rem;
    }
}

.indexPages__heder_mobile .btn-instudy {
    margin-bottom: 1rem;
}
.indexPages {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    background-image: url("../assets/bg-index.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
.indexPages__wrapper-top {
    width: 94.7rem;
    position: relative;
    margin: 1.4rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    min-height: 47rem;
}
.indexPages__heder_mobile {
    display: none;
}
.indexPages__left-bar {
    width: 26.38rem;
    box-sizing: border-box;
    z-index: 1;
}
.indexPages__left-bar h1 {
    padding-top: 2.3rem;
    width: 50.9rem;
    font-size: 3.18rem;
    line-height: 100%;
    color: #292C3D;
    margin-bottom: 4.3rem;
    font-weight: bold;
}
.indexPages__left-bar .indexPages__pols-search {
    margin-top: 1rem;
    margin-bottom: auto;
    width: 21.1rem;
    font-size: 1.1rem;
    line-height: 125%;
    color: #292C3D;
    font-weight: bold;
    transition: 0.35s;
}
.indexPages__left-bar .indexPages__pols-search:hover {
    color: #F42A3E;
}
.only-mobile {
    display: none;
}
.indexPages__contact {
    display: flex;
    flex-direction: column;
}
.indexPages__contact a {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 120%;
    color: #292C3D;
    transition: 0.35s;
}
.indexPages__contact a:hover {
    color: #F42A3E;
}
.contact_address {
    position: absolute;
    bottom: 1.2rem;
    right: 9rem;
    font-size: 1.1rem;
    line-height: 125%;
    color: #292C3D;
    margin-bottom: -2.5rem;
}
.indexPages__ministry {
    display: flex;
    align-items: center;
    width: 13.2rem;
    justify-content: space-between;
}
.indexPages__ministry img {
    width: 4.16rem;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}
.indexPages__ministry:hover img {
    filter: unset;
}
.indexPages__ministry p {
    cursor: pointer;
    width: 8.41rem;
    font-weight: bold;
    font-size: 0.69rem;
    line-height: 130%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #24242E;
    transition: 0.35s;
}
.indexPages__ministry p:hover {
    color: #F42A3E;
}
.indexPages_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 29rem;
}
@media screen and (min-width: 2000px) {
    .indexPages__wrapper-top {
        margin-top: calc(50vh - 27rem);
    }
}
@media screen and (max-width: 768px) {
    .indexPages {
        background-size: 170%;
        background-position: top;
        background-position-x: 1rem;
    }
    .indexPages__wrapper-top {
        width: 90%;
        flex-direction: column-reverse;
        margin: 0 auto;
    }
    .indexPages__left-bar {
        width: 100%;
    }
    .indexPages__left-bar .indexPages_block {
        height: auto;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexPages__left-bar .indexPages_block .indexPages__contact, .indexPages__left-bar .indexPages_block .contact_address {
        width: 30%;
    }
    .indexPages__left-bar .indexPages_block .media {
        margin-top: 1.11rem;
    }
    .indexPages__left-bar h1 {
        display: none;
    }
    .search-input, .indexPages__pols-search {
        display: none;
    }
    .indexPages__heder_mobile {
        display: flex;
        flex-direction: column;
        margin-top: 2.638rem;
    }
    .indexPages__heder_mobile h1 {
        line-height: 3.222rem;
    }
    .indexPages__heder_mobile .search-input {
        display: unset;
        margin: 1.66rem 0;
        width: 55%;
    }
    .indexPages__heder_mobile .indexPages__pols-search {
        display: unset;
        width: 45%;
    }
    .indexPages__heder_mobile .indexPages__pols-search a {
        font-size: 1.2rem;
        color: #8A8A93;
    }
    .logos {
        align-items: center;
    }
    .contact_address {
        position: absolute;
        bottom: 0.7rem;
        right: 0;
        font-size: 1.1rem;
        line-height: 125%;
        color: #292C3D;
        margin-bottom: 1.9rem;
    }
    .header-submit-btn {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
}
@media screen and (max-width: 480px) {
    .indexPages {
        background-size: auto;
        background-position: top;
    }
    .indexPages__left-bar {
        width: 100%;
    }
    .indexPages__left-bar .indexPages_block {
        /*height: 18rem;*/
        margin-bottom: 2rem;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
    }
    .indexPages__left-bar .indexPages_block .indexPages__contact, .indexPages__left-bar .indexPages_block .contact_address {
        width: 100%;
    }
    .indexPages__left-bar .indexPages_block .media {
        margin-top: 3rem;
    }
    .indexPages__left-bar h1 {
        display: none;
    }
    .indexPages__heder_mobile {
        display: flex;
        flex-direction: column;
        margin-top: 2.638rem;
    }
    .indexPages__heder_mobile h1 {
        line-height: 2.5rem;
        padding-top: 2rem;
        font-size: 3.18rem;
        color: #292C3D;
        font-weight: bold;
    }
    .indexPages__heder_mobile .search-input {
        display: unset;
        margin: 1.66rem 0;
        width: 100%;
    }
    .indexPages__heder_mobile .indexPages__pols-search {
        display: unset;
        width: 100%;
    }
    .indexPages__heder_mobile .indexPages__pols-search a {
        font-size: 1.1rem;
        color: #8A8A93;
    }
    .contact_address {
        position: static;
        margin-top: 5rem;
        margin-bottom: 0;
    }
    .only-mobile {
        display: block;
    }
}
.news-block {
    margin-bottom: 1.6rem;
}
.indexPages__phone:not(.phone-title) {
    margin-top: 1rem;
}
.logos {
    display: flex;
    margin-bottom: -2.8rem;
}
.indexPages__raex {
    filter: grayscale(100%);
    width: 6rem;
    margin-left: 3.3rem;
    cursor: pointer;
    transition: filter 0.3s ease;
}
.indexPages__raex img {
    width: 100%;
}
.indexPages__raex:hover {
    filter: unset;
}
@media only screen and (min-width: 1440px) {
    .contact_address {
        bottom: 1.2rem;
    }
}
.logos1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.logos1 img {
    width: 150px !important;
}
@media screen and (min-width: 480px) {
    .content__full {
        margin-bottom: 4rem;
    }
}

/* index block */

.index-block__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 15.1rem;
    height: 15.1rem;
    background-color: white;
    padding: 1.1rem;
    box-sizing: border-box;
    box-shadow: 0 0.27rem 1.388rem rgba(9, 12, 31, 0.1);
}
.index-block__container .horizontal_line {
    height: 0.0694rem;
    width: 100%;
    background: #cacace;
}
.index-block__container a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.9rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
}
.index-block__container a span {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 125%;
    color: #24242e;
    width: calc(100% - 1.5rem);
}
.index-block__container a svg {
    width: 0.48rem;
    height: 0.694rem;
    fill: #8A8A93;
    transition: 0.35s;
}
.index-block__container a:hover svg {
    fill: #F6013E;
}
.index-block__container .second__link {
    padding-top: 1rem;
    padding-bottom: 0;
}
.index-block__container:hover {
    background-size: 110% 110% !important;
}
.image__block:not(.double-link) a {
    height: unset;
    padding: 0;
}
.image__block:not(.double-link) a span {
    color: white;
    font-weight: 700;
    font-size: 1.38rem;
    line-height: 120%;
    padding: 0;
}
.image__block:not(.double-link) .second__link {
    margin-top: auto;
}
.image__block.double-link a span {
    color: white;
}
.image__block.double-link a svg {
    fill: white;
}
@media screen and (max-width: 480px) {
    .index-block__container {
        width: 100%;
        height: 11.805rem;
        padding: 1.5rem;
    }
    .image__block {
        background-size: cover !important;
    }
    .image__block a span {
        /*font-size: 1.66rem;*/
    }
}
.news-title {
    font-weight: 700;
    font-size: 1.38rem;
    line-height: 125%;
    color: #24242e;
    width: calc(100% - 1.5rem);
}
.news-title a:hover {
    color: #F42A3E;
}
.news-date {
    font-size: 1.1rem;
    line-height: 20px;
    color: #8A8A93;
    margin-bottom: 0.3rem;
    white-space: nowrap;
}
.news-body {
    transition: opacity 0.3s ease-in-out;
}
.news-body a:hover {
    color: #F42A3E;
}
.news-body.v-enter, .news-body.v-leave-to {
    opacity: 0;
}
/* RightBlocks */
.indexPages__right-bar {
    width: 64.4rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: min-content;
}
.indexPages__right-bar .not_desktop {
    display: none;
}
.indexPages__right-bar .row {
    display: flex;
}
.indexPages__right-bar .row > * {
    margin-left: 1.12rem;
    margin-bottom: 1.12rem;
}
.block {
    width: 14rem;
    height: 14rem;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(9, 12, 31, 0.1);
    box-sizing: border-box;
    cursor: pointer;
}
.block1 {
    position: absolute;
    right: 0;
}
.block2 {
    position: absolute;
    top: 0;
    right: 15rem;
}
.block3 {
    position: absolute;
    top: 15rem;
    right: 0;
}
.block4 {
    position: absolute;
    top: 15rem;
    right: 15rem;
}
.block5 {
    position: absolute;
    top: 15rem;
    right: 30rem;
}
.block6 {
    position: absolute;
    top: 30rem;
    right: 0;
}
.block7 {
    position: absolute;
    top: 30rem;
    right: 15rem;
}
.block8 {
    position: absolute;
    top: 30rem;
    right: 30rem;
}
.block9 {
    position: absolute;
    top: 30rem;
    right: 45rem;
}
.block-with-links {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1rem 0;
    box-sizing: border-box;
}
.block-with-links a {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.block-with-links a:hover svg {
    fill: #F6013E;
    transition: 0.35s;
}
.block-with-links a:not(:hover) svg {
    transition: 0.4s;
}
.block-with-links a svg {
    width: 0.37rem;
    fill: #8A8A93;
}
.block-with-links a p {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 125%;
    color: #24242E;
}
.block-with-links span {
    width: 85%;
    margin: 0 auto;
    border-top: 1px solid #CACACE;
    background: #CACACE;
}
.block-with-top-text {
    padding: 1.1rem;
}
.block-with-top-text p {
    font-weight: bold;
    font-size: 1.38rem;
    line-height: 120%;
    color: #fff;
}
.block-with-bottom-text {
    display: flex;
    align-items: flex-end;
    padding: 1.1rem;
}
.block-with-bottom-text p {
    font-weight: bold;
    font-size: 1.38rem;
    line-height: 120%;
    color: #fff;
}
.photo-institute {
    background-image: url("../../assets/photo-institute.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 0.5s ease;
}
.photo-up {
    background-image: url("../../assets/photo-up.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 0.5s ease;
}
.photo-down {
    background-image: url("../../assets/photo-down.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 0.5s ease;
}
.photo-freid {
    background-image: url("../../assets/photo-freid.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 0.5s ease;
}
.photo-lectorу {
    background-image: url("../../assets/photo-lectorу.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 0.5s ease;
}
.photo-institute:hover, .photo-freid:hover, .photo-down:hover, .photo-up:hover, .photo-lectorу:hover {
    background-size: 110% 110%;
}
@media screen and (max-width: 768px) {
    /*.indexPages__right-bar {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     margin: 2rem 0;
     justify-content: space-between;
     }*/
    .indexPages__right-bar {
        width: 100%;
        margin: 2rem 0;
        justify-content: space-between;
        height: min-content;
    }
    .indexPages__right-bar .row {
        display: none;
    }
    .indexPages__right-bar .not_desktop {
        display: flex;
        margin-bottom: 1.5rem;
        /*&:nth-child(3n - 1) {
         margin-right: 1.11rem;
         margin-left: 1.11rem;
         }*/
    }
    .block {
        width: 14.7rem;
        height: 14.7rem;
    }
    .block1, .block2, .block3, .block4, .block5, .block6, .block7, .block8, .block9 {
        position: unset;
        top: unset;
        right: unset;
        margin-bottom: 1.11rem;
    }
    .block1 {
        order: 2;
    }
    .block2 {
        order: 1;
    }
    .block3 {
        order: 5;
    }
    .block4 {
        order: 4;
    }
    .block5 {
        order: 3;
    }
    .block6 {
        order: 9;
    }
    .block7 {
        order: 8;
    }
    .block8 {
        order: 7;
    }
    .block9 {
        order: 6;
    }
}
@media screen and (max-width: 480px) {
    .indexPages__right-bar {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 2rem 0;
    }
    .block {
        width: 100%;
        height: 11.805rem;
    }
    .photo-institute, .photo-up, .photo-down, .photo-freid, .photo-lectorу {
        background-size: cover;
    }
    .block-with-links a p {
        font-size: 1.33rem;
    }
    .block-with-top-text p {
        font-size: 1.66rem;
    }
}
/* News */
.Index-news {
    display: flex;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    min-height: 5.2rem;
    background: #fff;
}
.Index-news__left {
    padding-left: 3rem;
    padding-right: 3.8rem;
    border-right: 1px solid #EDEDED;
}
.Index-news__left a {
    display: flex;
    margin-top: 1.25rem;
    font-weight: bold;
    font-size: 0.83rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: 0.35s;
    color: #24242E;
}
.Index-news__left a:hover {
    color: #F42A3E;
}
.Index-news__right {
    overflow-x: auto;
    display: flex;
    padding-top: 1.25rem;
    scrollbar-width: none;
    /* Firefox */
}
.Index-news ::-webkit-scrollbar {
    display: none !important;
}
.Index-news ::-webkit-scrollbar-track {
    display: none !important;
}
.Index-news ::-webkit-scrollbar-thumb {
    display: none !important;
}
@media screen and (max-width: 480px) {
    .Index-news {
        flex-direction: column;
        margin: 1rem 0 0;
    }
    .Index-news__left {
        padding-left: 1.11rem;
    }
    .Index-news__right {
        padding: 1.25rem 0;
    }
}
/* BlockNews */
.Index-news__item-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 25rem;
    max-width: 25rem;
    margin-left: 2.777rem;
}
.Index-news__item-block span {
    font-size: 1.1rem;
    line-height: 20px;
    color: #8A8A93;
    margin-right: 1.1rem;
    /*min-width: 5rem;*/
    white-space: nowrap;
}
.Index-news__item-block a {
    transition: color 0.35s;
}
.Index-news__item-block a:hover {
    color: #F42A3E;
}
.Index-news__item-block p {
    transition: 0.35s;
    font-size: 1.1rem;
    line-height: 125%;
    color: #292C3D;
}
@media screen and (max-width: 480px) {
    .Index-news__item-block {
        margin-left: 1.11rem;
    }
}


.indexPages__heder_mobile .applicant__phone-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
    text-decoration: none;
}

.indexPages__heder_mobile .applicant__phone-container h6 {
     color: #000;
     font-size: 1.66rem;
     font-weight: 700;
     transition: .3s;
}
@media screen and (max-width: 480px) {
    .indexPages__heder_mobile h1 {
        color: #292c3d;
        font-size: 3.18rem;
        font-weight: 700;
        line-height: 2.5rem;
        padding-top: 2rem;
    }
}
.contact_address {
    font-weight: 400;
}
