

/* Start:/local/templates/.default/components/bitrix/news/bim-library/bitrix/news.list/.default/style.css?175267038615750*/
.enter {
    width: 100%;
    height: 32px;
    margin-top: 30px;
    position: relative;
    background: #ededed;
}
@media only screen and (max-width: 1000px) {
    .enter {
        margin-top: 0;
    }
}
.enter__wrapper {
    padding: 0 25px;
    margin: 0 auto;
    display: flex;
    max-width: 975px;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.enter__title {
    font: normal 12px/100% "Open Sans", sans-serif;
    color: #555555;
    letter-spacing: 0.13px;
}
.enter__link {
    color: #1f56a8;
    letter-spacing: 0.13px;
    font: normal 12px/100% "Open Sans", sans-serif;
    text-decoration: underline;
}

.project__wrapper {
    padding: 0 25px;
    margin: 0 auto;
    display: flex;
    max-width: 975px;
    flex-direction: column;
    padding: 0 6px;
}
.project__title {
    margin-top: 20px;
    font: normal 35px/100% "Open Sans", sans-serif;
    color: #272727;
    letter-spacing: 0.38px;
}
.project__info {
    margin-top: 40px;
    margin-bottom: 46px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
@media only screen and (max-width: 1024px) {
    .project__info {
        flex-wrap: wrap;
    }
    .field-upload{
        margin: 0 !important;
    }
}
@media only screen and (max-width: 873px) {
    .project__info{
        height: unset;
    }
    .project__buttons-wrapper{
        margin-top: 20px;
    }
    .project__info{
        justify-content: center;
    }
    .project__inner-wrapper > a{
        margin-bottom: 20px;
    }
}

.project__download {
    font: normal 15px/133% "Open Sans", sans-serif;
    color: #191919;
    letter-spacing: 0.41px;
    display: flex;
    align-items: center;
    flex-flow: wrap row;
}
@media only screen and (max-width: 767px) {
    .project__info{
        height: unset;
    }
    .project__inner-wrapper{
        margin: 0 !important;
        align-items: center !important;
        width: 100% !important;
    }
    .project__buttons-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
    }
    .project__buttons-wrapper .upload-file {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .project__download {
        margin-bottom: 30px;
    }
    .project__auth div:first-child{
        text-align: center;
    }
}
.project__download img {
    margin-right: 25px;
}
.project__download--disable {
    pointer-events: none;
}
.project__info-img {
    flex: 0 0 auto;
    width: 45px;
    margin: 0 20px 0 0;

}
.project__info-img img {
    max-width: 120px;
}
.project__info-desc {
    flex: 1;
    display: flex;
    flex-flow: wrap row;
}
.project__info-desc span {
    flex: 0 0 100%;
}
.project__info-desc-date {
    font-size: 12px;
}
.project__inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: auto;
    height: 100%;
    justify-content: space-between;
}
.project__desc {
    font: normal 15px/133% "Open Sans", sans-serif;
    color: #191919;
    letter-spacing: 0.41px;
    margin: 10px 0 20px 0;
}
.project__desc span {
    cursor: pointer;
    color: #1f56a8;
    transition: color 0.3s ease;
}
.project__desc span:hover {
    color: #81a4d6;
}
.project__link {
    padding: 10px;
    margin: 15px 0 0;
    border-radius: 9px;
    border: solid 2px #81a4d6;
    background-color: #1f56a8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: normal 16px/100% "Open Sans", sans-serif;
    letter-spacing: 0.17px;
    cursor: pointer;
    transition: opacity 0.4s ease;
}
.project__link:hover {
    opacity: 0.8;
}
.project__auth{
    flex-direction: column;
}
.project__auth div:last-child{
    font-weight: bold;
    margin-top: 10px;
}
.project__review {
    width: 420px;
    max-width: 100%;
    height: 81px;
    border-radius: 9px;
    border: solid 2px #81a4d6;
    background-color: #1f56a8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: normal 16px/100% "Open Sans", sans-serif;
    letter-spacing: 0.17px;
    cursor: pointer;
    transition: opacity 0.4s ease;
    margin-top: 30px;
}

.project__review:hover {
    opacity: 0.8;
}
.project__review img {
    margin-right: 15px;
}
@media only screen and (max-width: 560px) {
    .project__review img {
        display: none;
    }
}
.project__review--disabled {
    pointer-events: none;
}
.project__buttons-wrapper {
    width: 420px;
    max-width: 100%;
}

.categories__wrapper {
    padding: 0;
    margin: 0 auto;
    display: flex;
    max-width: 975px;
    margin-top: 80px;
    flex-direction: column;
}
.categories__title {
    color: #272727;
    font: normal 35px/100% "Open Sans", sans-serif;
    letter-spacing: 0.38px;
    margin-bottom: 30px;
}
.categories__inner {
    display: flex;
    flex-direction: column;
}
.categories__link {
    color: #000;
    padding-left: 15px;
}
.categories__item {
    cursor: pointer;
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    font: normal 20px/100% "Open Sans", sans-serif;
    color: #000;
    padding: 0 50px;
    transition: all 0.2s ease;
}
.categories__item a{
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .categories__item {
        padding: 0 15px;
        font: normal 16px/100% "Open Sans", sans-serif;
    }
}
.categories__item:hover {
    background: #1f56a8;
}
.categories__item:hover .categories__link {
    color: #fff;
}
.categories__item:hover .categories__item-show {
    display: flex;
}
.categories__item:hover .categories__link-show {
    display: flex;
}
.categories__item.open {
    background: #1f56a8;
}
.categories__item.open .categories__item-show {
    display: flex;
}
.categories__item.open .categories__link-show {
    display: flex;
}
.categories__item.open .categories__item-show:after {
    transform: rotate(180deg);
}
.categories__item.open a {
    color: #ffffff;
}
.categories__item-show {
    position: relative;
    margin-left: auto;
    margin-right: 20px;
    display: none;
    align-items: center;
    font: normal 16px/100% "Open Sans", sans-serif;
    color: #ffffff;
    cursor: pointer;
}
.categories__link-show {
    margin-right: 20px;
    display: none;
    font: normal 16px/100% "Open Sans", sans-serif;
    color: #ffffff !important;
    cursor: pointer;
    pointer-events: unset !important;
}
@media only screen and (max-width: 767px) {
    .categories__item-show {
        font: normal 12px/100% "Open Sans", sans-serif;
    }
    .categories__link-show {
        font: normal 12px/100% "Open Sans", sans-serif;
    }
}
.categories__item-show:after {
    content: "";
    display: flex;
    position: relative;
    right: -15px;
    width: 23px;
    height: 30px;
    transition: transform 0.5s ease;
    background: url("/local/static/build/img/svg/arrow.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
    .categories__item-show:after {
        width: 12px;
        height: 18px;
    }
}
.categories__item-inner {
    display: none;
    width: 100%;
    padding: 25px 0 25px 25px;
    background: #ffffff;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 5px solid #1f56a8;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .categories__item-inner {
        padding: 15px;
        flex-wrap: nowrap;
        flex-direction: column;
    }
}
.categories__item-inner.active {
    display: flex;
}
.categories__model-wrap {
    width: 33.3333333333%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .categories__model-wrap {
        width: 100%;
    }
    .categories__model .model-img{
        max-height: 81%;
    }
}
.categories__model-wrap:last-child {
    margin-right: auto;
}
.categories__model {
    display: flex;
    flex-direction: column;
    height: 208px;
    width: calc(100% - 25px);
    border: 1px solid #e9e9e9;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .categories__model {
        width: 100%;
    }
}
.categories__model:hover .model-title {
    opacity: 0.7;
}
.categories__model .model-img {
    margin-top: 30px;
    width: 70%;
    height: 55%;
    object-fit: contain;
}
.categories__model .model-status {
    font: normal 10px/100% "Open Sans", sans-serif;
    color: #1f56a8;
    position: absolute;
    top: 10px;
    left: 10px;
}
.categories__model .model-update {
    font: normal 10px/100% "Open Sans", sans-serif;
    color: #1f56a8;
    position: absolute;
    top: 10px;
    right: 10px;
}
.categories__model .model-status.off {
    color: #999;
}
.categories__model .model-title {
    font: normal 14px/130% "Open Sans", sans-serif;
    color: #1f56a8;
    text-align: center;
    margin-top: 20px;
    max-width: 90%;
    position: absolute;
    bottom: 5px;
    word-break: break-word;
}

.video-modal,
.auth-modal {
    position: relative;
    margin: 0 auto;
    width: 925px;
    max-width: 90%;
    height: 521px;
    border: none;
    outline: none;
}
.video-modal::backdrop,
.auth-modal::backdrop {
    background-color: rgba(2, 57, 115, 0.6);
}
.video-modal .btn-close,
.auth-modal .btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -50px;
    right: 0;
    border: none;
    background: url("/local/static/build/img/svg/close.svg") no-repeat center/cover;
}

.sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}
.sections__item {
    width: calc((100% - 60px) / 3);
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
}
.sections__item img {
    max-width: 40% !important;
}
.sections__item-title {
    margin-top: 20px;
    color: #1f56a8;
    text-align: center;
    max-width: 80%;
}

.detail__wrap {
    display: flex;
    margin-top: 40px;
    min-height: 460px;
}
@media only screen and (max-width: 850px) {
    .detail__wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .detail__slider{
        margin-bottom: 30px;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .slick-list{
        width: 100% !important;
    }
    .slick-track{
        width: 100% !important;
    }
    .slick-current{
        width: 100% !important;
    }
    .detail__documentation{
        margin-left: 0 !important;
    }

}
@media only screen and (max-width: 554px) {
    .project__inner-wrapper > a{
        width: 250px;
    }
    .project__review {
        width: 250px;
    }
    .project__auth{
        font-size: 13px;
        text-align: center;
    }
    .project__auth div:last-child{
        font-size: 14px;
    }
}
.detail__slider {
    width: 50%;
    height: 380px;
    border: solid 1px #e9e9e9;
}
.detail__slider .slider-dots {
    margin-top: 10px;
    display: flex !important;
    width: 100%;
}
.detail__slider .slider-dots li {
    padding: 0;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: solid 1px #e9e9e9;
    list-style: none;
}
.detail__slider .slider-dots li.slick-active {
    border: solid 1px #999999;
}
.detail__slider .slider-dots li:before {
    display: none;
}
.detail__slider .slider-dots li .dots-img {
    max-width: 40px;
}
.detail__slider .slick-slide {
    margin-top: 0;
}
.detail__slider .slider-item {
    height: 378px;
    position: relative;
}
.detail__slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.detail__documentation {
    margin-left: 50px;
}
.detail__documentation .doc-title {
    font: normal 16px/100% "Open Sans", sans-serif;
    letter-spacing: 0.17px;
    margin-bottom: 40px;
}
.detail__documentation .project__inner-wrapper {
    margin-bottom: 40px;
}
.detail__documentation .project__download {
    margin: 0;
}
.detail__description {
    margin-top: 40px;
}
.detail__description .desc-title {
    font: normal 16px/100% "Open Sans", sans-serif;
    letter-spacing: 0.17px;
    color: #272727;
    margin-bottom: 20px;
}
.detail__description p {
    font: normal 14px/143% "Open Sans", sans-serif;
    color: #191919;
    letter-spacing: 0.38px;
    margin-bottom: 40px;
}
.detail__video {
    margin-bottom: 80px;
}

.link-go-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: normal 16px/100% "Open Sans", sans-serif;
    letter-spacing: 0.17px;
    border-radius: 7px;
    border: solid 2px #81a4d6;
    background-color: #1f56a8;
    cursor: pointer;
    transition: opacity 0.4s ease;
    position: relative;
    padding: 11px 20px;
    margin: 20px 0 0px !important;
}
@media only screen and (max-width: 767px) {
    .link-go-back {
        margin-bottom: 35px;
    }
}
.link-go-back:hover {
    opacity: 0.8;
}
.link-go-back:active {
    top: 1px;
}

#docs-logos {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#docs-logos a {
    margin-right: 20px;
}
#docs-logos a img {
    max-width: 100px;
}

.upload-file__title {
    font: 400 24px/120% "Open Sans", sans-serif;
    margin: 0 0 20px;
}

.upload-files-form__error {
    color: #f15454;
    font: normal 18px/125% "Open Sans", sans-serif;
    margin: 0 0 10px;
    display: block;
}

.upload-file__success {
    display: none;
    font: 400 15px/120% "Open Sans", sans-serif;
}
.upload-file__error {
    display: none;
    font: 400 15px/120% "Open Sans", sans-serif;
    margin-top: 15px;
    color: red;
}

.field-upload__file-label {
    position: relative;
    cursor: pointer;
}
.field-upload__item--file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
#submit-upload-kp{
    display: none;
    visibility: hidden;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: normal 16px/100% "Open Sans", sans-serif;
    letter-spacing: 0.17px;
    border-radius: 7px;
    border: solid 2px #81a4d6;
    background-color: #1f56a8;
    cursor: pointer;
    transition: opacity 0.4s ease;
    position: relative;
    padding: 11px 20px;
}
.button:hover, .button:focus {
    opacity: 0.8;
}

.access-message{    line-height: 22px;
    font-size: 16px;
    padding: 5px 10px 10px 10px;
}
.access-message p{
    line-height: 22px;
}
.access-message-button {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: color .3s ease, background .3s ease, opacity .3s ease, border .3s ease;
    border: 0 none;
    outline: 0 none;
    text-align: center;
    background: #014ea2;
    height: 45px;
    font: 400 16px/100% "Open Sans", sans-serif;
    color: white;
    box-shadow: none;
    padding: 0 30px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 170px;
    max-width: 230px;
}
/*# sourceMappingURL=style.css.map */

.categories__help{
    background: #ffffff !important;
    pointer-events: none !important;
    cursor: default !important;
    border: 3px solid #1f56a8;
}
.categories__help > a{
    user-select: none;
    color:  #000000 !important;
}
.categories__item-help{
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
}

#template-description{
    display: none;
}

.model-telegram{
    top: 53px;
    position: relative;
    background: #0e57a7;
    border-radius: 40px;
    padding: 10px;
}
/* End */
/* /local/templates/.default/components/bitrix/news/bim-library/bitrix/news.list/.default/style.css?175267038615750 */
