body.exptest1 .section_filter_in.container-fluid,
body.exptest1 .section_car_filter.container-fluid {
    top: 66px !important;
}

.no-scroll {
    overflow: hidden !important;
}

/* HEADER */

header .content {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

header .header-top {
    background: #fff;
}

header .header-bottom {
    background: #DF0617 url(../img/menu_bg.png) center no-repeat;
    background-size: cover;
}

header .header-info,
header .header-main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}

header .header-info {
    padding: 10px 0;
    border-bottom: solid 1px #E2E2ED;
}

header .header-address {
    display: flex;
    align-items: center;
    gap: 30px;
}

header .header-city .city-name {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #A0A0B5;
    vertical-align: middle;
    cursor: pointer;
}

header .header-city .city-name svg {
    position: relative;
    top: -1px;
    width: 11px;
    margin: 0 6px 0 0;
}

header .header-street {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #A0A0B5;
    cursor: default;
}

header .header-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .header-phone a,
header .header-email a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    text-decoration: none;
}

header .header-phone a:hover,
header .header-email a:hover {
    text-decoration: underline;
}

header .header-phone a span,
header .header-email a span {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #373737;
}

header .header-button {
    margin: 0 0 0 10px;
}

header .header-button .btn-fill {
    width: 190px;
    height: 40px;
    padding: 8px 24px 10px;
    border: none;
    border-radius: 4px;
    background: #DF0617;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

header .header-button .btn-fill:hover {
    background: #CC0000;
}

header .header-main {
    padding: 15px 0;
}

header .header-about {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .header-slogan {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A0A0B5;
    cursor: default;
}

header .header-icons {
    display: flex;
    align-items: center;
}

header .header-search #containerForSearch,
header .header-search .bx-input-group {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

header .header-search #inputForSearch {
    width: 284px;
    height: 40px;
    padding: 9px 12px;
    border: solid 1px #A0A0B5;
    border-radius: 4px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #A0A0B5;
    text-align: right;
}

header .header-search #inputForSearch:placeholder {
    color: #A0A0B5;
}

header .header-user .user-page {
    display: block;
    margin: 0 0 0 20px;
    padding: 0;
    border: none;
    background: none;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    text-decoration: none;
}

header .header-user .user-page span {
    margin: 0 0 0 5px;
}

header .header-user .user-page:hover {
    color: #CC0000;
}

header .header-user .user-page:hover svg path {
    stroke: #CC0000;
}

header .header-basket .small_basket_ajax,
header .header-basket .item-cart {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: none !important;
}

header .header-basket .item-cart {
    position: relative;
    margin: 0 0 0 20px;
}

header .header-basket .item-cart svg {
    margin: 0 6px 0 0;
}

header .header-basket .item-cart span {
    margin: 0 0 0 5px;
    padding: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    text-transform: none;
}

header .header-basket .item-cart i {
    position: absolute;
    top: -5px;
    left: 18px;
    display: block;
    min-width: 18px;
    padding: 0 5px;
    background: #DF0617;
    border-radius: 9px;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

header .header-basket .item-cart:hover svg path {
    stroke: #CC0000;
}

header .header-basket .item-cart:hover span {
    color: #CC0000;
}

header .header-basket .basket_dropdown {
    min-width: 300px;
    left: auto;
    z-index: 3;
}

header .header-menu .menu-list nav {
    display: flex;
    align-items: center;
    border-right: 1px solid #EDA3A3;
}

header .header-menu .menu-list a {
    padding: 11px 5px;
    flex-grow: 1;
    border-left: 1px solid #EDA3A3;
    text-align: center;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}

header .header-menu .menu-list a svg {
    position: relative;
    top: -1px;
    margin: 0 0 0 6px;
}

header .header-menu .menu-list a:hover {
    background: #00000026;
}

header .header-menu .menu-list a.selected span {
    text-decoration: underline
}

header .header-menu .header_catalog-wrapper {
    top: 175px !important;
    z-index: 3;
}

header .header_city-wrapper {
    top: 60px !important;
    z-index: 10;
}

@media (max-width: 1200px) {
    header .header-search #inputForSearch {
        width: 234px;
    }

    header .header_city-wrapper {
        display: none;
    }

    header .header_city-wrapper.customshow-toggle {
        display: block;
        z-index: 10;
    }
}

@media (max-width: 992px) {
    header .header-desktop {
        display: none;
    }

    header .header_city-wrapper {
        top: 66px !important;
    }
}

/* HEADER FIXED */

body.scrolled {
    padding-top: 175px;
}

header .header-desktop {
    position: relative;
    z-index: 9;
    transition: top .2s ease-in-out;
}

header .header-desktop.header-fixed {
    position: fixed;
    top: -175px;
    left: 0;
    right: 0;
    box-shadow: 0px 2px 6px 0px #1B1B1B66;
}

header .header-fixed .header-address,
header .header-fixed .header-button,
header .header-fixed .header-slogan,
header .header-fixed .header-user .user-page span,
header .header-fixed .header-basket .item-cart span {
    display: none;
}

header .header-fixed .header-info {
    position: relative;
    padding: 0;
    border-bottom: none;
}

header .header-fixed .header-contacts {
    position: absolute;
    top: 24px;
    left: 345px;
}

header .header-fixed .header-menu .header_catalog-wrapper {
    top: 114px !important;
}

@media (max-width: 1200px) {
    header .header-fixed .header-contacts {
        left: 300px;
    }

    header .header-search #inputForSearch {
        width: 180px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 66px;
    }
}

/* HEADER MOBILE */

@media (min-width: 993px) {
    header .header-mobile,
    header .header-sidebar {
        display: none;
    }
}

header .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 2px 6px 0px #1B1B1B66;
    z-index: 9;
}

header .header-mobile .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 15px;
}

header .header-mobile-about {
    display: flex;
    align-items: center;
    gap: 15px;
}

header .header-sidebar-hide {
    display: none;
}

header .header-mobile-logo a {
    display: block;
    width: 145px;
    height: 16px;
    line-height: 0px;
}

header .header-mobile-icons {
    display: flex;
    align-items: center;
}

header .header-mobile-phone a {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/phone.svg) center no-repeat;
    font-size: 0 !important;
}

header .header-mobile-search .search-button {
    margin: 0 0 0 6px;
}

header .header-mobile-search .search-form {
    display: none;
    opacity: 0;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    padding: 5px 15px;
    background: #DF0617 url(../img/menu_bg.png) center no-repeat;
    background-size: cover;
    z-index: 1;
    transition: opacity .2s ease-in-out;
}

header .header-mobile-search .search-form.shown {
    opacity: 1;
}

header .header-mobile-search #containerForSearch,
header .header-mobile-search .bx-input-group {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

header .header-mobile-search .header_catalog-close {
    display: none;
}

header .header-mobile-search #inputForSearch {
    width: 100%;
    height: 32px;
    padding: 6px 55px 6px 15px;
    border: solid 1px #A0A0B5;
    border-radius: 4px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A0A0B5;
    text-align: left;
}

header .header-mobile-search #inputForSearch:placeholder {
    color: #A0A0B5;
}

header .header-mobile-search .bx-input-group-btn {
    position: absolute;
    top: 2px;
    right: 15px;
    display: block !important;
}

header .header-mobile-search .bx-input-group-btn button {
    width: 24px;
    height: 24px;
    background: url(../img/search.svg) center no-repeat;
}

header .header-mobile-search .bx-input-group-btn button i {
    display: none;
}

header .header-mobile-basket .small_basket_ajax,
header .header-mobile-basket .item-cart {
    display: block !important;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: none !important;
}

header .header-mobile-basket .item-cart {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 0 0 7px;
    border: none;
    line-height: 0;
}

header .header-mobile-basket .item-cart svg {
    position: relative;
    top: 3px;
}

header .header-mobile-basket .item-cart span {
    display: none;
}

header .header-mobile-basket .item-cart i {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    min-width: 18px;
    padding: 0 5px;
    background: #DF0617;
    border-radius: 9px;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

header .header-mobile-basket .basket_dropdown {
    display: none;
}

/* HEADER SIDEBAR */

header .header-sidebar {
    position: fixed;
    top: 66px;
    left: calc(-100vw);
    bottom: 0;
    width: 85vw;
    background: #fff;
    z-index: 10;
    transition: left .2s ease-in-out;
}

header .header-sidebar.opened {
    left: 0;
}

header .header-sidebar .content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: calc(100dvh - 66px);
    padding: 0;
    overflow-y: auto;
}

header .header-sidebar-bottom {
    position: relative;
    height: 100%;
    padding: 0 0 70px;
}

header .header-sidebar .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 15vw;
    background: #0000004D;
}

header .header-sidebar .overlay.shown {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

header .header-sidebar-menu .menu-list {
    border-bottom: solid 1px #E2E2ED;
}

header .header-sidebar-menu .menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    border-top: solid 1px #E2E2ED;
}

header .header-sidebar-menu .menu-link a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
    text-decoration: none;
}

header .header-sidebar-menu .menu-link svg {
    position: relative;
    top: 1px;
}

header .header-sidebar-menu .menu-link.selected {
    background-color: #DF0617;
}

header .header-sidebar-menu .menu-link.selected a {
    color: #fff;
}

header .header-sidebar-menu .menu-link.selected svg path {
    fill: #fff;
}

header .header-sidebar-menu .menu-child {
    position: absolute;
    top: 0;
    left: calc(-100vw);
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    transition: left .2s ease-in-out;
}

header .header-sidebar-menu .menu-child.opened {
    left: 0;
}

header .header-sidebar-menu .menu-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 15px;
    border-top: solid 1px #E2E2ED;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8E8E8E;
}

header .header-sidebar-menu .menu-subtitle {
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: solid 1px #E2E2ED;
    border-bottom: solid 1px #E2E2ED;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
    text-decoration: none;
}

header .header-sidebar-menu .menu-sublist-wrap {
    position: relative;
    min-height: 100%;
    padding: 0 0 70px;
}

header .header-sidebar-menu .menu-sublist {
    position: absolute;
    top: 99px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
}

header .header-sidebar-menu .menu-sublink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    border-bottom: solid 1px #E2E2ED;
}

header .header-sidebar-menu .menu-sublink a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
    text-decoration: none;
}

header .header-sidebar-menu .menu-sublink svg {
    position: relative;
    top: 1px;
}

header .header-sidebar-menu .menu-sublink.selected {
    background-color: #DF0617;
}

header .header-sidebar-menu .menu-sublink.selected a {
    color: #fff;
}

header .header-sidebar-menu .menu-sublink.selected svg path {
    fill: #fff;
}

header .header-sidebar-city {
    padding: 14px 15px;
    border-bottom: solid 1px #E2E2ED;
}

header .header-sidebar-city .city-name {
    margin: 2px 0 0;
    vertical-align: middle;
}

header .header-sidebar-city .city-name svg {
    position: relative;
    top: -1px;
    width: 30px;
    margin: 0 6px 0 0;
}

header .header-sidebar-city .city-name span {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
}

header .header-sidebar-basket .small_basket_ajax,
header .header-sidebar-basket .item-cart {
    display: block !important;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: none !important;
}

header .header-sidebar-basket .small_basket_ajax {
    padding: 9px 15px;
    background: #F9F9F9 !important;
    border-bottom: solid 1px #E2E2ED;
}

header .header-sidebar-basket .item-cart {
    position: relative;
    width: 100%;
    height: 30px;
    border: none;
    line-height: 0;
}

header .header-sidebar-basket .item-cart svg {
    position: relative;
    top: 1px;
    width: 30px;
    margin: 0 3px 0 0;
}

header .header-sidebar-basket .item-cart span {
    padding: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
    text-transform: none;
}

header .header-sidebar-basket .item-cart i {
    position: absolute;
    top: 3px;
    right: 0px;
    display: block;
    min-width: 25px;
    padding: 0 5px;
    background: #DF0617;
    border-radius: 13px;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

header .header-sidebar-basket .basket_dropdown {
    display: none;
}

header .header-sidebar-user {
    padding: 9px 15px;
    background: #F9F9F9;
    border-bottom: solid 1px #E2E2ED;
}

header .header-sidebar-user .user-page {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

header .header-sidebar-user .user-page svg {
    position: relative;
    top: 1px;
    width: 30px;
    margin: 0 6px 0 0;
}

header .header-sidebar-user .user-page span {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
    text-decoration: none;
}

header .header-sidebar-contacts {
    padding: 10px 15px 0;
}

header .header-sidebar-phone,
header .header-sidebar-email {
    margin: 5px 0 0;
}

header .header-sidebar-phone a,
header .header-sidebar-email a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    text-decoration: none;
}

header .header-sidebar-phone a span,
header .header-sidebar-email a span {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #373737;
}

header .header-sidebar-street {
    margin: 15px 0 0;
}

header .header-sidebar-street {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
}

header .header-sidebar-social {
    margin: 15px 0 0;
}

header .header-sidebar-social span {
    display: none;
}

header .header-sidebar-social a {
    margin: 0 10px 0 0;
    text-decoration: none;
}

header .header-sidebar-button {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

header .header-sidebar-button .btn-fill {
    width: 100%;
    height: 40px;
    padding: 8px 24px 10px;
    border: none;
    border-radius: 4px;
    background: #DF0617;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

/* FOOTER */

footer .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

footer .footer-top {
    padding: 40px 0;
    border-top: solid 3px #EDEDED;
}

footer .footer-info {
    position: relative;
    max-width: 290px;
    padding: 0 0 86px;
}

footer .footer-logo {
    margin: 0 0 30px;
}

footer .footer-address,
footer .footer-schedule {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 0 0 15px;
}

footer .footer-address svg,
footer .footer-schedule svg {
    width: 22px;
}

footer .footer-address span,
footer .footer-schedule span {
    display: block;
    width: 260px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    cursor: default;
}

footer .footer-links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

footer .footer-links a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8E8E8E;
    text-decoration: underline;
}

footer .footer-links a:hover {
    color: #373737;
}

footer .footer-links a + a {
    margin: 10px 0 0;
}

footer .footer-menu {
    max-width: 250px;
}

footer .footer-menu nav {
    display: flex;
    flex-direction: column;
}

footer .footer-menu a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    text-transform: uppercase;
    text-decoration: none;
}

footer .footer-menu a:hover {
    text-decoration: underline;
}

footer .footer-menu a + a {
    margin: 21px 0 0;
}

footer .footer-contacts {
    max-width: 350px;
}

footer .footer-phones,
footer .footer-emails {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 0 0 20px;
}

footer .footer-phones svg,
footer .footer-emails svg {
    width: 22px;
}

footer .footer-phones ul,
footer .footer-emails ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-phones ul li + li,
footer .footer-emails ul li + li {
    margin: 8px 0 0;
}

footer .footer-phones span,
footer .footer-emails span {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    cursor: default;
}

footer .footer-phones a,
footer .footer-emails a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    text-decoration: none;
}

footer .footer-phones a:hover,
footer .footer-emails a:hover {
    text-decoration: underline;
}

footer .footer-phones a span,
footer .footer-emails a span {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #373737;
}

footer .footer-buttons {
    margin: 53px 0;
}

footer .footer-buttons .btn-fill {
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
    padding: 8px 24px 10px;
    border: none;
    border-radius: 4px;
    background: #DF0617;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

footer .footer-buttons .btn-fill:hover {
    background: #CC0000;
}

footer .footer-buttons .btn-border {
    width: 100%;
    height: 40px;
    padding: 7px 24px 9px;
    border: solid 1px #DF0617;
    border-radius: 4px;
    background: #FFF;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #DF0617;
}

footer .footer-buttons .btn-border:hover {
    border-color: #CC0000;
    color: #CC0000;
}

footer .footer-info .footer-social {
    display: none;
}

footer .footer-social span {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    cursor: default;
}

footer .footer-social a {
    margin: 0 0 0 15px;
    text-decoration: none;
}

footer .footer-bottom {
    padding: 10px 0;
    background: #EDEDED;
}

footer .footer-copyright,
footer .footer-developer {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    cursor: default;
}

@media (max-width: 992px) {
    footer .content {
        flex-direction: column;
    }

    footer .footer-top .content {
        position: relative;
    }

    footer .footer-bottom .content {
        gap: 10px;
    }

    footer .footer-menu {
        order: 1;
    }

    footer .footer-contacts {
        order: 2;
    }

    footer .footer-info {
        order: 3;
    }

    footer .footer-menu,
    footer .footer-contacts,
    footer .footer-info {
        max-width: 100%;
    }

    footer .footer-info {
        padding: 0;
    }

    footer .footer-menu nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
    }

    footer .footer-menu a {
        flex: 0 0 auto;
        margin: 0 10px 0 0 !important;
        font-size: 14px;
        line-height: 20px;
    }

    footer .footer-menu a + a {
    }

    footer .footer-phones svg,
    footer .footer-emails svg {
        position: relative;
        top: 2px;
    }

    footer .footer-phones span,
    footer .footer-emails span,
    footer .footer-phones a,
    footer .footer-emails a {
        font-size: 14px;
        line-height: 20px;
    }

    footer .footer-phones a span,
    footer .footer-emails a span {
        font-size: 14px;
    }

    footer .footer-buttons {
        margin: 30px 0 0;
    }

    footer .footer-buttons .btn-fill,
    footer .footer-buttons .btn-border {
        font-size: 14px;
    }

    footer .footer-contacts .footer-social {
        display: none;
    }

    footer .footer-info .footer-social {
        display: block;
        margin: 30px 0;
    }

    footer .footer-social span {
        font-size: 14px;
        line-height: 20px;
    }

    footer .footer-logo {
        display: none;
    }

    footer .footer-address span,
    footer .footer-schedule span {
        font-size: 14px;
        line-height: 20px;
    }

    footer .footer-links {
        position: static;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 13px;
    }

    footer .footer-links a {
        flex: 0 0 auto;
        margin: 0 20px 0 0 !important;
        font-size: 14px;
        line-height: 20px;
    }

    footer .footer-links a:nth-child(1) {
        order: 1;
    }

    footer .footer-links a:nth-child(2) {
        order: 3;
    }

    footer .footer-links a:nth-child(3) {
        order: 2;
    }

    footer .footer-copyright,
    footer .footer-developer {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
}

div.smartsearch-title__wrap .smartsearch-title__input,
div.smartsearch-page .smartsearch-page__input {
    background-color: #ffffff;
    border: 1px solid #A0A0B5;
    border-radius: 4px;
}

div.smartsearch-title__wrap .smartsearch-title__input:active,
div.smartsearch-title__wrap .smartsearch-title__input:focus-visible,
div.smartsearch-title__wrap .smartsearch-title__input:hover,
div.smartsearch-page .smartsearch-page__input:active,
div.smartsearch-page .smartsearch-page__input:focus-visible,
div.smartsearch-page .smartsearch-page__input:hover {
    border-color: #DF0617
}

div.smartsearch-page a,
div.smartsearch-page a:hover,
div.smartsearch-page a:active {
    color: #DF0617;
}