

/* Start:/local/templates/indigo/components/bitrix/news/works-new/bitrix/news.detail/.default/style.css?17726122377268*/
div.works {
    word-wrap: break-word;
}

div.works img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.works {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.works__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.works__title h1 {
    font-size: 36px;
    margin: 0;
}

.works__date {
    font-size: 14px;
    color: #777;
}

.social-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.social-icon--vk {
    background-image: url(data:image/svg+xml;base64,...);
}

.social-icon--fb {
    background-image: url(data:image/svg+xml;base64,...);
}

.social-icon--tw {
    background-image: url(data:image/svg+xml;base64,...);
}

.works__content {
    display: flex;
    margin-bottom: 40px;
}

.works__content .swiper {
	flex: 0 0 50%;
    max-width: 50%;
    margin-right: 40px;
}

.works__image {
    flex: 0 0 60%;
    max-width: 60%;
    margin-right: 40px;
}

.works__text, .works__title {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
	margin-bottom: 10px;
}

.works__title {
	font-size: 18px;
    font-weight: bold;
}

.works__desk {
	margin-bottom: 20px;
}

.works__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.works__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background-color: #f8f9fa;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

.works__nav {
    display: flex;
    gap: 20px;
}

.nav-link {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}

.nav-link--prev {
    background-color: #f8f9fa;
    color: #333;
}

.nav-link--next {
    background-color: #007bff;
    color: white;
}

@media (max-width: 768px) {
    .works {
        padding: 20px;
    }

    .works__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .works__title h1 {
        font-size: 28px;
    }

    .works__content {
        flex-direction: column;
    }

    .works__image {
        flex: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .works__footer {
        flex-direction: column;
    }

    .works__nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-link {
        margin-bottom: 10px;
    }
}

.works__price-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: center;
    margin: 20px 0 0;
}

.works__price-container .works__title {
    white-space: nowrap;
}

.works__button {
    padding: 7px 30px;
    font-size: 14px;
    line-height: 20;
    color: #000000 !important;
    margin-left: 0 !important;
    max-height: 30px;
}

.works__button:hover {
    background-color: rgb(255, 144, 0);
}

.works__chars {
    background: #ffffff;
    padding: 15px;
    margin-left: 12px;
}









.swiper-container {
    width: 100%;
    max-width: 940px;
}

.slider {
    height: 80vh;
    max-height: 398px;
}

.slider-thumbnail {
    height: 20vh;
    max-height: 77px;

}

.swiper-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
    overflow: hidden;

    &.swiper-slide-thumb-active {
        opacity: 1;
    }

    &.swiper-slide-active {
        opacity: 1;
    }
}

.works__service {
    margin-top: 14px;
    padding-top: 20px;
    display: flex;
    gap: 10px;
    border-top: 0.5px solid #DFDFDF;
}

.works__service-pic {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
}

.works__service-pic img {
    display: block;
}

.works__service-item {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.works__service-text {
    text-align: center;
    font-size: 12px;
    line-height: 15px   ;
}

.works__footer table {
     width: 100%;
     border-collapse: collapse;
     margin-bottom: 20px;
 }


th, td {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #FF9000;
}

th {
    background-color: #FF9000;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center !important;
    padding: 5px !important;
}

td:first-child {
    font-weight: bold;
    text-align: center;
    width: 40%;
    padding: 11px;
    vertical-align: middle;
}

td:last-child {
    padding: 11px;
    vertical-align: middle;
}

.delivery {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        width: 100%;
    }

    th, td {
        min-width: 250px;
    }
}





/*.swiper-container {*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/

.gallery-top {
    height: 80vh;
    max-height: 800px;
    position: relative;
    overflow: hidden;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 120px !important;
    height: 100px !important;
    cursor: pointer;
    border-radius: 5px;
    transition: opacity 0.3s ease-in-out;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.1);
    border: 2px solid #007bff;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-thumbnail .swiper-slide {
    width: 120px !important;
    height: 120px !important;
}

.slider-thumbnail .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.swiper-slide a {
    pointer-events: none;
}


.swiper-backface-hidden .swiper-slide {
    max-width: 400px;
    height: 95%;
}

.gallery-top {
    height: auto;
}

.swiper-wrapper {
    padding-top: 5px !important;
}

.advantages__item-icon img {
    width: 100px;
    height: 100px;
}

.advantages__item--nomr {
    text-align: center;
    margin: 0;
}

.advantages__item {
    background: #fff;
    margin-bottom: 30px;
    padding: 25px 15px;
    color: #00396f;
    font-weight: 500;
    text-align: center;
    max-width: 320px;
    box-shadow: 0 0 10px 0 #ccc;
    min-height: 230px;
}

.advantages__item-icon {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 92px;
}

.row-flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.row-flex > div {
    width: calc(25% - 10px);
}
@media screen and (max-width: 650px) {
    .row-flex > div {
        width: calc(50% - 10px);
    }
}

.swiper-slide {
    position: relative;
}

.swiper-link {
    pointer-events: auto !important;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.contactBlock {
    margin-top: 60px;
    margin-bottom: 60px;
}

#footer__form {
    display: none;
}
/* End */


/* Start:/local/templates/indigo/components/bitrix/news.list/worksSlider/style.css?1741173912456*/
.swiper { position: relative}
.swiper-custom-button-prev {
    cursor: pointer;
    position: absolute;
    height: 80px;
    width: 80px;
    left: -67px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-custom-button-next {
    cursor: pointer;
    position: absolute;
    height: 80px;
    width: 80px;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-slide img {
    width: 100%;
    heiht: 100%:
}
/* End */
/* /local/templates/indigo/components/bitrix/news/works-new/bitrix/news.detail/.default/style.css?17726122377268 */
/* /local/templates/indigo/components/bitrix/news.list/worksSlider/style.css?1741173912456 */
