body {
    font-family: 'Roboto', sans-serif;
    /* color: #6D6E71; */
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
}
a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.56);
}
.container {
    max-width: 1224px;
}
header {
    padding: 8px 0;
    background: #FFFFFF;
    box-shadow: 0px -16px 48px rgb(0 0 0 / 32%);
    position: relative;
    z-index: 3;
}
.navbar-nav .nav-link {
    white-space: nowrap;
    padding: 0!important;
    margin: 0 10px;
    font-weight: 500;
}
.navbar-nav .nav-link:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.72);
}
.navbar-nav .nav-link.selected {
    color: #DB0C14;
    border-bottom: 1px solid #DB0C14;
}
.bx-breadcrumb {
    margin: 0 0 48px 0;
}
.bx-breadcrumb .bx-breadcrumb-item {
    margin-bottom: 0px;
}
h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
}
.btn {
    border-radius: 4px 24px;
    padding: 12px 16px;
    border: 0;
}
.btn-primary:hover,
.btn-primary:active {
    outline: none!important;
    border: 0!important;
    border-color: unset!important;
    box-shadow: none!important;
}
.btn-primary {
    background-color: #78A3D3;
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #9BC2ED;
}
.btn-primary:active {
    background-color: #6F86C1;
    outline: none;
    border: 0;
    border-color: unset;
    box-shadow: none;
}
.btn-outline {
    border: 1px solid rgba(0, 0, 0, 0.56);
    border-radius: 4px 24px;
    color: rgba(0, 0, 0, 0.56);
    font-weight: 500;
}
.btn-outline:hover {
    background: rgba(0, 0, 0, 0.08);
    border-color: transparent;
}
.btn-outline:focus,
.btn-outline:active {
    background: rgba(0, 0, 0, 0.16);
    border-color: transparent;
    border: initial;
    color: initial;
}
.section__white {
    background-color: #FFFFFF;
    position: relative;
    padding: 48px 0;
}
.section__white:empty {
    padding: 0;
}
.section__grey {
    background-color: #EBEBEB;
    padding: 64px 0;
}
.corner-right+.section__grey {
    padding: 230px 0 64px 0;
    margin-top: -150px;
}
.section__blue {
    /* background: linear-gradient(90deg, #78A3D3 32.94%, rgba(120, 163, 211, 0.41) 100%), url(image.png); */
    background-color: #78A3D3;
    padding: 64px 0;
    position: relative;
}
.section__dark-grey {
    background: #262731;
    padding: 64px 0;
}
.corner-left+.section__dark-grey {
    padding: 230px 0 64px 0;
    margin: -150px 0 0 0;
}
.corner-right {
    border-radius: 0px 0px 160px 0px;
}
.corner-left {
    border-radius: 0px 0px 0px 160px;
}
.phones {
    line-height: 20px;
    margin-right: 30px;
}
.phones__icon {
    margin-right: 18px;
}
.phones a {
    color: rgba(0, 0, 0, 0.8);
}
.address {
    line-height: 20px;
}
.address a {
    color: rgba(0, 0, 0, 0.8);
}
.address__icon {
    margin-right: 18px;
}
.search {
    margin-right: 30px;
    position: relative;
}
.search__icon {
    position: absolute;
    right: 15px;
    z-index: 2;
    display: none;
}
.search__field {
    position: absolute;
    right: 0;
    z-index: 1;
}
.search__field input {
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    height: 48px;
    padding: 0 55px 0 15px;
    outline: none;
    display: none;
}

/* .search__icon:hover+.search__field input {
    display: block;
} */

.grid-layout {
    display: grid;
    grid-template-areas: "sidebar main";
    grid-template-columns: 1fr 5fr;
    gap: 40px;
}
.sidebar {
    grid-area: sidebar;
    width: 280px;
}
.main {
    grid-template-areas: "intro toc" "content toc";
    grid-template-rows: auto 1fr;
    grid-template-columns: 4fr 1fr;
}
.sidebar__links-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
}
.sidebar__links-nav li {
    gap: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.sidebar__links-nav li a {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.08) 32.08%, rgba(0, 0, 0, 0) 102.71%);
    border-radius: 4px 24px;
    padding: 16px 16px 16px 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.56);
    width: 100%;
}
.sidebar__links-nav li a:hover {
    background: linear-gradient(90deg, rgba(120, 163, 211, 0.24) 32.08%, rgba(120, 163, 211, 0.16) 102.71%);
}
.sidebar__links-nav li a.selected {
    color: #FFFFFF;
    background: #78A3D3;
}
.carousel-item {
    border-radius: 16px 16px 16px 64px;
}
.main .actions-list {
    max-width: 880px;
}
.main .actions-list .banner {
    display: block;
    height: 380px;
    background-size: cover;
}
.main .actions-list .slick-arrow {
    position: absolute;
    z-index: 2;
    height: calc(100% - 35px);
    top: 0;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-dots {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 20px 0;
}
.slick-dots li {}
.slick-dots button {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(0, 0, 0, 0.16);
    font-size: 0;
    border-radius: 50%;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0 6px;
    background-color: transparent;
}
.slick-active button {
    width: 16px;
    height: 16px;
    background: #78A3D3;
    border: transparent;
}
.advantages {
    margin-top: 50px;
}
.advantages__title {
    font-size: 32px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
    margin-bottom: 26px;
}
.advantages__title span {
    font-weight: 600;
}
.advantages__title span span {
    color: #DB0C14;
}
.advantages__list .col {
    margin: 0 0 26px 0;
    padding: 0;
}
.advantages__item {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    padding: 24px;
    height: 100%;
}

/* .advantages__item:hover {
    background: rgba(120, 163, 211, 0.24);
} */

.col:nth-child(odd) .advantages__item {
    margin-right: 32px;
}
.advantages__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.advantages__desc {
    font-weight: 400;
}
.advantages__icon {
    margin-left: 24px;
    width: 80px;
}
.advantages__icon img {
    width: 80px;
    opacity: .1;
}
.advantages__item:hover .advantages__icon img {
    opacity: .16;
}
.advantages__text {
    line-height: 21px;
    margin-top: 20px;
}
.advantages__link-more {}
.reviews {
    margin-top: 40px;
}
.reviews__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.reviews__list {}
.reviews__item {
    margin: 40px 0 0 0;
}
.reviews__rating {
    margin-bottom: 8px;
}
.reviews__text {
    margin-bottom: 8px;
}
.reviews__author {
    font-weight: 500;
}
.reviews__btn {
    margin-top: 24px;
}
.news {}
.news__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}
.news__link-more {}
.news__list {
    margin-top: 40px;
}
.news__item {}
.news__img {
    margin-bottom: 24px;
    border-radius: 16px 16px 16px 40px;
    overflow: hidden;
}
.news__text {}
.contacts {
    margin-top: 90px;
}
.contacts__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}
.contacts__list {
    width: 280px;
    margin-right: 24px;
}
.contacts__item:not(:last-child) {
    margin-bottom: 48px;
}
.contacts__service-name {
    font-weight: 500;
}
.contacts__service-name span {
    color: #DB0C14;
}
.contacts__service-phone,
.contacts__service-address {
    margin-top: 8px;
    font-size: 14px;
}
.contacts__service-icon {
    width: 24px;
}
.contacts__map {
    background-color: antiquewhite;
    border-radius: 0px 64px;
    overflow: hidden;
}
.gallery {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
}
.gallery.slick-slider {
    display: flex;
}
.gallery__service-page {
    margin-bottom: 80px;
}
.gallery__item {
    /* width: 350px;
    height: 280px; */
    border-radius: 0px 0px 0px 48px;
    margin: 0 12px;
}
.gallery__item.slick-slide img {
    display: block;
    width: 100%;
}
.slick-arrow {
    font-size: 0;
    border: 0;
    background-color: transparent;
    display: block;
    padding: 0 12px;
}
.slick-prev {}
.slick-next {}
footer {
    background-color: #262731;
    padding-bottom: 64px;
    color: rgba(255, 255, 255, 0.4);
}
.footer__nav h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}
.footer__nav li {
    margin-bottom: 8px;
}
.footer__nav a {
    color: rgba(255, 255, 255, 0.24);
}
.footer__nav a svg {
    margin: -5px 10px 0px 0;
}
.btn__question {
    border-color: rgba(255, 255, 255, 0.56);
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 0;
    text-align: center;
    margin: 10px 0 0 0;
}
.btn__online,
.btn__question {
    width: 210px;
}
.footer__nav a.btn__online {
    color: rgba(255, 255, 255, 0.8);
}
.legal-info,
.legal-info a {
    font-size: 14px;
    line-height: 20px;
}
.legal-info a {
    color: #6D6E71;
    /* display: inline-flex; */
    width: 280px;
}
.copyright,
.offerta {
    margin-bottom: 24px;
}
.social-info ul {
    margin-top: 16px;
}
.about {
    color: #FFFFFF;
}
.about__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
}
.about__title span {
    color: #DB0C14;
}
.about__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 64px;
}
.about__text {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 64px;
}
.about__link {
    border-color: #FFFFFF;
    color: #FFFFFF;
    width: fit-content;
}
.banner {
    background: linear-gradient(90.17deg, #191E30 41.21%, rgba(25, 30, 48, 0) 99.89%), url(img/temp/mechanic-examining-car-tyre-using-flashlight.jpg);
    border-radius: 16px 16px 16px 64px;
    color: #FFFFFF;
    padding: 0px 48px;
    height: 368px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.banner__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    align-items: center;
    margin-bottom: 16px;
}
.banner__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    width: 80%;
}
.banner__btn {
    border: 1px solid rgba(255, 255, 255, 0.56);
    color: rgba(255, 255, 255, 0.8);
}
.banner__btn:hover,
.banner__btn:active {
    border: 1px solid rgba(255, 255, 255, 0.56);
    color: rgba(255, 255, 255, 0.8);
}
.actions-list .banner {
    margin-bottom: 30px;
}
.services {
    margin: 48px 0 24px 0;
}
.services__item {
    border-radius: 8px 24px;
    background: rgba(0, 0, 0, 0.04);
    padding: 0;
    overflow: hidden;
    margin: 0 0 24px 0;
    height: calc(100% - 24px);
}
.services_img {
    height: 120px;
    overflow: hidden;
}
.services_img img {
    width: 100%;
    height: max-content;
}
.services_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 8px 16px 24px;
}
.services-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 64px;
}
.consultation-banner {
    color: #FFFFFF;
}
.consultation-banner__icon {
    margin-right: 50px;
}
.consultation-banner__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
}
.consultation-banner__phones {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
}
.consultation-banner__phones a {
    color: #fff;
}
.consultation-banner__phones div:first-child {
    margin-right: 24px;
}
.consultation-banner__time {
    font-size: 16px;
    line-height: 24px;
}
.car-models__title {
    font-size: 24px;
    line-height: 32px;
    margin: 24px 0;
}
.car-models__item {
    text-align: center;
    display: block;
    /* height: 124px; */
    opacity: .8;
    color: rgba(0, 0, 0, 0.56);
    margin: 10px 0;
}
.car-models__item:hover {
    opacity: 1;
}
.car-models__icon {
    height: 56px;
    margin-bottom: 8px;
    filter: grayscale(1);
}
.car-models__item:hover .car-models__icon {
    filter: grayscale(0);
    transition: filter 0.3s ease-in-out;
}
.car-models__name-border {
    border-bottom: 2px solid transparent;
    display: inline-block;
}
.car-models__item:hover .car-models__name {
    color: rgba(0, 0, 0, 0.72);
}
.car-models__item:hover .car-models__name-border {
    border-color: rgba(0, 0, 0, 0.72);
}
.section-info {}
.section-info__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}
.section-info__text {}
.online-record {}
.online-record__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}
.online-record__service {
    background: rgba(255, 255, 255, 0.24);
    border-radius: 8px 24px;
    padding: 16px;
    gap: 8px;
    cursor: pointer;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}
.online-record__service-radio {
    display: none;
}
.online-record__service-radio:checked+.online-record__service {
    background: #FFFFFF;
}
.online-record__service-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
.online-record__service-name span {
    color: #DB0C14;
}
.online-record__service-address {
    font-size: 14px;
    line-height: 24px;
}
.online-record__fields {
    width: 280px;
}
.online-record__cto {
    margin-bottom: 16px;
    height: 48px;
    border-radius: 8px 24px;
    outline: none;
    border: 0;
    background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.7071 0.292893C16.0976 0.683417 16.0976 1.31658 15.7071 1.70711L8.70711 8.70711C8.31658 9.09763 7.68342 9.09763 7.29289 8.70711L0.292893 1.70711C-0.0976315 1.31658 -0.0976315 0.683417 0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L8 6.58579L14.2929 0.292893C14.6834 -0.0976311 15.3166 -0.0976311 15.7071 0.292893Z" fill="black" fill-opacity="0.56"/></svg>');
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0.56);
    background-position: center right+28px;
}
.online-record__datepicker {
    margin-bottom: 16px;
    height: 48px;
    border-radius: 8px 24px;
    outline: none;
    border: 0;
}
.online-record__phone {
    margin-bottom: 16px;
    height: 48px;
    outline: none;
    border: 0;
}
.online-record__phone:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}
.online-record__comment {
    margin-bottom: 16px;
    height: 120px;
    outline: none;
    border: 0;
    resize: none;
}
.online-record__comment:disabled,
.online-record__phone:disabled {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: transparent;
}
.online-record__datepicker:focus,
.online-record__phone:focus,
.online-record__comment:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}
.online-record__btn {
    width: 100%;
}
.online-record__map {}
.online-record__map img {
    width: 100%;
}
.online-record__grid-layout {
    display: grid;
    grid-template-areas: "fields map";
    grid-template-columns: 1fr 5fr;
    gap: 40px;
}
.online-record__map {
    grid-area: map;
    height: 312px;
    overflow: hidden;
    border-radius: 0px 64px;
}
.online-record__fields {
    grid-area: fields;
}
.online-record__field-datepicker {
    position: relative;
}
.online-record__field-datepicker svg {
    position: absolute;
    right: 28px;
    top: 20px;
}
.service-about {}
.service-about__img {
    background: linear-gradient(0deg, rgba(25, 30, 48, 0.3), rgba(25, 30, 48, 0.3)), url(img/temp/service-img.png);
    border-radius: 16px 16px 16px 64px;
    height: 280px;
    background-size: cover;
    background-position: center;
    margin-bottom: 24px;
    background-repeat: no-repeat;
}
.service-about__text {}
.service-page__advantages {
    margin-bottom: 24px;
}
.service-page__advantages-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}
.service-page__advantages-list .col {
    margin-bottom: 24px;
}
.service-page__advantages-item {
    background: rgba(120, 163, 211, 0.24);
    border-radius: 24px;
    padding: 24px;
    gap: 16px;
    height: 100%;
}
.service-page__advantages-icon {
    width: 80px;
    flex: none;
}
.service-page__advantages-text {
    color: rgba(50, 50, 50, 0.72);
}
.contact-online .col {
    margin-top: 8px;
}
.contact-online__title {
    font-size: 16px;
    line-height: 21px;
}
.contact-online__cars-models {
    margin-top: 24px;
}
.contact-online__cars-models-list {
    color: rgba(0, 0, 0, 0.56);
}
.contact-online__other-services {
    margin-top: 24px;
}
.contact-online__other-services-list {
    color: rgba(0, 0, 0, 0.56);
}
.services-table__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}
.services-table {
    margin-bottom: 56px;
}
.services-table__item {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 42.83%, rgba(0, 0, 0, 0) 100%);
    border-radius: 8px 24px;
    padding: 0px 0 0px 16px;
    gap: 7px;
    margin-bottom: 8px;
    width: 100%;
    align-items: center;
    display: flex;
    min-height: 40px;
    position: relative;
}
.services-table__name {
    width: 450px;
}
.services-table__name a {
    font-weight: 500;
}
.services-table__name a:hover {
    color: rgba(0, 0, 0, 0.56);
}
.services-table__price {
    font-weight: 500;
    /* width: 100px; */
}
.services-table__label {}
.services-table__btn {
    margin: auto 0 auto auto;
}
.services-table__btn .btn {
    padding: 8px 16px;
    display: none;
    color: #fff;
}
.services-table__discount {
    background: #DB0C14;
    border-radius: 4px 16px;
    padding: 0px 12px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}
.services-table__stock {
    background: #6F86C1;
    border-radius: 4px 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 12px;
}
.services-table__item:hover {
    background: linear-gradient(90deg, rgba(120, 163, 211, 0.24) 42.83%, rgba(120, 163, 211, 0.16) 100%);
}
.services-table__item:hover .services-table__btn .btn {
    display: block;
}
.services-table__show-more-btn {
    display: flex;
    margin: 30px auto 0 auto;
}
.services-table__show-more-btn[aria-expanded="false"] .hide {
    display: none;
}
.services-table__show-more-btn[aria-expanded="false"] .show {
    display: block;
}
.services-table__show-more-btn[aria-expanded="true"] .show {
    display: none;
}
.services-table__show-more-btn[aria-expanded="true"] .hide {
    display: block;
}
.ui-datepicker {
    background: #FFFFFF;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 16px 8px;
}
.ui-datepicker-header {
    position: relative;
    margin-bottom: 26px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    font-size: 0;
    top: 4px;
}
.ui-datepicker-prev {
    left: 11px;
    background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.70711 0.292893C9.09763 0.683417 9.09763 1.31658 8.70711 1.70711L2.41421 8L8.70711 14.2929C9.09763 14.6834 9.09763 15.3166 8.70711 15.7071C8.31658 16.0976 7.68342 16.0976 7.29289 15.7071L0.292893 8.70711C-0.0976311 8.31658 -0.0976311 7.68342 0.292893 7.29289L7.29289 0.292893C7.68342 -0.0976311 8.31658 -0.0976311 8.70711 0.292893Z" fill="black" fill-opacity="0.24"/></svg>');
    height: 16px;
    width: 9px;
}
.ui-datepicker-next {
    right: 11px;
    background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L8.70711 7.29289C9.09763 7.68342 9.09763 8.31658 8.70711 8.70711L1.70711 15.7071C1.31658 16.0976 0.683417 16.0976 0.292893 15.7071C-0.0976311 15.3166 -0.0976311 14.6834 0.292893 14.2929L6.58579 8L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z" fill="black" fill-opacity="0.24"/></svg>');
    height: 16px;
    width: 9px;
}
.ui-datepicker-title {
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
}
.ui-datepicker-calendar {}
.ui-datepicker-calendar thead {}
.ui-datepicker-calendar thead th {
    text-align: center;
    width: 40px;
}
.ui-datepicker-calendar thead span {
    font-size: 11px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.38);
    text-align: center;
}
.ui-datepicker-year {}
.ui-datepicker-calendar tbody {}
.ui-datepicker-calendar tbody td {
    width: 40px;
    height: 36px;
    text-align: center;
}
.ui-datepicker-calendar tbody td a {
    font-size: 14px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.ui-datepicker-other-month {
    opacity: 0;
}
.ui-datepicker-unselectable {}
.ui-datepicker-calendar tbody td.ui-datepicker-today a {
    background: #78A3D3;
    border-radius: 50%;
    color: #ffffff;
}
.modal-callback .form-control {
    font-size: 16px;
    height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
}
.modal-callback h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.modal-callback .btn-primary {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    background: #78A3D3;
    margin: 0;
}
.modal-callback .modal-footer,
.modal-callback .modal-header {
    border: 0;
}
.modal-callback .modal-footer {
    padding: 0 0 20px 0;
}
.modal-callback .modal-body {
    padding-bottom: 0;
}
.accepted-block {
    text-align: center;
    margin-bottom: 30px;
}
.accepted-block__img {
    margin-bottom: 42px;
}
.accepted-block__text1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
.accepted-block__text2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(50, 50, 50, 0.56);
}
.cookie-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: fixed;
    height: 96px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F5F5F5;
    box-shadow: 0px -4px 16px rgb(0 0 0 / 16%);
    width: 100%;
    z-index: 100;
}
.cookie-message__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(50, 50, 50, 0.9);
}
.cookie-message__text .btn {
    margin-left: 50px;
}
.error-page_code {
    color: #78A3D3;
    font-size: 20rem;
    line-height: 20rem;
    text-align: center;
    font-weight: 600;
}
.error-page_info {
    text-align: center;
}
@media (max-width: 1199.98px) {
    .contacts__list,
    .sidebar {
        width: 220px;
    }
}
@media (max-width: 1023.98px) {
    .section__white {
        padding: 24px 0;
    }
    .section__grey {
        padding: 24px 0;
    }
    .corner-right {
        border-radius: 0px 0px 40px 0px;
    }
    .corner-left {
        border-radius: 0px 0px 0px 40px;
    }
    .section__blue {
        padding: 24px 0;
    }
    .corner-right+.section__grey {
        padding: 180px 0 0 0;
    }
    .phones {
        margin-right: 0;
    }
    .advantages {
        margin-top: 30px;
    }
    .advantages__title {
        font-size: 24px;
        line-height: 32px;
    }
    .advantages__item {
        padding: 16px;
        justify-content: space-between;
        align-items: center;
    }
    .advantages__name {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    .advantages__desc {
        display: none;
    }
    .advantages__icon {
        margin-left: 16px;
        width: 48px;
    }
    .advantages__icon img {
        width: 48px;
    }
    .advantages__list .col:last-child {
        margin: 0;
    }
    .col:nth-child(odd) .advantages__item {
        margin-right: 0;
    }
    .sidebar nav {
        display: none;
    }
    .grid-layout {
        display: flex;
        flex-direction: column-reverse;
    }
    .news__link-more {
        display: none;
    }
    .news__title {
        font-size: 24px;
        line-height: 32px;
    }
    .contacts__list,
    .sidebar {
        width: 100%;
    }
    .contacts {
        margin-top: 30px;
    }
    .contacts__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }
    .contacts__service-name {
        font-size: 14px;
        line-height: 24px;
    }
    .contacts__item:last-child,
    .contacts__item:not(:last-child) {
        margin-bottom: 16px;
    }
    .contacts__map {
        height: 360px;
        border-radius: 0;
        width: 100vw;
        margin-left: -12px;
    }
    .about__title {
        font-size: 24px;
        line-height: 32px;
    }
    .about__desc {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .about__text {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .about__link {
        margin-bottom: 30px;
        width: 100%;
    }
    .news__list {
        margin-top: 30px;
        padding: 0 12px;
    }
    .reviews__list .slick-list,
    .news__list .slick-list {
        width: 100%;
    }
    .reviews__list.slick-initialized .slick-slide,
    .news__list.slick-initialized .slick-slide {
        display: block;
        width: 300px;
        padding-right: 30px;
    }
    .gallery.slick-initialized .slick-slide {
        display: block;
        width: 300px;
    }
    .gallery {
        margin-left: 12px;
    }
    .reviews {
        margin-top: 0;
    }
    .reviews__btn {
        width: 100%;
    }
    .btn__main-record {
        width: 100%;
    }
    .footer__nav h5 {
        font-size: 14px;
    }
    .footer__nav a {
        font-size: 12px;
    }
    .legal-info,
    .legal-info a {
        font-size: 12px;
    }
    .legal-info a {
        width: auto;
    }
    .services-table__item {
        padding: 8px 0 8px 16px;
        display: flow-root;
    }
    .services-table__name {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
        width: 100%;
    }
    .services-table__price {
        float: left;
    }
    .services-table__label {
        float: left;
    }
    .services-table__btn {
        bottom: 10px;
        margin-left: auto;
        position: absolute;
        right: 0;
    }
    h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
    }
    .services {
        margin: 0;
    }
    .services_img {
        display: none;
    }
    .consultation-banner__icon {
        margin-right: 0;
    }
    .consultation-banner__icon svg {
        width: 53px;
    }
    .consultation-banner__title {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .consultation-banner__phones {
        flex-direction: column;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }
    .consultation-banner__phones div:first-child {
        margin-right: 0;
    }
    .consultation-banner__time {
        padding: 0 50px;
        text-align: center;
    }
    .car-models__title {
        text-align: center;
    }
    .car-models__icon {
        display: none;
    }
    /* .car-models__item {
        height: auto;
    } */
    .bx-breadcrumb {
        margin: 0 0 24px 0;
    }
    .online-record__grid-layout {
        display: block;
    }
    .online-record__fields {
        width: 100%;
        display: block;
    }
    .online-record__map {
        display: none;
    }
    .online-record__services {
        display: none;
    }
    .service-page__advantages-item {
        flex-direction: column;
    }
    .service-page__advantages-icon {
        width: auto;
        height: 45px;
    }
    .service-page__advantages-icon svg {
        height: 100%;
    }
    .service-page__advantages-text {
        text-align: center;
    }
    .section-info img {
        width: 100%;
    }
    .social-info {
        margin-top: 24px;
    }
    .banner {
        height: 150px;
    }
    .slick-dots button {
        width: 8px;
        height: 8px;
    }
    .slick-active button {
        width: 12px;
        height: 12px;
    }
    footer {
        padding-bottom: 10px;
    }
    .mobile-menu {
        position: fixed;
        z-index: 1;
        background-color: black;
        color: white;
        width: 100%;
        top: 0;
        height: 100%;
        left: 0;
        overflow: auto;
        transform: translate(-150%);
    }
    .mobile-menu.is-open {
        transform: translateX(0);
    }
    .mobile-menu .sidebar__links-nav {
        text-align: center;
    }
    .mobile-menu .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.56);
    }
    .mobile-menu .sidebar__links-nav li a {
        background: transparent;
        border-radius: 0;
        padding: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.56);
        width: 100%;
    }
    .mobile-menu .navbar-nav {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .mobile-menu .nav-item {
        display: flex;
        flex: 0 0 auto;
        width: 50%;
    }
    .mobile-menu .btn__main-record {
        margin: 10px 0;
    }
    .mobile-menu .footer__nav {
        color: rgba(255, 255, 255, 0.4);
        margin-top: 15px;
        font-size: 14px;
    }
    .mobile-menu .footer__nav h5 {
        color: rgba(255, 255, 255, 0.56);
    }
    .mobile-menu .footer__nav a {
        color: rgba(255, 255, 255, 0.4);
    }
    .mobile-menu .footer__nav svg path {
        fill-opacity: 0.4;
    }
    .mobile-menu__buttons {
        position: relative;
        height: 64px;
        width: 100%;
    }
    .btn__show-search {
        position: absolute;
        top: 18px;
        right: 60px;
        display: none;
    }
    .btn__close-menu {
        position: absolute;
        right: 18px;
        top: 18px;
    }
    .cookie-message {
        height: auto;
    }
    .cookie-message__text {
        flex-direction: column;
        text-align: center;
        height: 100%;
        padding: 10px 10px;
    }
    .cookie-message__text .btn {
        margin-left: 0;
        margin-top: 15px;
    }
    .error-page_code {
        font-size: 10rem;
        line-height: 10rem;
    }
}