

/* Start:/local/templates/iteraciya/components/bitrix/news/blog/style.css?17447066461082*/
.blog__detail-section-list {
    position: relative;
    margin-top: 112px;
    margin-bottom: 32px;
}
@media (max-width: 767.98px) {
    .blog__detail-section-list {
        margin-top: 87px;
    }
}
.blog__detail-breadcrumb .breadcrumbs{
    margin-top: 0;
    margin-bottom: 0;
}
.blog__section-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 800;
}

@media (max-width: 768.98px) {
    .blog__section-feedback .feedback{
        margin-bottom: 80px;
    }
    .blog__section-feedback .feedback h2 {
        margin-top: 16px;
        margin-bottom: 24px;
        font-size: 22px;
    }
    .blog__section-feedback .feedback__wrapper {
        padding: 0 18px;
    }
    .blog__section-feedback .feedback .feedback__form-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
    .blog__section-feedback .feedback .callback__text-field {
        margin-bottom: 25px;
    }
    .blog__section-feedback .feedback .form-control-field-phone .form-group {
        margin-bottom: 25px;
    }
}
/* End */


/* Start:/local/templates/iteraciya/components/bitrix/news/blog/bitrix/catalog.section.list/.default/style.css?1744706646990*/
.blog__section-list .section__list{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

@media (max-width: 767.98px) {
    .blog__section-list.centering{
        padding-right: 0;
    }
    .blog__section-list .section__list{
        overflow-x: scroll;
    }
}

.blog__section-list .section__item {
    position: relative;
}

.blog__section-list .section__link {
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #ed692a;
    background-color: #fff;
    border-radius: 50px;
    white-space: nowrap;
}

.blog__section-list span.section__link,
.blog__section-list .section__link.with_color
{
    background-color: #ed692a;
    color: #fff;
}

.blog__section-list .section__icon {
    display: inline-flex;
    align-items: center;
}
/* End */


/* Start:/local/templates/iteraciya/components/bitrix/news/blog/bitrix/catalog.section.list/sub_section/style.css?1744706646709*/
.blog__section-sub-list .section__list{
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.blog__section-sub-list .section__item {
    position: relative;
}

.blog__section-sub-list .section__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #ed692a;
    opacity: 0.5;
}

.blog__section-sub-list span.section__link {
    opacity: 1;
}

.blog__section-sub-list .section__icon {
    display: inline-flex;
    align-items: center;
}
/* End */


/* Start:/local/templates/iteraciya/components/bitrix/system.pagenavigation/more/style.css?1744706646554*/
.load_more {
    margin-top: 40px;
    padding: 12px 18px;
    display: inline-block;
    min-width: 216px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.4s ease;
}
.load_more:hover {
    cursor: pointer;
    color: #ed692a;
    border: 1px solid #ed692a;
}

.load_more:active {
    background-color: #ed692a;
    color: #fff;
    opacity: 0.8;
}

.load_more.end {
    cursor: default;
    background-color: #ed692a;
    font-weight: 600;
    color: #fff;
    opacity: 1;
}
/* End */


/* Start:/local/templates/iteraciya/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17447066463123*/
.blog__posting-list {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
}

.blog__posting-list .col-md-4{
    padding: 10px;
}

.blog__posting-list .post__item-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.blog__posting-list .post__item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.blog__posting-list .col-md-4 a{
    color: inherit;
}

.blog__posting-list .post__item-picture_wrap {
    position: relative;
    padding-top: calc(100% / 1.56);
    overflow: auto;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.blog__posting-list .post__item-picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: container;
}

.blog__posting-list .post__item .post_item-section {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 8px;
    font-weight: 600;
    line-height: 9.75px;
    background-color: #0ca1b1;
    color: #fff;
    border-bottom-right-radius: 12px;
}

.blog__posting-list .post__item .post_item-section_icon svg {
    width: 12px;
    height: 12px;
}

.blog__posting-list .post__item-content {
    padding: 16px;
    font-size: 12px;
}

.blog__posting-list .post__item-content h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s ease;
}

.blog__posting-list .col-md-4:hover .post__item-content h3 {
    color: #ed692a;
}

.blog__popular-block {
    position: relative;
    margin-top: 34px;
    margin-bottom: 24px;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
}

.blog__popular-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #202439;
}

.blog__popular-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.popular__item .popular__picture-wrap {
    position: relative;
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px; 
}

.popular__item .popular__picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

.popular__item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.popular__item .popular__link {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    color: #202439;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768.98px) {
    .blog__popular-block {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .blog__popular-title {
        font-size: 22px;
        font-weight: 800;
    }
    .popular__item .popular__link {
        font-size: 18px;
        line-height: 24px;
    }
}
/* End */


/* Start:/local/templates/iteraciya/components/bitrix/news.list/forms/style.css?17447066468262*/
form .btn {width: 100%;}
form .btn svg{display: none}
form .btn.loading svg.loading__icon{display: block; position: absolute;}
form .btn.success svg.success__icon{display: block; position: absolute;}
form .btn.loading span,
form .btn.success span{display: none}
form .btn .success__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    stroke-width: 4;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #ffffff;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    margin: 0 auto;
}

form .btn .success__icon .checkmark__circle{
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke: #ffffff;
    fill: #ed692a;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

form .btn:hover
{
    background: #ed692a;
}

form .btn .success__icon .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.file__input__wrap {
    margin-top: -10px;
    margin-bottom: 30px;
}
.file__input__wrap .box__input{
    padding: 25px;
    background: #FFFFFF;
    border: 1px dashed #9B9FB7;
    border-radius: 24px;
    text-align: center;
}
.is-dragover .file__input__wrap .box__input{
    background: #F3F4F7;
    border: 1px dashed #9B9FB7;
}
.file__input__wrap .box__dragndrop,
.file__input__wrap .box__uploading,
.file__input__wrap .box__success,
.file__input__wrap .box__error {
  display: none;
}

.is-upload .file__input__wrap .box__input {
    display: none;
}

.is-upload .file__input__wrap .box__success {
    position: relative;
    display: block;
    background: #D6F1F0;
    border-radius: 12px;
    padding: 12px 54px 12px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.is-upload .file__input__wrap .box__success svg {
    margin-right: 10px;
}
.is-upload .file__input__wrap .btn__trash {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 24px;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04IDEzTDggMTAiIHN0cm9rZT0iIzkyQkFCQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xMiAxM0wxMiAxMCIgc3Ryb2tlPSIjOTJCQUJBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPHBhdGggZD0iTTEgNUgxOVY1QzE4LjA2ODEgNSAxNy42MDIyIDUgMTcuMjM0NiA1LjE1MjI0QzE2Ljc0NDYgNS4zNTUyMyAxNi4zNTUyIDUuNzQ0NTggMTYuMTUyMiA2LjIzNDYzQzE2IDYuNjAyMTggMTYgNy4wNjgxMiAxNiA4VjE0QzE2IDE1Ljg4NTYgMTYgMTYuODI4NCAxNS40MTQyIDE3LjQxNDJDMTQuODI4NCAxOCAxMy44ODU2IDE4IDEyIDE4SDhDNi4xMTQzOCAxOCA1LjE3MTU3IDE4IDQuNTg1NzkgMTcuNDE0MkM0IDE2LjgyODQgNCAxNS44ODU2IDQgMTRWOEM0IDcuMDY4MTIgNCA2LjYwMjE4IDMuODQ3NzYgNi4yMzQ2M0MzLjY0NDc3IDUuNzQ0NTggMy4yNTU0MiA1LjM1NTIzIDIuNzY1MzcgNS4xNTIyNEMyLjM5NzgyIDUgMS45MzE4OCA1IDEgNVY1WiIgc3Ryb2tlPSIjOTJCQUJBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPHBhdGggZD0iTTguMDY4MTUgMS4zNzA1OUM4LjE4MjEgMS4yNjQyNyA4LjQzMzE5IDEuMTcwMzMgOC43ODI0OCAxLjEwMzMyQzkuMTMxNzcgMS4wMzYzMiA5LjU1OTczIDEgMTAgMUMxMC40NDAzIDEgMTAuODY4MiAxLjAzNjMyIDExLjIxNzUgMS4xMDMzMkMxMS41NjY4IDEuMTcwMzMgMTEuODE3OSAxLjI2NDI3IDExLjkzMTkgMS4zNzA1OSIgc3Ryb2tlPSIjOTJCQUJBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPC9zdmc+DQo=");
}
.is-upload .file__input__wrap .btn__trash:hover {
    cursor: pointer;
    opacity: 0.8;
}
.file__input__wrap input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.file__input__wrap label .title {
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4C4F61;
    display: block;
}
.file__input__wrap label .description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4C4F61;
    display: block;
    margin-bottom: 20px;
}
.file__input__wrap label .description strong {
    color: #ED692A;
}
.file__input__wrap label .subdescription {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9B9FB7;
}
.file__input__wrap + button[type=submit] {
    width: 100%;
}

@media (max-width: 768px) {
    #callback-form-main .feedback__text-field + .feedback__contacts-wrapper{
        margin-top: 0;
    }
}


/** NEW STYLE **/

.file__input__box {
    margin-top: -10px;
    margin-bottom: 30px;
}

.file__input__box .box__input{
    padding: 25px;
    background: #FFFFFF;
    border: 1px dashed #9B9FB7;
    border-radius: 24px;
    text-align: center;
}

.file__input__box .box__input.dragged{
    background: #F3F4F7;
    border: 1px dashed #9B9FB7;
}

.file__input__box .box__input.is-upload{
    display: none;
}

.file__input__box .box__input .title {
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4C4F61;
    display: block;
}
.file__input__box .box__input .description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4C4F61;
    display: block;
    margin-bottom: 20px;
}
.file__input__box .box__input .description strong {
    color: #ED692A;
    transition: 0.6s ease text-decoration;
}
.file__input__box .box__input .description strong:hover{
    cursor: pointer;
    text-decoration: underline;
}
.file__input__box .box__input .subdescription {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9B9FB7;
}

.box__input__file__list .box__success {
    position: relative;
    display: block;
    background: #D6F1F0;
    border-radius: 12px;
    padding: 12px 54px 12px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box__input__file__list .box__success svg {
    margin-right: 10px;
}
.box__input__file__list .btn__trash {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 24px;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04IDEzTDggMTAiIHN0cm9rZT0iIzkyQkFCQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xMiAxM0wxMiAxMCIgc3Ryb2tlPSIjOTJCQUJBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPHBhdGggZD0iTTEgNUgxOVY1QzE4LjA2ODEgNSAxNy42MDIyIDUgMTcuMjM0NiA1LjE1MjI0QzE2Ljc0NDYgNS4zNTUyMyAxNi4zNTUyIDUuNzQ0NTggMTYuMTUyMiA2LjIzNDYzQzE2IDYuNjAyMTggMTYgNy4wNjgxMiAxNiA4VjE0QzE2IDE1Ljg4NTYgMTYgMTYuODI4NCAxNS40MTQyIDE3LjQxNDJDMTQuODI4NCAxOCAxMy44ODU2IDE4IDEyIDE4SDhDNi4xMTQzOCAxOCA1LjE3MTU3IDE4IDQuNTg1NzkgMTcuNDE0MkM0IDE2LjgyODQgNCAxNS44ODU2IDQgMTRWOEM0IDcuMDY4MTIgNCA2LjYwMjE4IDMuODQ3NzYgNi4yMzQ2M0MzLjY0NDc3IDUuNzQ0NTggMy4yNTU0MiA1LjM1NTIzIDIuNzY1MzcgNS4xNTIyNEMyLjM5NzgyIDUgMS45MzE4OCA1IDEgNVY1WiIgc3Ryb2tlPSIjOTJCQUJBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPHBhdGggZD0iTTguMDY4MTUgMS4zNzA1OUM4LjE4MjEgMS4yNjQyNyA4LjQzMzE5IDEuMTcwMzMgOC43ODI0OCAxLjEwMzMyQzkuMTMxNzcgMS4wMzYzMiA5LjU1OTczIDEgMTAgMUMxMC40NDAzIDEgMTAuODY4MiAxLjAzNjMyIDExLjIxNzUgMS4xMDMzMkMxMS41NjY4IDEuMTcwMzMgMTEuODE3OSAxLjI2NDI3IDExLjkzMTkgMS4zNzA1OSIgc3Ryb2tlPSIjOTJCQUJBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPC9zdmc+DQo=");
}
.box__input__file__list .box__success .btn__trash:hover {
    cursor: pointer;
    opacity: 0.8;
}

.jFiler.callback__text-field--error:after{
    font-family: "Montserrat", "Roboto", sans-serif;
    content: "Прикрепите резюме";
    left: 20px;
}
/* End */
/* /local/templates/iteraciya/components/bitrix/news/blog/style.css?17447066461082 */
/* /local/templates/iteraciya/components/bitrix/news/blog/bitrix/catalog.section.list/.default/style.css?1744706646990 */
/* /local/templates/iteraciya/components/bitrix/news/blog/bitrix/catalog.section.list/sub_section/style.css?1744706646709 */
/* /local/templates/iteraciya/components/bitrix/system.pagenavigation/more/style.css?1744706646554 */
/* /local/templates/iteraciya/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17447066463123 */
/* /local/templates/iteraciya/components/bitrix/news.list/forms/style.css?17447066468262 */
