.catalog .tabslist >li a:focus{
    outline: none;
}
.consultating-block form .input-inner{
    margin-bottom: 0!important;
}
.catalog .tabslist >li:hover {
    background: linear-gradient(180deg, #E23F3F 0%, #DE1123 100%);
    border-radius: 10px 0px 0px 0px;
}
.catalog .tabslist >li:hover a .name{
    color:white;
}
.catalog .tabslist >li:hover .vertical-hr{
    display: none;
}
.catalog .boat-categories, .catalog .moto-categories {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0;
  
}
 .catalog  .moto-categories .moto-block, .catalog .moto-categories .atv-block {
    border-right: 1px solid #eae7e7;
}
.catalog .boat-categories a:hover .title,.catalog .moto-categories a:hover .title{
    color: #E23F3F;
}
.catalog .boat-categories a:hover span, .catalog .moto-categories a:hover span{
    filter:none;
}

span.truck {
    background-image: url(/theme/images/truck-hover.svg);
    background-size: contain;
    filter: brightness(0);
}
 span.big-truck {
    background-image: url(/theme/images/bigtruck-hover.svg);
    background-size: contain;
    filter: brightness(0);
}
span.truck-tractor {
    background-image: url(/theme/images/truck-tractors-hover.svg);
    background-size: contain;
    filter: brightness(0);
}

.catalog  .trailers-categories span.trailer{
    background-image: url(/theme/images/trailers-hover.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog  .trailers-categories span.semitrailer{
    background-image: url(/theme/images/semitrailer-hover.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog  .boat-categories span.boat{
    background-image: url(/images/boat-red.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog  .boat-categories span.kater{
    background-image: url(/images/kater-red.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog  .boat-categories span.hydrocycle{
    background-image: url(/images/hydrocycle-red.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog  .boat-categories span.boat-motor{
    background-image: url(/images/boat-motor-red.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog  .moto-categories span.moto {
    background-image: url(/images/moto-red.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog  .moto-categories span.atv {
    background-image: url(/images/atv-red.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog .moto-categories span.scooter {
    background-image: url(/images/scooter-red.svg);
    background-size: contain;
    filter: brightness(0);
}
.catalog .specification-row{
    display: flex;
}
.catalog .boat-categories .category-img {
    height: 40px!important;
    width: 40px!important;
}
.catalog .boat-categories .category-img, .catalog .moto-categories .category-img {
    display: inline-block;
    height: 72px;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    margin-right: 15px;
}
.catalog .boat-categories .title, .catalog .moto-categories .title {
    display: inline-block;
    vertical-align: middle;
    margin-top: -50px;

    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    /* identical to box height */


    color: #2E2E2E;
}
.catalog .boat-categories .scooter-block ul, .catalog .moto-categories .scooter-block ul {
    margin-right: 30px;
}
.catalog  .boat-categories ul, .catalog  .moto-categories ul {
    padding: 0;
    list-style: none;
    margin-top: 5px;
    font-size: 13px;
    line-height: 24px;
}
.catalog .trailers .boat-categories ul{
    column-count: 3;
}
.catalog .boat-categories ul > li a,.catalog .boat-categories ul > li a, .catalog .moto-categories ul > li a{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
/* or 214% */


    color: #000000;
}
.catalog .tabslist{

    list-style: none;
    margin-top: 30px;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
}
.catalog .tabslist >li.active{
    background: #FFE8E8;
    border-radius: 10px 0px 0px 0px;
    margin-left: -1px;
}
.catalog .boat-tabslist >li{
    width: 225px!important;
}
.catalog .boat-tablist >li {
  width: 225px!important;
}
.catalog .tabslist >li {
    height: 60px;
    width: 195px;
display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.catalog .tabslist >li:hover span.big-truck,.catalog .tabslist >li:hover span.truck,.catalog .tabslist >li:hover span.truck-tractor{
    filter: brightness(3);
}
.catalog .tabslist >li.active a span.big-truck, .catalog .tabslist >li.active a span.truck, .catalog .tabslist >li.active span.truck-tractor{
    filter: unset;
}
.catalog .tabslist >li a{
    display: flex;
    width: 100%;
    justify-content: center;
}
.catalog .tabslist >li.active  .vertical-hr{
   display: none;
}
.catalog .tabslist >li  .vertical-hr {
    width: 1px;
    height: 30px;
    background: #E8E8E8
}
.catalog .tabslist >li a  .category-img{
    width: 46px;
    height: 31px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog .tabslist >li a .boat{
    background-image: url("/images/boat-gray.svg");
}
.catalog .tabslist >li a .kater{
    background-image: url("/images/kater-gray.svg");
}

.catalog .tabslist >li a .hydrocycle{
    background-image: url("/images/hydrocycle-gray.svg");
}
.catalog .tabslist >li a .boat-motor{
    background-image: url("/images/boat-motor-gray.svg");
}
.catalog .tabslist >li:hover a .boat{
    background-image: url("/images/boat-white.svg");
}
.catalog .tabslist >li:hover a .kater{
    background-image: url("/images/kater-white.svg");
}
.catalog .tabslist >li:hover a .hydrocycle{
    background-image: url("/images/hydrocycle-white.svg");
}
.catalog .tabslist >li:hover a .boat-motor{
    background-image: url("/images/boat-motor-white.svg");
}
.catalog .tabslist >li.active a .boat{
    background-image: url("/images/boat-red.svg");
}
.catalog .tabslist >li.active a .kater{
    background-image: url("/images/kater-red.svg");
}
.catalog .tabslist >li.active a .hydrocycle{
    background-image: url("/images/hydrocycle-red.svg");
}
.catalog .tabslist >li.active a .boat-motor{
    background-image: url("/images/boat-motor-red.svg");
}


.catalog .tabslist >li a .moto{
    background-image: url("/images/moto-gray.svg");
}
.catalog .tabslist >li a .scooter{
    background-image: url("/images/scooter-gray.svg");
}
.catalog .tabslist >li a .atv{
    background-image: url("/images/atv-gray.svg");
}
.catalog .tabslist >li:hover a .moto{
    background-image: url("/images/moto-white.svg");
}
.catalog .tabslist >li:hover a .scooter{
    background-image: url("/images/scooter-white.svg");
}
.catalog .tabslist >li:hover a .atv{
    background-image: url("/images/atv-white.svg");
}
.catalog .tabslist >li.active a .moto{
    background-image: url("/images/moto-red.svg");
}
.catalog .tabslist >li.active a .scooter{
    background-image: url("/images/scooter-red.svg");
}
.catalog .tabslist >li.active a .atv{
    background-image: url("/images/atv-red.svg");
}
.catalog .tabslist >li.active a .name{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */

    display: flex;
    align-items: center;
    text-align: center;

/* 3 */

    color: #2E2E2E;
}
.catalog .tabslist >li a .name{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;

    /* 6 */

    color: #999999;
}
.catalog .search-block{
    height: auto;
    padding-bottom: 0;
    background: #FFFFFF;
    padding-top: 30px;
    border-radius:0;
    background: -moz-linear-gradient(180deg, rgba(227,227,227,0.10157566444546573) 0%, rgba(252,252,252,1) 5%, rgba(255,255,255,1) 11%);
    background: -webkit-linear-gradient(180deg, rgba(227,227,227,0.10157566444546573) 0%, rgba(252,252,252,1) 5%, rgba(255,255,255,1) 11%);
    background: linear-gradient(180deg, rgba(227,227,227,0.10157566444546573) 0%, rgba(252,252,252,1) 5%, rgba(255,255,255,1) 11%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e3",endColorstr="#ffffff",GradientType=1);
}
.catalog .sort-block ul.sorter{
    padding: 0;
    list-style: none;
    display: flex;
}
.catalog .sort-block ul.sorter > li {
    height: 30px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;

    justify-content: space-between;
    align-items: center;
    align-self: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    width: auto;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #000000;
}
.catalog .sort-block ul.sorter > li:last-child {
    border-right: 1px solid #E8E8E8!important;
}
.catalog .sort-block ul.sorter > li i.fa-chevron-up {
    color:#E23F3F;
}
.catalog .sort-block ul.sorter > li i.fa-chevron-down {
    color: #999999;

}
.catalog .sort-block ul.sorter > li i {
    font-size: 14px;
    margin-left: 13px;
}
.catalog .inner-select button{
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #20232F;
    overflow: hidden;
    height: 20px;
}
.catalog .search-block .inner-select div .fa-caret-down{
    display: none;
}
.catalog  .inner-select button:disabled{
    color:darkgray;
}
.catalog .search-block .inner-select,.catalog .sort-block .inner-select {
    height: 40px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.catalog .search-block .inner-select select,.catalog .sort-block .inner-select select{
    position: relative;
    z-index: 1;
   padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
padding-right: 0;
    width: 95%;
border-right:0;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #20232F;
}
.catalog .search-block .inner-select    i, .catalog .sort-block .inner-select    i {
    color: #999;
    font-size: 14px;
    margin-right: 15px;
    align-self: center;
    z-index: 0;
    align-items: center;
    display: flex;
}

.catalog .search-block  .left-select {
    border-radius: 5px 0 0 5px;
    border-right: 0;
}
.catalog .search-block  .left-select  i,.catalog .search-block  .right-select  i  {
    right: 15px;
}
.catalog .search-block  .right-select {
    border-radius: 0 5px 5px 0;
}
.catalog .search-block .bottom-search-block {
    margin-top: 20px;
}
.catalog .search-block .bottom-search-block .left {
    align-items: flex-end;
}

.catalog .search-block .bottom-search-block .left  .collapse-filter{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
cursor: pointer;

    color: #20232F;

}

.catalog .search-block .bottom-search-block .left  .collapse-filter i {
    color:#E23F3F;
    margin-left: 10px;
    font-size: 14px;
}

.catalog .search-block .bottom-search-block .right .search-result {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: right;
    color: #999999;
}

.catalog .search-block .bottom-search-block .right .search-result #count-result {
    font-weight: bold;
}

.catalog .search-block .search-form  button[type="submit"] {
    background: linear-gradient(180deg, #E23F3F 0%, #DE1123 100%);
    box-shadow: 0px 5px 30px rgba(238, 53, 53, 0.3);
    border-radius: 5px;
    height: 40px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #F5F5F5;
    justify-content: center;
    border: 0;
    width: 100%;
}
.catalog .search-block .search-form   button[type="submit"] i {
    margin-right: 10px;
    font-size: 14px;
}
.catalog .search-block .bottom-search-block  {
    padding-bottom: 28px;
}

.catalog .breadcrumbs {
    background: #E5E5E5;
    padding-bottom: 40px;
    padding-top: 40px;
}
.catalog .breadcrumbs  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.catalog .breadcrumbs  ul > li {
    margin-right: 5px;
}

.catalog .breadcrumbs  ul > li.active{
    font-weight: bold;
}

.catalog .content .left-block{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 30px;
}

.catalog .content ul.links-categories{
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 40px;

}
.catalog .content ul.links-categories >li:first-child{
    border-radius: 5px 0px 0px 5px;
}

.catalog .content ul.links-categories >li:last-child{
    border-radius:0 5px 5px 0;
}
.catalog .content ul.links-categories >li {
    width: 25%;
    height: 40px;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
}
.catalog .content ul.links-categories>li.active:hover {
    background: #FFE8E8!important;
    border: 1px solid #E23F3F!important;
}
.catalog .content ul.links-categories>li:hover, .catalog .pagination ul>li:hover {
    color: white !important;
    background: #E23F3F !important;
    border: 1px solid #E23F3F !important;
}
.catalog .content ul.links-categories>li:hover, .catalog .pagination ul>li:hover a {
    color: white !important;
}
.catalog .content ul.links-categories >li:hover a{
    color: white !important;

}
.catalog .content ul.links-categories >li a{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    justify-content: center;
    display: flex;
    align-items: center;
width: 100%;
    color: #999999!important;
}
.catalog .content ul.links-categories>li:last-child{
    border-right: 1px solid #E8E8E8!important;
}
.catalog .content ul.links-categories>li.active:last-child{
    border-right: 1px solid #E23F3F!important;

}
.catalog .content ul.links-categories >li.active {
    background: #FFE8E8;
    border: 1px solid #E23F3F;
}

.catalog .content ul.links-categories >li.active  a {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */

    display: flex;
    align-items: center;

    color: #000000!important;
}

.catalog .content .brands {
    columns: 4;
} .catalog .content .brands a {
      font-family: Museo Sans Cyrl;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 30px;
      /* or 214% */


      color: #000000;
  }
.catalog  .brands .brand-item .brand-img {
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    filter: sepia(100) saturate(0.25);
    -webkit-filter: sepia(100) saturate(0.25);
}
.catalog  .sort-block {
    margin-top: 30px;
    margin-bottom: 40px;
}
.catalog  .product-block {
    width: 100%;
}
.catalog  .product-block  a:hover   .title  {
    color:#E23F3F!important;
}
.catalog  .product-block a:hover .in-favorite i, .catalog  .product-block a:hover .in-favorite .title {
    color:white!important;
}
.catalog  .product-block a:hover .item .bookmarks .title {
    color:#20232F!important;
}
.catalog  .product-block .item {
    height: 188px;
    padding-top: 15px;
    padding-bottom: 15px;
display: flex;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}
.catalog  .product-block .item  .image img{
    height: 157px;
    width: 233px;
}
.catalog  .product-block .item  .image img {
    border-radius: 5px;
}
.catalog  .product-block .item  .center-block {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 440px;
}


.catalog  .product-block .item  .center-block  .title {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #20232F;
}

.catalog  .product-block .item  .center-block  .specification {
margin-top: 7px;
    margin-bottom: 7px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    height: 35px;
    width: 440px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #20232F;

}
.catalog  .product-block .item  .center-block  .specification p,.catalog  .product-block .item  .center-block  .comment p {
    margin-bottom: 0;
}
.catalog .trailers  .product-block .item  .center-block  .comment{
    height: 60px!important;
}
.catalog  .product-block .item  .center-block  .comment{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
   height: 55px;
  width: 440px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #999999;
}



.catalog  .product-block .item  .exchange-block .exchange, .catalog  .product-block .item  .exchange-block .auction {
    border: 1px solid #18A800;
    border-radius: 3px;
    height: 25px;
    width: 85px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  margin-right: 5px;

    display: flex;
    align-items: center;

    color: #20232F;
}
.catalog  .product-block .item  .exchange-block .auction {
    border: 1px solid #E8E8E8;
    margin-left: 15px;

}
.catalog  .product-block .item  .exchange-block .exchange i {
    background-image: url("/images/exchange.svg");
    width: 13px;
    height: 13px;
    margin-left: 10px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog  .product-block .item  .exchange-block {
    margin-top: 5px;
    display: flex;
}
.catalog  .product-block .item  .exchange-block .auction i {
    background-image: url("/images/auction.svg");
    width: 13px;
    height: 13px;
    margin-left: 10px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog  .product-block .item  .right-block{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.catalog  .product-block .item  .right-block .price-block{
    display: flex;
}

.catalog  .product-block .item  .right-block .price-block .byn{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14.5px;
    line-height: 17px;

    color: #E23F3F;
}
.catalog  .product-block .item  .right-block .price-block  .usd{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14.5px;
    line-height: 17px;
    /* identical to box height */


    color: #000000;
margin-left: 15px;
}

.catalog  .product-block .item  .right-block .credit-payment{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
margin-top: 8px;

    color: #999999;
}
.catalog  .product-block .item  .right-block  .city{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
margin-top: 15px;

    color: #2E2E2E;
}

.catalog  .product-block .item  .right-block  .bookmarks{
    width: 173px;
    height: 40px;
    border: 1px solid #E8E8E8;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
cursor: pointer;
    display: flex;
    align-items: center;
justify-content: center;
    color: #20232F!important;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
}
.catalog  .product-block a:hover .item  .right-block  .bookmarks:hover, .catalog  .product-block .item  .right-block  .bookmarks:hover,  .catalog  .product-block .item  .right-block  .in-favorite{
    background: linear-gradient(180deg, #E23F3F 0%, #DE1123 100%);
    border: 1px solid #E23F3F;
    color:white!important;
}
.catalog  .product-block .item  .right-block  .bookmarks i {
margin-right: 10px;
}

.catalog .right-block .buhgalter-document {
    margin-top: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    padding-top: 30px;
    padding-left: 29px;
    padding-bottom: 30px;
    display: flex;
    padding-right: 15px;
}
.catalog .right-block .buhgalter-document .content{
    background: white!important;
    margin-left: 25px;
}
.catalog .right-block .buhgalter-document .title {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
margin-bottom: 12px;
margin-top: 12px;
    color: #2E2E2E;

}
.catalog .right-block .buhgalter-document .icon-buhgalter-document {
background-image:url("/images/application-red.svg");
    width: 23px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
}
.catalog .credit-application-block{
    border: 1px solid transparent;
}
.catalog .right-block .buhgalter-document .content a {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-decoration-line: underline;

    color: #2E2E2E;

}
.catalog .right-block .buhgalter-document .content a i {
    margin-left: 5px;
}
.catalog .right-block  .vykup-block{
    margin-top: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 27px;
    margin-bottom: 30px;
}
.catalog .right-block  .vykup-block .vykup-form {
    display: none;
}
.catalog .right-block  .vykup-block .title {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
text-align: center;
margin-bottom: 12px;
    color: #2E2E2E;
}
.catalog .right-block  .vykup-block  p {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

    color: #999999;
margin: 0;
}

.catalog .right-block  .vykup-block a{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    justify-content: center;
    display: flex;
margin-top:13px;
    color: #000000 !important;
}
.catalog .right-block  .vykup-block a i {
    transform: rotate(90deg);
    color: #E23F3F;
    margin-right: 15px;
    font-size: 14px;
}
.catalog .right-block  .vykup-block  .btn:hover {
    background: linear-gradient(180deg, #F92323 0%, #C10011 100%);
    box-shadow: 0px 5px 30px rgba(238, 53, 53, 0.6);
    border-radius: 5px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.catalog .right-block  .vykup-block  .btn {
    background: linear-gradient(180deg, #E23F3F 0%, #DE1123 100%);
    box-shadow: 0px 5px 30px rgba(238, 53, 53, 0.3);
    border-radius: 5px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
margin-top: 27px;
    display: flex;
    align-items: center;
justify-content: center;
    cursor: pointer;
    color: #FDFDFD;

    height: 45px;
    width: 100%;
}
.catalog .right-block  .vykup-block hr{
    margin-top: 10px;
    margin-bottom: 7px;
}


.catalog .services-block {
    margin-top: 70px;
}

.catalog .services-block .title {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */


    color: #000000;
}
.catalog .services-block .carousel-services {
margin-top: 35px;
}

.catalog .services-block .carousel-services .item {
    background: #F7F7F7;
    border-radius: 15px;
    height: 170px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    border:1px solid transparent;
}
.catalog .services-block .carousel-services .item:hover {
    border:1px solid #DE1123;

}
.catalog .services-block .carousel-services .item span {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
margin-top: 12px;

    color: #2E2E2E;

}
.catalog .services-block .carousel-services a:hover .item span {
 color:#DE1123;
}

.catalog .services-block .carousel-services .item .icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: linear-gradient(180deg, #E23F3F 0%, #DE1123 100%);
    box-shadow: 0px 5px 30px rgba(226, 63, 63, 0.3);
    display: flex;
    justify-content: center;
}

.catalog .services-block .carousel-services .item .icon i.icon-avto-v-credit {
    background-image: url(/images/avto-v-credit-icon.svg);
}

.catalog .services-block .carousel-services .item .icon i {
    background-size: cover;
    width: 30px;
    height: 30px;
    align-self: center;
}

.catalog .services-block .carousel-services .item .icon i.lizing-icon {
    background-image: url(/images/lizing-icon.svg);
}

.catalog .services-block .carousel-services .item .icon i.vykup-icon {
    background-image: url(/images/vykup-icon.svg);
}

.catalog .services-block .carousel-services .item .icon i.komissiya-icon {
    background-image: url(/images/komissiya-icon.svg);
}
.catalog .services-block .carousel-services .item  .icon i.schetspravka-icon {
    background-image: url(/images/schetspravka-icon.svg);
}

.catalog .services-block .carousel-services .item .icon i.obmenavto-icon {
    background-image: url(/images/obmenavto-icon.svg);
}

.catalog .services-block .carousel-services .item .icon i.komissiya-icon {
    background-image: url(/images/komissiya-icon.svg);
}
.catalog .search-block  #generations-block-Desktop{
    left: unset!important;
}
.catalog .search-block .generations-block{
    position: absolute;
    height: auto;
    background: white;
    z-index: 999;
    overflow-y: hidden;
    border: 1px solid rgba(17, 17, 17, 0.17);
    margin-top: 5px;
    overflow-x: scroll;
    padding: 10px;
    display: flex;
    left: 0;
}
.catalog  .search-block .generations-block ul {
    padding: 0;
    list-style: none;
}
.catalog  .search-block .generations-block ul li {
    width: 200px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-table;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    cursor: pointer;
}
.catalog  .search-block .generations-block ul li:last-child{
    border-right: 1px solid #E8E8E8;
}


.catalog  .search-block .generations-block label {
    margin-left: 0 !important;
    padding: 5px;
}
.inner-select div {
    width: 100%;
}
.catalog  .search-block .generations-block  label {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        margin-bottom: 6px;

        width: 100%;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #2E2E2E;
        margin-left: 15px;
    }
.catalog  .search-block .generations-block input[type="checkbox"] {
    display: none;
}

.catalog  .search-block .generations-block label .generation-image {
    width: 100%;
    height: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: relative;
}

.catalog  .i-checkbox {
    bottom: 5px;
    left: 5px;
    position: absolute;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.catalog  .i-checkbox:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/theme/images/check.svg);
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .2s ease;
    background-size: cover;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background-repeat: no-repeat;
}
.catalog .search-block .generations-block .title {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.catalog .search-block  .generations-block .title .generation-name {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.catalog .search-block  .generations-block .generation-year, .catalog .search-block .generations-block .generation-spec {
    font-size: 14px;
}

.catalog .search-block  .generations-block li.active .i-checkbox:before {
    opacity: 1;
}
.catalog .search-block  .generations-block ul li.active {
    background: #ff000029;
}

.catalog .search-block .search-form button[type="submit"]:hover {
    background: linear-gradient(180deg, #F92323 0%, #C10011 100%);
    box-shadow: 0px 5px 30px rgba(238, 53, 53, 0.6);
    border-radius: 5px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.catalog .search-block .search-form button[type="submit"]:active, .catalog .right-block .vykup-block .btn:active {
    background: linear-gradient(180deg, #F92323 0%, #C10011 100%);
    box-shadow: none !important;
}
@media (max-width: 375px){
    .catalog .product-block .item .image img {
        height: 80px!important;
        width: 105px!important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .catalog .product-block .item .image img {
        height: 120px!important;
        width: 155px!important;
    }
    .catalog .right-block .vykup-block a {
        font-size: 16px!important;
    }
    .catalog .right-block .buhgalter-document .title {
        font-size: 14px!important;
    }
    .catalog .content .left-block {
        padding: 20px!important;
    }
    .catalog .right-block .buhgalter-document, .catalog .right-block .vykup-block {
        padding: 20px!important;
    }


}
@media (min-width: 992px) and (max-width: 1200px) {
    .catalog .product-block .item .center-block,  .catalog .product-block .item  .comment,  .catalog .product-block .item .specification {
        width: 320px!important;
    }
}
@media (min-width: 1200px) and (max-width: 1320px) {
    .catalog .product-block .item .center-block,  .catalog .product-block .item  .comment,  .catalog .product-block .item .specification {
        width: 360px!important;
    }
}
@media (min-width: 1320px) and (max-width: 1370px) {
    .catalog .product-block .item .center-block,  .catalog .product-block .item  .comment,  .catalog .product-block .item .specification {
        width: 400px!important;
    }
}

/*
Table
 */
@media (min-width: 599px) and (max-width: 992px)
{
    .product-block .comment p {
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: 300;
        color: #2E2E2E;
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 30px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 15px;
    }
    .product-block .comment {
        display: block!important;
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: 300;
        color: #2E2E2E;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
    }
}

@media (min-width: 700px) and (max-width: 992px) {
    .catalog .content .brands {
        columns: 3!important;
    }
    .credit-application-block .title{
        font-size: 24px!important;
    }
}
/*
Phone
 */
@media (max-width: 992px) {
    .catalog .content {
        background: white!important;
    }
    .truck-categories .title {
        font-size: 16px!important;
    }
    .catalog .tabslist-truck >li a .category-img {
        width: 60px!important;
        height: 40px!important;
    }
    .catalog .trailers-categories ul,  .catalog .trailers .boat-categories ul {
        column-count: 2;
    }
    .catalog .boat-categories .title{
        font-size: 17px;
        line-height: 18px;
        margin-top: 15px;
    }
    .catalog .boat-tablist >li {
        width: 100%!important;
    }
    .catalog .tabslist >li:hover {
        background: linear-gradient(180deg, #E23F3F 0%, #DE1123 100%);
        border-radius: 10px !important;
    }
    .catalog .tabslist{
        flex-direction: column;
    }

    .catalog .tabslist >li {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        border: 1px solid #E8E8E8;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .catalog .moto-categories{
        padding: 0;
    }
    .catalog .tabslist,  .catalog .moto-categories .moto-block, .catalog .moto-categories .atv-block {
        border: 0;
    }
    .catalog .moto-categories .category-img {
        width: 60px;
        height: 60px;
    }
    .catalog .tabslist >li.active {
        background: #FFE8E8;
        border-radius: 10px;
        border: 1px solid #E23F3F;
    }
    h1 {
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: bold;
        font-size: 14px!important;
        line-height: 16px;
        color: #2E2E2E;
    }
    h1.title-seo {
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: bold;
        font-size: 22px!important;
        line-height: 24px;
        color: #2E2E2E;
    }
    .in-favorite i {
       color:#F92323;
    }
    .content{
        box-shadow: 0px 5px 30px rgba(37, 37, 37, 0.1);
    }
    .title {
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        /* identical to box height */
margin-top: 30px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;

        color: #000000;

    }
    .catalog .content .brands {
        columns: 2;
    }
    .catalog .search-block .search-form .search-result {
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        align-items: center;
        text-align: center;
        color: #999999;
    }

    .catalog .search-block .search-form button[type="submit"] {
        margin-bottom: 15px;
    }
    .catalog .search-block {
        padding: 0 !important;
        background: white!important;
    height: unset!important;
    }
    .catalog .filter-sort-block-button {
        box-shadow: 0px 5px 30px rgba(140, 140, 140, 0.1);
        height: 45px;
        margin-bottom: 30px;
        display: flex;
    }
    .catalog .filter-sort-block-button #filter-button {
        border-right: 1px solid #E8E8E8;
    }
    .catalog .filter-sort-block-button > div {
        height: 100%;
        width: 50%;
        justify-content: center;
    }
    .catalog .filter-sort-block-button #filter-button span ,.catalog .filter-sort-block-button #sort-button span{
        justify-content: center;
        align-self: center;
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #2E2E2E;
    }
    .catalog .content ul.links-categories {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .catalog .content ul.links-categories >li {
        width: unset;
        height: 40px;
        border: 1px solid #E8E8E8;
        display: flex;
        justify-content: center;
        height: 30px;
     
        border-radius: 5px;
        height: 45px;
    }
    .product-block{
     margin-top: 30px;
    }
    .product-block .top-block {
        display: flex!important;
    }
    .catalog .product-block .item {
        flex-direction: column;
        height: 176px;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .catalog .product-block .item  .product-block-top  {
    display: flex;
    justify-content: space-between;
        margin-bottom: 10px;
}
    .catalog .product-block .item  .product-block-top a {
        width: 95%;
        height: 22px;
    }
    .catalog .product-block .item  .product-block-top .title{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    align-items: center;
    color: #20232F;
        margin-top: 0px;
        margin-bottom: 10px;

        -o-text-overflow: ellipsis;
        vertical-align: top;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        height: 22px;
        width: 95%;
}
    .catalog .product-block .item .image img {
        height: 105px;
        width: 150px;
        border-radius: 8px!important;
    }
    .catalog .product-block .item    .main-block {
        display: flex;
    }
    .catalog .product-block .item    .main-block  .specification {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;

    color: #2E2E2E;
}
    .bookmarks i {
        font-size: 18px;
    }
    .catalog .product-block .item .right-block .city {
        margin-top: 11px;
    }
    .catalog .services-block {
        margin-top: 0;
    }
    .catalog .services-block .title {
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* identical to box height */
margin-bottom: 23px;
        margin-top: 30px;

        color: #000000;

    }
    .catalog .services-block .carousel-services {
        margin-top: 0;
        position: relative;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: flex !important;
        flex-direction: row;
    }
    .catalog .services-block .carousel-services .item {
        height: 140px;
        width: 185px;
    }
    .catalog .services-block .carousel-services .item .icon {
        width: 45px;
        height: 45px;
        border-radius: 45px;
    }
    .catalog .services-block .carousel-services .item .icon i {
        width: 20px;
        height: 20px;
    }
    .catalog .services-block .carousel-services .item span {
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */

        display: flex;
        align-items: center;

        color: #2E2E2E;

    }

    .catalog .content ul.links-categories >li:first-child{
        border-radius: 5px;
    }
    
    .catalog .content ul.links-categories >li:last-child{
        border-radius:5px;
    }
    .catalog .services-block .item-carousel-services {
        display: block!important;
    }
    .catalog .search-block .generations-block {
        position: relative;
    }
    .catalog .search-block .generations-block ul{
        display: flex;
    }
    .other-search-params {
        display: none;
    }
   .catalog .credit-application-block .title{
        margin-top: 0;
    }
    .catalog .content .brands a {
        font-size: 16px;
    }
}
/*.pagination-mobile {*/
    /*font-size: 14px;*/
    /*font-family: Museo Sans Cyrl;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 17px;*/
    /*!* identical to box height *!*/

    /*display: flex;*/
    /*align-items: center;*/

    /*color: #2E2E2E;*/
/*}*/
/*.pagination-mobile .button-mobile-next  i {*/
    /*margin-left: 5px;*/
/*}*/
/*.pagination-mobile .custom-button {*/
    /*height: 40px;*/
    /*border: 1px solid #E8E8E8;*/
    /*border-radius: 5px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*align-self: center;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*font-size: 14px;*/
    /*font-family: Museo Sans Cyrl;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 17px;*/
/*}*/
/*.pagination-mobile .custom-button:hover {*/
    /*border: 1px solid #F92323;*/
    /*background: #F92323;*/
    /*color:white!important;*/
/*}*/
/*.pagination-mobile .custom-button  i {*/
    /*align-items: center;*/
    /*align-self: center;*/
    /*font-size: 14px;*/
    /*justify-content: center;*/
    /*display: flex;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 17px;*/
/*}*/
h1 {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2E2E2E;
}
h1.title-seo {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 22px!important;
    line-height: 26px;
    color: #2E2E2E;
}
ul.breadcrumbs-mob {
    padding: 0;
    list-style: none;
}
ul.breadcrumbs-mob li {
    font-size: 14px;
}
#show-more-filter {
    justify-content: center;
    display: flex;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration-line: underline;
    color: #2E2E2E;
    margin-bottom: 15px;
}
#clearFormDesktop{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}
#clearFormMobile{
    display: flex;
    justify-content: center;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
}
.choose_currency_button div:first-child {
    margin-right: 10px;
}

 .choose_currency_button .active {
    color: #E23F3F;
}
 .choose_currency_button>div {
    cursor: pointer;
    color: #999;
}
 .catalog .right-block  .agree label {
    font-size: 13px!important;
    margin-bottom: 0!important;
    line-height: 15px!important;
}
.catalog .right-block .agree a{
    color: #df1e2b!important;
    margin-bottom: 0!important;
    line-height: 15px!important;
    font-size: 13px!important;
    margin-top: 0!important;
    font-family: unset!important;
    display: inline!important;
}