

/* Start:/local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1741004684594*/
/* Хлебные крошки */
.bx-breadcrumb {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	color: #1c1c26;
	text-transform: uppercase;
	font-size: 11px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bx-breadcrumb-item {
	display: inline-block;
	margin-right: 0.6em;
	white-space: nowrap;
}

.bx-breadcrumb-item a {
	color: #1c1c26;
	text-decoration: none;
}

.bx-breadcrumb-item a:hover,
.bx-breadcrumb-item a:focus {
	color: #1c1c26;
	text-decoration: none;
}

.bx-breadcrumb-item-span {
	color: #fa9e00;
}
i.fa.fa-angle-right {
	color: #f1f2f4;
}
/* End */


/* Start:/local/templates/generator/components/bitrix/news/stocks/bitrix/news.detail/.default/style.css?17506928379643*/
.page__canvas {
    margin-top: 160px;
}

@media (max-width: 992px) {
    .page__canvas {
        margin-top: 100px;
    }
}

div.news-detail {
    word-wrap: break-word;
}

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

.news-date-time {
    color: red;
}

.feedback-container {
    display: none;
}

.container {
    font-family: Roboto, sans-serif;
    max-width: 100%;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.swiper-wrapper img {
    width: 100%;
}

h2 {
    margin-bottom: 20px;
}

.fancybox__footer {
    display: none;
}

@media (max-width: 992px) {
    .container {
        width: 972px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

a:hover,
a:focus {
    color: #da2b2b!important;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 33px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-family: "Fira Sans", "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 1.2;
    color: currentColor;
}

.news-detail_top {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    height: 360px;
    margin-bottom: 15px;
}

.news-detail_top:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #0e5695;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1;
}

.news-detail_top img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
    margin: 0;
}

.news-detail_top h1 {
    display: block;
    color: #FFFFFF;
    !important;
    z-index: 2;
    padding: 0 20px;
}

.page__canvas ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 16px 0;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .page__canvas ul {
        margin-left: 20px;
    }
}

.page__canvas table tbody tr td {
    padding-left: 20px;
}

.page__canvas table {
    /*	word-break: break-all;*/
    margin-top: 10px;
}

.page__canvas table tbody tr th {
    padding: 10px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid #e3e3e3;
}

.cta-service {
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    border: solid 2px #feeecf;
    background-color: #fef3dd;
}

.cta-service__form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
}

@media (max-width: 480px) {
    .cta-service__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.form--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (max-width: 480px) {
    .form--inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .cta-service__form .field-text {
        margin-bottom: 1em;
    }
}

.cta-service__form .field-text__input {
    font-size: 20px;
    min-height: 60px;
}

.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: 50px;
    margin: 0;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 5px 12px;
    line-height: 1.5;
    font-size: 13px;
    font-family: inherit;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .05);
}

.btn {
    border: none;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3slinear;
    transition: all .3slinear;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    line-height: 1rem;
    white-space: normal;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    padding: 10px 34px;
    background-color: #fc9f00;
    color: #fff!important;
    cursor: pointer;
    height: 60px;
    min-height: 60px;
    font-size: 14px;
}

@media (max-width: 481px) {
    .field-group {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .btn {
        width: 100%;
    }
    .button {
        width: 100%;
        max-width: unset;
    }
}

.btn__text:hover {
    color: #fff;
    background-color: #fbd374;
}

.field-checkbox {
    display: block;
    margin-bottom: 1em;
    font-size: 12px;
}

.field-checkbox__name {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
    margin-right: .5em;
    font-weight: 400;
    line-height: 2.5;
}

.field-checkbox__input {
    position: absolute;
    top: .7em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.field-checkbox__name-text {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
}

.field-checkbox__name-text:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border: solid 1px rgba(208, 210, 212, .52);
    background-color: #fff;
}

input:checked~.field-checkbox__name-text:after {
    opacity: 1;
}

input:checked~.field-checkbox__name-text:after {
    opacity: 1;
}

.field-checkbox__name-text:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    height: 6px;
    opacity: 0;
    border-left: 2px solid #fa9e00;
    border-bottom: 2px solid #fa9e00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-shadow: 1px 2px 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: 1px 2px 0 #fff, inset 0 -2px 0 #fff;
}

.news-detail {}

div.news-detail p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
}

div.news-detail ol,
div.news-detail ul {
    padding-left: 18px;
}

div.news-detail ol li,
div.news-detail ul li {
    margin-bottom: 10px;
}

.news-detail {
    margin-bottom: 60px;
}

.news-detail_top {
    margin-bottom: 60px;
}

.news-detail_top {
    border-radius: 10px;
    overflow: hidden;
}

.footer_form {
    margin-top: 20px;
}

.footer_form__container {
    padding: 0 10px;
    max-width: 1140px;
}

@media (max-width: 1200px) {
    .footer_form__container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .footer_form__container {
        max-width: 720px;
    }
    .
}

@media (max-width: 768px) {
    .footer_form__container {
        max-width: 540px;
    }
}

.footer_form {
    margin-bottom: 60px;
    font-family: Roboto;
}

.footer_form__content {
    position: relative;
    background: #F1F2F4;
    padding: 40px;
    border-radius: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .footer_form__content {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .footer_form__content {
        border-radius: 20px;
        padding: 24px 15px 0;
    }
}

#footer_form,
.footer_form__content_left {
    display: flex;
    flex-direction: column;
    max-width: 568px;
    gap: 20px;
}

.form_footer__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 37.5px;
}

@media (max-width: 768px) {
    .form_footer__title {
        font-size: 22px;
        line-height: 26px;
    }
}

.footer_form__desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 768px) {
    .footer_form__desc {
        font-size: 16px;
        line-height: 20px;
    }
}

#footer_form,
.footer_form__content_left {
    display: flex;
    flex-direction: column;
    max-width: 568px;
    gap: 20px;
}

@media (max-width: 1200px) {
    .footer_form__content_left {
        width: 400px;
    }
}

@media (max-width: 991px) {
    #footer_form,
    .footer_form__content_left {
        width: 100%;
        max-width: unset;
    }
}

.footer_form__control input[type="tel"] {
    border: unset;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #E6E6E6;
    color: #000000;
    padding: 19px 23px;
}

.footer_form__submit {
    border-radius: 10px;
    background: #DA2B2B;
    border: none;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 18px;
    cursor: pointer;
}

.footer_form__content_right {
    right: 19px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1200px) {
    .footer_form__content_right {
        right: 0;
        width: 400px;
    }
}

@media (max-width: 991px) {
    .footer_form__content_right {
        position: relative;
        width: 305px;
    }
}
/* End */
/* /local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1741004684594 */
/* /local/templates/generator/components/bitrix/news/stocks/bitrix/news.detail/.default/style.css?17506928379643 */
