

/* Start:/local/templates/jac_redesign_2025/template_styles.css?174538615395825*/
.of-h {
    overflow: hidden;
}

#bx-panel {
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 995 !important;
}
#bx-panel #bx-panel-pin {
    display: none !important;
}



.body-rd,
.body-rd * {
    scrollbar-width: auto;
    scrollbar-color: #99A8BF #A9B9D1;
}



.body-rd {
    padding-top: 125px;
}
.body-rd.admin {
    padding-top: 164px;
}

.body-rd .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.body-rd .swiper-pagination-bullet {
    background: #fff;
    margin: 6px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.body-rd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}

.body-rd .btn3 {
    border-radius: 26px;
}
.body-rd .btn4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    padding: 24px 44px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 44px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1em;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.body-rd .btn4 svg {
    width: 24px;
    height: auto;
    stroke: currentColor;
}
.body-rd .btn4:hover {
    background: var(--color-red);
    border-color: var(--color-red);
}
.body-rd .btn4:disabled {
    opacity: 0.5;
}
.body-rd .btn4:disabled:hover {
    background: transparent;
    border-color: #fff;
    cursor: default;
}

.body-rd .ui-selectmenu-menu {
    font-size: 1.15vw;
}

.body-rd .checkbox-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    font-family: "Verdana";
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}
.body-rd .checkbox-custom input[type="checkbox"] {
    position: absolute;
    top: 13px;
    left: 6px;
    opacity: 0;
    /*    visibility: hidden;*/
}
.body-rd .checkbox-custom__input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.body-rd .checkbox-custom input[type="checkbox"]:checked + .checkbox-custom__input {
    background-color: #fff;
}
.body-rd .checkbox-custom svg {
    width: 15px;
    height: auto;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.body-rd .checkbox-custom input[type="checkbox"]:checked + .checkbox-custom__input svg {
    opacity: 1;
}

.body-rd .section__head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.body-rd .section__title {
    max-width: 75%;
    margin-right: 0;
    font-weight: 700;
    /* color: rgba(22, 29, 46, 1); */
}
.body-rd .card {
    height: 100%;
}
.body-rd .card__title {
    margin-bottom: 6px;
}
.body-rd .card__pic {
    background-color: #99A8BF;
}
.body-rd .card__pic::before {
    display: none;
}
.body-rd .card__pic > img {
    /* width: calc(100% - 60px); */
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-position: center center;
       object-position: center center;
}
.body-rd .card__pic > img {
    height: 100%;
    object-fit: cover;
}
.body-rd .card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 30px;
}
.body-rd .card__btn {
    width: 100%;
    margin-top: 20px;
}
.body-rd .liders__gallery .swiper-slide.swiper-slide-active .liders__pic img {
    z-index: 1;
}
.body-rd .section.section_inst .section__title {
    margin-right: 0;
}



.header-rd {
    background-color: rgba(129, 150, 179, 1);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    color: #fff;
}
.admin .header-rd {
    top: 39px;
}
.header-rd a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd a:hover {
    color: #E7232C;
}
.header-rd a svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-rd .container {
    z-index: 10;
}

.header-rd__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.header-rd__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #A6B7CF;
}
.header-rd__logo a,
.header-rd__logo span {
    display: block;
    padding: 21px 24px;
}
.header-rd__logo a img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd__logo a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.header-rd__toolbar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 40px;
}

.header-rd__infobar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    line-height: 1em;
}

.header-rd__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-rd .address-rd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 11px
}
.header-rd .address-rd svg {
    width: 10px;
    height: 13px;
}
.header-rd .address-rd span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
}

.header-rd .contacts-rd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.header-rd .contacts-rd__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.header-rd .mail-rd svg {
    width: 13px;
    height: 11px;
}
.header-rd .mail-rd a:hover svg path {
    fill: #E7232C;
}

.header-rd .tel-rd {
    margin-left: 24px;
    position: relative;
}
.header-rd .tel-rd svg {
    width: 8px;
    height: 14px;
}
.header-rd .tel-rd a:hover svg path {
    fill: #E7232C;
}
/* .header-rd .tel-rd__toggle::after {
    content: "";
    display: inline-block;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    margin-top: 3px;
} */
.header-rd .tel-rd__list-wrap {
    padding: 10px 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.header-rd .tel-rd__list {
    width: 164px;
    background-color: #BECCE1;
    border-radius: 16px;
}
.header-rd .tel-rd__toggle:hover + .tel-rd__list-wrap,
.header-rd .tel-rd__list-wrap:hover {
    opacity: 1;
    visibility: visible;
}

.header-rd .tel-rd__link {
    padding: 10px 20px;
}

.header-rd .soc-rd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    margin-left: 44px;
}
.header-rd .soc-rd a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
}
.header-rd .soc-rd a:hover svg path {
    stroke: #E7232C;
}

.header-rd .menu-rd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.header-rd .menu-rd > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
}
.header-rd .menu-rd > li:hover > a {
    color: #E7232C;
}
.header-rd .menu-rd > li.parent {
    padding-right: 20px;
}
.header-rd .menu-rd > li.parent::before,
.header-rd .menu-rd > li.parent::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}
.header-rd .menu-rd > li.parent::before {
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd .menu-rd > li.parent::after {
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd .menu-rd > li.parent:hover::before,
.header-rd .menu-rd > li.parent:hover::after {
    background-color: #E7232C;
}
.header-rd .menu-rd li > a {
    display: block;
    padding: 26px 0 28px 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd .menu-rd li > ul {
    min-width: 390px;
    background-color: #BECCE1;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.header-rd .menu-rd li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header-rd .menu-rd li > ul > li > a {
    padding: 16px;
    text-align: left;
    /* font-family: "Inter"; */
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    color: #000;
}
.header-rd .menu-rd li > ul > li > a:hover {
    color: #E7232C;
}

.header-rd .search-rd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 27%;
            flex: 0 1 27%;
    margin-left: 4.5%;
}
.header-rd .search-rd .search__input {
    height: 48px;
    background-color: transparent;
    padding: 15px 62px 13px 24px;
    border-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.header-rd .search-rd .search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.header-rd .search-rd .search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.header-rd .search-rd .search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.header-rd .search-rd .search__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.header-rd .search-rd .search__input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.search-rd .search__list {
    padding-right: 0;
}

#burger-rd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 18px;
    background-color: transparent;
    padding: 0;
    border: none;
}
#burger-rd svg {
    width: 24px;
    height: 16px;
}
#burger-rd svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#burger-rd:hover svg path {
    stroke: #E7232C;
}



.aside-rd {
    width: 100%;
    max-width: 420px;
    background: #B5C4DA;
    top: 123px;
}
.aside-rd {
    height: calc(100vh - 123px);
}
.aside-rd .aside__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: calc(100vh - 123px);
    padding: 0;
}
.webp .aside-rd {
    background: #B5C4DA;
}
.aside-rd + .aside__overlay {
    top: 123px;
}
.admin .aside-rd {
    top: 162px;
}
.admin .aside-rd + .aside__overlay {
    top: 162px;
}
.admin .aside-rd {
    height: calc(100vh - 162px);
}
.admin .aside-rd .aside__wrap {
    min-height: calc(100vh - 162px);
}
.header__fixmenu-rd {
    border-radius: 0;
}
.admin .header__fixmenu-rd.active + .aside-rd {
    height: calc(100vh - 109px);
    top: 109px;
}
.admin .header__fixmenu-rd.active + .aside-rd + .aside__overlay {
    height: calc(100vh - 109px);
    top: 109px;
}

.aside-rd .search-rd {
    display: none;
    padding: 16px;
}
.aside-rd .search-rd .search__input {
    height: 48px;
    background-color: transparent;
    padding: 15px 62px 13px 24px;
    border-color: #00000033;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000
}
.aside-rd .search-rd .search__input::-webkit-input-placeholder {
    color: #00000033;
}
.aside-rd .search-rd .search__input::-moz-placeholder {
    color: #00000033;
}
.aside-rd .search-rd .search__input:-ms-input-placeholder {
    color: #00000033;
}
.aside-rd .search-rd .search__input::-ms-input-placeholder {
    color: #00000033;
}
.aside-rd .search-rd .search__input::placeholder {
    color: #00000033;
}
.aside-rd .search-rd .search__empty {
    text-align: left;
    font-size: 14px;
    line-height: 1em;
}
.aside-rd .search-rd .search__result {
    background-color: transparent;
    padding: 0 24px;
    margin-top: 16px;
    position: static;
    text-align: left;
    font-size: 14px;
    line-height: 1em;
}

.aside-rd .aside__nav {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    margin-right: 0;
    /* font-family: "Inter"; */
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #000000;
}
.aside-rd .aside__nav li {
    margin-bottom: 0;
    border-bottom: 1px solid #0000001A;
}
.aside-rd .aside__nav li a {
    display: block;
    padding: 16px;
}
.aside-rd .aside__nav li.parent > ul {
    display: none;
}
.aside-rd .aside__nav li.parent > ul > li:first-child {
    border-top: 1px solid #0000001A;
}
.aside-rd .aside__nav li.parent > ul > li:last-child {
    border-bottom: 0;
}
.aside-rd li.parent > ul > li > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 32px;
}
.aside-rd .aside__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
}
.aside-rd .aside__btns a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.aside-rd .aside__btns button {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    height: 48px;
    background: none;
    padding: 0;
    border: none;
    position: absolute;
}
.aside-rd .aside__btns button::before,
.aside-rd .aside__btns button::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
}
.aside-rd .aside__btns button::before {
    right: 21px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.aside-rd .aside__btns button::after {
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.aside-rd .aside__btns button.active::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.aside-rd .aside__btns button.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

.aside-rd .aside__footer {
    margin: 24px 0;
}

.aside-rd .aside__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
    margin-left: 0;
}
.aside-rd .aside__socials::before,
.aside-rd .aside__socials::after {
    content: "";
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 74px;
    height: 1px;
    background-color: #00000033;
}

.aside-rd .contacts-rd li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.aside-rd .contacts-rd li a,
.aside-rd .contacts-rd li > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 12px;
    padding: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
    color: #000;
}
.aside-rd .contacts-rd__tel-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px;
    background-color: transparent;
    border: none;
}
.aside-rd .contacts-rd__ico-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
    gap: 12px;
}
.aside-rd .contacts-rd__ico-wrap svg {
    max-width: 100%;
    max-height: 100%;
}
.aside-rd .contacts-rd li.contacts-rd__tel-list {
    display: none;
}



.search-rd .search__submit {
    width: 26px;
    height: 26px;
}



.body-rd .breadcrumbs {
    padding-top: 40px;
}



.top-rd {
    min-height: auto;
    padding-bottom: 0;
}
.top-rd .top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.top-rd .top__wrap::after {
    display: none;
}
.top-rd .top__gallery {
    width: 52%;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
}
.top-rd .top__slide {
    padding-top: 0;
}
.top-rd .top__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.top-rd .top__desc {
    width: auto;
    max-width: 670px;
    padding-top: 0;
    padding-right: 10%;
    margin-left: 0;
    text-align: left;
}
.top-rd .top__title {
    font-size: 4.2vw;
}
.top-rd .top__subtitle {
    margin-top: 2vh;
}
.top-rd .top__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    width: 240px;
    position: relative;
    top: auto;
    left: auto;
}
.top-rd .btn2 {
    min-height: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.top-rd .top__slider.top__slider_line.top__slider::after {
    display: none;
}
.top-rd .top__slide {
    width: calc(100% - 58px);
}
.top-rd .top__pic::after {
    display: none;
}
.top-rd .top__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    margin: 0;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
.top-rd .top__prev,
.top-rd .top__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 1px solid #161D2E66;
    border-radius: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.top-rd .top__prev:hover,
.top-rd .top__next:hover {
    background-color: var(--color-red);
    border-color: var(--color-red);
}
.top-rd .top__prev svg,
.top-rd .top__next svg {
    width: 10px;
    height: auto;
}
.top-rd .top__prev:hover svg,
.top-rd .top__next:hover svg {
    stroke: #fff;
}
.top-rd .top__right {
    width: 40%;
}
.top-rd .top__left {
    width: 55%;
    position: relative;
}
.top-rd .top__text {
    margin-top: 1.3vw;
    font-weight: 400;
    font-size: 1.46vw;
}
.top-rd .top__label-line::after {
    width: 100%;
}

.top-rd .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-top: 3.6vw;
    margin-bottom: 44px;
}
.top-rd .section__title {
    margin-right: 0;
    text-indent: 1vw;
}
.top-rd .section__head .section__label {
    margin-bottom: 0.6vw;
    position: static;
}
.top-rd.top_service .top__wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.top-rd.top_service .top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.top-rd.top_service .top__btn-wrap {
    margin-top: 32px;
}
.top-rd_inner {
    padding-bottom: 4vw;
}



.slideshow {
    overflow: hidden !important;
}
.slideshow__textbox {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
.slideshow__title {
    font-weight: 700;
    font-size: 2.3vw
}
.slideshow__text {
    margin-top: 6px;
    font-weight: 300;
    font-size: 1.25vw
}
.body-rd .slideshow .swiper-pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px;
    top: auto;
    bottom: 20px;
}



.tizers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5vw;
}
.tizers__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
    transition: 0.3s;
}
.tizers__item:hover {
    transform: translateY(-40px);
}
.tizers__item .icon-circle::before,
.tizers__item .icon-circle::after {
    transition: 0.3s;
}
.tizers__item:hover .icon-circle::before,
.tizers__item:hover .icon-circle::after {
    opacity: 0;
}
.tizers__item .icon-circle,
.tizers__item .icon-circle img {
    border-radius: 50%;
    transition: 0.3s;
}
.tizers__item:hover .icon-circle {
    background-color: var(--color-red);
}
.tizers__item:hover .icon-circle img {
    filter: invert(1);
}
.tizers__icon {
    margin-bottom: 20px;
}
.tizers__textbox {
    content: "";
    min-height: 8vw;
    padding: 0.6em 1.2em 2.4em 1.2em;
    /* border-left: 1px dashed #000;
    border-image-source: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */
    position: relative;
}
.tizers__item:first-child .tizers__textbox {
    padding-bottom: 5em;
}
.tizers__textbox::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-image: url('/local/templates/jac_redesign_2025/img/tizer-border.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.tizers__title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 1.55vw;
}
.tizers__text {
    font-weight: 300;
    font-size: 1.05vw;
}



.liders-rd .liders__tabs .swiper-slide {
    padding-right: 2vw;
}
.liders-rd .liders__tabs .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



.reviews-rd .info-circle.aos-animate::after {
    background-color: var(--color-bg);
    background-image: url('/local/templates/jac_redesign_2025/img/garants-rd-jac.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 90%;
    opacity: 1;
}
.reviews-rd .info-circle.aos-animate::after {
    left: 88%;
}
.reviews-rd .reviews__info-circle {
    right: 12.5vw;
}

.reviews-rd .reviews__wrap {
    overflow: hidden;
}
.reviews-rd .reviews__slider {
    width: auto;
    margin: 0 -0.5vw;
}
.reviews-rd .reviews__slider .swiper-slide {
    padding: 0 0.5vw;
}
.reviews-rd .reviews__video {
    display: block;
    padding-top: 135%;
    border-radius: 47px;
    position: relative;
    overflow: hidden;
}
.reviews-rd .reviews__video svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.reviews-rd .reviews__pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.reviews-rd .reviews__pic img {
    z-index: 1;
    -o-object-position: center center;
       object-position: center center;
}
.reviews-rd .reviews__pic::after {
    display: block;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(270.55deg, rgba(0, 0, 0, 0) 0.47%, rgba(0, 0, 0, 0.00406247) 38.57%, rgba(0, 0, 0, 0.8) 86.41%);
    background: linear-gradient(179.45deg, rgba(0, 0, 0, 0) 0.47%, rgba(0, 0, 0, 0.00406247) 38.57%, rgba(0, 0, 0, 0.8) 86.41%);
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.reviews-rd .reviews__textbox {
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 3;
    color: #fff;
}
.reviews-rd .reviews__model {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}
.reviews-rd .reviews__label {
    font-weight: 600;
    font-size: 31px;
    line-height: 33px;
}
.reviews-rd .reviews__control {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 44px;
    position: relative;
    top: auto;
}
.reviews-rd .reviews__pagination {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.reviews-rd .reviews__pagination .swiper-pagination-bullet {
    background-color: #000;
}
.reviews-rd .reviews__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
}
.reviews-rd .slider__arrow {
    width: 58px;
    height: 58px;
    border-radius: 16px;
}



.inst-rd .inst__slider-mob {
    margin: 0 -4.44444444vw 0 0;
}
.inst-rd .swiper-slide {
    width: 75%;
}
.inst-rd .inst__slider-mob .slider__control-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 18px 4.44444444vw 0 0;
}
.inst-rd .inst__slider-mob .slider__arrow-mob {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 0.7px solid #161D2E66;
    border-radius: 12px;
}
.inst-rd .inst__slider-mob .slider__arrow-mob svg {
    width: 5px;
    height: auto;
}
.inst-rd .inst__bottom .btn1 svg {
    width: 54px;
    height: 54px;
    margin-right: 24px;
}



.trucks-rd .trucks__item {
    margin-bottom: 0;
}
.trucks-rd .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
}
.trucks-rd .card__label {
    padding: 10px 16px;
    border-radius: 40px;
    text-transform: lowercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
}
.trucks-rd .card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    position: absolute;
    top: 1.7vw;
    left: 1.6vw;
    z-index: 3;
}
.trucks-rd .card__tag {
    margin-right: 0;
    top: 4vw;
    right: 4vw;
    padding: 10px 16px;
    border-radius: 40px;
    background: #8196B3;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
}
.trucks-rd .card__tag {
    margin-right: 1.5vw;
}
.trucks-rd .card__chars {
    font-weight: 300;
    font-size: 20px;
    color: #00000099;
}
.trucks-rd .card__chars span {
    display: inline-block;
}
.trucks-rd .card__chars span::after {
    content: "|";
    margin: 0 10px;
}
.trucks-rd .card__chars span:last-child:after {
    display: none;
}

.trucks-rd .card__doc {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
}
.trucks-rd .card__doc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.trucks-rd .card__doc a svg {
    width: 52px;
    height: 52px;
}



.body-rd .models__label {
    display: none;
}
.body-rd .models__pic {
    background-color: #99A8BF;
}



.body-rd .top_thanks .top__pic::after {
    display: none;
}

.body-rd .top_about .top__pic::after {
    display: none;
}



.section-config {
    padding: 0;
}
.config {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -2vw 0 -6vw;
}
.config__left {
    width: 65vw;
}
.config__right {
    width: 35vw;
}
.config__ico {
    width: 112px;
    height: auto;
    margin-bottom: 25px;
}
.config__card {
    padding: 40px;
    border: 1px solid #00000033;
    border-radius: 46px;
}
.config__btn {
    margin-top: 64px;
}



.body-rd .section-articles {
	background-color: #879ABA;
}
/* .body-rd .articles-bg-light .section-articles {
    background-color: var(--color-bg);
} */
.body-rd .section-articles .section__title {
    max-width: none;
	margin-bottom: 34px;
	text-align: center;
	color: #fff;
}

.articles .card__btn {
    width: 100%;
    margin-top: 30px;
}
.articles .card__pic::before {
    display: none;
}
.body-rd .articles .card__pic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.articles .slider__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: none;
	margin-top: 34px;
}
.articles .slider__arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.articles .slider__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
            flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    border-radius: 12px;
}
.articles .slider__arrow svg {
    width: 12px;
    height: auto;
}
.articles .slider__pagination {
    width: auto;
    height: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.articles .slider__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.site-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: #00000066;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.site-overlay.active {
    display: block;
}
.modal-rd {
    display: none;
    width: 100%;
    max-width: 860px;
    max-height: calc(100vh - 80px);
    background-color: #879ABA;
    padding: 40px;
    border: 1px solid #fff;
    border-radius: 46px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
}
.modal-rd__content {
    padding-right: 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
}
.modal-rd__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.modal-rd__header svg {
    width: 120px;
    height: auto;
}
.modal-rd__body {
    padding: 24px 0 0 0;
}
.modal-rd__footer {
    padding-top: 44px;
}

.modal-rd textarea {
    width: 100%;
    height: 144px;
    background: transparent;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    resize: none;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-rd textarea:focus,
.modal-rd input[type="text"]:focus,
.modal-rd input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 1);
    outline: none;
}
.modal-rd textarea::-webkit-input-placeholder, .modal-rd input[type="text"]::-webkit-input-placeholder, .modal-rd input[type="email"]::-webkit-input-placeholder {
    color: #FFFFFF66;
}
.modal-rd textarea::-moz-placeholder, .modal-rd input[type="text"]::-moz-placeholder, .modal-rd input[type="email"]::-moz-placeholder {
    color: #FFFFFF66;
}
.modal-rd textarea:-ms-input-placeholder, .modal-rd input[type="text"]:-ms-input-placeholder, .modal-rd input[type="email"]:-ms-input-placeholder {
    color: #FFFFFF66;
}
.modal-rd textarea::-ms-input-placeholder, .modal-rd input[type="text"]::-ms-input-placeholder, .modal-rd input[type="email"]::-ms-input-placeholder {
    color: #FFFFFF66;
}
.modal-rd textarea::placeholder,
.modal-rd input[type="text"]::placeholder,
.modal-rd input[type="email"]::placeholder {
    color: #FFFFFF66;
}
.modal-rd input[type="text"],
.modal-rd input[type="email"] {
    width: 100%;
    background: transparent;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-rd label:not(.radio-custom) {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF66;
}
.modal-rd label:not(.radio-custom) span.red {
    color: var(--color-red);
}

.modal-rd .radio-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.modal-rd .radio-custom input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.modal-rd .radio-custom__input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-rd .radio-custom input[type="radio"]:checked + .radio-custom__input {
    background-color: #fff;
}
.modal-rd .radio-custom svg {
    width: 15px;
    height: auto;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-rd .radio-custom input[type="radio"]:checked + .radio-custom__input svg {
    opacity: 1;
}



.questionary_success {
    display: none;
}
.questionary__title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 44px;
    line-height: 55px;
}
.questionary__tab {
    display: none;
}
.questionary__tab.active {
    display: block;
}
.questionary__control {
    margin-bottom: 24px;
}
.questionary__control:last-child {
    margin-bottom: 0;
}
.questionary__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.questionary__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
}
.questionary__dots span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #0000001A;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0;
    line-height: 24px;
    color: #00000066;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.questionary__dots span.active {
    width: 34px;
    height: 34px;
    background-color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.questionary__submit {
    display: none;
    padding-top: 44px;
    text-align: right;
}

.questionary__text {
    font-weight: 400;
    font-size: 24px;
}
.questionary__close {
    margin-top: 44px;
}
.questionary__img {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
#q-textarea-target {
    display: none;
}



.bottom-rd .section__title {
    color: #fff;
}
.bottom-rd .form__box-submit {
    margin-top: 66px;
}
.bottom-rd .form__box-input_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
}
.body-rd .form__select {
    display: inline-block;
    z-index: 1;
    padding: 0.5em 1.7em;
    border-radius: 6vw;
    width: 100%;
    height: 12vw;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url('/local/templates/jac_redesign_2025/img/select-arrow.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    position: relative;
    font-family: inherit;
    font-size: 3.5vw;
    color: #fff;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.body-rd .ui-selectmenu-icon.ui-icon {
    -ms-flex-preferred-size: 29px;
        flex-basis: 29px;
    width: 29px;
    height: 17px;
    background-image: url('/local/templates/jac_redesign_2025/img/select-arrow.png');
    background-repeat: no-repeat;
}
.body-rd .ui-selectmenu-icon.ui-icon::after {
    padding: 0;
}
.body-rd .form__select option {
    color: #000;
}
.bottom-rd .form__submit {
    width: auto;
}



.body-rd .steps__head {
    display: none;
}
.body-rd .steps__slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.body-rd .steps__label,
.body-rd .steps__control {
    display: none;
}



.body-rd .models__pic img {
    width: calc(100% - 60px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}
.body-rd .models__col-2 {
    margin-top: 0;
    top: 0;
}
.body-rd .models__desc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
}
.services-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.services-list__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    background-color: #879ABA;
    border-radius: 46px;
    overflow: hidden;
}
.services-list__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
    height: 100%;
    position: relative;
}
.services-list__pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.services-list__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 24px;
}
.services-list__text {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.services-list__name {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 30px;
}
.services-list__textrow + .services-list__textrow {
    margin-top: 6px;
}
.services-list .btn4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
}



.tile-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 48px -10px 0 -10px;
}
.tile-to__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    padding: 0 10px;
}
.tile-to__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    min-height: 258px;
    /* min-height: 13.5vw; */
    background-color: #FFFFFF1A;
    padding: 20px 10px 20px 20px;
    border: 1px solid #fff;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}
.tile-to__content img {
    width: auto;
    max-width: 75%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.tile-to__title {
    font-weight: 600;
    font-size: 1.45vw;
    color: #00000099;
}



.icon-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -2.4vw;
}
.icon-lists__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    padding: 0 2.4vw;
}
.icon-lists__icon {
    margin-bottom: 22px;
}
.icon-lists__icon svg {
    width: 48px;
    height: 48px;
}
.icon-lists__title {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 1.7vw;
}
.icon-lists__title:last-child {
    margin-bottom: 0;
}
.icon-lists__list {
    font-weight: 300;
    font-size: 1.05vw;
}
.icon-lists__list li {
    padding: 10px 0;
}
.icon-lists__list li:first-child {
    padding-top: 0;
}
.icon-lists__list li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.icon-lists__list li + li:last-child {
    padding-bottom: 0;
}



.section_inner .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
}
.section_inner .section__label {
    margin-bottom: -3.5vw;
    position: static;
}
.section_inner .section__head .section__title {
    margin-right: 0;
}
.section_inner .section__head .section__subtitle {
    width: 30vw;
    position: static;
}



.top-model .top__title {
    margin-bottom: 24px;
}
.model-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px 0 -20px;
}
.model-grid__col {
    padding: 0 20px;
    margin-bottom: 5vw;
}
.model-grid__col_left {
    width: 64%;
}
.model-grid__col_right {
    width: 36%;
}

.model-photos,
.model-photos .slider,
.model-photos .slider__wrap,
.model-photos .slider__slide,
.model-photos .slider img {
    height: 100%;
}
.model-photos .slider img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.model-photos .slider__dots {
    height: 0;
    right: 20px;
    bottom: 24px;
    left: 20px;
}
.model-photos .slider__control {
    width: auto;
    max-width: none;
    justify-content: flex-end;
    gap: 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.model-photos .slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-color: #fff;
    border-radius: 16px;
    cursor: pointer;
}
.model-photos .slider__arrow svg {
    width: 10px;
}

.model-prices {
    margin-bottom: 32px;
}
.model-prices__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
}
.model-prices__item.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.model-prices__price {
    font-weight: 700;
    font-size: 2.8vw;
    line-height: 1em;
}
.model-prices__lizing {
    font-weight: 400;
    font-size: 1.25vw;
    color: #161D2E;
}

.model-tabs-top__btns-wrap {
    position: relative;
}
.model-tabs-top__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #00000033;
    border-radius: 44px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.model-tabs-top__btn-hover {
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: #E7232C;
    border-radius: 44px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.model-tabs-top__btns button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    background: none;
    padding: 24px;
    border: none;
    border-radius: 44px;
    outline: none;
    font-weight: 500;
    font-size: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.model-tabs-top__btns button:focus {
    outline: none;
}
.model-tabs-top__btns button.active {
    color: #fff;
}
.model-tabs-top__item {
    display: none;
    font-weight: 300;
    font-size: 1.25vw;
}
.model-tabs-top__item.active {
    display: block;
}

.model-tizers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.5vw -1.5vw 0 -1.5vw;
}
.model-tizers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 0 1.5vw;
    margin-top: 32px;
}
.model-tizers__item svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    width: 48px;
    height: 48px;
}
.model-tizers__text {
    font-weight: 300;
    font-size: 1.2vw;
}

.top-model .container {
    padding-top: 40px;
}
.top-model .section__title-2 {
    margin-bottom: 24px;
}
.top-model .model-photos .swiper-pagination {
    justify-content: flex-start;
}
.model-tabs-btm .model-grid,
.model-tabs-btm .model-grid__col {
    margin-bottom: 0;
}
.model-tabs-btm .model-grid__col_right img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.model-tabs-btm__btns {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.model-tabs-btm__btns button {
    background: transparent;
    padding: 1.4em 1.8em;
    border: 1px solid #919DAE;
    border-bottom: none;
    font-weight: 500;
    font-size: 1.25vw;
    color: rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.model-tabs-btm__btns button:last-child {
    border-radius: 0 24px 0 0;
}
.model-tabs-btm__btns button:first-child {
    border-radius: 24px 0 0 0;
}
.model-tabs-btm__btns button + button {
    border-left: none;
}
.model-tabs-btm__btns button:hover,
.model-tabs-btm__btns button.active {
    background-color: #E7232C;
    border-color: #E7232C;
    color: #fff
}
.model-tabs-btm__item {
    display: none;
    border: 1px solid #919DAE;
    border-radius: 0 46px 46px 46px;
    overflow: hidden;
}
.model-tabs-btm__item.active {
    display: block;
}
.model-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 2vw;
}
.model-desc p {
    font-weight: 300;
    font-size: 1.25vw;
}
.model-desc ul {
    list-style: disc;
    padding-left: 30px;
    font-weight: 300;
    font-size: 1.25vw;
}
.model-desc ul li {
    list-style: disc;
}
.model-desc__btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    margin-top: 60px;
}
.model-desc__btn-desc {
    max-width: 290px;
    font-weight: 300;
    font-size: 1.25vw;
}

.model-video {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.8vw 1.4vw;
    margin: 0 -12px -24px -12px;
}
.model-video__item {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.model-video__link {
    display: block;
    padding-top: 65%;
    border-radius: 45px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}
.model-video__link video {
    width: 150%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
.model-video__link svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.model-video__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.model-docs {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.8vw 1.4vw;
    margin: 0 -12px -24px -12px;
}
.model-docs__item {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.model-docs .card__title {
    font-weight: 700;
    font-size: 24px;
}
.model-docs .card__logo {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.model-docs .card__doc {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
}
.model-docs .card__pic {
    background-color: #99A8BF;
}
.model-docs .card__pic::after {
    padding-bottom: 60%;
}
.model-docs .card__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 1em;
}
.model-docs .card__btn svg {
    width: 1.05em;
}
.model-docs .card__btn:hover svg path {
    transition: 0.3s;
}
.model-docs .card__btn:hover svg path {
    stroke: #fff;
}

.model-mods {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.8vw 1.4vw;
    margin: 0 -12px -24px -12px;
}
.model-mods__item {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
}



.body-rd .section.section_fillials {
    position: static;
}
.body-rd .fillials__wrap {
    gap: 20px;
    padding: 50px 0;
}
.body-rd .fillials__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: #FFFFFF1A;
    padding: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 46px;
    text-align: left;
}
.body-rd .fillials__icon {
    margin-left: 0;
}
.body-rd .fillials__links {
    margin-top: 20px;
}
.body-rd .fillials__btns {
    margin-top: 7vw;
}
.body-rd .fillials__btn {
    padding: 1.2vw 2.3vw;
    font-size: 1.3vw;
}
.body-rd .map-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}



.body-rd .widget__link_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 5vw;
    background-color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.body-rd .widget__link_top:hover {
    background-color: var(--color-red);
}
.body-rd .widget__link_top svg {
    width: 38px;
    height: 38px;
}
.body-rd .widget__item + .widget__item .widget__link {
    -webkit-animation: none;
            animation: none;
}



.map-tabs__toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
}
.map-tabs__btns-wrap {
    position: relative;
}
.map-tabs__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #FFFFFF1A;
    border-radius: 44px;
    position: relative;
    z-index: 1;
}
.map-tabs__btn-hover {
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: #FFFFFF1A;
    border: 1px solid #fff;
    border-radius: 44px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.map-tabs__btns button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    background: none;
    padding: 1.2vw 2vw;
    border: none;
    border-radius: 44px;
    outline: none;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1.25vw;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.map-tabs__btns button:focus {
    outline: none;
}
.map-tabs__btns button.active {
    color: #fff;
}
.map-tabs__item {
    display: none;
    font-weight: 300;
    font-size: 1.25vw;
}
.map-tabs__item.active {
    display: block;
}
.map__modal-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}
.map__modal-info .map__modal-btn {
    width: calc(100% - 100px);
}
.map__arrow {
    /* margin-bottom: 10px; */
    position: relative;
    top: -34px;
}
.map__arrow .swiper-button-prev:after,
.map__arrow .swiper-button-next:after,
.map__arrow .swiper-button-prev::before,
.map__arrow .swiper-button-next::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #333;
    position: absolute;
}
.map__arrow .swiper-button-prev:after,
.map__arrow .swiper-button-next:after {
    transform: rotate(45deg);
}
.map__arrow .swiper-button-prev:before,
.map__arrow .swiper-button-next:before {
    transform: rotate(-45deg);
}
.map__arrow .swiper-button-prev:before {
    top: 17px;
}
.map__arrow .swiper-button-prev:after {
    top: 23px;
}
.map__arrow .swiper-button-next:after {
    top: 17px;
}
.map__arrow .swiper-button-next:before {
    top: 23px;
}



.contacts-rd .top__txt-1 {
    display: block;
}



.section_centers {
    padding-top: 0;
}
.section_centers .section__title {
    margin-bottom: 24px;
}



.bottom-rd {
    overflow: hidden;
}



#ui-id-1-menu,
#ui-id-2-menu {
    max-width: 302px;
}
/*.body-rd .ui-selectmenu-menu {
    padding-right: 0 !important;
}*/


 
.footer-rd .footer__pic {
    width: auto;
    margin-top: -14vw;
    margin-left: 0;
}
.footer-rd .footer__pic img {
    width: 59vw;
}
.footer-rd .footer__col-3 {
    width: 30vw;
}
.footer-rd .footer__calls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-rd .footer__calls-link.yt {
    width: 2em;
}
.footer-rd .footer__calls-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.footer-rd .footer__calls-txt {
    white-space: nowrap;
}


@media (min-width: 576px) {
    .inst-rd .inst__slider-mob,
    .top-rd .top__btns-mob {
        display: none;
    }
}

@media (min-width: 1070px) {
    /* .liders-rd .btn1,
    .order-2-rd .btn1
    .garants-rd .btn1 { */
    .body-rd .btn1 {
        padding: 24px 44px;
    }

    .top-rd .top__label-txt {
        margin-bottom: 1.4vw;
    }
    .top.top_thanks .top__gallery,
    .top.top_about .top__gallery {
        width: 50vw;
        top: 4vw;
        left: -2vw;
    }

    .order-2-rd .order__pic-2 {
        width: 40vw;
    }
    .order-2-rd .form__footer-1 {
        width: auto;
    }

    .body-rd .form__select {
        height: 3.95833333vw;
        border-radius: 1.97916667vw;
        font-size: 1.15vw;
        padding: 0.5em 1.3em;
    }

    .body-rd .section__head .section__label {
        left: 41.3vw;
    }

    /* .body-rd .section.section-articles {
        padding: 3vw 0;
    } */
    .body-rd .section.section_fillials {
        padding-bottom: 4vw;
    }

    .liders-rd .liders__pic {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70vw;
                flex: 0 0 70vw;
        width: 70vw;
    }

    .body-rd .liders__slide.liders__slide_modal .liders__pic {
        -ms-flex-preferred-size: 55vw;
            flex-basis: 55vw;
        width: 55vw;
        margin-top: 0;
        margin-right: 1vw;
    }

    .body-rd .ui-selectmenu-menu .ui-menu {
        padding: 0 1.3em;
    }

    .body-rd .widget__link {
        width: 5vw;
    }
    .body-rd .widget__wrap {
        height: 5vw;
    }
    .body-rd .widget__wrap strong {
        font-size: 1.5vw;
    }
    .body-rd .widget__wrap small {
        font-size: 0.6vw;
    }
    .body-rd .widget.active {
        bottom: 2vw;
    }
}

@media (min-width: 1200px) {
    .aside-rd .contacts-rd {
        display: none;
    }
}

@media (min-width: 1280px) {
    .aside-rd .aside__socials {
        display: none;
    }
}

@media (min-width: 1650px) {
    #burger-rd {
        display: none;
    }
}

@media (max-width: 1649px) {
    .header-rd .menu-rd {
        display: none;
    }
    .header-rd .search-rd {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
        max-width: 440px;
        padding: 12px 0;
        margin-left: 0;
    }

    .tile-to__content {
        min-height: 16vw;
    }

    .services-list {
        display: block;
    }
    .services-list__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: auto;
    }
    .services-list .btn4 {
        max-width: 500px;
    }
}

@media (max-width: 1359px) {
    .trucks-rd .card__tag,
    .trucks-rd .card__label {
        padding: 5px 10px;
        font-size: 10px;
    }
}

@media (max-width: 1279px) {
    .header-rd .soc-rd {
        display: none;
    }

    /* .top-rd .top__title {
        font-size: 3.5vw;
    } */
}

@media (max-width: 1199px) {
    .body-rd {
        padding-top: 72px;
    }
    .body-rd.admin {
        padding-top: 111px;
    }

    .header-rd__logo a, .header-rd__logo span {
        padding: 14px 16px;
    }
    .header-rd__logo img {
        width: 84px;
        height: auto;
    }
    .header-rd__navbar {
        gap: 40px;
    }
    .header-rd__infobar {
        display: none;
    }

    .aside-rd {
        height: calc(100vh - 72px);
        top: 72px;
    }
    .aside-rd + .aside__overlay {
        top: 72px;
    }
    .admin .aside-rd {
        top: 110px;
    }
    .admin .aside-rd + .aside__overlay {
        top: 110px;
    }
    .admin .aside-rd {
        height: calc(100vh - 110px);
    }
    .admin .aside-rd .aside__wrap {
        min-height: calc(100vh - 110px);
    }

    .model-mods__item,
    .model-docs__item {
        flex: 0 0 33.33%;
        width: 33.33%;
    }
}

@media (max-width: 1069px) {
    .body-rd .btn1,
    .body-rd .btn3 {
        /* padding: 24px 44px;
        font-weight: 600;
        font-size: 32px; */
        padding: 0.7em 1.4em;
        font-weight: 600;
        font-size: 2.7vw;
    }
    .body-rd .form__input {
        height: 90px;
    }
    .body-rd .form__input,
    .body-rd .form__textarea {
        padding: 24px 44px;
        font-weight: 600;
        font-size: 32px;
    }
    .body-rd .form__select {
        height: 90px;
        padding: 24px 44px;
        font-size: 32px;
    }

    .body-rd .ui-selectmenu-button.ui-button {
        height: 90px;
        padding: 24px 44px;
        font-weight: 600;
        font-size: 32px;
    }
    .body-rd .ui-selectmenu-menu {
        padding: 24px 44px 24px 0;
    }
    .body-rd .ui-selectmenu-menu .ui-menu,
    .body-rd .ui-selectmenu-menu {
        min-height: 300px;
    }
    .body-rd .ui-menu-item-wrapper {
        font-size: 32px;
    }

    .header-rd .search__submit {
        right: 1.146vw;
    }

    .body-rd .section__head {
        display: block;
    }

    .top-rd {
        padding-bottom: 0;
    }
    .top-rd .top__wrap {
        display: block;
    }
    .top-rd .top__gallery {
        width: auto;
    }
    .top-rd .top__slide {
        width: auto;
    }
    .top-rd .top__desc {
        padding-right: 5%;
    }
    .top-rd .top__title {
        font-size: 6vw;
    }
    .top-rd .top__subtitle {
        font-size: 3vw;
    }
    .top-rd .top__label {
        display: block;
    }
    .top-rd .top__label-line {
        display: block;
        margin: 0.6vw 0 0.6vw;
        position: relative;
        height: 3px;
        border-radius: 1px;
        background: rgba(255, 255, 255, 0.3);
    }
    .top-rd .top__label-line::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 3px;
        width: 50%;
        background: var(--color-red);
        border-radius: 1px;
    }
    .top-rd .top__label-curr {
        display: block;
        margin-bottom: 0.2vw;
        font-style: normal;
        color: var(--color-txt);
        font-size: 3.5vw;
        font-weight: 600;
        line-height: 1;
    }
    .top-rd .top__label-title {
        display: block;
        color: var(--color-txt);
        font-weight: 700;
        font-size: 3vw;
        white-space: nowrap;
    }
    .top-rd .top__label-txt {
        margin-bottom: 2.5vw;
        font-size: 2.5vw;
    }
    .top-rd .top__label {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .top-rd .btn2 {
        font-size: 2.5vw;
    }
    .top-rd .top__right {
        width: auto;
        margin-top: 10vw;
    }
    .top-rd .top__left {
        width: auto;
        padding-right: 0;
    }
    .top.top_thanks .top__gallery,
    .top.top_about .top__gallery {
        position: relative;
        width: 100vw;
        margin: 4.4vw 0 0.4vw;
    }
    
    .slideshow__title {
        font-size: 5vw;
    }
    .slideshow__text {
        font-size: 3vw;
    }

    .tizers__title {
        font-size: 4vw;
    }
    .tizers__text {
        font-size: 3vw;
    }

    .body-rd .section_garants .section__label {
        display: none;
    }

    .body-rd .card__title {
        min-height: auto;
    }

    .liders-rd .liders__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 24px;
    }

    .body-rd .fillials {
        padding-bottom: 40px;
    }

    .trucks-rd .card__tags {
        top: 20px;
        left: 20px;
    }
    .trucks-rd .card__label {
        top: 20px;
        right: 20px;
    }

    .order-2-rd .order__pic-2 {
        padding-bottom: 0;
        margin-top: 0;
    }
    .order-2-rd .order__pic-2::after {
        display: none;
    }
    .order-2-rd .order__wrap {
        padding-top: 8vw;
    }
    .order-2-rd .form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .order-2-rd .form__col:first-child {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 0;
    }
    .order-2-rd .form__col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-top: 8vw;
    }
    .order-2-rd .form__footer {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 6vw;
    }

    .config {
        display: block;
        margin: 0;
    }
    .config__left{
        display: none;
    }
    .config__right {
        width: auto;
    }

    .tile-to {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -20px;
    }
    .tile-to__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        width: 50%;
        margin-bottom: 20px;
    }
    .tile-to__content {
        min-height: 30vw;
    }
    .tile-to__title {
        font-size: 3vw;
    }

    .top-rd .section__head {
        display: block;
        margin-top: 10vw;
    }
    .top-rd .section__head .section__label {
        margin-bottom: 0;
    }
    .top-rd .top__text {
        font-size: 2.5vw;
    }

    .icon-lists {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -4vw;
    }
    .icon-lists__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        width: 50%;
        margin-bottom: 4.8vw;
    }
    .icon-lists__title {
        font-size: 4vw;
    }
    .icon-lists__list {
        display: block;
        font-size: 3vw;
    }
    .icon-lists__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: auto;
    }
    .icon-lists__icon svg {
        width: 64px;
        height: 64px;
    }

    .section_inner .section__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section_inner .section__head .section__subtitle {
        width: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .section_inner .section__head .section__title-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .section_inner .section__label {
        margin-bottom: 0;
    }

    .liders-rd .liders__gallery {
        width: 100vw;
        margin-left: -7vw;
    }
    .liders-rd .liders__desc {
        margin-left: 10vw;
    }

    .body-rd .models__title {
        margin-bottom: 2vw;
    }

    .body-rd .widget__link_top {
        height: 18vw;
    }

    .reviews-rd .slider__arrow {
        width: 58px;
        height: 58px;
    }

    .body-rd .fillials__desc {
        margin-bottom: 20px;
    }
    .body-rd .fillials__btn {
        padding: 2.5vw 5vw;
        font-size: 2.7vw;
    }

    .model-grid {
        display: block;
    }
    .model-grid__col_left,
    .model-grid__col_right {
        width: auto;
    }
    .model-prices__price {
        font-size: 6vw;
    }
    .model-prices__lizing,
    .model-tabs-top__item,
    .model-tizers__text,
    .model-desc p,
    .model-desc ul,
    .model-desc__btn-desc,
    .model-tabs-btm__btns button {
        font-size: 3vw;
    }
    .model-tabs-btm__btns {
        overflow: auto;
        margin-right: -4.44444444vw;
        padding-right: 4.44444444vw;
    }
    .model-tabs-btm__btns button {
        padding: 0.7em 1.4em;
    }
    .model-desc__btn-desc {
        max-width: none;
    }
    .model-desc__btnbox .btn1 {
        max-width: 50%;
    }
    .model-tabs-btm__item {
        border-radius: 0 0 46px 46px;
    }
    .model-tabs-btm__btns button {
        border-bottom: 1px solid #919DAE;
    }
    .model-video__item,
    .model-mods__item,
    .model-docs__item {
        flex: 0 0 50%;
        width: 50%;
    }

    #ui-id-1-menu,
    #ui-id-2-menu {
        max-width: none;
    }
    .body-rd .ui-selectmenu-menu .ui-menu {
        padding: 0 44px;
    }
    .body-rd .ui-selectmenu-menu {
        width: 400px;
    }

    .map-tabs__toggler {
        margin: 7vw 0 5vw 0;
    }
    .map-tabs__btns button {
        padding: 0.7em 1.4em;
        font-size: 2.7vw;
    }
    
    .footer-rd .footer__pic {
        display: block;
    }
    .footer-rd .footer__pic {
        margin-top: -20vw;
    }
    .footer-rd .footer__pic img {
        width: 90vw;
    }
    .footer-rd .footer__col-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .footer-rd .footer__logos {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
    }
    .footer-rd .footer__logo {
        width: 85%;
    }
    .footer-rd .footer__subtitle {
        margin-top: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 1em;
    }
}

@media (max-width: 991px) {
    .liders-rd .liders__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .liders-rd .liders__bottom .aos-animate {
        margin: 0;
    }

    .modal-rd {
        max-width: calc(100vw - 80px);
    }
}

@media (max-width: 767px) {
    .header-rd .container {
        margin: 0;
    }
    .header-rd .search-rd {
        display: none;
    }
    .header-rd__navbar {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        height: 100%;
        padding-right: 26px;
    }

    .aside-rd .search-rd {
        display: block;
    }

    .services-list__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .services-list__pic {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        padding-top: 50%;
    }
    .services-list .btn4 {
        max-width: none;
    }

    .body-rd .ui-selectmenu-menu {
        width: 300px;
    }
}

@media (max-width: 639px) {
    .body-rd .btn4 {
        gap: 8px;
        padding: 10px 18px;
        font-weight: 500;
        font-size: 12px;
        line-height: 7px;
    }
    .body-rd .btn4 svg {
        width: 8px;
        height: auto;
    }

    .modal-rd {
        max-width: calc(100vw - 40px);
        max-height: calc(100vh - 40px);
        padding: 16px;
    }
    .modal-rd__content {
        padding-right: 10px;
    }
    .modal-rd__header svg {
        width: 60px;
    }
    .modal-rd__body {
        padding-top: 10px;
    }
    .modal-rd .radio-custom {
        gap: 10px;
        font-size: 12px;
    }
    .modal-rd .radio-custom__input {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 12px;
                flex: 0 0 12px;
        width: 12px;
        height: 12px;
        margin-top: 1px;
    }

    .modal-rd textarea {
        max-height: 60px;
        padding: 10px;
        border-radius: 10px;
        font-weight: 500;
        font-size: 12px;
        line-height: 10px;
    }
    .modal-rd__footer {
        padding-top: 18px;
    }

    .modal-rd label:not(.radio-custom) {
        font-size: 12px;
    }
    .modal-rd input[type="text"],
    .modal-rd input[type="email"] {
        padding: 10px;
        border-radius: 10px;
        font-weight: 500;
        font-size: 12px;
        line-height: 10px;
    }

    .questionary__title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .questionary__title br {
        display: none;
    }
    .questionary__control {
        margin-bottom: 14px;
    }
    .questionary__dots span {
        width: 10px;
        height: 10px;
    }
    .questionary__dots span.active {
        width: 14px;
        height: 14px;
        font-weight: 700;
        font-size: 8px;
    }

    .map__modal {
        max-width: 500px;
    }
}

@media (max-width: 575px) {
    .body-rd .btn1,
    .body-rd .btn3 {
        padding: 10px 20px;
        font-weight: 500;
        font-size: 16px;
    }
    .body-rd .btn1 {
        padding: 16px;
    }
    .body-rd .form__input {
        height: 52px;
    }
    .body-rd .form__input,
    .body-rd .form__textarea {
        padding: 16px;
        font-weight: 500;
        font-size: 16px;
    }
    .body-rd .form__textarea {
        height: 136px;
    }
    .body-rd .form__select {
        height: 52px;
        padding: 16px;
        font-weight: 500;
        font-size: 16px;
        background-size: 12px;
    }

    .body-rd .ui-selectmenu-icon.ui-icon {
        -ms-flex-preferred-size: 17px;
            flex-basis: 17px;
        width: 17px;
        height: 14px;
    }
    .body-rd .ui-selectmenu-button.ui-button {
        height: 52px;
        padding: 16px;
        font-weight: 600;
        font-size: 16px;
    }
    .body-rd .ui-selectmenu-menu .ui-menu,
    .body-rd .ui-selectmenu-menu {
        min-height: 150px;
        padding: 16px 16px 16px 0;
    }
    .body-rd .ui-selectmenu-menu .ui-menu {
        padding: 0 8px 0 16px;
    }
    .body-rd .ui-menu-item-wrapper {
        font-weight: 500;
        font-size: 16px;
    }

    .body-rd .checkbox-custom {
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
    }
    
    .body-rd .section {
        padding: 40px 0;
    }
    .body-rd .section__title {
        font-weight: 700;
        font-size: 32px;
    }
    .body-rd .section__label {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .body-rd .card__btn {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .body-rd .card__title {
        min-height: auto;
    }
    .body-rd .card__desc {
        padding: 20px;
    }

    .top-rd .top__control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 12px;
        margin-top: 20px;
        position: relative;
    }
    .faq-rd .faq__title {
        font-weight: 700;
        font-size: 24px;  
    }
    .top-rd .top__label .top__label-btn {
        display: none;
    }
    .top-rd .top__prev,
    .top-rd .top__next {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .top-rd .top__prev svg,
    .top-rd .top__next svg {
        width: 8px;
    }
    .top-rd .top__slider .swiper-wrapper {
        z-index: 11;
    }
    .top-rd .top__pic {
        padding-top: 75%;
    }
    .top-rd .top__pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        object-fit: contain;
        object-position: center center;
    }
    .top-rd .top__btns-mob {
        display: block;
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
        z-index: 11;
    }
    .top-rd .btn2 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .service-type-rd .section__title {
        font-weight: 600;
        font-size: 24px;
        color: #000;
    }
    .service-type-rd .section__subtitle {
        font-weight: 400;
        font-size: 16px;      
    }
    .service-type-rd .service-type__subtitle {
        font-weight: 500;
        font-size: 16px;
    }
    .service-type-rd .service-type__title {
        font-weight: 600;
        font-size: 18px;
    }
    .service-type-rd .service-type__item {
        margin-top: 24px;
    }
    .service-type-rd .service-type__advants li {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }
    .service-type-rd .service-type__btn {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .liders-rd .liders__tabs .swiper-slide {
        padding-right: 4vw;
    }
    .liders-rd .liders__bottom .aos-animate,
    .liders-rd .btn1 {
        width: 100%;
        font-size: 16px;
        line-height: 18px;
    }
    .liders-rd .btn1 .icon-1 {
        display: none;
    }
    .liders-rd .liders__advants {
        margin: 24px 0 -40px 0;
    }
    .liders-rd .liders__advants {
        display: block;
    }
    .liders-rd .liders__advants li {
        width: auto;
        margin: 0 0 40px 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }
    .liders-rd .liders__title {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }

    .garants-rd .garants {
        margin-top: 0;
    }
    .garants-rd .section__title {
        font-weight: 600;
        font-size: 24px;
        color: #000;
    }
    .garants-rd .section__subtitle {
        font-weight: 400;
        font-size: 16px;
    }
    .garants-rd .garants__item {
        border-bottom: none;
    }
    .garants-rd .garants__head {
        display: block;
    }
    .garants-rd .garants__icon {
        margin: 0 0 12px 0;
    }
    .garants-rd .garants__title {
        font-weight: 400;
        font-size: 16px;
    }
    .garants-rd .garants__txt {
        font-weight: 300;
        font-size: 16px;
    }
    .garants-rd .garants__body {
        padding-top: 0;
        border-top: none;
    }
    .garants-rd .garants__bottom {
        margin-top: 24px;
    }
    .garants-rd .btn3 {
        width: 100%;
    }

    .inst-rd .inst__slider {
        display: none;
    }
    .inst-rd .inst__bottom {
        margin-top: 18px;
    }
    .inst-rd .inst__bottom .btn1 svg {
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }

    .trucks-rd .trucks__row {
        display: block;
    }
    .trucks-rd .trucks__item {
        margin-bottom: 12px;
    }

    .order-2-rd .form__col:nth-child(2) {
        margin-top: 48px;
    }
    .order-2-rd .form__footer {
        margin-top: 24px;
    }

    .config__card {
        padding: 30px;
    }
    .config__ico {
        width: 60px;
    }
    .config__title {
        font-weight: 600;
        font-size: 24px;
        color: #000;
    }
    .config__text {
        font-weight: 400;
        font-size: 16px;
    }
    .config__btn {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-top: 32px;
    }

    .body-rd .section-articles {
        background-color: #B5C4DA;
    }
    .body-rd .section-articles .section__title {
        text-align: left;
        color: #000;
    }

    .body-rd .card__desc {
        background-color: #879ABA;
    }
    .body-rd .card__title {
        color: #fff;
    }
    .body-rd .card__btn {
        border-color: #fff;
        color: #fff;
    }

    .reviews-rd .reviews__label {
        font-size: 26px;
        line-height: 28px;
    }
    .reviews-rd .reviews__control {
        margin-top: 24px;
    }
    .reviews-rd .reviews__arrows {
        gap: 16px;
    }
    .reviews-rd .slider__arrow {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .articles .slider__arrow {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        width: 40px;
        height: 40px;
        border-color: rgba(0, 0, 0, 0.5)
    }
    .articles .slider__arrow svg path {
        stroke: #000;
    }
    .articles .slider__arrow:not(.swiper-button-disabled):hover svg path {
        stroke: #fff;
    }
    .articles .slider__pagination {
        bottom: 20px;
    }
    .body-rd .articles .swiper-pagination-bullet {
        background: #000;
    }
    .articles .slider__arrows {
        gap: 16px;
    }

    .icon-lists__title {
        font-size: 24px;
        line-height: 32px;
    }
    .icon-lists__list {
        font-size: 18px;
        line-height: 22px;
    }

    .services-list__content {
        border-radius: 32px;
    }
    .services-list__textbox {
        padding: 20px;
    }
    .services-list__name {
        font-weight: 700;
        font-size: 24px;     
    }
    .services-list__text {
        font-weight: 400;
        font-size: 14px;
    }

    .bottom-rd {
        padding: 20px 0;
    }
    .bottom-rd .section__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
    }
    .bottom-rd .section__subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }
    .bottom-rd .bottom__list {
        margin-top: 15px;
    }
    .bottom-rd .box-c > i {
        margin-right: 24px;
    }
    .bottom-rd .box-c > div {
        font-weight: 400;
        font-size: 16px;
    }
    .bottom-rd .bottom__slider {
        margin-top: 35px;
    }
    .bottom-rd .form__box-submit {
        margin-top: 20px;
    }
    .bottom-rd .form__box-submit .btn1 {
        width: 100%;
    }
    .bottom-rd .bottom__sub {
        display: none;
    }

    .tile-to {
        display: block;
    }
    .tile-to__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: auto;
    }
    .tile-to__content {
        padding-top: 30vw;
        min-height: 258px;
    }
    .tile-to__title {
        font-size: 3.8vw;
    }

    .body-rd .fillials__btn {
        padding: 10px 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1em;
    }

    .model-desc,
    .model-video,
    .model-mods, 
    .model-docs {
        padding: 20px;
    }
    .model-video,
    .model-mods,
    .model-docs,
    .model-tizers,
    .model-desc__btnbox {
        display: block;
    }
    .model-video__item,
    .model-mods__item,
    .model-docs__item,
    .model-tizers__item {
        flex: 1 1 auto;
        width: auto;
    }
    .model-prices__lizing,
    .model-tabs-top__item,
    .model-tizers__text,
    .model-desc p,
    .model-desc ul,
    .model-desc__btn-desc,
    .model-tabs-btm__btns button {
        font-size: 16px;
    }
    .model-prices__price {
        font-size: 32px;
    }
    .model-tabs-btm__btns button {
        padding: 10px 20px;
    }
    .model-desc__btnbox .btn1 {
        max-width: none;
    }
    .model-desc__btn-desc {
        display: block;
        margin-top: 16px;
    }
    .model-photos .slider__control {
        gap: 16px;
    }
    .model-photos .slider__arrow {
        width: 40px;
        height: 40px;
    }

    .map__modal {
        max-width: 400px;
    }

    .map-tabs__btns button {
        padding: 10px 20px;
        font-size: 16px;
    }
    .body-rd .ui-selectmenu-menu {
        width: auto;
    }

    .footer-rd .footer__col-2 {
        margin-top: 40px;
    }
    .footer-rd .footer__nav {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
        font-family: "Verdana";
        font-weight: 400;
        font-size: 16px;
    }
    .footer-rd .footer__nav li {
        margin-bottom: 20px;
    }
    .footer-rd .footer__nav li a {
        display: block;
        position: relative;
    }
    .footer-rd .footer__nav li a::before,
    .footer-rd .footer__nav li a::after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
    }
    .footer-rd .footer__nav li a::before {
        -webkit-transform: translateY(-2px) rotate(45deg);
            -ms-transform: translateY(-2px) rotate(45deg);
                transform: translateY(-2px) rotate(45deg);
    }
    .footer-rd .footer__nav li a::after {
        -webkit-transform: translateY(2px) rotate(-45deg);
            -ms-transform: translateY(2px) rotate(-45deg);
                transform: translateY(2px) rotate(-45deg);
    }
    .footer-rd .footer__col-3 {
        margin-top: 50px;
    }
    .footer-rd .footer__allur {
        width: 108px;
        margin-bottom: 20px;
    }
    .footer-rd .footer__box-1 {
        margin-top: 20px;
    }
    .footer-rd .footer__label {
        font-weight: 400;
        font-size: 16px;
        line-height: 29px;
    }
    .footer-rd .footer__calls-link {
        margin-right: 0;
        margin-left: 16px;
    }
    .footer-rd .footer__col-4 {
        text-align: left;
    }
    .footer-rd .footer__txt-2 {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
    }
}

@media (max-width: 419px) {
    .top-rd .btn2 .icon-1 {
        margin-left: 5px;
    }
    .top-rd .top__control {
        gap: 6px;
    }
}
/* End */
/* /local/templates/jac_redesign_2025/template_styles.css?174538615395825 */
