

/* 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/autoservice/bitrix/news.detail/.default/style.css?175191341522786*/
.page__canvas {
    margin-top: 150px;
}

h1,
h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
    margin-bottom: 40px;
}

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

.autoservice-uslugi-header h2 {
    margin: 0px;
}

.autoservice-uslugi-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.autoservice-uslugi-item a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-align: center;
    padding: 25px 19px;
    border-radius: 5px;
    background: #545454;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.autoservice-uslugi-item {
    width: calc(33% - 10px);
}

.autoservice-masters-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.autoservice-master-item {
    min-height: 398px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #2221266e;
    border-radius: 5px;
    overflow: hidden;
    width: 25%;
    position: relative;
}

.autoservice-master-text {
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px 30px 0px 0px;
    background: #222126;
    color: #fff;
    position: relative;
    z-index: 1;
}

.autoservice-master-name {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

.autoservice-master-value {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

.autoservice-masters {
    margin-bottom: 80px;
}

.autoservice-master-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.autoservice-master-img img {
    height: 100%;
    max-width: unset;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.autoservice-reviews {
    padding: 51px 0px 79px;
}

.autoservice-reviews-header h2 {
    margin: 0px;
}

.autoservice-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.autoservice-faq-item-value {
    max-height: 0px;
    overflow: hidden;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 146%;
    transition: all .3s ease-in-out;
}

.autoservice-faq-title h2 {
    margin: 0px;
}

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

.autoservice-uslugi {
    margin-top: 80px;
}

.autoservice-faq {
    margin-top: 80px;
}

.autoservice-faq-item {
    padding: 20px 30px;
    margin-top: 15px;
    background: #F1F2F4;
    border-radius: 40px;
}

.autoservice-faq-item-btn b {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
}

.autoservice-faq-item-btn {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.autoservice-faq-item-btn span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #da2b2b;
    border-radius: 50%;
}

.autoservice-faq-item-btn span:before {
    width: 17px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.autoservice-faq-item-btn span:after {
    width: 3px;
    height: 17px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.page__canvas .container {
    width: 1290px;
    max-width: 100%;
}

.autoservice-uslugi-header a,
.autoservice-add-reviews-btn a,
.autoservice-faq-title a {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    width: 280px;
    max-width: 100%;
    text-align: center;
    border: 1px solid #DA2B2B;
    min-height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
    border-radius: 10px;
    color: #DA2B2B;
    transition: all .3s ease-in-out;
}

.autoservice-uslugi-header a:hover,
.autoservice-add-reviews-btn a:hover,
.autoservice-faq-title a:hover {
    background: #DA2B2B;
    color: #fff;
}

.autoservice-uslugi-item a:hover {
    background: #DA2B2B;
    color: #fff;
    text-decoration: none;
}

.autoservice-add-reviews-btn{
    display: none!important;
}

.autoservice-uslugi-item a {
    transition: all .3s ease-in-out;
}

.autoservice-uslugi-header form {
    border: 1px solid #969696;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.autoservice-uslugi-header form input {
    border: none;
    font-weight: 300;
    font-size: 18px;
    padding: 16px 35px;
    line-height: 1;
    outline: none;
    box-shadow: none;
    color: #969696;
    padding-right: 20px;
    width: 275px;
}

.autoservice-uslugi-header form button {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding-right: 36px;
    padding-left: 20px;
    border-left: 1px solid #969696;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.autoservice-info-wr {
    display: flex;
    justify-content: space-between;
}

.autoservice-info-left {
    min-width: 300px;
    margin-right: 20px;
}

.autoservice-info-right {
    width: calc(100% - 320px);
    overflow: hidden;
    display: flex;
    border-radius: 5px;
}

.autoservice-info-row-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
}

.autoservice-info-row-value {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #545454;
}

.autoservice-info-row-value a {
    text-decoration: underline;
}

.autoservice-info-row-value.flex-links a {
    text-decoration: none;
}

.autoservice-info-row-value.flex-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.autoservice-info-row:not(:first-child) {
    margin-top: 20px;
}

.autoservice-info-row.border-a-row {
    padding: 20px 0px;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}

.autoservice-info-row-rait {
    display: flex;
    align-items: center;
}

.autoservice-info-rait-text {
    margin-left: 10px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #1C1C26;
}

.autoservice-middle-form {
    margin-top: 80px;
}

.autoservice-banner {
    margin-bottom: 80px;
}

.autoservice-faq-item.active .autoservice-faq-item-value {
    max-height: 1500px;
    margin-top: 15px;
}

.autoservice-faq-item.active .autoservice-faq-item-btn span:after {
    transform: translate(-50%, -50%)rotate(270deg);
}

.autoservice-faq-item-btn span:after,
.autoservice-faq-item-btn span:before {
    transition: all .3s ease-in-out;
}

.autoservice-banner {
    padding: 45px;
    background-image: url('/local/templates/generator/components/bitrix/news/autoservice/bitrix/news.detail/.default/image/mbg.png');
    background-size: cover;
    background-position: center;
    background-color: #3b3b39;
    min-height: 600px;
    position: relative;
}

.autoservice-banner-title {
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.autoservice-banner-title b {
    color: #FF5859;
}

.autoservice-banner-points {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    max-width: 100%;
}

.autoservice-banner-point {
    width: 348px;
    max-width: 100%;
    margin-right: 35px;
    margin-bottom: 15px;
    background: #211B1899;
    border-radius: 5px;
    padding: 14px 0px 14px 10px;
    display: flex;
    align-items: center;
}

.autoservice-banner-point:nth-child(2n) {
    margin-right: 0px;
}

.autoservice-banner-point-text {
    color: #fff;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin-left: 10px;
}

.autoservice-banner>div {
    position: relative;
    z-index: 1;
}

.autoservice-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #151314 0%, rgba(21, 19, 20, 0) 100%);
}

.autoservice-middle-form {
    min-height: 600px;
    display: flex;
    justify-content: flex-end;
    background-image: url('/local/templates/generator/components/bitrix/news/autoservice/bitrix/news.detail/.default/image/f1-bg.png');
    background-position: left center;
    align-items: stretch;
    border-radius: 30px;
}

.autoservice-m-form-wr {
    position: relative;
    width: 792px;
    max-width: 100%;
    background-color: #222126;
    height: 600px;
    max-height: 100%;
    border-radius: 30px;
    padding: 46px 46px 46px 66px;
    background-image: url('/local/templates/generator/components/bitrix/news/autoservice/bitrix/news.detail/.default/image/f2-bg.png');
    background-position: right bottom;
}

.autoservice-m-form-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

.autoservice-m-form-title b {
    color: #FF5859;
}

.autoservice-m-form-offer {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.autoservice-master-img img {
    user-select: none;
    pointer-events: none;
}

.autoservice-uslugi-header form button:hover svg path {
    fill: #DA2B2B;
}

.autoservice-m-form-content .form_service label.popup-form-item-label {
    margin-bottom: 5px;
}

.autoservice-m-form-content .form_service input.phone-mask {
    height: 60px;
    margin-bottom: 15px;
}

.autoservice-m-form-content .form_service input.cv-btn {
    height: 90px;
}

.autoservice-m-form-content .form_service span.checkbox-text br {
    display: none;
}

.autoservice-m-form-content .form_service span.checkbox-text,
.autoservice-m-form-content .form_service span.checkbox-text a {
    font-size: 10px;
}

.autoservice-m-form-content .form_service .popup-policy {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.autoservice-m-form-content .form_service .popup-policy label.checkbox {
    height: fit-content;
    display: flex;
    align-items: center;
}

.autoservice-banner-form {
    margin-top: 15px;
}

.autoservice-banner-title {
    line-height: 120%;
}

.autoservice-reviews-all {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.autoservice-reviews-all a {
    padding: 14px 34px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #414141;
    border: 1px solid #414141;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.autoservice-reviews-all a:hover {
    background: #414141;
    color: #fff;
}

.autoservice-reviews-list {
    margin-top: 40px;
}

.autoservice-banner-point-text {
    line-height: 138%;
}

.autoservice-detail {
    margin-top: 60px;
}

@media (max-width: 1200px) {
    h1,
    h2 {
        font-size: 32px;
        line-height: 100%;
    }
    .autoservice-uslugi-header a,
    .autoservice-add-reviews-btn a,
    .autoservice-faq-title a {
        font-size: 18px;
        min-height: 50px;
        width: 220px;
    }
    .autoservice-reviews-header h2 {
        width: 220px;
    }
    .autoservice-m-form-title {
        font-size: 32px;
        line-height: 120%;
    }
    .autoservice-m-form-offer {
        font-size: 18px;
        line-height: 130%;
    }
    .autoservice-m-form-wr {
        width: 650px;
        padding: 46px;
    }
    .autoservice-banner-title {
        font-size: 46px;
    }
    .autoservice-banner-point-text {
        font-size: 14px;
    }
    .autoservice-banner-point {
        width: 320px;
        margin-right: 28px;
    }
    .autoservice-info-row-value {
        font-size: 14px;
        line-height: 120%;
    }
    .autoservice-info-row-title {
        font-size: 18px;
    }
    .autoservice-info-right iframe {
        height: 480px;
    }
    .autoservice-info-rait-text {
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }
    .autoservice-uslugi-item {
        width: calc(33% - 11px);
    }
}

@media (max-width: 992px) {
    body .autoservice-detail {
        margin-top: 35px;
    }
    h1,
    h2 {
        margin-bottom: 35px;
        line-height: 100%;
    }
    body .autoservice-banner {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 29px 27px;
        background-image: url('/local/templates/generator/components/bitrix/news/autoservice/bitrix/news.detail/.default/image/fbg-m.png');
        background-size: cover;
        background-position: center;
        margin-bottom: 35px;
    }
    body .autoservice-banner-title {
        font-size: 30px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    body .autoservice-banner-title b {
        display: block;
        width: 300px;
    }
    body .autoservice-banner-title br {
        display: none;
    }
    body .autoservice-banner-point {
        width: 100%;
        max-width: 320px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    body .autoservice-banner-point-img {
        width: 30px;
        min-width: 30px;
    }
    body .form_service label.popup-form-item-label {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: normal;
    }
    body .form_service {
        flex-direction: column;
        gap: 0px;
    }
    body .form_service .popup-form-item {
        width: 100%;
    }
    body .form_service .popup-form-item input {
        width: 100%;
        height: 50px;
        padding: 0 20px;
        font-size: 14px;
    }
    body .form_service input.cv-btn {
        height: 63px;
        font-size: 18px;
        padding: 15px;
        line-height: 1;
        margin-top: 10px;
    }
    body .autoservice-banner-point:nth-child(3) {
        order: 2;
    }
    body .autoservice-banner-point:nth-child(2) {
        order: 3;
    }
    body .autoservice-banner-point:nth-child(4) {
        order: 4;
    }
    body .form_service .popup-policy label.checkbox {
        width: 100%;
        height: fit-content;
    }
    body span.checkbox-text,
    body span.checkbox-text a {
        font-size: 12px;
        font-weight: 300;
        white-space: normal;
    }
    body span.checkbox-text br,
    body span.checkbox-text a br {
        display: none;
        white-space: normal;
    }
    body .page__canvas .container {
        padding: 0 10px;
    }
    body h2.autoservice-info-title {
        margin-bottom: 20px;
    }
    body .autoservice-info-wr {
        flex-direction: column;
    }
    body .autoservice-info-left {
        width: 100%;
        margin-right: 0px;
    }
    body .autoservice-info-row:not(:first-child) {
        margin-top: 15px;
    }
    body .autoservice-info-row-value.flex-links {
        gap: 30px;
    }
    body .autoservice-info-right {
        width: 100%;
        height: 376px;
        margin-top: 20px;
    }
    body .autoservice-middle-form {
        background: url('/local/templates/generator/components/bitrix/news/autoservice/bitrix/news.detail/.default/image/fbg2-m.png');
        margin-top: 35px;
        width: calc(100% + 20px);
        margin-left: -10px;
        padding-bottom: 175px;
        background-size: cover;
        background-position: center bottom;
    }
    body .autoservice-m-form-wr {
        padding: 21px 25px;
        background-image: url('/local/templates/generator/components/bitrix/news/autoservice/bitrix/news.detail/.default/image/fbg2-m2.png');
        background-size: contain;
        background-position: top right;
        height: fit-content;
        background-color: #222126;
        background-repeat: no-repeat;
    }
    body .autoservice-m-form-title {
        margin-bottom: 15px;
    }
    body .autoservice-m-form-offer {
        margin-top: 15px;
        width: 220px;
    }
    body .autoservice-m-form-offer br:nth-child(2) {
        display: none;
    }
    body .autoservice-m-form-content .form_service input.phone-mask {
        height: 50px;
        margin-bottom: 0px;
    }
    body .autoservice-m-form-content .form_service input.cv-btn {
        height: 63px;
    }
    body .autoservice-m-form-content .form_service span.checkbox-text,
    body .autoservice-m-form-content .form_service span.checkbox-text a {
        font-size: 12px;
    }
    body .form_service .popup-policy label.checkbox {
        align-items: center;
    }
    body .autoservice-faq {
        margin-top: 35px;
    }
    body .autoservice-faq-title {
        flex-direction: column;
        align-items: baseline;
        text-align: left;
    }
    body .autoservice-uslugi-header a,
    body .autoservice-add-reviews-btn a,
    body .autoservice-faq-title a {
        font-size: 18px;
        margin-top: 15px;
        margin-right: auto;
    }
    body .autoservice-faq-item {
        padding: 18px;
        border-radius: 20px;
    }
    body .autoservice-faq-item.active .autoservice-faq-item-value {
        font-size: 14px;
        line-height: 146%;
    }
    body .autoservice-uslugi-header {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 15px;
    }
    body .autoservice-uslugi-header form {
        order: 3;
        margin-top: 15px;
        width: 100%;
    }
    body .autoservice-uslugi-body {
        flex-direction: column;
        gap: 15px;
    }
    body .autoservice-uslugi-item {
        width: 100%;
    }
    body .autoservice-uslugi {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    body .autoservice-reviews-header {
        flex-wrap: wrap;
    }
    body .autoservice-reviews-header h2 {
        width: 50%;
    }
    body .autoservice-reviews-header .autoservice-reviews-navs {
        width: 50%;
        justify-content: flex-end;
        display: flex;
    }
    body .autoservice-reviews {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    body .autoservice-add-reviews-btn a {
        width: calc(50% - 17.5px);
        padding: 5px;
        height: 57px;
    }
    body .autoservice-add-reviews-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    body .autoservice-reviews-list.js-reviews-service-slider {
        margin-top: 15px;
    }
    body .autoservice-reviews-all {
        display: none;
    }
    .autoservice-masters.pc-version {
        display: none;
    }
    .autoservice-masters.mobile-version {
        display: block !important;
    }
    body .autoservice-add-reviews-btn a.black-all {
        display: flex !important;
        margin-right: 0px !important;
        width: calc(50% + 2px);
        border-color: #414141;
    }
    .autoservice-masters-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .autoservice-masters-header h2 {
        width: calc(100% - 105px);
    }
    .autoservice-masters-header h2 br {
        display: none;
    }
    .autoservice-masters-header .swiper-navigation {
        position: relative;
    }
    .autoservice-masters-header .swiper-navigation>div::after {
        display: none;
    }
    .autoservice-masters-header .swiper-navigation>div svg {
        width: 10px;
        height: 20px;
    }
    .autoservice-masters-header .swiper-navigation>div {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }
    .autoservice-masters-header {
        user-select: none;
    }
    .autoservice-master-item {
        width: 100%;
        min-height: 381px;
    }
    .autoservice-masters-header .swiper-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .autoservice-masters-header .swiper-navigation>div {
        margin: 0 10px;
        background: #414141;
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
    }
    .autoservice-masters-header .swiper-navigation>div.swiper-button-next svg {
        transform: rotate(180deg);
    }
    .autoservice-masters-header .swiper-navigation>div:hover {
        background: #DA2B2B;
    }
    .autoservice-masters-header .swiper-navigation>div {
        margin: 0px;
    }
    .autoservice-master-item.swiper-slide {
        flex-direction: column;
        justify-content: flex-end;
    }
    .autoservice-master-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    .autoservice-master-img img {
        width: 100%;
        height: auto;
        top: 0;
    }
    .autoservice-master-img {
        justify-content: flex-start;
    }
    .autoservice-masters-header h2 {
        margin-bottom: 0px;
    }
    .autoservice-masters-header {
        margin-bottom: 25px;
    }
    .autoservice-master-text {
        height: 83px;
    }
    .autoservice-master-name {
        font-size: 18px;
    }
    .autoservice-master-value {
        font-size: 14px;
    }
    .js-reviews-service-slider .swiper-slide {
        align-self: unset !important;
    }
    .revies-slide-body {
        min-height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 460px) and (max-width: 992px) {
    body .autoservice-uslugi-item {
        width: calc(50% - 15px);
    }
    body .autoservice-uslugi-body {
        flex-direction: row;
        flex-wrap: wrap;
    }
    body .autoservice-add-reviews-btn a {
        width: calc(50% - 8px) !important;
    }
    body .autoservice-m-form-wr {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/autoservice-form/style.css?17425760016484*/
font.errortext {
    display: none;
}

.popup-form-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.popup-form-item input,
.popup-form-item textarea {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    background: #F1F2F4;
    border: unset;
    width: 100%;
    padding: 11px 10px;
}

.popup-form-item label {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.form_cv {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


/* Скрыть стандартное поле выбора файла */

input[type="file"] {
    display: none;
}


/* Стили для кнопки */

button.btn-file-upload {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    background: #F1F2F4;
    padding: 11px 31px;
    border: none;
    width: 100%;
}


/* Иконка перед текстом */

button.btn-file-upload:before {
    content: url(/local/templates/generator/assets/img/vakansii/paperclip.svg);
    margin-top: 5px;
}


/* При клике на кнопку имитируем клик по полю input[type="file"] */

button.btn-file-upload:hover {
    background-color: #e0e0e0;
}

input.cv-btn {
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    padding: 20px;
    background: #DA2B2B;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
}

.popup-policy input {
    width: 19px;
    height: 19px;
    border: 1px solid #1C1C264D;
    border-radius: 2px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.popup-policy span,
.popup-policy a {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #1C1C264D;
}

.popup-policy label.checkbox {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 5px;
}

input[type="checkbox"]:checked::before {
    content: " ✔";
    color: #1C1C264D;
    line-height: 19px;
    text-align: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 19px;
    height: 19px;
    vertical-align: unset;
    border: 1px solid #1C1C264D;
    background-color: #FFFFFF;
    margin-right: 0;
}

.popup-policy label.checkbox a:hover {
    color: #DA2B2B;
}

.form_service {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.form_service label.popup-form-item-label {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
}

.form_service .popup-form-item {
    width: 455px;
    max-width: 100%;
}

.form-note-service {
    margin-top: 15px;
}

.autoservice-banner-title {
    line-height: 130%;
}

.autoservice-banner-title {
    font-family: "Fira Sans", sans-serif;
    "Fira Sans",
    font-family: sans-serif;
}

h1,
h2 {
    font-family: "Fira Sans", sans-serif;
}

.form_service .popup-form-item input {
    height: 74px;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-left: 60px;
}

.form_service .popup-form-submit {
    width: 455px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

span.checkbox-text,
span.checkbox-text a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    white-space: nowrap;
}

span.checkbox-text a {
    text-decoration: underline;
}

.form_service .popup-policy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form_service .popup-policy label.checkbox {
    height: 74px;
    margin: 0px;
    align-items: baseline;
    padding-top: 10px;
}

.form_service input.cv-btn {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    height: 74px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #15B52F;
}

.form_service input.cv-btn:hover {
    background: #DA2B2B;
}

.form_service .popup-policy label.checkbox span.checkbox-box {
    width: 12px;
    height: 12px;
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 1px;
}

.form_service .popup-policy label.checkbox span.checkbox-box input[type="checkbox"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.form_service .popup-policy label.checkbox span.checkbox-box input[type="checkbox"]:checked+b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/local/templates/generator/components/bitrix/form.result.new/autoservice-form/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.autoservice-m-form-content .form_service {
    flex-direction: column;
    gap: 0px;
}

.form-note-service {
    color: #15B52F;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .form_service .popup-form-item input {
        width: 320px;
        max-width: 100%;
        padding-left: 20px;
    }
    .form_service .popup-form-item {
        width: 320px;
    }
    .form_service .popup-form-submit {
        width: 320px;
    }
    .form_service {
        justify-content: flex-start;
    }
    .form_service .popup-policy label.checkbox {
        width: 320px;
        max-width: 100%;
    }
    .autoservice-m-form-content .form_service span.checkbox-text,
    .autoservice-m-form-content .form_service span.checkbox-text a {
        white-space: normal;
    }
    .form_service .popup-policy label.checkbox span.checkbox-box {
        min-width: 12px;
    }
}
/* End */


/* Start:/local/templates/generator/components/bitrix/news.list/reviews-service/style.css?17425756232356*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

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

.autoservice-uslugi {
    margin-bottom: 80px;
}

.autoservice-reviews {
    background: #F1F2F4;
    margin-bottom: 40px;
}

.autoservice-reviews-navs .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.autoservice-reviews-navs .swiper-navigation>div {
    margin: 0 10px;
    background: #414141;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.autoservice-reviews-navs .swiper-navigation>div.swiper-button-next svg {
    transform: rotate(180deg);
}

.autoservice-reviews-navs .swiper-navigation>div:hover {
    background: #DA2B2B;
}

.autoservice-reviews-header h2 {
    width: 280px;
    max-width: 100%;
}

.autoservice-reviews-list.js-reviews-service-slider {
    overflow: hidden;
}

.js-reviews-service-slider .swiper-slide {
    background: #fff;
    padding: 20px;
    height: 100%;
    align-self: stretch;
}

.js-reviews-service-slider .swiper-wrapper {
    align-items: stretch;
}

.reviews-slide-header {
    border-bottom: 1px solid #F1F2F4;
    padding-bottom: 9px;
    margin-bottom: 10px;
}

.reviews-slide-header {
    min-height: 66px;
    display: flex;
    align-items: center;
}

.reviews-slide-img {
    margin-right: 22px;
}

.reviews-text-name {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

.reviews-text-stars {
    margin-top: 8px;
    display: flex;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #DA2B2B;
}

.reviews-stars-wr {
    margin-left: 9px;
}

.autoservice-reviews-navs .swiper-navigation {
    position: relative;
}

.autoservice-reviews-navs .swiper-navigation>div::after {
    display: none;
}

.autoservice-reviews-navs .swiper-navigation>div svg {
    width: 10px;
    height: 20px;
}

.autoservice-reviews-navs .swiper-navigation>div {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}

.autoservice-reviews {
    user-select: none;
}
/* End */
/* /local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1741004684594 */
/* /local/templates/generator/components/bitrix/news/autoservice/bitrix/news.detail/.default/style.css?175191341522786 */
/* /local/templates/generator/components/bitrix/form.result.new/autoservice-form/style.css?17425760016484 */
/* /local/templates/generator/components/bitrix/news.list/reviews-service/style.css?17425756232356 */
