

/* Start:/local/templates/department/components/dev/org.structure/structure_tyumgu/style.css?178767036119099*/
/**{
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

body {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    height: 100%;
}*/

/*span {
    color: #fff;
}*/
.layout {
	overflow: unset !important;
}


h2 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: #00aeef;
    font-weight: 100;
}

.mt-none {
    margin-top: 0 !important;
}

/*.container {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

.container {
    max-width: 1470px;
}*/

.static-layout__wrapper {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
}

.static-layout--with-sidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.static-layout__content {
    flex: 1 1 auto;
}

.org .head-org {
    padding-top: 133px;
    background: #00aeef;
    background: -moz-linear-gradient(45deg, #00aeef 0%, #00caf6 51%, #00e7fe 100%);
    background: -webkit-linear-gradient(45deg, #00aeef 0%, #00caf6 51%, #00e7fe 100%);
    background: linear-gradient(45deg, #00aeef 0%, #00caf6 51%, #00e7fe 100%);
}

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

.org .head-circle-blocks span,
.org .head-rectangle-blocks span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    word-wrap: break-word;
    width: 100%;
}

.org .head-rectangle-blocks span {
    line-height: 1.4rem;
}

/* Секция с круглыми блоками */

section.head-circle-blocks {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.head-line-1,
.head-line-2 {
    padding-bottom: 28px;
}

section.head-circle-blocks .block-line-1 {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 20px 15px;
    border: 3px solid #fff;
    border-radius: 40px 40px 40px 40px;
}

section.head-circle-blocks .block-line-1:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 3px;
    height: 32px;
}

section.head-circle-blocks .blocks-line-2,
section.head-circle-blocks .blocks-line-3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.head-circle-blocks .block-line-1.big--after:after,
section.head-circle-blocks .blocks-line-2.active-line-3:after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 3px;
    height: 140px;
}

section.head-circle-blocks .block-line-circle {
    display: inline-flex;
    position: relative;
    width: 180px;
    height: 180px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

section.head-circle-blocks .block-line-circle span {
    max-width: 90%;
    padding-top: 3px;
}

section.head-circle-blocks .block-line {
    position: relative;
}

section.head-circle-blocks .block-line:not(:last-child) {
    margin-right: 18px;
}

section.head-circle-blocks .block-line:not(:last-child):after {
    content: "";
    position: absolute;
    background-color: #fff;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 3px;
}

.block-line-circle-double {
    position: relative;
}

.block-line-circle-double .circle-abs {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    padding-top: 20px;
    bottom: 0;
    text-align: center;
    border: 3px hidden #fff;
    border-radius: 40px 40px 40px 40px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.block-line-circle-double .circle-abs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    right:0;
    width: calc(100% - 14px);
    border: 1px dashed #fff;
}

/* конец секции с круглыми блоками */






/* секция с прямоугольными блоками */

.org .main-rectangle-blocks span {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    width: 100%;
}

.head-rectangle-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-rows: 1fr;
    /*grid-template-columns: auto;*/
}

.main-rectangle-blocks {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-rows: 1fr;
}

.head-rectangle-blocks .block-rectangle {
    display: flex;
    align-items: flex-end;
    border: 2px dashed #fff;
}

.main-rectangle-blocks .block-rectangle {
    border: 2px dashed #74d1f6;
    background: #fff;
    min-height: 120px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.link-rectangle {
    display: block;
    padding: 10px 15px;
}

.main-rectangle-blocks .block-rectangle:hover {
    border: none;
    padding: 12px 17px;
    background: #00aeef;
    background: -moz-linear-gradient(45deg, #00aeef 0%, #00caf6 51%, #00e7fe 100%);
    background: -webkit-linear-gradient(45deg, #00aeef 0%, #00caf6 51%, #00e7fe 100%);
    background: linear-gradient(45deg, #00aeef 0%, #00caf6 51%, #00e7fe 100%);
}

.main-rectangle-blocks .block-rectangle:hover span {
    color: #fff;
}

/*.main-rectangle-blocks .link-rectangle {
    width: 100%;
    height: 100%;
}*/


/* конец секции с прямоугольными блоками */

@media screen and (min-width: 1200px) {
    .head-rectangle-blocks .block-rectangle {
        min-height: 120px;
    }
}

@media screen and (min-width: 992px) {
    .org span {
        font-size: 16px;
    }
    
    section.head-circle-blocks .block-line-circle {
        width: 220px;
        height: 220px;
    }
    
    .block-line-circle-double .circle-abs:before {
        left: 11px;
        width: calc(100% - 22px);
    }
}

@media screen and (max-width: 1199px) {
    .head-rectangle-blocks {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }
    
    .main-rectangle-blocks {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}
    
@media screen and (max-width: 991px) {
    .org .head-circle-blocks span {
        font-size: 14px;
    }
    
    /*.head-rectangle-blocks {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    
    .main-rectangle-blocks {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }*/
    
    section.head-circle-blocks .block-line-1.big--after:after {
        bottom: -120px;
        height: 120px;
    }
    section.head-circle-blocks .blocks-line-2:after {
        bottom: -118px;
        height: 118px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1030px) {
    
    /*.org .head-circle-blocks span {
        font-size: 16px;
    }*/
    section.head-circle-blocks .block-line-circle {
        width: 200px;
        height: 200px;
    }
    
    section.head-circle-blocks .block-line-1.big--after:after {
        bottom: -130px;
        height: 130px;
    }
    
    section.head-circle-blocks .blocks-line-2:after {
        bottom: -128px;
        height: 128px;
    }
}

@media screen and (max-width: 866px) {
    section.head-circle-blocks .block-line-1.big--after:after,
    section.head-circle-blocks .blocks-line-2:after {
        bottom: -130px;
        height: 130px;
    }
    
    section.head-circle-blocks .blocks-line-3 {
        width: 70%;
        margin: 0 auto;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line.no--after-mobile:after {
        display: none;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line-circle {
        width: 200px;
        height: 200px;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2n+1) {
        margin-right: 45px;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2n+2) {
        margin-right: 0;
        margin-left: 45px;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(1),
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2) {
        margin-bottom: 45px;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(1):after {
        right: -90px;
        width: 90px;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2):after {
        top: initial;
        left: 0;
        right: 0;
        bottom: -45px;
        height: 45px;
        width: 3px;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(3):after {
        top: -45px;
        left: 0;
        right: 0;
        bottom: initial;
        height: 45px;
        width: 3px;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(4):after {
        content: "";
        position: absolute;
        background-color: #fff;
        left: -90px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 90px;
        height: 3px;
    }
}

@media screen and (max-width: 866px) {
    section.head-circle-blocks .blocks-line-3 {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 668px) {
    section.head-circle-blocks .blocks-line-2 {
        width: 80%;
        margin: 0 auto;
    }
    
    section.head-circle-blocks .block-line-1:after {
        bottom: -120px;
        height: 120px;
    }
    
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(2) {
        margin-right: 0;
        margin-left: 15px;
    }
    
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(1)::after {
        right: -34px;
        width: 34px;
    }
    
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(2)::after {
        top: initial;
        /*left: -120px;
        bottom: -2px;
        width: 32px;*/
        right: 130px;
        bottom: 0px;
        width: 32px;
        -moz-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        -webkit-transform: rotate(-55deg);
        -o-transform: rotate(-55deg);
        transform: rotate(-55deg);
    }
    
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(3)::after {
        content: "";
        position: absolute;
        background-color: #fff;
        height: 3px;
        top: 0px;
        left: 20px;
        right: 0;
        width: 32px;
        -moz-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
        -webkit-transform: rotate(55deg);
        -o-transform: rotate(55deg);
        transform: rotate(55deg);
    }
}

@media screen and (max-width: 649px) {
    section.head-circle-blocks .blocks-line-3 .block-line-circle {
        width: 180px;
        height: 180px
    }
    section.head-circle-blocks .block-line-1.big--after:after {
        bottom: -120px;
        height: 120px;
    }
    section.head-circle-blocks .blocks-line-2:after {
        bottom: -118px;
        height: 118px;
    }
}

@media screen and (max-width: 600px) {
    section.head-circle-blocks .blocks-line-2,
    section.head-circle-blocks .blocks-line-3 {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(1), section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2) {
        margin-bottom: 25px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2n+1) {
        margin-right: 12px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2n+2) {
        margin-left: 12px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(1):after {
        right: -24px;
        width: 24px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2):after {
        bottom: -25px;
        height: 25px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(3):after {
        top: -25px;
        height: 25px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(4):after {
        left: -24px;
        width: 24px;
    }
}

@media screen and (max-width: 460px) {
    section.head-circle-blocks .blocks-line-2 .block-line-circle {
        width: 160px;
        height: 160px;
    }
    
    section.head-circle-blocks .block-line-1:after {
        bottom: -110px;
        height: 110px;
    }
    
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(2)::after {
        right: 114px;
        bottom: -2px;
        width: 30px;
    }
    
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(3)::after {
        height: 3px;
        top: -4px;
    }
    .block-line-circle-double .circle-abs {
        padding-top: 12px;
    }
}

@media screen and (min-width: 430px) and (max-width: 460px) {
    section.head-circle-blocks .blocks-line-2 {
        width: 95%;
    }
}

@media screen and (max-width: 445px) {
    section.head-circle-blocks .blocks-line-2 .block-line-circle,
    section.head-circle-blocks .blocks-line-3 .block-line-circle {
        width: 118px;
        height: 118px;
    }
    section.head-circle-blocks .block-line:not(:last-child) {
        margin-right: 5px;
    }
    section.head-circle-blocks .block-line-1:after {
        bottom: -90px;
        height: 90px;
    }
    .block-line-circle-double .circle-abs {
        height: 40px;
        padding-top: 5px;
    }
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(1)::after {
        right: -20px;
        width: 20px;
    }
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(2)::after {
        right: 82px;
        bottom: -2px;
        width: 20px;
    }
    section.head-circle-blocks .blocks-line-2 .block-line:nth-child(3)::after { 
        left: 15px;
        width: 22px;
    }
    
    section.head-circle-blocks .block-line-1.big--after:after {
        bottom: -32px;
        height: 32px;
    }
    section.head-circle-blocks .blocks-line-2:after {
        bottom: -28px;
        height: 28px;
    }
    
    section.head-circle-blocks .blocks-line-3 .block-line-circle {
        width: 160px;
        height: 160px;
    }
    
    section.head-circle-blocks .blocks-line-3 {
        width: 65%;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2n+1) {
        margin-right: 0;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(2n+2) {
        margin-left: 0;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(1):after {
        left: 0;
        top: initial;
        right: 0;
        bottom: -25px;
        height: 25px;
        width: 3px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(3):after {
        top: initial;
        bottom: -25px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(3) {
        margin-bottom: 25px;
    }
    section.head-circle-blocks .blocks-line-3 .block-line:nth-child(4):after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        display: none;
    }
    /*section.head-circle-blocks .blocks-line-3 .block-line:nth-child(4) .block-line-circle span {
        padding-top: 18px;
    }*/
    .blocks-line-3 .block-line-circle-double .circle-abs {
        height: 54px;
    }
}

.org_row {
    display: flex;
    justify-content: center;
    /*overflow-y: scroll;*/
    flex-wrap: nowrap;
    max-width: 1040px;
    margin: auto;
}

.scroll {
    display: flex;
    flex-direction: column;

}

.level-1 {
    width: 23%;
    border-top: 2px #00D3F7 solid;
    height:30px;
}
.level-2 {
    width: 44%;
    border-top: 2px #00D3F7 solid;
    margin-bottom: 30px;
    padding-left: 15px;
    height: 102px;
}

.level-2_empty {
    width: calc(100% - 15px);
    border: 2px #00D3F7 solid;
    height: 102px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
}

.level-2_empty::before {
    content: '';
    position: absolute;
    left: -17px;
    border-bottom: 2px #00D3F7 solid;
    width:15px;
}

.level-1,.level-2 {
    position: sticky;
    top: 0px;
    color: #262626;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 10px;
}
.level-3 {
    margin-left: 44%;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    position: relative;
}
.level-3:nth-child(2) {
    margin-top: -132px;

}
.level-3:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 0;
    border-left: 2px #00D3F7 solid;
    width:2px;
    height: calc(100% + 20px);
    top: -0px;
}
.level-3:last-child::before {
    content: '';
    position: absolute;
    left: 0;
    border-left: 2px #00D3F7 solid;
    width:2px;
    height: calc(100% - 50px);
}

.level-3 > div {
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    border: 2px #00D3F7 solid;
    height: 102px;
    display: flex;
    align-items: center;
    position: relative;
}

.level-3 > div::before {
    content: '';
    position: absolute;
    left: -15px;
    border-bottom: 2px #00D3F7 solid;
    width:15px;
}

.level-2_single + .level-3::before, .level-2_single + .level-3 > div::before {
    display: none
}

.level-2_single + .level-3 {
    margin-top: -132px;
}

.level-2_single {
    width: 50%;
    padding-right: 25px;
}

.inner-scroll {
    /*overflow-y: scroll;*/
    /*align-items: flex-start;*/
    border-left: 2px #00D3F7 solid;
}
@media (max-width: 768px){
    .level-1 {
        /*writing-mode:tb-rl;*/
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform:rotate(90deg);
        transform: rotate(90deg) translate(10px, 4px);
        border-top: 0;
        width: 5%;
    }
    .level-2_single + .level-3 {
        margin-top: -230px;
    }
    .level-1, .level-2 {
        font-size: 14px;
        line-height: 17px;
    }
    .level-2 {
        hyphens: auto;
    }

    .level-2:not(.level-2_empty) {
        height: 300px;
    }
    .level-3 {
        font-size: 14px;
        line-height:16px;
        hyphens: auto;
    }
    .level-3 > div {
        padding: 10px;
    }
    .level-3:nth-child(2) {
        margin-top: -330px;
    }
    .level-3 > div {

        height: 152px;

    }
    .level-3:last-child::before {
        height: calc(100% - 75px);
    }
}

@media (max-width: 350px){
    .level-1, .level-2 {
        font-size: 13px;
        line-height: 16px;
    }
}
/* End */
/* /local/templates/department/components/dev/org.structure/structure_tyumgu/style.css?178767036119099 */
