

/* Start:/local/components/all4it/news.element/templates/.default/style.css?17388237286391*/
.badge_in-stock {
    background-color: #7ffdbb; /* Пример цвета для 'В наличии' */
}
.badge_discount {
    background-color: #FF69B4; /* Пример цвета для 'Скидка' */
}
.badge_on-the-way {
    background-color: #5ba5fd; /* Пример цвета для 'В пути' */
}
.badge_vat {
    background-color: #9370DB; /* Пример цвета для 'НДС' */
}
.badge_leasing {
    background-color: #d0af04; /* Пример цвета для 'Лизинг' */
}
.badge_warranty {
    background-color: #2370ff; /* Пример цвета для 'Гарантия' */
}
.hidden {
    display: none!important;
}
.catalog_list .card-product__name{
    -webkit-line-clamp: unset !important;
    width: 450px !important;
    white-space: normal !important;
    overflow: hidden !important;
    overflow-wrap: break-word; /* Стандартное свойство для переноса слов на новую строку */
    text-overflow: unset !important;
}
.products-cards-slider .card-product__name {
    -webkit-line-clamp: unset !important;
    width: 100% !important;
    white-space: normal !important;
    overflow: hidden !important;
    overflow-wrap: break-word; /* Стандартное свойство для переноса слов на новую строку */
    text-overflow: unset !important;
}
.products-cards-slider .card-product__name {
    -webkit-line-clamp: 1 !important;
}
.catalog-page .catalog .card-product .card-product__price-wrapper{
    margin-left:35%!important;
}
/* detail-news */
.detail-news-wrapper {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1100px;
    width: 1100px !important;
    margin-left:4.5%;
}

.content-wrapper {
    width: 1500px;
    margin-left: 4.5%;
    background-color: white;
    border-radius: 20px;
    margin-top: -3%;
    margin-bottom: 5%;
    min-height: 968px;
}
.content-wrapper h1 {
    max-width: 1100px;
    color:#0F6DA1;
    padding-top: 3%;
    margin-left: 4.5%;

}
.news-page-header {
    width:100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    padding-left: 65px;
}

.detail-news-wrapper .news-page-header__title{
    margin-block: 0;
    font-size: 32px;
    font-weight: 700;
    color: #0f6da1;
    width: 100%;
    word-break: break-word;
}
.detail-news-banner img{
    width: 1226px;
    height: 564px;
    object-fit: cover;
}
.detail-news-description-header{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color:#636363;
    word-break: break-word;
}
.detail-news-option {
    margin-bottom:5%;
}
.detail-news-option .title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
    margin-bottom: 27px;

}

.detail-news-description-footer {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color:#636363;
    word-break: break-word;
}
.detail-news-wrapper .data-info {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #636363;
}


@media (max-width: 600px) {
    .content-wrapper h1 {
        max-width: 1100px;
        color: #0F6DA1;
        padding-top: 3%;
        margin-left: 4.5%;
        margin-right: 4.5%;
    }

    .bx-breadcrumb {
        margin: 10px 0;
    }

    .page-wrapper {
        width: 100%;
    }

    .detail-news-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        width: 91% !important;
        margin-left: 4.5%;
    }

    .news-page-header {
        width: 100%;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
        padding-left: 22px;
    }

    .content-wrapper {
        width: 100%;
        margin-left: 0;
        background-color: white;
        border-radius: 20px;
        margin-top: -3%;
        margin-bottom: 5%;
        min-height: 968px;
    }

    .detail-news-description-header {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #636363;
        word-break: break-word;
        width: 100%;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        float: left;
        margin-bottom: 0;
        white-space: nowrap;
        line-height: 20px !important;
        vertical-align: middle;
        margin-right: 10px;
    }

}
.products-cards-slider.products-cards-slider_special-offers.offers_detail_wrapper{
    margin-top: 65px;
}
.news-detail-page{
    padding-bottom: 0;
}
.news-detail-page__body{
    margin-top:0 !important;
}
.hero-slide .hero-slide__right img {
    border-radius: 20px;
    margin-left: 15%;
}

.news-wrapper .courses-desc {
    width: 1200px;
    margin-left: 20px;
}

.news-wrapper .time-block {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #636363;
    margin-right: 200px
}


.registration-on-course {
    display: block;
    font-family: Montserrat, Arial, serif;
    font-size: 20px;
    margin: 20px auto;
    padding: 25px 40px;
    border: none;
    color: white;
    border-radius: 10px;
    transition: .2s linear;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}

@media (max-width: 600px) {
    .container_courses .detail-news-wrapper {
        width: 100%;
        margin-right: 70px;
    }
}
.news-detail-page__sidebar{
    margin-top: 0 !important;
}
@media (min-width: 768px) {
    .news-detail-page__text img {
        display: block;
        max-width: 1137px !important;
        margin: 0 auto;
    }
}


/* End */


/* Start:/local/templates/westcomp/components/bitrix/breadcrumb/.default/style.min.css?1738823728467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/components/all4it/webform.window/templates/courses/style.css?17514706806800*/
.news-detail-page .processing {
    width: 80%;
    height: 100%;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    z-index: 9999;
    display: none;
    pointer-events: none;
    user-select: none;
}

.news-detail-page .processing img {
    display: inline-block;
}
.popup-content .form-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin: 10% 0 1.5rem;
}
.news-detail-page .modal-wrapper .button-select{
    background: var(--primary-default) !important;
    border-radius: 8px !important;
    color: white !important;
}
.news-detail-page .file_input::-webkit-file-upload-button {
    display: none;
}

.news-detail-page .file_input::file-selector-button {
    display: none;
}
.news-detail-page .headers_webform{
    margin-bottom: 7px;
    font-weight: bold;
}

.news-detail-page .file_input{

    max-width: -webkit-fill-available;
}

.news-detail-page .modal__wrap .j_dropdown{
    max-width: -webkit-fill-available;
    margin: auto !important;
}

.news-detail-page .modal__wrap .j_dropdown:not(:last-child){

    margin-bottom: 14px !important;

}

.news-detail-page .modal__wrap .dropdown__placeholder{
width: 85% !important;
}



.news-detail-page .popup {
    display: flex;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 109, 161, 0.5);

}
.news-detail-page .hidden {
    display:none
}
.news-detail-page .visible {
    display: flex;
}


.news-detail-page .popup-content {
    position: fixed;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 568px;
    max-width: 568px ;
    border-radius: 48px;
    animation: fadeIn 0.5s;

}
@media screen and (max-width: 768px) {
    .popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit], .popup-content textarea {

        width: 100% !important;
    }
    .news-detail-page .popup-content {
        width: 100%;
        position:unset;
        transform:unset;
        border-radius: 20px;
        height: 100%;
        max-height: 600px;
        margin-top: 25%;
    }
    .news-detail-page.popup-content label {
        margin-left: 0 !important;
    }
}
.news-detail-page .popup-content label {
    display: inline-block;
}
.news-detail-page .popup-content h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 10%;
}
.news-detail-page .popup-content p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;
}
.news-detail-page .popup-content a.link.special {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0F6DA1;

}
.news-detail-page .popup-content a.link{
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}


.news-detail-page .popup-content .close {
    color: #aaa;
    float: right;
    font-size: 22px;
    border: none;
    background: none;
    text-decoration: none;

}



.news-detail-page .popup-content input[type=text], .news-detail-page .popup-content input[type=tel], .news-detail-page .popup-content input[type=email], .news-detail-page .popup-content input[type=submit] {

    width: 380px;
    font-family: Montserrat, Arial serif;
    padding: 12px 20px;
    margin: 32px auto;
    display: block;
    box-sizing: border-box;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #B2BECB


}

.news-detail-page .popup-content textarea {
    width: 380px;
    max-width: 380px;
    font-family: Montserrat, Arial serif;
    padding: 12px 20px;
    margin: 32px auto;
    display: block;
    box-sizing: border-box;
    height: 48px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 5px;
    border: 1px solid #B2BECB
}


.news-detail-page .popup-content input[type=submit]{
    border-radius: 40px;
    gap: 10px;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom:3%;


}
.news-detail-page .popup-content input[type=checkbox]  {
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 1%;
    margin-left:-1.5%
}


.news-detail-page .popup-content label {
    margin-left: 15.5%;
    width: 380px !important;
    font-family: Montserrat !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
}
.news-detail-page .popup-content label br + span {
    margin-left: 19.5%;
    display: inline-block;
}

.news-detail-page .popup-content input[type=submit]:hover {
    opacity: 0.8;
}
.news-detail-page .popup-container {
    z-index: 5;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 109, 161, 0.5);
    justify-content: center;
    align-items: center;

}

.news-detail-page .success-popup {
    z-index: 99999;
    text-align: center;
    border-radius: 48px;
    background-color: white;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.news-detail-page .success-popup h2{
    font-family: Montserrat;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 20%;
}
.news-detail-page .success-popup .message {
    margin-top: -1.5%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;

}

.news-detail-page .close-btn {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8%;
    width: 380px;
    height: 48px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}



.news-detail-page #open-popup-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.news-detail-page #open-popup-btn:hover {
    background-color: #45a049;
}


/* End */
/* /local/components/all4it/news.element/templates/.default/style.css?17388237286391 */
/* /local/templates/westcomp/components/bitrix/breadcrumb/.default/style.min.css?1738823728467 */
/* /local/components/all4it/webform.window/templates/courses/style.css?17514706806800 */
