

/* Start:/bitrix/templates/unlimtech/components/bitrix/catalog/all_pages/style.css?175792735116108*/
/* custom default site styles */
.uk-breadcrumb li{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* end custom default site styles */


/* common institutes styles*/
/* .institute-partners__contacts.institutes,
.institutes *{
    box-sizing: border-box;
}
.institutes iframe{
    max-width: 100%;
}
.institutes div img{
    float: none;
    margin: 0;
}
.institutes{
    line-height: 1.3;
    font-size: 14px;
    color: #000;
} */
/* .specialversion .institutes{
    color: inherit;
    font-size: inherit;
}
.institutes__clear{
    clear: both;
} */
.institute-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

@media (max-width: 760px) {
    .institute-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .institute-list{
        grid-template-columns: repeat(1, 1fr);
    }
}

.institute-list__item{
    display: flex;
    padding: 2.5rem;
    background-color: #fff;
    border-radius: 0.625rem;
    flex-direction: column;
    justify-content: space-between;
}

.institute-list a:nth-child(3) .institute-list__item__img-container img {
  height: 65%;
}

.institute-list__item>img{

}

.institute-list__item__img-container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.institute-list__item__img-container > img {
    height: 100%;
}

.institute-list__item:hover .institute-list__item-programs{
    text-decoration: underline;
}
.institute-list__item-programs{
    color: #355CA8;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.about-institute{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-institute__title{
    color: #355CA8;
    font-size: 2rem;
    font-weight: 700;
}

.about-institute__section{
    border-radius: 0.5rem;
    background-color: #fff;
    padding: 2.5rem 1.8rem 4.4rem 1.8rem;
}

.about-institute__description{
    /*display: flex;*/
    flex-direction: row-reverse;
    justify-content: space-between;
}

.about-institute__description-container{
    width: 100%;
}

.about-institute__description-title{
    color: #355CA8;
    font-size: 1.5rem;
    font-weight: 700;
}


.list-row{
    margin: 0 -15px;
}
.list-row:after{
    clear: both;
    content: "";
    display: block;
}
.list-col{
    display: block;
    float: left;
    width: 50%;
    padding: 0 15px;
    vertical-align: top;
    clear: both;
}
.list-col:nth-of-type(2n){
    clear: none;
}
.styled-list,
.list-col ul{
    display: block;
    padding-right: 15px;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 13px;
}
.specialversion .styled-list,
.specialversion .list-col ul {
    list-style: disc inside;
}
.styled-list li,
.list-col ul li{
    position: relative;
    display: block;
    padding-left: 10px;
}
.specialversion .styled-list li,
.specialversion .list-col ul li{
    display: list-item;
}
.styled-list li:before,
.list-col ul li:before{
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #000;
    top: 8px;
    left: 2px;
}
.specialversion .styled-list li:before,
.specialversion .list-col ul li:before{
    content: none;
}
@media (max-width: 639px) {
    .list-col{
        width: 100%;
    }
}
/* end common institutes styles*/

/* .institute-list */
/* .institute-list{
    padding-top: 9px;
} */
/* .institute-list__text{

}
.institute-list__item{
    margin-top: 30px;
} */
.institute-list__item-head{
    background-size: cover !important;
    background-position: center !important;
    color: #ffffff;
    padding: 35px 25px 36px 23px;
    margin-bottom: 19px;
    background: #444b58;
}
.institute-list__item-head:after{
    content: "";
    display: block;
    clear: both;
}
.institute-list__item-name{
    font-size: 24px;
    font-weight: bold;
    float: left;
    line-height: 1.2;
    width: calc(100% - 215px); /*-button link*/
}
.institute-list__item-name-col{
    display: table-cell;
    height: 51px;
    vertical-align: middle;
}
.specialversion .institute-list__item-name{
    font-size: 120%;
    line-height: inherit;
}
.institute-list__item-link{
    color: inherit !important;
    display: block;
    float: right;
    padding: 12px 15px 11px;
    margin-top: 6px;
    width: 202px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}
.institute-list__item-link-bg{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    opacity: 0.8;
    background-size: 999999px;
}
.institute-list__item-link:hover .institute-list__item-link-bg{
    opacity: 0.9;
}
.institute-list__item-link-text{
    position: relative;
}
.institute-list__item-about{
}
.institute-list__item-about:after{
    content: "";
    display: block;
    clear: both;
}
.institute-list__item-about-text{
    font-weight: bold;
}
/* .institute-list__item-programs{
    display: block;
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
} */
.specialversion .institute-list__item-programs{
    list-style: disc inside;
}
/* .institute-list__item-programs li{
    position: relative;
    display: block;
    padding-left: 10px;
} */
.specialversion .institute-list__item-programs li{
    display: list-item;
}
/* .institute-list__item-programs li:before{
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #000;
    top: 7px;
    left: 2px;
} */
.specialversion .institute-list__item-programs li:before{
    content: none;
}
@media (max-width: 639px) {
    .institute-list__item-head{
        padding: 25px 25px 26px 23px;
    }
    .institute-list__item-name{
        width: 100%;
        float: none;
        margin-bottom: 15px;
        font-size: 21px;
    }
    .institute-list__item-programs{
        width: 100%;
        float: none;
        padding-right: 0;
    }
}
/* end .institute-list */


/* institute-detail */
.institute-detail{
    color: #000;
    margin-top: -17px;
}
.institute-detail__head{
    padding: 190px 15px 15px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #444b58;
}
.institute-detail__name-wrap{
    max-width: 460px;
}
.specialversion .institute-detail__name-wrap{
    max-width: 100%;
}
.institute-detail__name{
    font-size: 215%;
    font-weight: bold;
    color: #fff;
    padding: 2px 0;
    display: inline;
    white-space: pre-wrap;
    position: relative;
    left: 5px;
    top: -2px;
    background-color: #444b58;
}
.institute-detail__name:before{
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
    background: inherit;
}
.institute-detail__content{

}
.institute-detail__title{
    color: #355CA8;
    font-size: 1.5rem;
    font-weight: bold;
}
.institute-detail__text{

}
.institute-detail__programs{

}
.institute-detail__programs-title{
    font-weight: bold;
    margin-top: 20px;
}
.institute-detail__programs-list{
    margin: 0 -15px;
}
.institute-detail__programs-item{
    display: inline-block;
    background-color: #355CA8;
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 9px;
    vertical-align: top;
    width: calc(100%/2 - 130px);
    min-width: 205px;
    max-width: 100%;
    margin: 12px 15px 0;
    background-position: center;
    background-size: cover;
}
.specialversion .institute-detail__programs-item{
    width: calc(50% - 30px);
}
.institute-detail__programs-item-text{
    display: table-cell;
    width: 100%;
    /*height: 36px;*/
    vertical-align: middle;
}
.specialversion .institute-detail__programs-item-text{
    height: 48px;
}
.institute-detail__advantages{
    clear: both;
    padding: 2.5rem 1.8rem 1.8rem 1.8rem;
}
.institute-detail__advantages-item{
    margin: 0;
}
.institute-detail__advantages-item:after{
    content: "";
    clear: both;
    display: block;
}
.institute-detail__advantages-item-img{
    width: 34%;
    float: left;
    padding-right: 18px;
}
.institute-detail__advantages-item-text{
    width: 100%;
    color: #141434;
    /*float: right;*/
}
@media (max-width: 639px) {
    .institute-detail__name{
        font-size: 180%;
    }
}
/* end institute-detail */


/* st-program */
.st-program{

}
.st-program-img{

}
.st-program__desc{
    /*margin-top: 25px;*/
}
.st-program__params{
    margin-top: 15px;
}
.st-program__params-col{
    width: 50%;
    float: left;
}
.st-program__param-row{
    margin-bottom: 15px;
}
.st-program__param-name{
    display: inline;
    font-weight: bold;
}
.st-program__param-value{
    display: inline;
}
.st-program__param-row--list .st-program__param-name,
.st-program__param-row--list .st-program__param-value,
.st-program__params-score .st-program__param-name,
.st-program__params-score .st-program__param-value{
    display: block;
}
.st-program__params-score .st-program__param-value{
    font-size: 250%;
    color: #712073;
    font-weight: bold;
    line-height: 1;
}
.st-program__specs{

}
.st-program__specs-title{
    font-weight: bold;
    font-size: 1.5rem;
    color: #355CA8;
    margin-top: 2.1875rem;
}
.st-program__specs-list{
    margin-top: 1rem;
}
.st-program__specs-item{
    margin-bottom: 1.125rem;
    border-radius: 0.5rem;
    background-color: #355CA8;
    padding: 1.25rem 1.875rem;
}
.st-program__specs-item-name{
    /*background: #f3f3f3;*/
    /*padding: 12px 44px 12px 12px;*/
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1.125rem;
}
.st-program__specs-item-name svg{
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -7px;
}
.st-program__specs-item-name--open svg{
    transform: rotate(180deg);
}
.st-program__specs-item-content{
    padding: 18px 0 0 0;
    display: none;
}
.st-program__specs-item-name--open + .st-program__specs-item-content{
    display: block;
}
.st-program__specs-item-img{
    float: left;
    margin-right: 28px;
    margin-bottom: 5px;
}
.st-program__specs-item-ptext{

}
.st-program__specs-item-dtext{
    margin-top: 15px;
}
@media (max-width: 639px) {
    .st-program__params-col{
        width: 100%;
    }
}
/* end st-program */

/* institute-partners */
.institute-partners{

}
.institute-partners__item{
    margin-bottom: 30px;
}
.institute-partners__name{
    font-size: 1.25rem;
    font-weight: bold;
    color: #355CA8;
}
.institute-partners__about{
    color: #000000;
    font-size: 1rem;
}
.institute-partners__contacts{
    color: #141434;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}
.institute-partners__contact{

}
/* end institute-partners */

/* institute-structure */
.institute-structure{

}
.institute-structure__desc{

}
.institute-structure__item{
    margin-top: 15px;
}
.institute-structure__item-name{

}
.institute-structure__item-structure{

}
/* end institute-structure */

/* institute-dep */
.institute-dep{

}
.institute-dep__tabs{
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.institute-dep__tab{
    display: inline-block;
    font-size: 120%;
    text-transform: uppercase;
    color: #acacac;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    bottom: -1px;
}
.institute-dep__tab--active{
    color: inherit;
    border-bottom: 1px solid #2183ec;
}

.institute-dep__content{

}
.institute-dep__sect{
    font-weight: bold;
    margin-bottom: 15px;
}
.institute-dep__head{
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.institute-dep__img{
    display: table-cell;
    vertical-align: top;
    /*width: 100px;*/

}
.institute-dep__img img{
    max-width: 100px;
}
.institute-dep__about{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}
.institute-dep__about-fio{
}
.institute-dep__about-pos{
    font-style: italic;
}
.institute-dep__about-reg{
    margin-top: 20px;
}
.institute-dep__about-contacts{
    margin-top: 20px;
}
.institute-dep__about-address{

}
.institute-dep__about-phone{

}
.institute-dep__about-email{

}
.institute-dep__time{
    display: table-cell;
    vertical-align: top;
    width: 120px;
}
.institute-dep__time-title{
    margin-bottom: 5px;
    /*font-weight: bold;*/
}
.institute-dep__time-line{
    margin-bottom: 3px;
}

.institute-dep__file{
    margin-bottom: 20px;
}
.institute-dep__text{

}
.institute-dep__structure{
    margin-top: 20px;
}
@media (max-width: 639px) {
    .institute-dep__head,
    .institute-dep__img,
    .institute-dep__about,
    .institute-dep__time{
        display: table;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}
/* end institute-dep*/

/* institute-infrstrct */
.institute-infrstrct {

}
.institute-infrstrct__desc{
    margin-bottom: 2.25rem;
}
.institute-infrstrct__list{
}
.institute-infrstrct__item{
    margin-top: 1.5rem;
}
.institute-infrstrct__item-name{
    color: #355CA8;
    font-size: 1.25rem;
    font-weight: bold;
}
.institute-infrstrct__item-img{
    margin-top: 15px;
}
.institute-infrstrct__item-text{
    color: #141434;
}
.institute-infrstrct__item-gallery{

}
.institute-infrstrct__item-gallery-item{
    display: inline-block;
    margin-right: 3px;
    margin-top: 10px;
    vertical-align: top;
    max-width: 48%;
}
/* end institute-infrstrct */


/* graduates */
.graduates{

}
.graduates__text{
    margin-bottom: 30px;
}
.graduates__reviews{

}
.graduates__reviews-title{
    font-weight: bold;
    margin-bottom: 10px;
}
.graduates__reviews-list{

}
.graduates__reviews-item{
    text-align: center;
    padding-bottom: 15px;
}
.graduates__reviews-item-photo{
    margin-bottom: 10px;
}
.graduates__reviews-item-photo img{
    border-radius: 122px;
    max-width: 122px;
}
.graduates__reviews-item-name{
    font-weight: bold;
}
.graduates__reviews-item-about{
    margin-top: 15px;
}
.graduates__reviews-item-text{
    margin-top: 30px;
    font-style: italic;
}
.graduates__reviews-slider-wrap{
    position: relative;
    padding: 0 50px;
}
.graduates__reviews-slider-wrap .bx-controls a{
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    border-radius: 44px;
    background-color: #ebebeb;
    font-size: 0;
}
.graduates__reviews-slider-wrap .bx-controls a.bx-next{
    left: auto;
    right: 0;
}
.graduates__reviews-slider-wrap .bx-controls a:hover{
    background-color: #c5c3c3;
}
.graduates__reviews-slider-wrap .bx-controls a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAQAAAC1deB6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjBAMPLgXLAHA8AAAAr0lEQVQ4y4XUqxUCMRCF4Z8cDj1sBdAAArkNgKMO6loUDYCng0jU9oABkZOT1zxGfyaTe2dzw5w9ELcOeQGn4JCJN2twyIMrXw0dCoGgkGchMuqIhAYyIoH0SCQtUkiNVFKQQTIySUIOgeATCPxwJxCZWbmwsNMRPkuvc1jek8nKxg1W/11m9561KUjs3LM+TyIbkykwKeMDk9vSMa13DdMbXDHrFiR2ZLKvSmQGPn+ybFjO6ExOgQAAAABJRU5ErkJggg==");
}
.graduates__reviews-slider-wrap .bx-controls a.bx-next:before{
    transform: rotate(180deg);
}

/* end graduates */

.history-leaders{
    display: flex;
    justify-content: center;
    padding: 0.5rem 0 1rem;
    gap: 1rem;
    border-bottom: 1px solid #eaebeb;
}

.history-leaders div:first-child{
    min-width: 154px;
}

.history-leaders div:last-child{
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .history-leaders{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .history-leaders div:first-child{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
/* End */
/* /bitrix/templates/unlimtech/components/bitrix/catalog/all_pages/style.css?175792735116108 */
