

/* Start:/local/templates/craftpipe/components/bitrix/breadcrumb/breadcrumbs/style.css?1742919591267*/
.breadcrumbs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 10px;
}

.breadcrumbs__item {
	align-items: center;
	display: flex;
	position: relative;
}

.breadcrumbs__item:not(:last-child):after {
	content: '|';
	margin-left: 10px;
}
/* End */


/* Start:/local/templates/craftpipe/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17429195911267*/
.novelty__thumb {
	align-items: flex-end;
	aspect-ratio: 4 / 2;
	color: var(--color-white);
	display: flex;
	max-height: 700px;
	position: relative;
}

.novelty__thumb-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.novelty__title {
	background: linear-gradient(0deg, #141414 0%, rgba(0, 0, 0, 0) 100%);
	display: flex;
	flex-direction: column;
	gap: 18px 0;
	padding: 60px 30px 30px;
	position: relative;
	width: 100%;
	z-index: 20;
}

.novelty__title h1 {
	color: var(--color-white);
}

.novelty__content, .novelty__share {
	margin-top: 30px;
}

.novelty__share {
	align-items: center;
	display: flex;
	gap: 0 7px;
}

.novelty__share-title {
	color: var(--color-black);
	font-family: 'Unbounded', serif;
	font-size: 14px;
	font-weight: 600;
}

.ya-share2__item {
	transition: all .22s ease-out !important;
}

.ya-share2__badge {
	border-radius: 0 !important;
}


@media screen and (max-width: 960px) {

	.novelty {
		padding-bottom: 30px;
	}

	.novelty__thumb {
		aspect-ratio: initial;
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 15%;
	}

	.novelty__title {
		padding: 30px 20px 20px;
	}

	.novelty__content, .novelty__share {
		margin-top: 15px;
	}

	.novelty__share-title {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/craftpipe/components/bitrix/system.pagenavigation/.default/style.css?1742919591619*/
.pagination {
    align-items: center;
    background-color: #E3E3E3;
    display: flex;
    font-family: 'Unbounded', serif;
    font-size: 16px;
    font-weight: 700;
    gap: 0 10px;
    justify-content: flex-end;
    margin-top: 30px;
    padding: 16px;
}

.pagination__item {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.pagination__item--active {
    background-color: var(--color-red);
    color: var(--color-white);
}

.pagination__item--arrow {
    font-size: 12px;
}

.pagination__item--disabled {
    opacity: .5;
    pointer-events: none;
}
/* End */


/* Start:/local/templates/craftpipe/components/bitrix/news.list/news_slider/style.css?17429195911763*/

.news {
    margin-top: 30px;
    padding: 50px 0;
    position: relative;
}

.news--similar {
    background-color: #EBEBEB;
}

.news--similar .decorations__item {
    background-color: rgba(255, 255, 255, .5);
    z-index: 0;
}

.news__wrapper {
    display: grid;
    gap: 30px 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news__item {
    background-color: var(--color-white);
    position: relative;
}

.similar__wrapper {
    position: relative;
}

.similar__wrapper .swiper__nav {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}

.similar__wrapper .swiper__nav-wrapper {
    justify-content: space-between;
}

.similar__wrapper .swiper__nav-item {
    background-color: #40404033;
    position: relative;
}

@media (pointer: fine), (pointer: none) {
    .news__item:hover .news__title {
        color: var(--color-red);
    }

    .news__item:hover .news__arrow {
        transform: translateX(10px);
    }

    .news__item:hover .news__thumb > img {
        transform: scale(1.1);
    }
}

.news__thumb {
    height: 225px;
}

.news__info {
    display: flex;
    flex-direction: column;
    height: 187px;
    padding: 20px 30px;
}

.news__title {
    -webkit-box-orient: vertical;
    color: var(--color-black);
    display: -webkit-box;
    font-family: 'Unbounded', serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all .22s ease-out;
}

.news__bottom {
    align-items: center;
    display: flex;
    margin-top: auto;
}

.news__date {
    font-size: 12px;
}

.news__arrow {
    color: var(--color-red);
    font-size: 8px;
    margin-left: auto;
    transition: all .22s ease-out;
}
/* End */


/* Start:/local/templates/craftpipe/components/api/main.feedback/get_calc/style.css?17429195916040*/

.calculation {
    background-color: var(--color-white);
    padding: 84px 0;
}

.calculation .button {
    width: 100%;
}

.calculation__wrapper {
    align-items: center;
    display: flex;
    gap: 0 33px;
}

.calculation__left {
    width: calc(100% - 695px - 33px);
}

.calculation__subtitle {
    color: var(--color-red);
    font-family: 'Unbounded', serif;
    font-size: 20px;
    font-weight: 700;
}

.calculation__description {
    margin-top: 25px;
}

.calculation__right {
    background-color: #F3F3F3;
    flex-shrink: 0;
    padding: 47px 131px;
    position: relative;
    width: 695px;
}

.calculation__right:after {
    border: 2px var(--color-red) solid;
    content: '';
    height: calc(100% + 38px);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 38px);
}

.calculation__form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

@media screen and (max-width: 1280px) {
    .calculation__wrapper {
        flex-direction: column;
        gap: 45px 0;
    }

    .calculation__left, .calculation__right {
        width: 100%;
    }

    .calculation__description {
        margin-top: 15px;
    }

    .calculation__form-wrapper {
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .calculation {
        padding: 30px 0 60px;
    }

    .calculation__subtitle {
        font-size: 16px;
    }

    .calculation__form-wrapper {
        gap: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .calculation__right {
        padding: 30px 25px;
    }

    .calculation__right:after {
        height: calc(100% + 20px);
        width: calc(100% - 10px);
    }
}

/* ======================================================================== */
.tpl_default{
    position: relative;
}


.tpl_default .asterisk{
    color: #FF3737;
    font-size: 13px;
    font-weight: bold;
}

.tpl_default .api-file-ext{font-size: 11px; color: #6A6A6A}


.tpl_default_author_message, .tpl_default_upload_files, .api-feedback .form-group.checkbox {
    grid-column-start: 1;
    grid-column-end: 3;
}

.tpl_default_upload_files {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

@media(max-width: 991px) {
    .tpl_default_upload_files {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 680px) {
    .api-feedback__inner {
        grid-template-columns: 1fr;
    }

    .tpl_default_upload_files {
        grid-template-columns: 1fr;
    }

    .api-feedback .form-inner {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .tpl_default_author_message, .tpl_default_upload_files, .api-feedback .form-group.checkbox {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}


/* ========================================================================
   Component:  JS Error Module
 ========================================================================== */
.tpl_default [class*="ts-field-"]{
    display: inline-block;
    margin-left: 6px;
    width: 14px;
    height: 12px;
    background-image: url("/local/templates/craftpipe/components/api/main.feedback/get_calc/images/note.png");
    background-repeat: no-repeat;
}
.tpl_default .ts-field-error{background-position: 0 0;}
.tpl_default .ts-field-saccess{background-position: 0 -14px;}


/* ========================================================================
   Component: Captcha
 ========================================================================== */
.tpl_default .mf-captcha{padding: 5px;}
.tpl_default .mf-captcha-wrap{display: inline-block;}
.tpl_default .mf-captcha .mf-text{margin:0 0 3px;font-size: 13px;}
.tpl_default .mf-captcha img{margin: 0 0 10px;}
.tpl_default .mf-captcha input[type="text"]{width: 168px;text-transform: uppercase;}



/* ========================================================================
   Component: Alert
 ========================================================================== */
.ts-alert{
    background: none repeat scroll 0 0 #EBF7FD;
    border: 1px solid rgba(45, 112, 145, 0.3);
    border-radius: 4px;
    color: #2D7091;
    padding: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    margin: 15px 0;
    display: block;
    font-size: 14px;
    line-height: 21px;
}
.ts-alert p{margin: 0 !important; padding: 0 !important;}
.ts-alert-success {
    background: none repeat scroll 0 0 #F2FAE3;
    border-color: rgba(101, 159, 19, 0.3);
    color: #659F13;
}
.ts-alert-warning {
    background: none repeat scroll 0 0 #FFFCEB;
    border-color: rgba(226, 131, 39, 0.3);
    color: #E28327;
}
.ts-alert-danger {
    background: none repeat scroll 0 0 #FFF1F0;
    border-color: rgba(216, 80, 48, 0.3);
    color: #D85030;
}


/* ========================================================================
   Component: File inputs
 ========================================================================== */
.tpl_default .api-file-wrap{position: relative;float: left;}
.tpl_default .api-file-wrap input[type="file"]{display: none;}
.tpl_default .api-file-name{color: #000000;font-size: 14px;}
.tpl_default .api-file-string{overflow: hidden;margin: 0 0 5px;}
.tpl_default .api-btn {
    background: url(/local/templates/craftpipe/components/api/main.feedback/get_calc/images/icon_photo.svg) right .5rem center no-repeat rgba(0, 0, 0, .05);
    padding: .5rem 2rem .5rem 1rem;
    display: inline-block;
    font-size: .9375em;
    margin-right: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}

.tpl_default .api-btn:hover {
    background-color: rgba(0, 0, 0, .1);
}

.tpl_default .api-form-row{overflow: hidden;}

/* v1.2.9 */
.tpl_default .option-qroup{display: inline-block;vertical-align: middle;}
.tpl_default .date-group input[type="text"]{margin-bottom: 5px;}

/* v1.3.4 */
.tpl_default .hidden_protection {
    background: transparent !important;
    border: 0 none !important;
    box-shadow: none !important;
    color: transparent !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
/* End */
/* /local/templates/craftpipe/components/bitrix/breadcrumb/breadcrumbs/style.css?1742919591267 */
/* /local/templates/craftpipe/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17429195911267 */
/* /local/templates/craftpipe/components/bitrix/system.pagenavigation/.default/style.css?1742919591619 */
/* /local/templates/craftpipe/components/bitrix/news.list/news_slider/style.css?17429195911763 */
/* /local/templates/craftpipe/components/api/main.feedback/get_calc/style.css?17429195916040 */
