

/* 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/system.pagenavigation/reviews/style.css?17425700222810*/
.pagination {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #f2f3f5;
    padding: 7px;
    border-radius: 3px
}

.pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination__nav {
    display: none
}

.pagination__nav-count {
    color: #7b7b7b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px
}

.pagination__nav-count-current {
    font-weight: 700;
    font-size: 22px
}

.pagination__nav-count span {
    margin: 0 2px
}

.pagination__item {
    display: block;
    padding: .3em .6em;
    text-decoration: none;
    text-align: center;
    min-width: 40px;
    height: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(20,26,36,.08);
    box-shadow: 0 2px 6px 0 rgba(20,26,36,.08);
    background-color: #fff;
    margin-right: 7px;
    line-height: 32px;
    font-weight: 700;
    color: #1d2530;
    font-size: 14px
}

.pagination__item+.pagination__item {
    border-left: 0
}

.pagination__item:hover,.pagination__item:focus {
    text-decoration: none;
    color: #1c1c26
}

a.pagination__item:hover,a.pagination__item:focus {
    background-color: #fff
}

span.pagination__item {
    cursor: default
}

.pagination__item--active {
    background-color: #fa9e00;
    color: #fff;
    font-weight: 400
}

a.pagination__item--active:hover,a.pagination__item--active:focus {
    background-color: #fa9e00;
    color: #fff
}

.pagination__item:last-child {
    font-weight: 700;
    color: #1d2530;
    font-size: 14px
}

.pagination-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pagination-nav__item {
    display: block;
    padding: .8em .9em;
    text-decoration: none;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(20,26,36,.08);
    box-shadow: 0 2px 6px 0 rgba(20,26,36,.08);
    background-color: #fff;
    margin-right: 7px;
    line-height: 32px;
    font-weight: 700;
    color: #1d2530;
    font-size: 14px
}

@media (max-width: 480px){
    .pagination {
        margin-top: 22.5px;
        margin-bottom: 22.5px
    }

    .pagination__items {
        display: none
    }

    .pagination__nav {
        display: block
    }

    .pagination-nav__item:first-child {
        margin-left: 0;
        margin-right: auto
    }

    .pagination-nav__item:last-child {
        margin-right: 0;
        margin-left: auto
    }
}
/* End */


/* Start:/local/templates/generator/components/bitrix/news.list/reviews/style.css?174196832614940*/

.feedback-container{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.feedback{
    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;
    margin: 5px 0;
    border-radius: 8px;
    font-size: .8rem;
    line-height: 1rem;
    white-space: normal;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    padding: 8px 20px;
    background-color: #fc9f00;
    color: #fff!important;
    cursor: pointer;
}

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


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

html body .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) {
    html body .container {
        width: 972px;
    }
}
@media (max-width: 768px) {
    html body .container {
        width: 100%;
    }
}


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



.img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.page__canvas{
    margin-top: 105px;
}

.page__header {
    margin-top: 40px;
    margin-bottom: 20px;
}

.page__header-title {
    margin: 42px 0 21px 0;
    font-size: 64px;
}
@media (max-width: 1024px) {
    .page__header-title {
        font-size: 48px;
    }
}
@media (max-width: 480px) {
    .page__header-title {
        font-size: 32px;
        margin: 22px 0 10px 0;
    }
}

.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;
    }
}



.testimonial {
    margin-bottom: 30px
}

.testimonial__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonial__image {
    margin-right: 15px
}

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

.testimonial__header-score {
    font-weight: 700;
    margin-left: 10px;
    color: #efce4a
}

.testimonial__header-name {
    font-weight: 700;
    margin-left: 10px
}

.testimonial__body {
    width: 100%
}

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

.testimonial__body-title {
    margin: 0 0 2px 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
}

.testimonial__body-text{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1c1c26;
    margin-top: 3px;
}

.testimonial__body-name {
    font-weight: 700
}

.testimonial__body-person {
    text-align: right;
    font-size: 16px;
    line-height: 1.5;
    color: #1c1c26;
}

.testimonial--bordered-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef
}

.testimonial--detail {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 22px -10px rgba(0,0,0,.25);
    box-shadow: 0 0 22px -10px rgba(0,0,0,.25)
}

.testimonials__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.testimonials__inner>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.testimonials__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.testimonials__col--full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.testimonials__header {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonials__header .btn {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.testimonials__footer {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonials__footer .btn {
    margin-left: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

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

.star__item {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.star__item:first-child {
    margin-left: 0
}

.star__item-icon {
    width: 12px;
    height: 12px
}

.star__text {
    margin-left: 7px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 11px
}

.star__text {
    margin-left: 7px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 11px;
    text-decoration: none;
    color: inherit;
    color: #ccc
}

.star--mb {
    margin-bottom: 7.5px
}

.star--md .star__item-icon {
    width: 20px;
    height: 20px
}

.star--md .star__text {
    font-size: 16px;
    margin-top: -5px
}

.star-range {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.star-range:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.star-range:not(:checked)>label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc
}

.star-range:not(:checked)>label:before {
    content: 'â˜… '
}

.star-range:not(:checked)>label:hover {
    color: #efce4a
}

.star-range:not(:checked)>label:hover~label {
    color: #efce4a
}

.star-range>input:checked~label {
    color: #efce4a
}

.star-range>input:checked+label:hover,.star-range>input:checked~label:hover {
    color: #efce4a
}

.star-range>input:checked+label:hover~label,.star-range>input:checked~label:hover~label {
    color: #efce4a
}

.star-range>label:hover~input:checked~label {
    color: #efce4a
}

.box {
    padding: 15px;
    margin-bottom: 15px
}

.box p{
    font-size: 16px;
    line-height: 1.5;
    color: #1c1c26;
}

.box--default {
    border: solid 1px #d8dce4;
    background-color: #f9fafb
}


.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    border-radius: 2px;
    border: 0;
    padding: 10px 24px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-family: inherit;
    line-height: 2;
    text-decoration: none;
    color: #1c1c26;
    background-color: #f1f2f4;
    background-image: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

.btn:hover,.btn:focus {
    text-decoration: none;
    color: #1c1c26;
    background-color: #d4d7de
}

.btn:active,.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0,0,0,.05);
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.05)
}

.btn--disabled,.btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    color: #1c1c26;
    background-color: #f1f2f4
}

a.btn--disabled {
    pointer-events: none
}

.btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    vertical-align: middle;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 15px;
    height: 15px;
    margin-right: 15px
}

.btn__icon--left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-right: 15px
}

.btn__icon--right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 15px;
    margin-right: 0
}

.btn--white {
    color: #1c1c26;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 18.4px .6px rgba(0,0,0,.13);
    box-shadow: 0 9px 18.4px .6px rgba(0,0,0,.13)
}

.btn--white:hover,.btn--white:focus {
    color: #1c1c26;
    background-color: #fff
}

.btn--white--disabled,.btn--white:disabled {
    color: #1c1c26;
    background-color: #fff
}

.btn--white-sm {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.08);
    box-shadow: 1px 2px 4px rgba(0,0,0,.08);
    border-radius: 3px;
    padding: 3px 10px;
    width: 41px;
    text-align: center;
    font-size: 16px
}

.btn--white-sm:hover,.btn--white-sm:focus {
    color: #1c1c26;
    background-color: #fff
}

.btn--white-sm--disabled,.btn--white-sm:disabled {
    color: #1c1c26;
    background-color: #fff
}

.btn--white-sm.active {
    background: #fc9f00;
    border: 1px solid #fc9f00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.08);
    box-shadow: 1px 2px 4px rgba(0,0,0,.08);
    border-radius: 3px;
    color: #fff
}

.btn--gray {
    color: #1c1c26;
    background-color: #f1f2f4
}

.btn--gray:hover,.btn--gray:focus {
    color: #1c1c26;
    background-color: #fa9e00
}

.btn--gray--disabled,.btn--gray:disabled {
    color: #1c1c26;
    background-color: #f1f2f4
}

.btn--colored {
    color: #1c1c26;
    background-color: #e5e9f1
}

.btn--colored:hover,.btn--colored:focus {
    color: #1c1c26;
    background-color: #1c1c26
}

.btn--colored--disabled,.btn--colored:disabled {
    color: #fff;
    background-color: #e5e9f1
}

.btn--main {
    color: #fff;
    background-color: #fc9f00
}

.btn--main svg{
    fill: #fff;
}

.btn--main:hover,.btn--main:focus {
    color: #fff;
    background-color: #fbd374
}

.btn--main--disabled,.btn--main:disabled {
    color: #fff;
    background-color: #fbd374
}

.btn--primary {
    color: #fff;
    background-color: #0e5695
}

.btn--primary:hover,.btn--primary:focus {
    color: #fff;
    background-color: #2069a9
}

.btn--primary--disabled,.btn--primary:disabled {
    color: #fff;
    background-color: #2069a9
}

.btn--red {
    background-color: #ed1a37;
    color: #fff;
    font-size: 14px!important
}

.btn--red:hover {
    color: #fc9f00!important
}

.btn--red>* {
    color: #fff!important;
    text-transform: none!important
}

.btn--cta-1 {
    color: #3a3a3a;
    background-color: #ffd894
}

.btn--cta-1:hover,.btn--cta-1:focus {
    color: #3a3a3a;
    background-color: #ffce7a
}

.btn--cta-1--disabled,.btn--cta-1:disabled {
    color: #3a3a3a;
    background-color: #ffce7a
}

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

.btn--block {
    display: block;
    width: 100%
}

.btn--fullwith {
    width: 100%
}

.btn--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.btn--md {
    min-height: 50px;
    padding: 10px 34px;
    line-height: 30px
}

.btn--sm {
    min-height: 34px;
    padding: 4px 10px;
    line-height: 26px
}

.btn--xs {
    min-height: 30px;
    padding: 4px 12px;
    line-height: 26px;
    font-size: 10px
}

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

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

@media (min-width: 768px) {
    .testimonials__col--left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 10px;
        padding-right: 10px
    }

    .testimonials__col--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px
    }
}
/* End */
/* /local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1741004684594 */
/* /local/templates/generator/components/bitrix/system.pagenavigation/reviews/style.css?17425700222810 */
/* /local/templates/generator/components/bitrix/news.list/reviews/style.css?174196832614940 */
