

/* Start:/local/templates/facade_systems/components/bitrix/news.list/videos/style.css?17509433084232*/
.video_tabs {
    border-bottom: 1px solid #D1C5B7;
    display: flex;
    flex-flow: row wrap;
    gap: 60px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.video_tab {
    border-bottom: 2px solid transparent;
    color: #1d1d1b;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 20px;
    transition: ease 0.2s;
    margin-bottom: -1px;
}

.video_tab-active {
    border-color: #e30613;
    color: #e30613;
}

.videos {
    position: relative;
}

.videos .container {
    padding-top: 0;
}

.videos .load__more {
    display: none;
    margin: 0 auto;
}

.video_list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
}

@media (max-width: 980px) {
    .video_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .video_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.video_list .video_item {
    background-color: #f5f6fa;
    padding: 20px;
    position: relative;
    border-radius: 6px;
}

.video_list .video_item .video_picture {
    display: block;
    height: fit-content;
    margin-bottom: 20px;
}

.video_list .video_item img {
    width: 100%;
    height: auto;
}

.video_list .video_item .video_play {
    position: absolute;
    top: 30px;
    right: 30px;
}

.video_list .video_category {
    color: #757c8f;
    font-size: 12px;
    line-height: 1.16;
    margin-bottom: 10px;
}

.video_list .video_title {
    font-size: 24px;
    line-height: 1.16;
    min-height: 4em;
    font-weight: 700;
    transition: ease 0.3s;
}

@media (max-width: 1270px) {
    .video_list .video_title {
        font-size: 20px;
        line-height: 1.2;
    }
}

.video_list .video_title:hover {
    color: #e30613;
}

.video_popup {
    background-color: rgba(39, 46, 59, 0.7019607843);
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: ease 0.2s;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.video_popup_overlite {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video_popup_close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    right: 0;
    height: 40px;
    width: 40px;
}

.video_popup_close:before {
    background: #E30613;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 100%;
    width: 1px;
}

.video_popup_close:after {
    background: #E30613;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.video_popup_container {
    justify-self: center;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.video_popup_frame {
    max-height: 100%;
    max-width: 1000px;
    width: calc(100vw - 30px);
}

.video_popup_frame iframe {
    aspect-ratio: 16/9;
    display: block;
    border: none;
    outline: none;
    width: 100%;
}

.video_ankor {
    position: absolute;
    top: -100px;
}

.load__more::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 4px 0 0 10px;
    border-top: 2px solid #e72430;
    border-right: 2px solid #e72430;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 1s;
    transition: 1s;
}

.videos .load__more {
    margin: 0 auto;
}

.load__more {
    position: relative;
    width: 130px;
    border-bottom: 1px dashed #e72430;
    color: #e72430;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/facade_systems/components/bitrix/news.list/bottom-banner/style.css?17509463125876*/
.b-info-with-button {
    max-width: 1200px;
    margin-top: 60px;
    border-radius: 6px;
    color: #fff;
    background: #34404b;
}

@media screen and (max-width: 600px) {
    .b-info-with-button {
        margin-top: 30px;
    }

    .b-info-with-button--mobile-side-margin {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.b-info-with-button__container {
    display: flex;
    align-items: flex-end;
    padding: 20px 0 0 5px;
}

.b-info-with-button__container--calculate {
    padding: 0 0 0 20px;
}

@media screen and (max-width: 960px) {
    .b-info-with-button__container--calculate {
        padding: 20px 0 0 20px;
    }
}

@media screen and (max-width: 650px) {
    .b-info-with-button__container--calculate {
        flex-direction: column;
        padding: unset;
    }
}

@media screen and (max-width: 650px) {
    .b-info-with-button__container {
        flex-direction: column;
        padding: unset;
    }
}

@media screen and (max-width: 650px) {
    .b-info-with-button__images-container {
        width: 100%;
    }
}

.b-info-with-button__images--desktop {
    display: block;
}

.b-info-with-button__images--tablet {
    display: none;
}

.b-info-with-button__images--mobile {
    display: none;
}

.b-info-with-button__images--fullscreen {
    border-radius: 5px 70px 0 0;
}

@media screen and (max-width: 960px) {
    .b-info-with-button__images--desktop {
        display: none;
    }

    .b-info-with-button__images--tablet {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .b-info-with-button__images--tablet {
        display: none;
    }

    .b-info-with-button__images--mobile {
        display: flex;
        object-fit: scale-down;
        width: 100%;
        max-height: 214px;
        padding-top: 20px;
        background-color: #f5f6fa;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .b-info-with-button__images--fullscreen {
        padding-top: 55%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .b-info-with-button__images--bg-gray {
        background-color: #caced9;
    }
}

.b-info-with-button__preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 40px 50px 20px;
}

.b-info-with-button__preview--calculate {
    margin: 50px 50px auto;
}

@media screen and (max-width: 1024px) {
    .b-info-with-button__preview {
        margin: 20px 30px;
    }
}

@media screen and (max-width: 960px) {
    .b-info-with-button__preview {
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 30px 30px;
    }
}

@media screen and (max-width: 768px) {
    .b-info-with-button__preview {
        margin: 0 20px 20px;
    }
}

@media screen and (max-width: 650px) {
    .b-info-with-button__preview {
        align-items: unset;
        width: 100%;
        padding: 15px 20px;
        margin: unset;
    }
}

.b-info-with-button__content {
    max-width: 530px;
    padding-right: 45px;
}

.b-info-with-button__content--calculate {
    max-width: initial;
    padding-right: 35px;
}

@media screen and (max-width: 960px) {
    .b-info-with-button__content {
        padding-right: 0;
    }
}

.b-info-with-button__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
}

.b-info-with-button__title--calculate {
    display: block;
    max-width: 500px;
}

@media screen and (max-width: 768px) {
    .b-info-with-button__title {
        font-size: 22px;
    }
}

.b-info-with-button__anons {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin: 20px 0;
}

.b-info-with-button__anons--selection {
    margin: 20px 0 40px;
}

@media screen and (max-width: 650px) {
    .b-info-with-button__anons {
        margin: 10px 0 15px;
    }
}

.b-info-with-button__button {
    position: relative;
    margin: 0;
    min-width: 250px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.b-info-with-button__button:hover {
    background-color: #d21e29;
}

.b-info-with-button__button::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: 1s;
}

.b-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 200px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #e72430;
}

.b-button:hover {
    background-color: #d21e29;
}

.b-button--white {
    border: 1px solid #e72430;
    color: #262628;
    background-color: #fff;
}

.b-button--square {
    padding: 20px 34px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 19px;
}

.b-button--line {
    position: relative;
}

.b-button--line::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/teplo_sftk/images/sftk/top-button-line.svg");
}

.b-info-with-button__images.b-info-with-button__images--desktop {
    max-width: unset;
}

@media screen and (max-width: 1024px) {
    .b-info-with-button__button {
        min-width: 210px;
    }
}

#webinars {
    scroll-margin-top: 300px;
    width: 100%;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 180px;
}
/* End */
/* /local/templates/facade_systems/components/bitrix/news.list/videos/style.css?17509433084232 */
/* /local/templates/facade_systems/components/bitrix/news.list/bottom-banner/style.css?17509463125876 */
