*{
    font-size: 18px;
}

h1{
    font-weight: bold !important;
}

.bodytop {
    /*background: #f7f7f7 !important;*/
    text-align: center;
}

.bodytop .container{
    /*border-bottom: 1px solid #e1e1e1;*/
}
/*new design*/
.bodytop {
    background: #123262;
    height: 46px;
}
.bodytop .pull-left  {
    text-align: start;
}
.bodytop span {
    font-size: 12px;
}

#sub_sub ul.submenu.collapse.in a {
    /*display: inline-flex;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*font-size: 18px;*/
}
ul.collapse.in[aria-expanded="true"] ~ a.item.underline > i,
ul.collapse.in[aria-expanded="true"] ~ a.item.underline {
    font-weight: 600 !important;
}
ul.collapse.in a > i {
    font-size: 18px;
}

.curr-ball {
    padding: 0px 5px;
    background: #fff;
    border-radius: 10px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
    font-weight: 500;
}
.plus-ball {
    display: inline-flex;
    height: 14px;
    width: 14px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
}
.phone-top {
    color: #ffffff;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    padding-right: 15px;
    width: 165px;
}
.btn.fs1 {
    width: auto;
    padding: 0px 10px;
}
.choose_office {
    text-decoration: underline;
    margin-left: 15px;
}
.header-top a {
    color: #ffffff;
}
.header-top a:hover {
    color: #ffffff;
}
.header-top ul {
    padding: 0px;
}
header .logo img {
    max-width: 189px;
    margin: 0;
    width: 100%;
}
.search-block {
    position: relative;
}
.search-block .logocenter {
    text-align: start;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 33px;
}
.logocenter  .item.top_cat_btn {
    width: 140px;
    height: 40px;
    display: inline-flex;
    justify-content: space-around;
    font-size: 14px;
    background: #123262;
    align-items: center;
    font-weight: 500;
}
.logocenter .item.top_cat_btn  img {
    position: relative;
    top: -1px;
    margin-right: 3px;
    width: 24px;
    height: 24px;
}
header .uk-grid-small {
    margin-left: 0px;
    height: 40px;
}
.uk-width-auto > a{
    font-size: 12px;
    color: #123262;
    display: inline-flex;
    flex-direction: column;
    align-items:center;
    position: relative;
    font-weight: 500;
}
.uk-grid-collapse .uk-width-auto a {
    padding-right: 0;
}

.header a:hover{
    font-weight: 500;
}
.header .iti__country-list {
    /*max-width: 300px !important;*/
    /*border-radius: 5px !important;*/
    /*max-height: 300px !important;*/
    /*position: fixed !important;*/
}
.login-btn {
    background: none;
    color: #123262;
    border: 0;
    margin: 0px;
    padding: 0px 0px;
    /*height: 42px;*/
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.login-btn:hover, .login-btn:focus {
    color: #123262;
    background:none;
    font-weight: 500;
}
.uk-grid-collapse {
    justify-content: space-between;
    max-width: 350px;
    margin-right: 0;
    margin-left: auto;
}
.form-1 {
    margin: 0 auto;
    position: relative;
    min-width: 240px;
    max-width: 240px;
    display: inline-flex;
    flex-direction: column;
    height: 85%;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    overflow-x: hidden;
}
.form-1 input[type="text"], .form-1 input[type="password"] {
    border: 1px solid #1232621A;
    margin-bottom: 0px;
}
.form-1 .field {
    margin: 0;
    width: 100%;
    height: 36px;
    position: relative;
}
.form-1 .field > i {
    position: absolute;
    right: 10px;
    top: 8px;
}
.form-1 button, .form-1 .btn {
    min-width: 100%;
    max-width: 100%;
    height: 37px;
    font-size: 14px;
    font-weight: 500;
}
.forgot-pass {
    font-size: 12px;
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 10px;
    font-weight: 500;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(30,30,30,0.8);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.modal-container.rest-pass {
    position: fixed;
    max-width: 620px;
    height: 332px;
    top: 40%;
    left: 50%;
    z-index: 200;
    text-align: center;
    width: 90%;
    visibility: hidden;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.rest-pass .modal-content {
    position: relative;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.3s;
    background: #fff;
    border-radius: 8px;
    padding: 2em;
    height: 332px;
}
.rest-pass .modal-content > .h3 {
    margin: 10px 0px 0px auto;
    font-size: 20px;
    font-weight: 600;
    color: #036;
}
.rest-pass .modal-content .h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #727272;
    margin-top: 20px;
    margin-bottom: 10px;
}
.rest-pass .modal-content p > span{
    font-size: 12px;
    color: #8a8a8a;
}
.rest-pass .modal-content p > a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}
.rstmail {
    margin: 0px auto;
    font-size: 16px;
    font-weight: 600;
}
.rest-pass .modal-content .form-group {
    display: flex;
    flex-direction: column;
    height: 76px;
    margin: 0px auto;
    justify-content: space-between;
    width: 240px;
}
.rest-pass .modal-content .form-group input {
    border: 1px solid #1232621A;
}
.rest-pass .modal-content .form-group input,
.rest-pass .modal-content .form-group button {
    border-radius: 4px;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.5em;
    color: #123262;
    font-size: 2em;
}
.modal-close:hover {
    cursor: pointer;
}
.modal--show {
    visibility: visible !important;
}
.modal-container.rest-pass.modal--show ~ .modal-overlay {
    visibility: visible !important;
    opacity: 1;
}
.modal--show .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/*main page*/
.main-banner_catalogs  {
    width: 100%;
    height: 502px;
  background-color: #F5F5F5;
    position: relative;
}
.tabs__catalogs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;

    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.tabs__catalogs h1, .main-vin__query h1, .main-vin__query .h2,
.tabs__catalogs h2, .main-vin__query h2 {
    color: #ffffff;
    font-size: 38px;
    position: relative;
    z-index: 101;
}

/*==========================*/

/*.tab-content,*/
.tabs-menu {
    text-align: center;
    /*position: static;*/
    display: table;
    box-sizing: border-box;
    width: 1200px;
    /*max-width: 1050px;*/
    /*min-width: 950px;*/
    height: 44px;
    z-index: 101;
    position: relative;
}
.tabs-menu > ul>  li > a {
    display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #727272;
}
.tabs-menu > ul>  li.active > a{
    color: #123262;
}
.tabs-menu > ul > li.active > a:hover {
    font-weight: 600;
}
.tabs-menu > ul>  li > a:hover {
    font-weight: normal;
}
.tab-content {
    /*background: #ffffff;*/
}
.tab-content .to_catalog,
.tab-content .vin_query__cat,
.tab-content .td_catalog{
    /*background: #ffffff;*/
    width: 1200px;
    min-height: 96px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-around;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    z-index: 101;
    padding: 0px 15px;
}
.vin_query__cat {
    flex-direction: column;
    height: 122px;
    justify-content: center !important;
    display: inline-flex;
}
.vin-search,
.vin-list-search {
    min-width: 100%;
    background-color: #fff !important;
    max-height: 40px;
    padding: 0px 7px !important;

    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
}
.vin-search > span {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: #A1A1A1;
}
.vin-list-search > span {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #A1A1A1;
}
.vin-search a {
    font-size: 10px;
    text-transform: unset;
    text-decoration: underline;
    text-align: end;
}

.vin-list-search a {
    font-size: 12px;
    text-transform: unset;
    text-decoration: underline;
    text-align: end;
}
.vin-list-search  a.oc_link {
    width: 100%;
    display: inline-flex;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 500;
}
.vin_query__cat > form > .form-control[placeholder] {
    color: #878A8B;
}
.vin_query__cat > form {
    width: 100%;
    display: inline-flex;
    margin-bottom: 16px;
}
.tab-content .form-group.row {
    width: 100%;
    display: flex;
}
.tab-content a {
    margin: 0;
    text-transform: capitalize;
}
.tabs-menu ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    padding: 0;
    height: 44px;
    margin: 0px;
    justify-content: space-between;
}

.tabs-menu ul li {
    padding: 0;
    float: left;
    width: 33.33%;
    transition: all 0.2s ease-in-out;
    background: #E9E9EB;
    border-radius: 5px 5px 0px 0px;
}

.tabs-menu ul li.active {
    background: #ffffff;
    border-radius: 8px 8px 0px 0px !important;
}

.tabs-menu ul li a img{
    /*opacity: 0.4;*/
}
.tabs-menu ul li a {
    cursor: pointer;
    height: 44px;
    display: inline-flex;
    color: #727272;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    justify-content: center;
}

.tabs-menu ul li.active a img{
    opacity: 1;
}
.tabs-menu ul li.active a {
    color: #123262;
    background: #fff;
    border-radius: 8px 8px 0px 0px;
    font-weight: 600;
}

.tabs-menu ul li:last-child {
    border-right: none;
}


/*caret*/
.tab-arrow {
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    content: "";
    width: 20px;
    height: 30px;
    transition: .1s linear;
    background-image: url(/static/image/redesign/arrdown.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: none;
}
.accordion-block__btn.js-accordion__trigger[aria-expanded=true] ~ .tab-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.box {
    background: #fff;
    height: 96px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.box#tO,
.box#orig_cat {
    display: none;
}

/*accordeon*/
.tab-content > .vin_query__cat > div,
.tab-content .to_catalog > div,
.tab-content > .td_catalog > div {
    border-radius: 8px ;
    background: #F3F3F4;
    width: 24%;
    padding: 0px 15px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab-content .vin_query__cat > div button,
.tab-content .to_catalog > div button,
.tab-content .td_catalog > div button {
    background: transparent;
    border: none;
    font-size: 13px;
    color: #123262 !important;
    /*text-transform: capitalize;*/
}
.selector.select-active button{
    font-weight: 500;
}
.selector.select-active {
    border: 1px solid #DCE7F7;
    background: #F2F6FD !important;
}

.filled > button {
    font-weight: 600;
}
.js-accordion__trigger {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.vin_query__cat > form > button,
.go_to_cat {
    border-radius: 6px ;
    width: 25%;
    height: 48px;
    background: #123262;
    color: #ffffff;
    width: 24%;
    display: flex;
    justify-content: center;
    padding: 0px 15px;
    align-items: center;
    font-size: 14px;
    border: none;
    font-weight: 500;
}
.tabs-wrapper {
    position: relative;
}
/*.js-accordion__content.active {*/
/*    display: flex;*/
/*}*/
.tabs-wrapper #brands {
    float: none !important;
    width: 100% !important;
}
.accordion-block__content {
    display: none;
    position: absolute;
    min-height: 135px;
    background: #fff;
    top: 140px;
    z-index: 11111;
    width: 100%;
    border-radius: 8px;
    padding-bottom: 10px;
    max-height: 800px;
    overflow-y: auto;
    height: auto;
}

.mod-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    /*background: rgba(30,30,30,0.8);*/
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.accordion-block__content.js-accordion__content[aria-hidden=false] ~ .mod-overlay {
    visibility: visible;
    opacity: 1;
}
.js-accordion__trigger[aria-expanded=true] {
    /*background: red;*/
}
.sapam-catalog {
    padding: 0px 15px;
}
#cat_mod, #cat_modif,
#cat_maint {
    padding: 15px;
}
.list-row.sapam {
    margin-bottom: 5px;
}

.block-title {
    padding: 15px 5px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.uk-width-1-2.title {
    padding: 0px
}
.block-title .title h3 {
    font-weight: 600;
    font-size: 20px;
}
.flt > .button-block button,
.block-title  .all-marks-link button {
    /*background: #ffffff;*/
    /*border: none;*/
    /*font-weight: 500;*/
    /*font-size: 14px;*/
    /*text-decoration: underline;*/

    background-color: #fff;
    color: #123262;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #123262;
    border-radius: 4px;
    padding: 2px 10px;
    min-width: 130px;
    max-width: 150px;
    height: 23px;
    width: auto;
    display: inline-block;
    white-space: nowrap;

}
.flt > .button-block .all-marks.current:hover,
.flt > .button-block .all-marks.current,

.block-title .all-marks.current:hover,
.block-title .all-marks-link .all-marks.current {
    background-color: #123262;
    color: #fff !important;
    border: 1px solid #123262;
}
.button-block {
    padding: 0px 0px 15px;
    display: inline-flex;
    gap: 20px;
    /*width: 100%;*/
}
.list-body > ul > .list-item {
    font-size: 14px;
    line-height: 135%;
    color: #333333;
}
.list-body > ul > li {
    float: left;
    margin-bottom: 0px;

}
#cat_maint .list-header {
    padding: 3px 20px 0px 0px !important;
    width: 17px;
    line-height: 100%;
}
.all-marks-link a:hover,
#cat_maint .brand-item:hover, #cat_maint .mod-item:hover {
    cursor: pointer;
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}
.cont_link a {
    font-weight: 500;
}
.cont_link a:hover {
    text-decoration-line: underline;
}

@media (min-width: 1200px) {
    [class*="uk-column-"] {
        column-gap: 35px;
    }
}
/* PRELOADER */
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff82;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}
.spinner {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-top-color: #003366;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 2em auto;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* PRELOADER */
#cat_modif .favored,
#cat_mod .favored,
#cat_maint .favored {
    padding: 0px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
#cat_modif .favored:after,
#cat_mod .favored:after,
#cat_maint .favored:after {
    content: '';
    flex: 1;
}

.td_model_block.i_block.mod-item > div{
    display: inline-block;
    height:auto;
    width: 60%;
    padding: 5px 7px 5px 10px;
}
.td_model_block.i_block.mod-item {
    border: 1px solid #1018280D;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100px;
    margin: 5px 5px;
    width: 32%;
}
/*list view mode*/
.goods_view_mode,
.view_mode {
    display: none;
}
#goods_normal_tile,#goods_small_tile,
#normal_tile,#small_tile {
    cursor: pointer;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.small_tiles {
    border: 1px solid #1018280D;
    text-align: left;
    display: flex;
    align-items: center;
    height: 60px !important;
    margin: 5px !important;
    width: 24% !important;
    padding: 0px !important;
}
.small_tiles > div.s {
    display: inline-flex !important;
    height: 100% !important;
    width: 100% !important;
    padding: 6px !important;
    flex-direction: column !important;
    justify-content: space-evenly !important;
}

.model-name {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    line-height: 17px;
}
.mod-item .year {
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
    line-height: 13px;
}
.img_wrapper{
    width: 40%;
    height: auto;
    padding: 8px;
    overflow: hidden;
}

.hint {
    width: 100%;
    justify-content: center;
    color: #ffffff;
    background: #123262;
    border-radius: 4px;
    height: 38px;
    position: relative;
    display: flex;
    align-items: center;
}
.hint > span {
    /*display: flex;*/
    width: 100%;
    text-align: center;
    /*justify-content: space-between;*/
    /*flex-direction: row;*/
}
.hint span,
.hint span a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.hint > .close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    font-weight: 100;
    font-size: 20px;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hint span > a {
    width: 172px;
    text-decoration: underline;
    display: inline-flex;
    justify-content: space-around;
}






















/*======================*/
.center-block {
    padding:0px;
}
section {
    padding: 100px 0;
}
section.catalog {
    padding: 25px 0 60px;
}
.sect__title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.slick__catalog .slick-track {
    height: 400px;
}
#to_cats {
    display:none;
}
.slick__catalog .image {
    width: 96% !important;
    height: 375px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #3333330D;
    position: relative;
    top: 10px;
}

.slick__catalog img{
    /*min-height: 220px;*/
    /*height: 220px;*/
    /*width: auto !important;*/
    /*max-height: 100%;*/
    /*max-width: 100%;*/
    /*object-fit: contain;;*/
}
.slick__catalog  .cat_title {
    font-size: 20px;
    font-weight: 600;
}
.sect__title > h2 {
    /*padding: 0px 10px;*/
    margin: 0;
    line-height: 32px;
}
.sect__title > a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.main-vin__query {
    width: 100%;
    height: 416px;
    background: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url(/static/image/banner/vin_query.avif);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
section.vin-query {
    padding: 0;
}
.main-vin__query .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-vin__query .container .h2,
.main-vin__query .container h2 {
    font-size: 40px;
    margin: 10px auto;
    font-weight: bold;
    line-height: 48px;
}
.main-vin__query .container .h3,
.main-vin__query .container h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.main-vin__query .container .h4,
.main-vin__query .container h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.main-vin__query .container .h3,
.main-vin__query .container .h4,
.main-vin__query .container h3,
.main-vin__query .container h4 {
    color: #ffffff;
    margin: 10px auto;
    text-align: center;
}
.main_vin_form {
    display: flex;
    /*max-width: 838px;*/
    justify-content: space-between;
    margin: 1em auto;
    /*min-width: 838px;*/
    width: 838px;
    align-items: center;
}
.main_vin_form .form-group {
    margin-bottom: 0px;
}
.main_vin_form input {
    width: 325px;
    height: 48px;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    padding: 0px 15px;
}
.main_vin_form button {
    width: 171px;
    border-radius: 4px;
    background: #123262;
    font-size: 14px;
    border: none;
    color: #fff;
    height: 48px;
    font-weight: 500;
}
.main_vin_form input[placeholder] {
    font-size: 14px;
    color: #727272;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    background-color: #fff !important;
    border-radius: 10px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #fff !important;
    border-radius: 10px;
}
.iti__country-list {
    border-radius: 4px !important;
    overflow-y: auto !important;
    width: 240px !important;
}
.iti__country {
    padding: 1px 5px !important;
}
.iti__country-name, .iti__flag-box {
    margin-right: 4px !important;
    font-size: 12px !important;
}
.iti__dial-code {
    color: #5e7393 !important;
    font-size: 14px !important;
}
.iti__country.iti__preferred,
.iti__divider {
    display: none !important;
}
section .h2,
section h2 {
    font-size: 40px;
    line-height: 48px;
}
section.about-us {
    padding: 100px 0px;
}
.main-about__us {
    display: flex;
    flex-direction: row;
    position: relative;
}
.main-return__item .left-block,
.main-about__us .left-block {
    padding-left: 0px;
}

.main-about__us .right-block {
    width: 50%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.main-about__us .right-block img.lazy-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-about__us .right-block img.lazy-bg.lazy-loaded {
    opacity: 1;
    transition: opacity 0.3s;
}

/*.main-about__us .right-block {*/
/*    width: 50%;*/
/*    background-image: url("/static/image/redesign/about_us-map.webp");*/
/*    background-color: #ffffff;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/

.delivery__list h3,
.about-us__list h3 {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.about-us__list ul {
    padding-left: 15px;
}
.about-us__list ul li {
    margin: 1rem auto;
}
.about-us__list ul li img {
    position: relative;
    top: -2px;
    left: -10px;
}
.about-us__list ul li span{
    font-size: 20px;
    font-weight: 600;
}
.return__item ul li span,
.delivery__list ul li span,
.about-us__list ul li p {
    padding: 0px 36px;
    font-size: 16px;
    color: #333333;
    margin: 5px 0px;
    font-weight: 500;
}
/*.tab-content a,*/
.main-payment a,
.main-return__item > .left-block > .return-item > a,
.delivery-service__main a,
.main-about__us .left-block a {
    height: 40px;
    width: 123px;
    display: inline-flex;
    background: #123262;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    margin: 30px 0 0;
}
.main-counter {
    padding: 0;
}
.main-counter .container-fluid {
    display: block;
    height: 340px;
    width: 100%;
    background: linear-gradient(98.51deg, #173D76 -1.79%, #011B42 104.28%);
    text-align: center;
}
.main-counter .section-title {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 30px;
}
.main-counter .container .main_counter__wrapper{
    display: flex;
    height: 50%;
}
.main-counter .item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color:#ffffff;
}
.main-counter .item p{
    font-weight: 500;
}
.main-counter span {
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    text-align: left;
}
.count:after {
    /*content: '+';*/
}
.main-counter p {
    font-size: 20px;
    margin: 0 auto;
}

section.delivery-service {
    display: block;
    height: 711px;
    background: #FAFAFA;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 0px;
}
.delivery-service__main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.delivery-service__main .right-block,
.delivery-service__main .left-block {
    width: 50%;
    position: relative;
}
.delivery-service__main .left-block img {
    left: -3%;
    position: relative;
}
.delivery-service__main .right-block {
    height: 511px;
    background: #ffffff;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 0px 0px 10px 2px #00000012;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.delivery__list {
    width: 80%;
}
.delivery__list ul li {
    position: relative;
}
.delivery__list ul li span {
    font-size: 16px;
    color: #333333;
    margin: 5px 0px;
}
.delivery__list ul li::before {
    content: "";
    background-image: url("/static/image/redesign/check.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
section.return__item {
    margin: 0;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #E0EAFA;
    height: 472px;
    display: flex;
    align-items: center;
    background: #F2F6FD;
    padding: 100px 0px;
}
.main-return__item {
    display: inline-flex;
    align-items: center;
}
.main-return__item .return-item  a {
    margin: 20px 0 0 !important;
}
.return__item h3 {
    font-size: 20px;
    font-weight: 600;
}
.return__item ul {
    padding:0px;
}
.return__item ul li span {
    padding: 0px;
}
.main-return__item  ul > li > span > a {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}
.main-return__item ul > li > span > a:hover {
    background: transparent;
}
.return_conditions {
    display: inline-flex;
    width: 517px;
    height: 68px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px #3333330D;
    padding: 0px 30px;
    margin: 6px 0px;
}
.return_conditions span > span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    background: #f2f6fd;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 600;
}
.return_conditions span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
section.payment {
    display: flex;
    height: 624px;
    text-align: center;
    align-items: center;
}
.main-payment {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.main-payment h2 {
    margin-top: 1em;
}
.main-payment .payment-item img {
    width: 98%;
}
.main-payment a {
    width: 146px;
    height: 40px;
    min-height: 40px;
    margin: 22px 0;
    position: relative;
    bottom: 18px;
}
section.reviews {
    background: #FAFAFA;
    display: flex;
    align-items: center;
}
section.news {
    background: #FAFAFA;
    height: 727px;
    margin-top: 0px;

    display: flex;
    align-items: center;
}
.news .main-news {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}
#to_news {
    display: none;
}
.col-lg-4.col-md-4.col-sm-12.col-12.slick-slide {
    padding-left: 7px;
    padding-right: 7px;
}
.main-news .news_capture {
    height: 250px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
.main-news .news_capture > img {
    min-height:250px;
}
.top_news_block{
    box-sizing: border-box;
}

.top_news_block h4{
    font-size: 20px !important;
    margin-bottom: 10px;
    /*height: 50px;*/
    font-weight: 600;
    line-height: 28px;
}
.date-pub {
    margin-top: 15px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
section.contacts{
    margin-bottom: 0;
}
.main_contacts {
    padding: 0px;
}
.main_contacts p > span {
    font-weight: 500;
}
.main_contacts h3,
.main_contacts h4 {
    font-size: 16px;
    color: #333333;
    margin: 25px 0px 5px 0px;
    font-weight: 500;
}
.contacts__wrapp p {
    margin: 0;
}
.cont_email a {
    text-decoration: underline;
}
.cont_email a,
.cont_phone a{
    font-weight: 600;
}
.contacts__wrapp .socials {
    margin-top: 3em;
}
.phone-time {
    display: flex;
    gap: 10em;
    width: 100%;
    min-height: 107px;
}
.cont_link.underline {
    text-decoration: underline;
}
header .top_cat_btn:hover,
.main_vin_form button:hover,
.main-about__us a:hover,
.delivery-service__main a:hover,
/*.main-return__item a:hover,*/
.main-payment a:hover,
.tabs__catalogs .go_to_cat:hover,
header button:hover {
        background: #184281;
}
/*TREE*/
input#my-search{
    background: transparent;
    font-size: 16px;
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    width: 100%;
    outline: none;
    padding-left: 10px;
}
ul#my-tree {
    margin: 0;
    padding: 10px 5px;
    color: #666;
}
ul#my-tree	li {
    margin: 5px 0;
    line-height: 30px;
    background: #eee;
}
ul#my-tree li:hover {
    background: #ddd;
}
ul#my-tree li a {
    color: #666;
    text-decoration: none;
    display: block;
    width: 100%;
}
div.desc {
    margin: 20px 0;
    color: #aaa;
    font-size: 11px;
    text-align: left;
}

.td_catalog #reset_filters,
.td_catalog #add_garage,
.td_catalog #garage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #123262;
    border-radius: 8px;
    border: none;
}
.td_catalog  > button > img {
    width: 100%;
    height: 100%;
}
/*ДЕРЕВО*/
.tree {
    border: 0.5px solid #1232624D;
    border-radius: 8px;
    margin-top: 0px;
    padding: 0px 15px;
}
.tf-tree,
.tf-tree li {
    list-style: none;
    padding-left: 0;
    line-height: 24px;
}
.tf-tree .tf-child-true > ul {
    display: none;
    padding-left: 0;
    padding-bottom: 5px;
}
.tf-tree .tf-child-true {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #1232621A;
    min-height: 32px;
    margin: 6px 0px;
}
.tf-tree .tf-child-true.tf-open {
    border:none;
    height: auto;
}
.tf-tree .tf-child-true span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: inline-block;
}
.tf-tree .tf-child-false > a > span,
.tf-tree .tf-child-true > a > span{
    color: #333333;
    font-size: 16px;
}
#tree > #js_tree  li.tf-child-true:after {
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    content: "";
    width: 20px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    transition: .1s linear;

    background-image: url(/static/image/redesign/arrdown.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: none;
}
.tf-tree .tf-child-true.tf-open > a > span {
    font-weight: 600;
    font-size: 16px;
    color: #123262 !important;
}
.tf-tree .tf-child-true.tf-open > ul {
    display: block;
}
.tf-tree .tf-child-true  a {
    display: inline-block;
    width: 100%;
}

.tf-tree .tf-child-true.tf-open > ul > li > a > span{
    font-size: 14px;
    color: #333333;
}

.tf-tree .tf-child-true.tf-open > ul > li {
    padding: 0px 10px 0px 10px !important;
}
.tf-tree .tf-child-true.tf-open > ul > li:before {
    display: none;
}
.tf-tree .tf-child-true.tf-open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tf-tree .tf-child-false {
    cursor: pointer;
    position: relative;
}
.tf-tree .tf-child-false:before {
    /*display: none;*/
    /*position: absolute;*/
    /*top: -1px;*/
    /*left: 0;*/
    /*!*content: "•";*!*/
    /*width: 20px;*/
    /*height: 30px;*/
    /*font-size: 20px;*/
    /*line-height: 30px;*/
    /*text-align: center;*/
}
.tf-tree .tf-closed {
    font-weight: normal;
}
.tf-tree .tf-selected {
    background: transparent;
}
.tf-tree .tf-selected > a > span {
    font-weight: 600;
    color: #123262 !important;
}
.tf-tree ul.tf-search-result {
    display: block;
}
.tf-tree ul.tf-search-result > li {
    display: none;
}
.tf-tree ul.tf-search-result > li.tf-search-result {
    display: block;
}
#js_tree .tf-open > ul > li:last-child,
#js_tree > li:last-child {
    border: none;
    margin-bottom: 0px;
}


/*TREE*/
#tecdoc h1,
#tecdoc h2 {
    font-size: 32px;
    margin-top: 15px;
}
.empty-garage-text{
    margin-bottom: 40px;
}
.empty-garage-text p{
    margin: 0px 0px 10px 40px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.add-garage-button {
    width: 150px;
    height: 28px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #123262;
    border: none;
    border-radius: 4px;
    color: #fff;
}
.td_model_block.i_block > .mS {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: space-evenly !important;
}
.filter_by_letter {
    display: inline-flex;
    width: 100%;
    margin: 0px 0px 10px 0px !important;
    position: relative;
    padding: 0px;
}
.filter_by_letter > i {
    position: absolute;
    left: 25px;
    top: 9px;
    color: #333;
    font-weight: 100 !important;
    opacity: 0.2;
}
.filter_by_letter  input[placeholder] {

}
.filter_by_letter > input {
    height: 38px !important;
    width: 100% !important;
    padding: 0px 50px !important;
    border-radius: 4px !important;
    border: 1px solid #1232624D !important;
}

.filter-goods  label > .btn-group {
    top: -2px;
    left: 4px;
    height: 29px;
}
.filter-goods  label > select {
    height: 28px;
    background: #fff;
    border-radius: 4px;
    border: 0.5px solid #1232624D;
    color: #123262;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    min-width: 189px;
}
.filter-goods #brands_select {
    display: none;
}
.filter-goods > label > select > option {
    font-size: 12px;
    font-weight: 500;
}


































































    /*end new design*/

.header {
    /*background: #f7f7f7 !important;*/
    background: #ffffff !important;
    padding-top: 20px;
}

nav.navbar{
    display: none;
    /*background: #f7f7f7 !important;*/
    /*padding-bottom: 20px;*/
}

.hd_src_btn{
    top: -1px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #123262;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
}

/* .hd_src_inp{

} */

.top_cat_btn{
background: #123262;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left: 15px;
}

.searchpanel form {
    max-width: 586px;
    padding: 0px 0px 0px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    height: 40px;
    margin: 0 auto;
}

.search-block > DIV:nth-child(3) {
    /*width: 370px !important;*/
}

.four_top{
    display: block;
    font-weight: bold;
    color: #123262;
    font-size: 23px;
    word-break: break-all;
}

.four_link{
    display: block;
    color: #333333;
    font-size: 22px;
}

.tri_top{
    border: 1px solid #123262;
    border-radius: 10px;
    padding: 20px;
    display: block;
    box-sizing: border-box;
}

/* .tri_top img{

} */

.tri_top span{
    color: #123262;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.top_cat_tab{
    background: transparent;
    border: 1px solid grey;
    color: grey;
    padding: 10px 15px;
    border-radius: 5px;
}

.top_cat_tab.active{
    background: #123262;
    border: 1px solid #123262;
    color: white !important;
}

.slick_main_banner  .slick-slide  .image > img  {
    min-height: 438px;
    max-height: 438px;
    height: 438px;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
}
.slick_main_banner  .image {
    border-radius: 20px;
}
.slick__catalog  .image {
    border-radius: 22px;
}

.slick-slider .image {
    max-width: 620px;
    background: #fff;
    overflow: hidden;
    border: none;
    margin: 0 auto;
    position: relative;
}
.slick_main_banner.slick-slider .image  > img{
    /*filter: brightness(45%)*/
}

.slick_main_banner.slick-slider .image > a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 49px;
    width: 123px;
    display: inline-flex;
    background: #ffffff;
    color: #123262;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    margin: 30px 0 0;
}
.slick_main_banner.slick-slider .image > h4 {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
}

.slick-slider {
    margin: 2.5em auto !important;
}
.slick-prev, .slick-next {
    width: 36px!important;
    height: 36px!important;
    background: #ffffff !important;
    border: 1px solid #113D661A !important;
    border-radius: 50%;
    color: #123262 !important;
}
.slick-prev:before {
    left: -1px;
    position: relative;
}
.slick-next:before {
    right: -1px;
    position: relative;
}
.slick-prev:before,.slick-next:before {
    font-size: 25px !important;
    line-height: 120% !important;
    color: #123262 !important;
}

.slick-prev {
    left: -50px !important;
}

.slick-next {
    right: -50px !important;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: -1em auto !important;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px !important;
    height: 10px!important;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #C7D9F5 !important;
    text-indent: -9999px;
    margin: 0 auto;
}
.slick-dots li.slick-active button {
    background: #123262 !important;
}



#main_tecdoc select{
    padding: 7px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.more span{
    color: #123262;
    font-weight: bold;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.main_page_h1{
    font-size: 42px;
    font-weight: bold;

}

#main_page_2 h2{
    font-size: 40px;
    font-weight: bold;

}

#main_page_2 h3{
    font-size: 28px;
    font-weight: bold;

}

#main_page_2 h4{
    font-size: 22px;
    font-weight: bold;

}

.top_vin_tab{
    background: transparent;
    border: 1px solid grey;
    color: grey;
    padding: 10px 15px;
    border-radius: 5px;
}

.top_vin_tab.active{
    background: #123262;
    border: 1px solid #123262;
    color: white;
}

.vin_delim{
    color: #123262;
    font-weight: bold;
    font-size: 42px;
    display: inline-block;
    margin-top: 50px;
}

.vin_params select{
    border: 1px solid lightgrey;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
}

.top_vin_form input[type="text"]{
    font-size: 14px;
    width: 73.8%;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 16px;
    margin: 0px 15px 0px 5px;
    border: 1px solid #1232621A;
    padding: 10px 12px;
    height: 48px;
    box-shadow: none;
    color: #123262 !important;
}

/*.top_vin_form button{*/
/*    background: #123262;*/
/*    border: 1px solid #123262;*/
/*    color: white;*/
/*    font-size: 16px;*/
/*    padding: 8px 28px;*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    border-radius: 5px;*/
/*    line-height: 16px;*/
/*}*/

.vin_params button{
    background: #123262;
    border: 1px solid #123262;
    color: white;
    font-size: 16px;
    padding: 8px 28px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 16px;
}

.line2{
     border-bottom: 1px solid #FFFFFF33;
    margin-bottom: 20px;
}

.footer {
    padding: 10px 0;
    min-height: 320px;
    background: linear-gradient(98.51deg, #173D76 -1.79%, #011B42 104.28%);
    width: 100%;
    padding-top: 50px;
}
.footer div {
    padding: 0px;
}
.footer .footer-menu-title{
    font-weight: 500;
    font-size: 16px;
    color: #FFF9;
}
.email {
    text-decoration: underline;
}
.email > a {
    text-transform: none !important;
}
.logo-footer {
    margin-bottom: 25px;
}
.rules a,
.rules  {
    color: #FFFFFF99;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3em;
    padding: 0;
}
.polices {
    text-align: end;
    padding: 0px;
    margin-bottom: 10px;
}
a.logofooter img {
    width: 185px;
    height: auto;
    opacity: 1 !important;
}
a.social-ft {
    background: transparent;
    width: 50px;
    height: 50px;
}
.catalog-box {
    background: #fff;
    border: 0;
    position: relative;
    z-index: 1;
    height: 185px;
    padding: 0px;
    margin-bottom: 20px;
    /*box-shadow: 0 0 8px #34343440;*/
    border-radius: 8px;
}

.catalog-box .btn{
    border-radius: 4px;
}

.pcard .to_cart_compact .btn{
    border-radius: 4px;
}

.f_wrapper {
    border: 0 !important;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-bottom: 1px solid lightgrey !important;

}

.f_content.active a {
    background: transparent !important;
    padding: 5px;
    display: block;
    margin-bottom: 3px;

}

.f_content.active a:hover {
    color: #123262;
}

.f_content.active {
    display: block;
    border-top: 0 !important;
    margin-top: 5px;
    padding-top: 5px;
    height: 150px;
    overflow-y: auto;
    scrollbar-color: #123262 lightgrey;
    scrollbar-width: thin;
}


.f_switcher{
    color: #123262;
    font-weight: bold;
}

.f_switcher img {
    position: absolute;
    right: 0;
    top: 3px;
}

.f_switcher img.active{
    transform: rotate(180deg);
}

.f_content.active::-webkit-scrollbar {
    width: 5px;
}

.f_content.active::-webkit-scrollbar-track {
  background: lightgrey;
}

.f_content.active::-webkit-scrollbar-thumb {
  background-color: #123262;
}


.pcard .nav-tabs li{
    background: white;
    border: 1px solid lightgrey;
    margin-right: 10px;
    border-radius: 5px;
}

.pcard .nav-tabs{
    border-bottom: 0;
}

.pcard .nav-tabs > li.active > a {
    background: #123262;
}

.pcard .nav-tabs > li.active > a {

    color: white;

    font-weight: normal !important;
}

.pcard .nav > li > a {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 5px;
}

.pcard{
    background: white;
    box-shadow: 0 0 5px #80808061;
    border-radius: 10px;
}

.pcard .tab-content{
    margin-top: 10px;
}

.pcard .alert-warning {
    background-color: white;
    border:  0;
    color: #036;
}

.pcard_bottom img{
    height: 36px;
    width: auto;
    border: 0;
}

#vin_form legend {
    display: block;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: inherit;
    color: #555555;
    border: 0;
    border-bottom: 0;
}

.form-group {
    margin-bottom: 10px;
}
#vin_form #part_add{
    margin-left: 10px;
    border-radius: 4px;
    padding: 12px 28px;
    border: 0;
    height: 48px;
}

#vin_form input[type="text"]{
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    height: 48px;
}

#vin_form textarea{
    border-radius: 5px;
}

#vin_form .select2-selection--single{
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    height: auto;
}

#vin_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    width: 0;
}

#vin_form .snd_btn{
    border-radius: 5px;
}

.mobile_header{
    display: none;
}

#tecdoc_matrix .itm{
    text-align: center;
    border: 1px solid #123262;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

#tecdoc_matrix .itm img{
    max-width: 200px;
    max-height: 200px;
    vertical-align: middle;
    /*opacity: 0.2;*/
}

#tecdoc_matrix .itm.active img{
    opacity: 1;
}

#tecdoc_matrix .itm div{
    color: #123262;

}

#tecdoc_matrix .itm_v{
    height: 200px;
    display: table-cell;
    text-align: center;
    width: 300px;
    vertical-align: middle;
}

#contacts_info img{
    vertical-align: top;
    margin-right: 10px;
}

#contacts_info img+div{
    font-size: 24px;
    line-height: 24px;
}

h2{
    font-weight: bold !important;
}


#bank_info div{
    font-size: 24px;
    line-height: 24px;
}



.photouser{
    background: transparent;
    text-align: center;
    font-size: 21px;
    width: 100%;
}

.photouser .m_user_img{
    width: 150px;
    height: 150px;
    background-position: center center !important;
    border-radius: 75px;
    display: inline-block;
}

.photouser .label {
    color: #C229E8;
    background: transparent;
    font-size: 21px;
}


.uk-open>.uk-accordion-title::after {
    background-image: url('/static/image/redesign/acc_down.svg');
    transform: rotate(180deg);
}

.uk-accordion-title::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    float: right;
    background-image: url(/static/image/redesign/acc_down.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 0 3px grey;
    margin: 2px;
    border-radius: 15px;
}


#delivery_acc li{
    padding: 20px;
    box-shadow: 0 0 3px lightgrey;
    border-radius: 5px;
}


.delivery_info{
    padding: 20px;
    box-shadow: 0 0 3px lightgrey;
    border-radius: 5px;
}


/*
.website_page_help #collapse_blocks{
    width: 100%;
    max-width: 100%;
}

.website_page_help #collapse_blocks a{
    padding: 20px;
    box-shadow: 0 0 3px lightgrey;
    border-radius: 5px;
    color: grey;
    display: block;
    margin-bottom: 20px;
}

.website_page_help #collapse_blocks a h4 {
    margin-bottom: 0;
    position: relative;
}

.website_page_help #collapse_blocks a h4,  .website_page_help #collapse_blocks a h4 *{
    color: #123262 !important;
}

.website_page_help #collapse_blocks a h4 i{
    box-shadow: 0 0 3px grey;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 6px;
    line-height: 9px;
}

.website_page_help h4.pos_5{
    padding: 20px;
    box-shadow: 0 0 3px lightgrey;
    border-radius: 5px;
}

.website_page_help h4.pos_5 img{
    margin-right: 10px;
}

.website_page_help h4.pos_5 span{
    color: #123262 !important;
    background: transparent !important;
    font-style: normal !important;
}


.website_page_help address img{
    margin-right: 10px;
}

.website_page_help address span{
    color: #123262 !important;
    background: transparent !important;
    font-style: normal !important;
    font-weight: bold;
    font-size: 26px ;
}
*/
.website_page_about {
    color: #123262 ;
}
.website_page_help h2,
.website_page_payment h2{
    font-size: 40px !important;
    padding: 0px;
    margin: 60px auto 10px;
    width: 66%;
}

.website_page_payment #collapse_blocks a h4,
.website_page_help #collapse_blocks a h4 *{
    /*color: #123262 !important;*/
}

.website_page_help #collapse_blocks,
.website_page_payment #collapse_blocks{
    width: 66%;
    max-width: 66%;
    margin: 20px auto 120px;
}
.website_page_help #collapse_blocks a.clpsd,
.website_page_payment #collapse_blocks a.clpsd{
    /*padding: 20px;*/
    padding: 15px 10px 15px 15px;
    border-top-left-radius: 8px;
    color: #333333;
    display: block;
    border-top-right-radius: 8px;
    border: 1px solid #1018281A;
    border-bottom: none;
}
.website_page_payment #collapse_blocks div.collapse {
    /*height: auto !important;*/
    min-height: 0px;
}
.website_page_help .collapsing,
.website_page_payment .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.05s ease !important;
        -o-transition: height 0.05s ease !important;
        transition: height 0.05s ease !important;
}
.website_page_help #collapse_blocks a.clpsd.collapsed,
.website_page_payment #collapse_blocks a.clpsd.collapsed {
    /*padding: 20px;*/
    padding: 15px 10px 15px 15px;
    border-radius: 8px;
    border: 1px solid #1018281A;
    display: block;
    margin-bottom: 10px;
}
.website_page_help #collapse_blocks a.clpsd.collapsed  strong,
.website_page_payment #collapse_blocks a.clpsd.collapsed  strong{
    color: #333333;
}
.website_page_help #collapse_blocks a.clpsd > h4 >  strong,
.website_page_help #collapse_blocks .collapsing > p >  strong,
.website_page_help #collapse_blocks .collapse.in > p >  strong,
.website_page_payment #collapse_blocks a.clpsd > h4 >  strong,
.website_page_payment #collapse_blocks .collapsing > p >  strong,
.website_page_payment #collapse_blocks .collapse.in > p >  strong{
    color: #123262;
}
.website_page_help #collapse_blocks .collapsing > p >  strong,
.website_page_help #collapse_blocks .collapse.in > p >  strong,

.website_page_payment #collapse_blocks .collapsing > p >  strong,
.website_page_payment #collapse_blocks .collapse.in > p >  strong{
    margin: 20px 0px;
    display: inline-block;
    font-size: 18px;
    /*padding-left: 10px;*/
}
/*.website_page_payment #collapse_blocks .collapsing,*/
.website_page_help #collapse_blocks .collapse.in,
.website_page_payment #collapse_blocks .collapse.in{
    /*padding: 0px 30px 30px !important;*/
    border-bottom-left-radius: 8px;
    display: block;
    border-bottom-right-radius: 8px;
    /*margin-bottom: 10px;*/
    border: 1px solid #1018281A;
    border-top: none;
}
.website_page_payment #collapse_blocks .collapsing ul,
.website_page_payment #collapse_blocks .collapse.in ul  {
    margin: 0px;
    /*margin-left: 10px;*/
}
.website_page_payment #collapse_blocks .collapsing ol,
.website_page_payment #collapse_blocks .collapse.in ol  {
    margin-top: 0;
    /*margin-left: 10px;*/
}
.website_page_help #collapse_blocks .collapsing ul li,
.website_page_help #collapse_blocks .collapse.in ul li,

.website_page_payment #collapse_blocks .collapsing ul li,
.website_page_payment #collapse_blocks .collapse.in ul li {
    list-style: none;
}

.website_page_help #collapse_blocks .collapsing ul >li::before,
.website_page_help #collapse_blocks .collapse.in ul >li::before,
.website_page_payment #collapse_blocks .collapsing ul >li::before,
.website_page_payment #collapse_blocks .collapse.in ul >li::before {
    content: "\2713";
    color: #333333;
    margin-left: 0px;
    margin-right: 10px;
}
.website_page_help #collapse_blocks .collapsing ul >li,
.website_page_help #collapse_blocks .collapsing ol >li,
.website_page_help #collapse_blocks .collapse.in ul >li,
.website_page_help #collapse_blocks .collapse.in ol > li,

.website_page_payment #collapse_blocks .collapsing ul >li,
.website_page_payment #collapse_blocks .collapsing ol >li,
.website_page_payment #collapse_blocks .collapse.in ul >li,
.website_page_payment #collapse_blocks .collapse.in ol > li {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.website_page_help #collapse_blocks a h4,
.website_page_payment #collapse_blocks a h4 {
    margin-bottom: 0;
    position: relative;
}
/*.collapsing {*/
/*    display: none !important;*/
/*}*/
.website_page_help #collapse_blocks a h4 i,
.website_page_payment #collapse_blocks a h4 i{
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 6px;
    line-height: 9px;
    font-size: 25px;
}

.website_page_payment em{
    color: #818181;
    font-style: normal;
}

.website_page_help #collapse_blocks a h4 em,
.website_page_payment #collapse_blocks a h4 em{
    color: #123262 !important;
}
.website_page_help #collapse_blocks .att,
.website_page_help #collapse_blocks p.att,
.website_page_payment #collapse_blocks p.att {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding: 15px;
    background-color: rgba(242, 246, 253, 1);
    border-left: 2px solid #123262;
    display: inline-block;
    margin-top: 30px;
    line-height: 24px;
    margin-bottom: 30px;
}
.website_page_help #collapse_blocks p,
.website_page_payment #collapse_blocks p{
    margin:0px;
    font-size:16px;
    font-weight: 500;
}
.website_page_help #collapse_blocks p span,
.website_page_payment #collapse_blocks p span {
    color:#333333;
    font-size:16px;
    font-weight: 500;
}
.website_page_help #collapse_blocks strong,
.website_page_payment #collapse_blocks strong{
    font-size: 20px;
    font-weight: 500;
    color:#333333;
}

.website_page_help #collapse_blocks .collapse.in ul > li::before{
    margin-left:-22px;
}
.website_page_help #collapse_blocks strong, .website_page_payment #collapse_blocks strong {
    font-size: 16px;
}
.website_page_help #collapse_blocks .collapse.in ul > li{
    font-weight: 400;
}

.website_page_payment .pos_11 {
    margin: 0px;
}
.website_page_payment .pos_13 {
    margin: 20px 0px;
    font-size: 38px;
    font-weight: 600;
}
.website_page_payment .deliv {
    margin: 20px 0px !important;
    color: #333;
}

.about_ul  li{
    list-style-type: disc;
    /* font-size: 26px; */
    color: #123262 !important;
}

#about_principles .nm{
    background: #123262;
    color: white;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    line-height: 30px;
    width: 50px;
    text-align: center;
}

#return_how .nm{
    background: #123262;
    color: white;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    line-height: 30px;
    width: 50px;
    text-align: center;
}



#about_track .a_dot{
    position: relative;
    width: 32px;
}

#about_track .a_dot img{
    position: absolute;
    top: 0;
    left: 0;
}

#about_track .a_txt{
    padding-left: 20px;
}

#about_track .a_txt h3{
    margin-bottom: 10px;
    font-weight: bold;
    color: black;
}

#about_track .a_txt div{
   padding-bottom: 20px;
    color: grey;
}

#about_track .a_line{
    border-right: 2px solid #123262;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 15px;
    top:0;
}

#return_conditions h3{
    margin-bottom: 10px;
}


.regbox{
    text-align: center;
    background: transparent;
    border: none;
    max-width: 837px;
    display: inline-flex;
    justify-content: space-between;
    align-items: start;
    padding: 0px;
}
.regbox-item {
    border: 1px solid #1232624D;
    display: inline-flex;
    justify-content: space-between;
    align-items: start;
    border-radius: 8px;
    padding: 24px 32px 40px 32px;
}
.regbox-item.active {
    box-shadow: 0px 0px 15px 0px #2584DC1F;
}
.regbox-title {
    font-size: 38px;
    font-weight: 700;
}
.regbox-content {
    text-align: left;
    padding: 0px 20px;
}
.regbox-content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
hr.unshow {
    border-top: 1px solid #1232621A;
    background: transparent;
    margin: 45px auto;
}

.regbox span {
    padding: 15px 80px;
    color: #fff;
    position: relative;
    border: 1px solid #036;
    background: #036;
    font-weight: 600;
    border-radius: 5px;
}


.reg_fields label{
    display: block;
    width: 100%;
    text-align: left !important;
    padding-left: 0;
    font-family: Gilroy;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.reg_fields .form-control{
    height: 46px;
    border-radius: 4px;
    border: 1px solid #1232621A;
    margin-top: 5px;
    color: #878A8B;
    font-size: 14px;
    font-weight: 400;
}
.form-control:focus {
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    font-size: 14px;
    color: #878A8B;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1232621A;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0px 10px !important;
}

.reg_warn{
    display: flex;
    align-items: center;
    margin: 3em 0;
    border: 1px solid #1232621A;
    box-shadow: 0px 0px 15px 0px #3333330D;
    border-radius: 8px;
    gap: 20px;
    height: 88px;
    justify-content: flex-start;
    padding: 0px 25px;
    max-width: 589px;
    font-size: 14px;
    font-weight: 500;
}
.reg_warn span {
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 22px;
}
.reg_warn img{
    width: 35px;
    height: 35px;
}
.reg_warn > a:hover {
    background: #123262 !important;
}
.reg_error{
    display: none;
}

.reg_error .tooltip{
    position: inherit !important;
}
.reg_error .tooltip .tooltip-inner{
    max-width: inherit !important;
    background-color: transparent !important;
    color: red;
}
.reg_error.has-error{
    display: flex;
}


.reg_fields #point{
    background: #003366;
    color: white;
    border: 1px solid #003366;
    border-radius: 5px;
    margin-left: 5px;
}


#supp_feat .nm{
    background: #123262;
    color: white;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    line-height: 30px;
    width: 50px;
    text-align: center;
}



.wh_list li{
    list-style-type: disc;
    font-size: 18px;
}

.wh_list li::marker{
    font-size: 30px;
}

.pointer .g_brand{
    padding: 20px;
}

.pointer .g_article{
    padding: 20px;
    text-align: center;
}

/* .pointer .g_name{

} */

.pointer .btn{
    background: #123262;
    color: white;
    border-radius: 5px;
}

tr.pointer{
    border-bottom: 1px solid lightgrey;
}


#cat_maint .list-item{
    float: none;
}

#cat_maint .list-body ul{
    padding: 0;
}
#cat_maint .list-body > ul > .list-item > a {
    margin: 1px auto;
    padding: 0px;
}

.list-body>ul>li a {
    font-size: 12px;
    display: table;
    list-style: none;
    padding: 5px 5px;
    line-height: 20px;
    border: 0;
    margin-bottom: 5px;
    width: auto;
    margin-right: 5px;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
}

#cat_maint .list-header {
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    float: left;
    /*width: 35px;*/
    text-align: center;
    background: transparent;
    padding: 5px 10px;
    color: #123262;
}

.sapam-catalog .filter-brand {
    background: transparent;
    border: 0;
    /*border-bottom: 1px solid lightgrey;*/
    padding: 10px;
    margin-bottom: 5px;
}
#to_brands #cat_mod {
    padding: 0px;
}
#to_brands .block-title {
    padding: 15px 5px 0px;
}
.to-item-model {
    padding: 0px 10px;
    line-height: 20px;
    height: 50px;
    border: 1px solid #1018280D;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    background: #fff;
}
.to-item-model:before,
.to-item-model:after {
    display: none;
}
.to-item-model:hover{
    box-shadow: 0px 0px 15px 0px #2584DC1F;
}

#user_orders  .fltr-butt.pull-right {
    width: 50%;
}
#user_orders .btn{
    font-size: 14px;
    display: inline-flex;
    justify-content: space-evenly;
    border-radius: 4px;
    align-items: center;
    height: 32px;
    min-width:  89px;
    border: 0.5px solid #1232624D;
    padding: 0px 10px;
    width:  190px;
    font-weight: 500;
    color: #333;
    margin: 0 auto;
    margin-right: 5px;
}
#user_orders .btn:hover{
    background: transparent;
}
.fltrs {
    width: auto !important;
    gap: 6px;
}
.fltrs img{
    opacity: 0.4;
}
.fltrs,
.btn-sm.link.btn-w170 {
    padding: 0px;
}
.fltrs:hover {
    background: transparent;
}
.btn-sm.link.btn-w170:hover {
    background: #123262 !important;
}

.hidden_notes{
    display: none;
}

.hidden_notes.active{
    display: block;
    transform: rotate(0deg);
}

.show_hidden_notes.active{
    transform: rotate(180deg);
}


/* WAUR2AF26MN011123 */



#user_order_table td .btn{
    background: transparent;
    /*border: 0;*/
    width: auto;
    display: inline-block;
    vertical-align: middle;
    /*height: auto;*/
    /*font-size: 30px !important;*/
    padding: 2px;
}


#user_order_table td .label{
    background: transparent;
    color: grey;
}

#user_order_table td.deliverytime_o{
    width: 70px
}

#user_order_table tr{
    border:none;
    /*height: 58px;*/
}

#user_order_table th{
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}


#user_order_table td.stock_o{
    width: 70px;
}

#tecdoc .sapam-catalog #filter {
    border: 0  !important;
    padding: 0 15px;
}

.cart_table th{
    text-transform: none !important;
    font-size: 13px;
    font-weight: 700;
    padding-left: 10px !important;
}


.cart_table td.name{
    padding: 20px;
    color: #123262;
}

.cart_table td{
    background: transparent !important;
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: 500;
}
.cart_table .val {
    font-size: 12px;
    font-weight: 500;
}
.cart_table tr{
    border-bottom: none;
    color: #333 !important;
}

.ord_input{
    border-radius: 4px;
    height: auto;
    padding: 8px 10px;
    line-height: inherit !important;
}

.ord_lbl {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}

select.ord_slc{
    width: 100%;
    border-radius: 4px;
    padding: 11px;
    box-sizing: border-box;
    height: 32px;
}

#chosen_end1, #chosen_end{
    font-size: 14px;
}


#user_order_table .form-control{
    border-radius: 4px;
}

.ord_icon{
    height: 13.3px;
    vertical-align: middle;
    margin-right: 5px;
}


.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    background: #123262;
    color: white;
    border-radius: 10px 10px 0 0;
}

.offices .selected {
    color: #123262;
    background: white;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 0 4px grey;
}

.modal-title.h4,
.modal-header h4{
    color: white;
}

.modal-content{
    border-radius: 10px;
}

.ddmenu{
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #1232621A;
    box-shadow: 0px 0px 15px 0px #2584DC1F;
    text-align: left;
    width: auto;
    height: auto;
}

.dropdown-menu > li > a {
    padding: 5px 0px;
    margin: 0px;
    color: #333;
    min-width: 121px;
    max-width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.dropdown-menu > li > a:hover {
    background-color: transparent;
    background: transparent;
}
.ddmenu .ili {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    font-size: 10px;
    align-items: center;
    justify-content: space-between;
    color: #CBCBCB;
    font-weight: 500;
}
.hr {
    color: #CBCBCB;
    display: inline-block;
    width: 42%;
    margin: 0;
}
.with_sub>li>ul{
    position: absolute;
    z-index: 999;
    background: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px #3333330D;
    top: 40px;
    left: 14px;
    min-width: 233px;
    border: 0.5px solid #1232624D;
    border-right: 0.5px solid #b7c1cf;
}

.with_sub>li>ul ul{
    position: absolute;
    z-index: 999;
    background: white;
    left: 98%;
    top: -1px;
    width: 300px;
    border-radius: 0 4px 4px 0;
    border: 0.5px solid #1232624D;
    box-shadow: 10px 0px 19px -15px #3333330D;
    border-left: 0.5px solid #1232621A;
    padding: 20px;
}


.more.active img{
        transform: rotate(180deg);
    }

a:hover{
    /*font-weight: bold;*/
}

.top_cat_tab:hover{
    background: #123262;
    color: white;
    border: 1px solid #123262;
}

/* select:hover{
    background: #f1f1f1;
} */


.more:hover{
        cursor: pointer;
    }

/* .oht{

} */

.oht th{
    border: 0 !important;
    font-weight: normal !important;
}

.oht .th1{
    border-radius: 0px;
}

.oht .th4{
    border-radius: 0 7px 7px 0;
}

.oht td{
    border: 0;
}

.popover{
    box-sizing: border-box !important;


}

.rot90{
    transform: rotate(-90deg);
}

/*
#block-criterion *{
    font-size: 14px;
} */
#b-result #block-tab *{
    font-size: 14px;
}

#b-parts .irow *{
    font-size: 14px;
}

em{
    color: #555555;
}


.vinform_block textarea{
    font-size: 16px;
}

.vinform_block .form-control{
    font-size: 16px;
}

.attention{
    border-color: red !important;
}

#b-brand .row .bg *{
    font-size: 14px;
}

.tooltip *{
    font-size: 14px;
}

.tooltip-inner {
    background: #123262 !important;
    border-color: #123262 !important;
    width:auto;
    height: auto;
    padding: 5px 10px;
    z-index: 1111 !important;
    opacity: 1 !important;
}
.tooltip-arrow {
    border-top-color: #123262 !important;
}
/*.tooltip-inner {*/
/*    padding: 10px;*/
/*    background-color: #123262;*/
/*    width: auto;*/
/*    height: auto;*/
/*}*/

.top_cat_tab .tooltip-inner {
    padding: 10px;
    background-color: #123262;
    max-width: 350px !important;
}

.appl_mrk{
	font-weight:bold;
}

.appl_mdl{
	margin-left: 20px;
}

.appl_mdl[aria-expanded="true"] img{
	transform: rotate(180deg);
}

.appl_opt{
	font-size: 14px;
    margin-left: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.category_menu_a, .category_menu_a span {
    color: #123262;
}

.category_menu_a:hover, .category_menu_a:hover span {
    color: #123262;
}

.category_menu_li .category_menu_a {
    border-radius: 5px;
}
.cat_tree_filter{
    display: none;
}
.slick_main_banner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
}
.slick_main_banner.slick-initialized {
    opacity: 1;
    visibility: visible;
}
#table_goods {
    position: relative;
}

#table_goods.goods-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    z-index: 1111;
}

@media (max-width: 1200px) {
    .breadcrumb {
        margin: 0px 0px 14px !important;
        padding: 0px;
    }
    .breadcrumb > li  span .last-link,
    .breadcrumb > li  span small,
    .breadcrumb > li span,
    .breadcrumb > li a span {
        line-height: 14px !important;
        font-size: 12px !important;

        max-width: 90px !important;
        display: inline-block !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
    }
    .breadcrumb > li a{
        line-height: 12px !important;
    }
    .center-block h1 {
        font-size: 24px !important;
        margin: 10px 0px;
    }
    .website_page_help h2 {
        font-size: 32px !important;
        padding: 0px !important;
        margin: 0px auto 0 !important;
        width: 100% !important;
    }
    .website_page_help #collapse_blocks, .website_page_payment #collapse_blocks {
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px auto 120px;
    }


    .website_page_payment .pos_13,
    .website_page_payment h2 {
        font-size: 28px !important;
        margin: 10px 0px !important;
    }
    .website_page_payment .collapse {
        padding: 0px 10px !important;
    }
    .website_page_payment #collapse_blocks a.clpsd {
        padding: 10px !important;
    }
    .website_page_payment #collapse_blocks p {
        font-size: 15px !important;
    }
    .website_page_payment #collapse_blocks .collapsing ol,
    .website_page_payment #collapse_blocks .collapsing ul,
    .website_page_payment #collapse_blocks .collapse.in ul,
    .website_page_payment #collapse_blocks .collapse.in ol {
        margin: 0 !important;
        padding: 0px 15px !important;
    }
    .website_page_payment #collapse_blocks .collapsing ul > li::before,
    .website_page_payment #collapse_blocks .collapse.in ul > li::before {
        position: absolute !important;
        left: 25px !important;
    }
    .website_page_payment #collapse_blocks strong {
        font-size: 16px !important;
    }
    .website_page_payment #collapse_blocks .collapsing > p > strong,
    .website_page_payment #collapse_blocks .collapse.in > p > strong {
        font-size: 16px !important;
    }
    .mob_link_catalogs {
        position: relative;
        text-decoration: underline;
        font-size: 14px !important;
        font-weight: 500;
        display: block;
    }
    .mob_link_catalogs::after {
        content: "";
        background-image: url("/static/image/redesign/arrow_map.svg");
        background-position: center;
        background-repeat: no-repeat;
        width: 23px;
        height: 25px;
        position: absolute;
        bottom: 0;
        left: 160px;
    }


    .bodytop{
        /* display: none; */
        text-align: center;
    }
    .fa-location-arrow {
        /*width: 5px !important;*/
        font-size: 12px !important;
        display: block !important;
        width: 12px !important;
        margin-bottom: 2px !important;
    }
    .target-address > span {
        font-size: 8px !important;
    }
    #change-office {
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        height: 100%;
    }
    .choose_office {
        margin-left: 5px !important;
    }
    .header-top a {
        font-weight: 500 !important;
    }
    .header-top a:hover {
        font-weight: 500 !important;
    }
    nav.navbar{
        display: none;
    }

    .category_menu_li {
        background-color:#eee;
        border-bottom: solid 1px;
        border-color: #b9b9b9ad;
    }

    .category_menu_a, .category_menu_a span {
        color: #123262;
        font-weight: 400 !important;
    }
    .accordeon > .slide > a {
        font-weight: 700 !important;
    }

    .category_menu_a:hover,.category_menu_a:hover span {
        color: #123262;
    }
    .header{
        display: none;
    }

    .mobile_header{
        display: block;
        background: #ffffff;
        padding: 0px;
    }

    .phonetop {
        /* display: none !important; */
        text-align: center;
    }

    .main_page_h1{
        font-size: 22px;
        font-weight: bold;
    }

    #main_page_2 h2 {
        font-size: 28px !important;
        font-weight: 700 !important;
    }

    #main_page_2 h3{
        font-size: 18px;
        font-weight: bold;

    }

    #main_page_2 h4{
        font-size: 15px;
        font-weight: bold;

    }

    .tri_top{
        padding: 10px 5px;
    }

    .tri_top img{
        height: 30px;
    }

    .tri_top span{
        font-size: 16px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .four_top {
        display: block;
        font-weight: bold;
        color: #123262;
        font-size: 13px;
        word-break: break-all;
    }
    .four_link {
        display: block;
        color: #333333;
        font-size: 12px;
    }
    .vin_delim{
        margin-top: 30px;
        margin-bottom: 30px !important;
        font-size: 24px;
    }
    .more{
        margin-top: 20px;
    }
    .more span{
        font-size: 16px;
    }
    .more img{
        height: 16px;
    }
    #search input{
        display: inline-flex;
        width: 100%;
        border: 1px solid #12326233;
        border-radius: 5px;
        font-size: 12px;
        padding: 7px;
        height: 40px;
    }

    #search button{
        background: #123262;
        color: #fff;
        border: 1px solid #123262;
        border-radius: 4px;
        padding: 8px 24px;
        width: auto;
        height: 100%;
        margin: 0px;
        font-size: 14px;
        font-weight: 600;
    }

    .slick_main_banner .slick-slide > .image > img {
        width: 100% !important;
        min-height: 362px !important;
        max-height: 362px !important;
    }
    .slick_main_banner.slick-slider .image > h4 {
        font-size: 24px !important;
        width: 90% !important;
        font-weight: 500 !important;
    }
    .slick_main_banner.slick-slider .image > a {
        bottom: 15% !important;
        left: 0 !important;
        width: 90% !important;
        margin: auto !important;
        right: 0 !important;
    }



.slick-prev{
    display: none !important;
    /*left: 50% !important;*/
    /*top: 100% !important;*/
    /*margin-left: -50px;*/
    /*margin-top: 23px;*/
}


.slick-next{
    display: none !important;
    /*right: 50% !important;*/
    /*top: 100% !important;*/
    /*margin-right: -50px;*/
    /*margin-top: 23px;*/
}

.slick.slick-initialized.slick-slider{
    margin-bottom: 50px;
}

.col-md-12.center-block{
    padding-left: 5px;
    padding-right: 5px;
}

#tecdoc_matrix .itm img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
    /* opacity: 0.2; */
}

    .bc_right {
        position: static !important;
        margin-top: 10px;
    }

    .with_sub>li>ul ul {
    position: absolute;
    z-index: 999;
    background: white;
    left: 100%;
    top: 0;
    width: 200px;
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 0 4px grey;
    padding: 20px;
}

    .src_hist{
        background: transparent;
        margin-right: 1em;
        align-self: center;
        display: inline-block;
        padding-top: 4px;
    }

    #b-result #block-tab *{
        font-size: 10px !important;
    }

/*///////////////////////////////////////////////*/
    section {
        margin: 0em auto !important;
    }

    section.catalog.main__page {
        height: 721px !important;
    }
    .main-banner_catalogs h1,
    .main-banner_catalogs h2,
    .tabs__catalogs h1,
    .tabs__catalogs h2{
        font-size: 30px !important;
        text-align: center !important;
        color: #ffffff;
    }
    .main-banner_catalogs {
        min-height: 480px !important;
        height: 100% !important;
        justify-content: start !important;
        align-items: center !important;
        flex-direction: column !important;
        padding: 30px 15px !important;
        background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(/static/image/banner/main_banner.avif) !important;
        background-position: center !important;
        background-size: cover !important;
    }
    /*catalog block mobile*/
    .main-banner_catalogs #brands,
    .main-banner_catalogs #to_brands {
        width: 100%;
        margin: 0 auto;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }
    .sapam-catalog {
        width: 100% !important;
    }
    #orcat {
        display: none;
        min-width: 358px;
        max-width: 420px;
        width: 100%;
    }
    #orcat .vin_query__cat {
        width: 100% !important;
    }
    #orcat .vin_query__cat > form {
        margin-bottom: 0px !important;
        flex-direction: column !important;
        height: 100% !important;
        justify-content: space-evenly !important;
        align-items: center !important;
        width: 100%;
    }
    .top_vin_form input[type="text"] {
        width: 100% !important;
        border-radius: 8px !important;
        margin: 5px auto !important;
    }
    .vin_query__cat > form > button, .go_to_cat {
        border-radius: 8px;
        font-weight: 600;
        background: #f3f3f4 !important;
        color: #123262 !important;
    }
    .catalog-selectors > .new-select > span {
        font-weight: 600!important;
    }
    #cat_maint {
        padding: 0px !important;
    }
    .new-select #cat_maint  ul li {
        min-height: unset !important;
        height: auto !important;
        padding: 0px 10px !important;
        line-height: 20px !important;
        color: #333 !important;
        cursor: pointer !important;
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .new-select #cat_maint .list-header {
        padding: 0px !important;
        line-height: 18px !important;
        font-size: 18px !important;
        color: #123262 !important;
    }
    .new-select  #cat_maint {
        min-height: 475px !important;
        max-height: 475px !important;
        height: 100% !important;
        overflow: auto !important;
        display: none;
        flex-wrap: wrap;
    }
    .flt > .button-block {
        width: 100% !important;
        padding: 0px 15px !important;
        justify-content: space-between !important;
    }
    .flt > .button-block button {
        background-color: #f3f3f4 !important;
    }
    .flt > .button-block button.current {
        background-color: #123262 !important;
    }
    .sapam {
        width: 45% !important;
    }

    .new-select #cat_maint .list-item,
    .new-select #cat_maint .list-body  {
        width: 100% !important;
    }
    .new-select #cat_maint .list-body ul {
        display: block !important;
        width: 100% !important;
    }
    #tree > .filter_by_letter {
        display: none !important;
    }
    .filter_by_letter {
        display: inline-flex;
        width: 100%;
        margin: 15px auto !important;
        position: relative;
        padding: 0px 13px;
    }
    .filter_by_letter > i {
        position: absolute;
        left: 25px;
        top: 9px;
        opacity: 0.9;
    }
    .filter_by_letter  input[placeholder] {

    }
    .new-select .filter_by_letter > input {
        height: 38px !important;
        width: 100% !important;
        padding: 0px 40px !important;
        border-radius: 4px !important;
        border: 1px solid #1232624D !important;
    }
    .td_model_block.i_block.mod-item {
        margin: 5px 0px 5px 0px !important;
        width: 100% !important;
        background: #fff !important;

        min-height: 80px !important;
    }
    .small_tiles > div.s {
        padding: 5px 6px 5px 14px !important;
    }


    #cat_mod, #cat_modif, #cat_maint {
        padding: 0px !important;
    }
    .new-select #cat_mod,
    .new-select #cat_modif {
        display:none;
        min-height: 126px !important;
        max-height: 500px !important;
        height: 100% !important;
        overflow: auto !important;
        padding: 0px !important;
        margin-bottom: 10px !important;
    }
    .new-select #cat_modif .favored,
    .new-select #cat_mod .favored {
        padding: 0px 14px !important;
        margin: 0px;
    }
    .new-select .img_wrapper {
        width: 40% !important;
        height: auto !important;
        padding: 8px !important;
        overflow: hidden !important;
    }
    .btn_mob.new-select {
        width: 100% !important;
    }
    .viewMode-title h3 {
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .new-select .block-title {
        padding: 0px 15px !important;
        display: flex !important;
    }
    .model-name {
        line-height: 18px !important;
    }
    .mod-item .year {
        line-height: 20px !important;
    }

    section.catalog .slick-track {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        min-height: 590px;
    }

    section.catalog .slick-track .slick-slide {
        height: 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
    .slick__catalog .image {
        width: 95% !important;
        height: 94% !important;
    }
    section.catalog  img {
        min-height: unset !important;
        max-height: unset !important;
        height: 55% !important;
    }
    .vin-form__m {
        display: inline-flex;
        align-items: center;
    }
    .vin-form__m > a {
        color: #fff;
        font-size: 12px;
        text-decoration: underline;
        padding-left: 3px;
    }
    .vin-form__m  > a:hover {
        font-weight: normal;
    }

    .container::before, .container::after, .container-fluid::before, .container-fluid::after,
    section.catalog .sect__title > a, .main-news .sect__title > a {
        display: none !important;
    }
    .slick-slider{
        margin: 20px auto !important;
    }
    #main_page_2.uk-margin-large-top {
        margin-top: 0em !important;
        margin-bottom: 10em !important;
    }
    #to_news,
    #to_cats {
        height: 49px;
        width: 100%;
        display: flex;
        border: 1px solid #123262;
        border-radius: 4px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
    }
    #to_news {
        margin-top: 40px !important;
    }
    section.catalog h2,
    section.vehicle_brands h2,
    section.contacts .main_contacts h2,
    .main-news .sect__title h2,
    .main-reviews .sect__title h2,
    .main-payment h2,
    .main-return__item .left-block h2,
    .delivery-service h2,
    .main-about__us h2,
    .main-vin__query .container h2 {
        font-size: 27px !important;
        font-weight: 700 !important;
        line-height: 36px !important;
    }
    .main-reviews h2 {
        margin: 0px 0px 40px !important;
    }
    .main-vin__query {
        height: 581px !important;
        padding: 0px !important;
    }
    /*section.reviews{*/
    /*    padding: 40px 0px 0px !important;*/
    /*}*/
    section.clients {
        padding: 0px 0px 60px !important;
    }
    .form-group {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .main_vin_form button {
        font-weight: 600 !important;
    }
    .main_vin_form {
        display: flex;
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .main-vin__query .container h4 > br {
        display: none !important;
    }
    .main-vin__query .container h4 {
        width: 75% !important;
    }
    .main_vin_form input,
    .main_vin_form button {
        width: 100% !important;
        height: 49px !important;
    }
    .about-us .right-block {
        display: none !important;
    }
    .main-about__us .left-block {
        padding: 0px !important;
    }
    .about-us__list ul {
        padding-left: 0px !important;
    }
    .about-us__list ul li img {
        left: 0px !important;
    }

    .main-news > a,
    .main-payment a,
    .main-return__item .left-block  a,
    .delivery__list a,
    .main-about__us .left-block a{
        width: 100% !important;
        height: 49px !important;
        min-height: 49px !important;
    }
    .about-us__list ul li {
        display: flex !important;
        flex-direction: column;
        align-items: start;
    }
    .about-us__list ul li p {
        padding: 0px !important;
        margin: 0px 0px 5px !important;
        font-weight: 500 !important;
    }
    .about-us__list ul li span {
        line-height: 28px !important;
        margin: 10px 0px !important;
    }
    .main-counter .container-fluid {
        height: 476px !important;
    }
    .main-counter .container .main_counter__wrapper {
        flex-direction: column !important;
        justify-content: space-evenly;
        align-items: center;
    }
    section.delivery-service {
        height: 948px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 104px 0px !important;
    }
    .delivery-service__main {
        flex-direction: column-reverse !important;
    }
    .delivery-service__main .right-block,
    .delivery-service__main .left-block {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    .delivery-service__main .right-block {
        padding: 0px 15px !important;
        margin-bottom: 1.1em !important;
        height: 372px !important;
    }
    .delivery__list {
        /*padding: 3em 5px 3em 5px !important;*/
        width: 100% !important;
    }
    .delivery__list h3 {
        margin-top: 10px !important;
        font-weight: 500;
    }
    .delivery__list h2 {
        margin: 0px !important;
    }
    .delivery-service__main .right-block a {
        margin-top: 10px !important;
    }
    .delivery__list ul li span {
        display: block !important;
        font-size: 18px !important;
        margin: 5px 0px 10px 0px !important;
        font-weight: 500;
    }
    .delivery__list ul {
        padding-left: 5px !important;
    }
    .delivery-service__main .left-block {
        top: 40px !important;
    }
    .delivery-service__main .left-block img {
        left: -60% !important;
        position: absolute !important;
        max-width: unset !important;
        height: 100%;
    }
    .main-return__item {
        display: block !important;
    }
    section.return__item{
        height: 805px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .return__item h3 {
        line-height: 28px !important;
    }
    .return_conditions {
        width: 100% !important;
        padding: 0px 15px !important;
    }
    .main-return__item .left-block,
    .main-return__item .right-block {
        padding: 0px !important;
    }
    .return_conditions span {
        font-size: 16px;
    }
    .main-return__item .left-block a {
        margin: 25px 0px 4.5rem !important;
        width: 100% !important;
    }
    section.payment {
        height: 540px !important;
        padding: 80px 0px !important;
    }
    .main-payment {
        width: 100% !important;
        align-items: start !important;
        justify-content: center !important;
    }
    .slick_main_banner {
        margin-top: 3em !important;
    }
    section.payment .main-payment .payment-item img {
            width: 70vw !important;
    }
    section.payment .main-payment .slick-slide  {
        margin-right: 20px !important;
    }
    .slick-slider .image img {
        /*width: unset !important;*/
    }
    .main-payment a {
        margin-top: 5em !important;
    }
    section.reviews {
        width: 100% !important;
        display: inherit !important;
    }
    .masonry {
        column-count: 1 !important;
    }
    .grid-item {
        padding: 0px !important;
        margin-bottom: 10px !important;
    }
    .g_y__reviews {
        min-height: 180px !important;
        max-height: 180px !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .g_y__reviews > a {
        height: 86px !important;
        max-width: 480px !important;
        width: 100% !important;
    }
    section.news {
        height: 790px !important;
        margin-top: 0px !important;
        padding: 0px 0px 80px !important;
    }
    section.news .main-news {
        width: 100% !important;
        justify-content: space-between !important;
    }

    section.contacts {
        padding: 80px 0px 70px !important;
        display: flex !important;
        height: 100% !important;
        width: 100%;
    }

    .row.slick__news {
        width: 100% !important;
        margin: 0 auto !important;
    }
    #to_news {
        display: flex !important;
    }
    .slick-slide img {
        width: auto !important;
        height: 100%;
    }
    .main-news .slick-slide img {
        width: 100% !important;
        height: auto !important;
    }
    .offices {
        background: none !important;
        padding: 0px !important;
    }
    .phone-time {
        display: block !important;
    }
    .cont_phone a {
        font-weight: 500 !important;
    }
    .contacts__wrapp .socials {
        margin: 3em 0px 3em 0px !important;
    }
    .offices > #offices_map__contacts {
        height: 265px !important;
    }
    .bodytop {
        height: 28px !important;
    }
    .hva {
        height: 100% !important;
    }
    .bodytop .pull-right {
        width: 40% !important;
        height: 100% !important;
        text-align: end;
    }
    .bodytop .pull-right a,
    .bodytop .pull-right a span,
    .bodytop .pull-left {

    }
    .bodytop .pull-left {
        width: 60% !important;
        height: 100% !important;
        display: flex !important;

    }
    .header-top.container {
        height: 100% !important;
        padding: 0px 15px !important;
        display: flex !important;
    }
    .bodytop .pull-left a .choose_office {
        /*margin-left: 4em !important;*/
    }
    .main-counter .section-title {
        height: 23% !important;
        padding-bottom: 0px !important;
    }
    .main-counter .container .main_counter__wrapper {
        display: flex;
        height: 66% !important;
    }
    .main-counter  h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .phone-top {
        display: block !important;
    }
    .pers-count {
        display:none !important;
    }

    .pull-right > li {
        /*float: right;*/
    }
    .pull-right > li > a {
        font-size: 10px !important;
        line-height: 20px !important;
        padding: 10px !important;
    }
    .pull-right > li ul {
        display: none;
        position: absolute;
        z-index: 1111;
        background: #123262;
        width: auto;
        padding: 10px !important;
        top: 110%;
        right: 5px;
        border-radius: 4px;
        transition: all .3s;
        margin: auto;
        width: 50%;
        text-align: right;
    }
    .pull-right ul {
        display: none;
    }
    .dropdown__phone:hover{
        font-weight: normal !important;
    }
    .dropdown__phone.active{
        background: transparent;
        border: none;
        color: #fff !important;
        font-size: 12px;
    }
    .phone-top {
        padding-right: 0px !important;
        width: 100% !important;
    }
    .phone-top > a {
        width: 100%;
        display: inline-block;
        padding: 10px;
    }
    footer .mob_phone {
        display: inline-flex !important;
        flex-direction: column !important;
    }
    footer .mob_phone a{
        /*margin-bottom: 5px !important;*/
    }
    .line2 {
        margin: 0 !important;
    }
    .footer h4 {
        margin-top: 15px !important;
    }
    footer .container::before, footer .container::after {
        display: table !important;
    }
    footer .menu-cols p {
        margin: 7px 0px !important;
    }
    footer .rules.mobile p {
        font-size: 12px;
        color: #FFF9;
        text-align: center;
        margin: 5px 15px;
    }
    footer  .uk-text-center {
        padding: 10px 15px 20px !important;
    }

   /* !*page articles*!
    .main-banner_catalogs > h2,
    .main-banner_catalogs > .catalog-selectors,
    .hint,
    .goods_view_mode,
    .center-block > .container > .td_model_block.i_block.mod-item {
        display: none !important;
    }
    .filter-goods > label,
    #table_goods .preloader,
    #tree > .filter_by_letter,
    .categories {
        width: 100% !important;
        padding: 0px !important;
    }
    #tecdoc h2#title_goods {
        font-size: 28px !important;
    }
    .filter-goods {
        height: 100% !important;
    }
    .filter-goods > label > select {
        width: 100% !important;
        margin: 5px auto;
        height: 38px !important;
    }
    .cat_tree_filter{
        display: flex !important;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .cat_tree_filter a::before {
        content: "<";
        padding: 0 5px;
        color: #123262;
    }
    .cat_tree_filter > img {
        width: 38px;
        height: auto;
        padding: 7px;
        border: 0.5px solid #12326233;
        border-radius: 4px;
        cursor: pointer;
    }
    #js_tree {
        display: none;
        position: fixed !important;
        width: 100% !important;
        overflow: auto !important;
        background: #ffffff !important;
        top: 0 !important;
        left: 0 !important;
        height: 100%;
        border: none !important;
        border-radius: 0px !important;
        padding: 0px !important;
    }
    #js_tree > li {
        padding: 0px 15px !important;
    }
    #js_tree li:after{
        right: 15px !important;
    }
    #js_tree > h3 {
        font-size: 28px;
        font-weight: 600;
        height: 84px;
        border-bottom: 1px solid #1232620D;
        background: #F2F6FD;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }
    .item-price .price-wrapper {
        border: none !important;
    }
    !*.item-description > p > span,*!
    !*.specifics > span,*!
    .item-description > p:nth-child(2) > b,
    .item-description > p:nth-child(3) > b {
        text-align: right !important;
    }
    .specifics {
        justify-content: space-between !important;
        align-items: end !important;
    }
    .item-description > p:nth-child(2), .item-description > p:nth-child(3) {
        line-height: 100% !important;
    }
    .item-description > p > span:first-child,
    .specifics > span:first-child {
        display: contents !important;
    }
    .dotted_line {
        height: 13px !important;
    }
    .item-description > p > b {
        width: auto !important;
    }
    .item-description > p > span:first-child {
        color: #A1A1A1 !important;
    }
    .specifics > span:last-child {
        width: auto !important;
        text-align: right !important;
        line-height: 120% !important;
    }
    .specifics  .dotted_line {
        position: relative;
        top: -4px;
    }
    .item-description > p:nth-child(2) > b,
    .item-description > p:nth-child(3) > b,
    .specifics > span {
        color: #123262 !important;
    }
    .item-part-numbers {
        position: relative;
        margin: 25px auto 0px !important;
    }
    .nonprice {
        width: 100% !important;
        max-width: 518px !important;
        margin: 10px 0px 10px 0px !important;
    }
    .entries {
        display: none !important;
    }
    .tui-pagination {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .item-price .price-wrapper {
        flex-wrap: wrap !important;
        flex-direction: initial !important;
        justify-content: space-between !important;
        padding: 0px 10px !important;
    }
    .price-wrapper > .go_to_price{
        margin: 35px auto !important;
    }
    .price-wrapper > .art-price,
    .price-wrapper > .order-cond,
    .price-wrapper > .number,
    .price-wrapper > button {
        width: 43% !important;
        margin: 10px 0px !important;
    }
    .number {
        height: 38px !important;
    }
    .item-image > a > img {
        width: 100% !important;
        height: auto !important;
        max-height: 450px !important;
        max-width: 618px !important;
    }
    section.vin-query {
        margin-bottom: 0 !important;
    }*/
    .reg_warn {
        flex-direction: column;
        height: 100%;
        padding: 24px;
    }
    .reg_warn span {
        font-size: 18px;
        font-weight: 600;
    }
    .reg_warn > .btn {
        height: 50px !important;
        padding: 0px 65px !important;
        width: auto !important;
    }
    .tabs__catalogs.td{ /*временно спрятал моб каталоги*/
    /*display: none !important;*/
    }
}
@media (max-width: 992px) {}
@media (max-width: 768px) {
    .masonry {
        column-count: 1 !important;
    }
    .pull-right > li > a {
        font-size: 10px !important;
        padding: 10px 0px !important;
    }
}
@media (max-width: 576px) {}
@media (max-width: 480px) {
    .choose_office {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 250px;
        margin-left: 2px !important;
    }
    .masonry {
        column-count: 1 !important;
    }
    .delivery-service__main .left-block {
        top: 75px !important;
    }
    .delivery-service__main .left-block img {
        left: -54% !important;
        height: 84% !important;
    }
    .phone-top > a {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .phone-top > a:hover {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
}
@media (max-width: 450px) {
    .delivery-service__main .left-block img {
        left: -66% !important;
    }
}
@media (max-width: 420px) {
    .choose_office {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 190px;
        margin-left: 2px !important;
    }
}
@media (max-width: 400px) {
    .delivery-service__main .left-block img {
        /*left: -79% !important;*/
        left: -84% !important;
    }
}
@media (max-width: 375px) {
    .choose_office {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 146px;
        margin-left: 2px !important;
    }
}









/*WAUR2AF26MN011123*/
/* Специальный класс для loader */
.tf-loading {
    /* 1. Базовый вид Windows 98 */
    /*display: inline-block;*/
    /*width: max-content;*/
    list-style: none;
    /*background-color: #c0c0c0; *//* Тот самый серый */
    background-color: transparent !important;
    padding: 4px 10px;
    /*margin: 5px;*/

    /* 2. Шрифт как в системе (MS Sans Serif) */
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: none; /* В 98-й не всё было капсом */

    /* 3. 3D Рамка (вдавленная, как поле ввода или статусбар) */
    /*
    border: 2px solid;
    border-color: #808080 #ffffff #ffffff #808080;
    box-shadow: inset 1px 1px #000000;
    */
    position: relative;
    cursor: pointer;

    /* 4. Текст (прозрачный основной, чтобы видеть прогресс) */
    color: rgba(0, 0, 0, 0.2) !important;

    /* 5. Прогрессбар (Классический синий #000080) */
    background-image:
            linear-gradient(#000080, #000080), /* Для текста */
            linear-gradient(#000080, #000080) !important; /* Для полоски снизу */

    background-repeat: no-repeat !important;

    /* Высота линии снизу 6px */
    background-size: 40% 100%, 40% 6px !important;

    -webkit-background-clip: text, border-box !important;
    background-clip: text, border-box;

    /* 6. Анимация "проезда" */
    /*background-position: -150% 0, -150% 100% !important;*/
    animation: win98-slide 2.5s linear infinite !important;
}

/* Сбрасываем стили ссылок внутри */
.tf-loading a {
    color: inherit !important;
    text-decoration: none !important;
}

/* Анимация движения синего блока */
@keyframes win98-slide {
    0% { background-position: -150% 0, -150% 100%; }
    100% { background-position: 250% 0, 250% 100%; }
}

/*SEO-SECTION*/
.seo-section {
    /*height: 100%;*/
    padding: 0px;
}
.seo-section {
    h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 10px;

        a {
            text-decoration: underline;

            &:hover {
                text-decoration: underline;
            }
        }
    }

    .content {
        display: block;
        padding: 0px;
        line-height: 1.5;

        p {
            font-size: 14px;
            font-weight: 500;
            color: #333;
            line-height: 1.5;
            margin: 10px auto;

            strong {
                font-weight: 600;
                font-size: 14px;
                line-height: 1.5;

                > span {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 1.5;
                }
            }

            a {
                font-size: 14px;
                text-decoration: underline;
                font-weight: 600;
            }
        }
    }

    .cat-name {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 14px;
    }

    .car-object {
        font-weight: 500;
    }

    /* Прячем чекбокс с экрана */
    .hidden-checkpoint {
        position: absolute;
        opacity: 0;
        pointer-events: none;

        /* Когда чекбокс активен (после клика по тексту) */
        &:checked ~ .content {
            max-height: 1000px; /* Открываем на всю высоту */
            -webkit-mask-image: none;
            mask-image: none;
        }
    }

    ul li span {
        font-size: 14px;
    }

    .filter-block {
        font-family: sans-serif;
        color: #333333;
        font-weight: 400; /* Общая жирность для всего текста */
        font-size: 14px;  /* Размер шрифта 14px */
        line-height: 1.5;
    }

    .filter-title {
        display: block;
        font-weight: 600; /* Заголовок остается жирным */
        margin-bottom: 5px;
        font-size: 14px;
    }

    .filter-list {
        list-style-type: none; /* Отключаем дефолтные маркеры */
        padding-left: 0;
        margin: 0;
    }

    .filter-item {
        position: relative;
        padding-left: 10px !important;
        position: relative;
        line-height: 1.1;
        margin: 10px 0px;

        &::before {
            content: "•";
            font-size: 14px;
            position: absolute;
            left: 0;
            top: 4px;
            transform: none;
        }

        &:last-child {
            margin-bottom: 0;
        }
    }

    .filter-name {
        font-weight: 600;
    }
}