

/* Start:/local/templates/atb-oem/components/bitrix/breadcrumb/crumbs/style.css?1694519794883*/
.bx-breadcrumb {
	margin: 30px 0 0;
	padding: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.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-weight: 400;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.01em;
	color: #26282D;
	text-transform: uppercase;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.01em;
	color: #26282D;
	opacity: 0.5;
	transition: 0.5s all ease;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	transition: 0.5s all ease;
	opacity: 1;
	color: #D71934;
}

/* End */


/* Start:/local/templates/atb-oem/components/bitrix/news/pages_newsletter/bitrix/news.detail/.default/style.css?16990097175178*/
.img-buttons-block-title {
    position: relative;
}

.img-buttons-block-title h2.title {
    margin-top: 10px;
}

.img-buttons-block-title h2.title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #D71934;
}

.catalog__detail_right-other {
    margin: 20px 0;
}

.img-buttons-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-buttons-block-img {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-buttons-block-right {
    width: 66%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    padding: 10px 0;
}

.img-buttons-block-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-buttons-block-img img {
    width: 100%;
    max-width: fit-content;
    max-height: 270px;
}

.img-buttons-block-button .btn {
    width: 48%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    text-align: center;
}

.one-button-block .btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.one-button-block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 1366px) {
    .img-buttons-block-button .btn,
    .one-button-block .btn {
        min-height: 81px;
    }
}

@media (max-width: 1130px) {
    .img-buttons-block-button .btn {
        padding: 18px 20px;
        color: #FFFFFF;
    }
}

@media (max-width: 991px) {
    .img-buttons-block-button .btn {
        min-height: 103px;
    }
}

@media (max-width: 768px) {
    .img-buttons-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .img-buttons-block-img {
        width: 100%;
        align-items: center;
    }

    .img-buttons-block-right {
        width: 100%;
        min-height: none;
    }

    .img-buttons-block-button .btn {
        min-height: 81px;
    }
}

@media (max-width: 470px) {
    .img-buttons-block-button {
        flex-direction: column;
        gap: 15px;
    }

    .img-buttons-block-button .btn {
        width: 95%;
    }

    .one-button-block {
        justify-content: center;
    }
}

/*Для pop-up форм в разделе*/
.b24-form .b24-window-panel-pos-right {
    min-width: 50%;
    max-width: 740px;
    overflow-y: scroll;
}

.b24-form .b24-window-close {
    position: absolute;
    top: 16%;
    right: 45px;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    border: 1.5px solid #000;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    cursor: pointer;
    outline: 0;
    z-index: 25;
    background-color: #fff;
}

.b24-form .b24-window-close:before,
.b24-form .b24-window-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5px;
    height: 20px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.b24-form .b24-window-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.b24-form .b24-form-padding-side {
    padding-left: 0;
    padding-right: 0;
}

.b24-form .b24-form-header.b24-form-padding-side {
    display: block;
}

.b24-form .b24-form-header-title {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    font-size: 40px;
    line-height: 48px;
    position: relative;
    margin-bottom: 40px;
    max-width: 90%;
    text-align: left;
}

.b24-form div.b24-form-header-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #D71934;
}

.b24-form .b24-form-header-description {
    font-family: 'RFDewiExpanded', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 1;
    margin: 25px 0;
    text-align: left;
}

@media (max-width: 768px) {
    .b24-form .b24-form-header-title {
        font-size: 26px;
        line-height: 32px;
    }

    .b24-form .b24-form-header-description {
        font-size: 16px;
        line-height: 22px;
    }
}

.b24-form .b24-window-scrollable {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 50px;
}

.b24-form .b24-window-panel .b24-form-wrapper {
    min-height: auto;
}

.b24-form .b24-window-panel .b24-form-wrapper {
    min-height: auto;
}

@media (max-width: 991px) {
    .b24-form .b24-window-panel .b24-form-wrapper {
        min-height: 100%;
    }

    .b24-form .b24-window-close {
        top: 60px;
    }
}
/* End */
/* /local/templates/atb-oem/components/bitrix/breadcrumb/crumbs/style.css?1694519794883 */
/* /local/templates/atb-oem/components/bitrix/news/pages_newsletter/bitrix/news.detail/.default/style.css?16990097175178 */
