* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 8px;
    height: 0px
}

 ::-webkit-scrollbar-track {
    background-color: transparent
}

 ::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #c3c3c3;
}

 ::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

 ::-webkit-scrollbar {
    width: 6px;
}

::selection {
    background: #47474a;
    color: #fff;
}

:focus {
    outline: 0;
}

.form-lock body {
    overflow: hidden!important;
}

.body-wrapper {
    background-color: #F6F6F6;
}

.container {
    max-width: 1280px;
}

.logo-image {
    height: auto!important;
}

.header__top {
    padding: 5px 0 15px 0;
}

.header__main {
    padding: 15px 0;
}

.header__nav {
    padding: 15px 0 5px 0;
}

.sp-copyright {
    font-size: 11px;
}

.sp-copyright img {
    max-height: 18px;
    display: inline-block;
    margin-left: 5px;
    opacity: 0.7;
}

.sp-copyright a:hover img {
    opacity: 1;
}

#sp-top1 .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sp-top1 .menu li {
    float: left;
    margin-right: 30px;
}

#sp-top1 .menu li:last-child {
    margin-right: 0;
}

#sp-top1 .menu li a {
    font-size: 12px;
}

#sp-top1 .menu li a:hover,
#sp-top1 .menu li a:focus,
#sp-top-bar .sp-login-heading a.login-button:hover,
#sp-top-bar .sp-login-heading a.login-button {
    color: #f37c2e;
}

.side-overlay {
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, .6);
    position: fixed;
    z-index: 997;
    left: 0;
    top: 0;
}

.sp-login-heading {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.sp-login-heading .logged-in-as {
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 0;
    max-width: 100%;
    text-align: left;
    text-transform: uppercase;
}

#sp-top-bar .sp-login-heading a.login-button {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sp-login-heading .delimiter {
    font-size: 10px;
    padding-left: 3px;
}

.nav-i::before {
    content: '';
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.nav-i--accessories::before {
    content: url(/images/icons/catalog-accessories.svg);
}

.nav-i--brackes::before {
    content: url(/images/icons/catalog-brackes.svg);
}

.nav-i--engine::before {
    content: url(/images/icons/catalog-engine.svg);
}

.nav-i--filter::before {
    content: url(/images/icons/catalog-filter.svg);
}

.nav-i--motocycle::before {
    content: url(/images/icons/catalog-motocycle.svg);
}

.nav-i--oil::before {
    content: url(/images/icons/catalog-oil.svg);
}

.nav-i--tool::before {
    content: url(/images/icons/catalog-tool.svg);
}

.nav-i--truck::before {
    content: url(/images/icons/catalog-truck.svg);
}

.nav-i--tyre::before {
    content: url(/images/icons/catalog-tyre.svg);
}

.nav-i--car::before {
    content: url(/images/icons/catalog-car.svg);
}


/* .e-brands {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.e-brand-item {
    padding: 10px;
    width: 16.66%;
    text-align: center;
}

.e-brand-item img {
    max-height: 65px;
    display: inline-block;
} */

.swiper-brands {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 15px;
}

.e-brands {
    align-items: center;
}

.e-brand-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.e-brand-item img {
    max-height: 60px;
}

.home-slider {
    margin-bottom: 60px;
}

.sp-login-actions #login-form {
    display: inline;
}

.sp-login-actions .login-button {
    color: #fff;
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.cool-title {
    margin: 15px 0;
}

.article-intro-image img {
    height: 150px;
    display: block;
    margin-bottom: 15px;
    object-fit: cover;
    object-position: right;
    border: 1px solid #ccc;
}

.article-introtext {
    font-size: 12px;
    line-height: 1.25;
}

.article-list .article .readmore {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
    background-color: #e9e9e9;
}

.article-list .article .readmore a {
    cursor: pointer;
    color: #ed7c1e;
    text-decoration: none;
    position: relative;
    padding: 3px 17px 3px 43px;
    display: inline-block;
}

.article-list .article .readmore a::before {
    content: '';
    background-image: url(/images/arrow.png);
    background-repeat: no-repeat;
    background-size: 24px 5px;
    display: inline-block;
    margin-left: -33px;
    margin-bottom: 2px;
    width: 33px;
    height: 5px;
    vertical-align: middle;
}

.article-list .article .readmore a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    border-bottom: 2px solid #ed7c1e;
    transition: width .35s;
    white-space: nowrap;
}

.article-list .article .readmore a:hover::after {
    width: 100%;
}

.cool-subtitle {
    margin: 15px 0;
    font-size: 17px;
    font-weight: 600;
}

.main_video_tutorial {
    position: relative;
    border: 1px solid #d5d5d5;
    padding: 20px 25px;
    background: #fef8ec;
    margin-right: 30px;
}

.main_video_tutorial .title {
    font-size: 26px;
    padding: 0 0 20px;
    font-weight: 400;
}

.main_video_tutorial:before {
    content: '';
    background: url(/images/new_ico.png) no-repeat;
    width: 48px;
    height: 45px;
    top: -2px;
    background-size: cover;
    position: absolute;
    right: -30px;
}

.main_video_tutorial .name_block_title span {
    font-size: 13px;
    display: block;
    color: #555;
}

.header__contacts {
    color: #f1f1f1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.header__contacts-phones {
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px;
    color: #a7adb4;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    text-align: right;
}

.header__contacts-phones li {
    white-space: nowrap;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.header__contacts-phones li:last-child {
    margin-bottom: 0;
}

.header__contacts-phones a {
    text-decoration: none;
    color: #f1f1f1!important;
}

.header__contacts-phones span {
    color: #a7a7a7;
}

.header__contacts .header__contacts-call {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: normal;
    margin-left: 10px;
}

.header__contacts .header__contacts-call .header__contacts-call-link {
    font-style: italic;
    color: #a7a7a7;
    font-size: 12px;
    display: block;
    cursor: pointer;
}

.header__contacts .header__contacts-call .header__contacts-call-link:hover {
    text-decoration: underline;
}

#sp-footer .container-inner {
    background-color: #1f3441;
    padding: 30px;
}

#sp-footer1,
#sp-footer2 {
    font-size: 12px;
}

#sp-footer1 img {
    max-height: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    max-width: 150px
}

#sp-footer1 p,
#sp-footer2 p {
    font-size: 12px;
    line-height: 1.3;
}

#sp-footer2 a {
    color: #ed7c1e;
}

#sp-footer2 .work-time {
    margin-top: 15px;
}

#sp-footer3 .sp-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sp-footer3 .social-icons {
    margin-bottom: 20px;
    text-align: center;
    order: 1;
}

#sp-footer3 .social-icons span {
    font-size: 28px;
}

#sp-footer3 .sp-copyright {
    order: 2;
    display: block;
    text-align: center;
}

#sp-footer1,
#sp-footer2 {
    padding-right: 15px;
    border-right: 1px solid rgba(130, 142, 149, .2);
}

.footer__app,
.footer__app-image {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.footer__app {
    margin-top: 60px;
    height: 100px;
    padding: 0 30px;
    background-color: #f47d2f;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.footer__app-image {
    position: absolute;
    bottom: 0;
    left: 50px;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    pointer-events: none;
}

.footer__app-image .big-img {
    margin-right: 8px;
}

.footer__app-image .qr {
    margin-left: 18px;
    text-align: center;
    height: 98px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 160px;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer__app-image .qr,
.footer__app-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.footer__app-image .qr img {
    height: 64px;
}

.footer__app-image span {
    color: #fad0b4;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    margin-top: 4px;
    display: block;
    max-width: 100%;
}

.footer__app-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 36%;
}

.footer__app-icon {
    margin-left: auto;
}

.footer__app-icon a {
    margin-left: 16px;
    display: block;
}

#sp-bottom .container-inner {
    background-color: #132530;
    padding: 30px 15px;
}

#sp-bottom .sp-module .sp-module-title {
    font-size: 15px;
    color: #f47d2f;
    text-transform: uppercase;
}

#sp-bottom ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

#sp-bottom ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f47d2f;
    top: 7px;
    top: calc(50% - 2px);
    left: 0;
}

#sp-bottom ul li a,
#sp-bottom ul li span {
    color: #a7adb4;
    font-size: 13px;
}

#sp-bottom ul li a:hover {
    color: #fff;
}

.tecdoc_brands {
    margin: 30px 0;
    padding: 0;
}

.tecdoc-cards-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 15px;
    background-color: #fff;
    min-height: 75px;
}

.tecdoc-cards-list__item {
    width: calc(25% - 15px);
    margin-right: 15px;
    height: 75px;
    text-align: left;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.tecdoc-cards-list__item:before {
    content: "";
    position: absolute;
    left: -21px;
    right: -19px;
    top: -7px;
    bottom: -10px;
    display: none;
}

.tecdoc-cards-list__item .tecdoc-cards-list__item-img {
    width: 52px;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tecdoc-cards-list__item img {
    filter: grayscale(100%);
    opacity: .8;
}

.tecdoc-cards-list__item .tecdoc-cards-list__item-text {
    position: relative;
    margin-left: 79px;
    display: block;
}

.tecdoc-cards-list__item .tecdoc-cards-list__item-title {
    display: block;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 5px;
    line-height: 1.4;
    color: #333;
}

.tecdoc-cards-list__item .tecdoc-cards-list__item-descr {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    color: #333;
}

.tecdoc-cards-list__item .tecdoc-cards-list__item-descr {
    width: 100%;
    opacity: .5;
    display: none;
}

.tecdoc-cards-list__item:hover:before {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(122, 122, 122, .28);
    display: block;
}

.tecdoc-cards-list__item:hover img {
    filter: none;
    opacity: 1;
}

.tecdoc-cards-list__item:hover .tecdoc-cards-list__item-title {
    padding-top: 15px;
    color: #f37c2e;
}

.tecdoc-cards-list__item:hover .tecdoc-cards-list__item-descr {
    display: block;
}

.tecdoc-cards-wrapper .nav {
    padding: 0 10px;
    border-bottom: 1px solid #dee2e6;
}

.tecdoc-cards-wrapper .nav a {
    background-color: #fff;
    padding: 0 20px 0 75px;
    line-height: 60px;
    white-space: nowrap;
    letter-spacing: -.6px;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 15px;
    margin: 0 5px -1px 5px;
    border: 1px solid #ddd;
    position: relative;
}

.tecdoc-cards-wrapper .nav #passenger-tab {
    background-image: url(/images/vehicle_type_1.png);
}

.tecdoc-cards-wrapper .nav #moto-tab {
    background-image: url(/images/vehicle_type_2.png);
}

.tecdoc-cards-wrapper .nav #commercial-tab {
    background-image: url(/images/vehicle_type_3.png);
}

#nav-vehicle-Content {
    background-color: #fff;
}

.tecdoc_search {
    background-color: #fff;
    padding: 15px;
}

#nav-vehicle-tab {
    margin-top: 30px;
}

.tecdoc_search input {
    font-size: 14px;
    border-radius: 0;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23999999;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M27,26.2c0,0.2-0.1,0.4-0.2,0.6S26.5,27,26.3,27c-0.2,0-0.4-0.1-0.5-0.2l-9.2-9.2c-0.8,0.6-1.6,1.1-2.5,1.4 s-1.8,0.5-2.8,0.5c-0.8,0-1.5-0.1-2.2-0.3s-1.4-0.5-2-0.8s-1.2-0.8-1.7-1.3S4.5,16,4.1,15.4c-0.4-0.6-0.6-1.3-0.8-2S3,12,3,11.2 S3.1,9.7,3.3,9s0.5-1.4,0.8-2s0.8-1.2,1.3-1.7s1.1-0.9,1.7-1.3s1.3-0.6,2-0.8S10.5,3,11.3,3s1.5,0.1,2.2,0.3s1.4,0.5,2,0.8 s1.2,0.8,1.7,1.3s0.9,1.1,1.3,1.7s0.6,1.3,0.8,2s0.3,1.4,0.3,2.2c0,1-0.2,1.9-0.5,2.8s-0.8,1.7-1.4,2.5c0.1,0.1,0.3,0.3,0.7,0.7 s0.7,0.7,1.2,1.2s1,1,1.5,1.5s1.1,1.1,1.7,1.7s1.1,1.1,1.6,1.6s1,1,1.4,1.4s0.7,0.8,1,1.1S27,26.1,27,26.2z M11.3,18 c0.9,0,1.8-0.2,2.6-0.5s1.5-0.8,2.1-1.4c0.6-0.6,1.1-1.3,1.4-2.1s0.5-1.7,0.5-2.6s-0.2-1.8-0.5-2.6S16.6,7.1,16,6.5 S14.7,5.4,13.9,5s-1.7-0.5-2.6-0.5S9.4,4.6,8.6,5S7.1,5.8,6.5,6.5S5.4,7.8,5,8.6s-0.5,1.7-0.5,2.6S4.7,13,5,13.8s0.8,1.5,1.4,2.1 c0.6,0.6,1.3,1.1,2.1,1.4S10.3,18,11.3,18z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.tecdoc-list__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 20px;
    padding: 0 15px 15px 15px;
}

.tecdoc-cards-table {
    background-color: #fff;
}

.tecdoc-cards-table th {
    text-transform: uppercase;
    padding: 2px 10px;
    background: #e1e7ec;
    border: 5px solid #f6f6f6;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #606975;
}

.tecdoc-cards-table td {
    color: #606975;
    font-size: 13px;
    font-weight: 400;
    border-left: 5px solid #f6f6f6;
    border-right: 5px solid #f6f6f6;
    vertical-align: middle;
    cursor: pointer;
}

.tecdoc-cards-table tr:hover td {
    color: #F47D2F;
}

.tecdoc-wrapper,
.article-details {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 30px;
    height: 100%;
}

.itemid-102 .article-details {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    height: auto;
}

.tecdoc-group-list {
    font-size: 13px;
    color: #606975;
}

.tecdoc-group-list ul {
    list-style: none;
}

.tecdoc-group-list ul ul {
    display: none;
    padding-top: 15px;
}

.tecdoc-group-list ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
}

.tree-scroler:after {
    content: '+';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #7F8C8D;
    color: #7F8C8D;
    border-radius: 2px;
    text-align: center;
    line-height: 17px;
    pointer-events: all;
}

.open>.tree-scroler:after {
    content: '-';
}

.group-secect:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #D9DADB;
    position: absolute;
    left: 0px;
    top: 0;
}

a.group-secect {
    color: #f37c2e;
}

a.group-secect:hover {
    text-decoration: underline;
}

.tecdoc-group-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tecdoc-wrapper .tecdoc_search {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.tecdoc_search input.form-control:focus {
    box-shadow: none;
    border-color: #333;
}

.tecdoc-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}

li.tecdoc-product {
    width: 33.33%;
    margin: -15px 0 15px 0;
    padding: 15px;
    list-style: none;
}

li.tecdoc-product .inner-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    -ms-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
}

li.tecdoc-product .img-wrapper {
    position: relative;
    margin: 0;
    padding: 15px;
    text-align: center;
    line-height: 0;
    overflow: hidden;
    height: 200px;
    width: 100%;
}

li.tecdoc-product .img-wrapper img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

li.tecdoc-product:hover .img-wrapper img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

li.tecdoc-product .excerpt-wrapper {
    padding: 0 2em 1.5em;
}

li.tecdoc-product .primary-cat {
    font-size: .765em;
    font-weight: 500;
    text-transform: uppercase;
    color: #a9a9a9;
    min-height: 16px;
}

li.tecdoc-product a {
    color: #212121;
}


/* li.tecdoc-product a:visited {
    opacity: .7;
} */

.product__title {
    padding: 0;
    display: block;
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    min-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.tecdoc-product .tecdoc-actions-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.tecdoc-product .tecdoc-product_code {
    display: inline-block;
    line-height: 1.25;
    border-radius: 0 8px 0 8px;
    background-color: #f3f3f3;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
}

li.tecdoc-product .product_search_button {
    display: inline-block;
    visibility: visible;
    width: 26px;
    min-width: 26px;
    height: 26px;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    -webkit-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    transition: color .3s ease-out;
    padding: 0;
    border-radius: 0;
    margin: 0 0 0 10px;
    text-indent: 200%;
    white-space: nowrap;
    position: relative;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23999999;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M27,26.2c0,0.2-0.1,0.4-0.2,0.6S26.5,27,26.3,27c-0.2,0-0.4-0.1-0.5-0.2l-9.2-9.2c-0.8,0.6-1.6,1.1-2.5,1.4 s-1.8,0.5-2.8,0.5c-0.8,0-1.5-0.1-2.2-0.3s-1.4-0.5-2-0.8s-1.2-0.8-1.7-1.3S4.5,16,4.1,15.4c-0.4-0.6-0.6-1.3-0.8-2S3,12,3,11.2 S3.1,9.7,3.3,9s0.5-1.4,0.8-2s0.8-1.2,1.3-1.7s1.1-0.9,1.7-1.3s1.3-0.6,2-0.8S10.5,3,11.3,3s1.5,0.1,2.2,0.3s1.4,0.5,2,0.8 s1.2,0.8,1.7,1.3s0.9,1.1,1.3,1.7s0.6,1.3,0.8,2s0.3,1.4,0.3,2.2c0,1-0.2,1.9-0.5,2.8s-0.8,1.7-1.4,2.5c0.1,0.1,0.3,0.3,0.7,0.7 s0.7,0.7,1.2,1.2s1,1,1.5,1.5s1.1,1.1,1.7,1.7s1.1,1.1,1.6,1.6s1,1,1.4,1.4s0.7,0.8,1,1.1S27,26.1,27,26.2z M11.3,18 c0.9,0,1.8-0.2,2.6-0.5s1.5-0.8,2.1-1.4c0.6-0.6,1.1-1.3,1.4-2.1s0.5-1.7,0.5-2.6s-0.2-1.8-0.5-2.6S16.6,7.1,16,6.5 S14.7,5.4,13.9,5s-1.7-0.5-2.6-0.5S9.4,4.6,8.6,5S7.1,5.8,6.5,6.5S5.4,7.8,5,8.6s-0.5,1.7-0.5,2.6S4.7,13,5,13.8s0.8,1.5,1.4,2.1 c0.6,0.6,1.3,1.1,2.1,1.4S10.3,18,11.3,18z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

li.tecdoc-product .product_search_button:hover {
    opacity: 1;
}

li.tecdoc-product .img-wrapper a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

li.tecdoc-product .img-wrapper a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-status {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 12px;
}

.in-stock {
    color: #66a300;
}

.not-available {
    color: #ff4040;
}

#tecdocAjaxProducts {
    height: 100%;
    position: relative;
}

.tecdoc-product-main .product_title {
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tecdoc-product-main .product_meta {
    display: inline-block;
    height: 30px;
    line-height: 1.25;
    border-radius: 0 8px 0 8px;
    background-color: #f3f3f3;
    padding: 5px 14px 4px;
    margin-bottom: 2em;
}

.tecdoc-product-main .sku_wrapper {
    display: block;
    font-weight: 300;
}

.tecdoc-product-main .sku_wrapper .sku {
    font-weight: 500;
}

.tecdoc-product-sd {}

.tecdoc-product .product-price {
    width: 100%;
    font-size: 1.9em;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tecdoc-product .product-price span.s {
    font-size: 60%;
    /* vertical-align: text-top; */
    font-weight: 500;
}

.product-static-info {
    padding: 0;
    margin: 30px 0 0 0;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.product-static-info li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #374250;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.25;
}

.product-static-info li .icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    flex-shrink: 0;
}

.product-static-info li .icon svg {
    max-width: 100%;
}

.product-static-info li span {
    display: block;
}

.cart-price-box__btn {
    width: 100%;
    position: relative;
    /* background-color: #1a77d2; */
    background-color: red;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding-left: 25px;
    border-radius: 0 12px;
    transition: all 250ms ease-in-out;
}

span.addtocart-button {
    position: relative;
    display: block;
}

span.addtocart-button img {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 22px;
    left: 50%;
    display: block;
    min-width: 25px;
    margin-top: -12px;
    margin-left: -60px;
    pointer-events: none;
}

.cart-price-box__btn.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.cart-price-box__btn:hover {
    opacity: 0.9;
}

.cart-price-box__btn img {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    text-align: center;
    max-height: 450px;
    height: auto;
}

.swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-brands .swiper-slide img {
    width: auto;
}

.gallery-top {
    height: 100%;
    width: 100%;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-wrapper {
    flex-direction: column;
}

.gallery-thumbs .swiper-slide {
    width: 100%!important;
    height: 100%!important;
    opacity: 0.4;
    cursor: pointer;
    margin-bottom: 10px;
}

.gallery-thumbs .swiper-slide img {
    max-height: 100px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.card-characts {
    margin-bottom: 15px;
}

.card-characts .card-body__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000;
}

.card-characts-list {
    font-size: 13px;
}

.card-characts-list-item:nth-child(odd) {
    background-color: #fafafa;
}

.card-characts-list-item {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.card-characts-list-item__title {
    text-align: left;
}

.card-characts-list-item__text {
    text-align: right;
}

.price-stock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.tecdoc-product .excerpt-wrapper .product-price {
    font-size: 1.4em;
    line-height: 1.3;
}

.tecdoc-product .product-price .price-crossed {
    font-size: 16px;
    color: #a7adb4;
    margin-right: 10px;
    position: relative;
}

.tecdoc-product .product-price .price-crossed:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
    height: 1px;
    margin-bottom: -1px;
    background-color: #a7adb4;
}

.tecdoc-product .product-price .override_price {
    background-color: #e83f33;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 0 8px 0 8px;
    position: absolute;
    top: -20px;
    font-weight: 400;
    right: 0;
}

.tecdoc-product .excerpt-wrapper .product-price .override_price {
    top: -15px;
    right: -15px;
}

.tecdoc-product .excerpt-wrapper .price-stock {
    margin-bottom: 5px;
}

.vm-categories-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 15px;
    min-height: 75px;
    overflow: hidden;
}

.vm-categories-list__item {
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
    height: 75px;
    text-align: left;
    text-decoration: none;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.vm-categories-list__item .vm-categories-list__item-img {
    width: 52px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 15px;
}

.vm-categories-list__item img {
    filter: grayscale(100%);
    opacity: .8;
}

.vm-categories-list__item .vm-categories-list__item-text {
    position: relative;
    display: block;
}

.vm-categories-list__item .vm-categories-list__item-title {
    display: block;
    width: 100%;
    margin: 5px 0;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.vm-categories-list__item:before {
    content: "";
    position: absolute;
    left: -21px;
    right: -19px;
    top: -7px;
    bottom: -10px;
    display: none;
}

.vm-categories-list__item:hover img {
    filter: none;
    opacity: 1;
}

.vm-categories-list__item:hover .vm-categories-list__item-title {
    color: #f37c2e;
}

.alert {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    /* color: #a7adb4; */
    border-radius: 3px;
}

.alert .alert-heading,
.alert .close {
    display: none;
}

.alert.alert-notice {
    background-color: #132530;
    color: #f1f1f1;
}

.cf_wrapp_all .cf_wrapper_input_text {
    width: 100%;
}

.cf_wrapp_all .cf_wrapper_input_text .form-horizontal {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.cf_wrapp_all .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal>input {
    width: 50%;
    height: auto;
    border-radius: 0;
    margin: 0;
    padding: 8px 4px;
    text-align: center;
}

.cf_wrapper_inner input {
    color: #333;
    font-size: 13px;
    min-height: 40px;
}

.cf_wrapp_all .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal>input,
.cf_wrapper_inner input {
    box-shadow: none;
}

.cf_wrapp_all .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal>input:first-child {
    border-radius: 3px 0 0 3px;
    /* border-right: none; */
}

.cf_wrapp_all .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal>input:last-child {
    border-radius: 0 3px 3px 0;
}

.cf_flt_wrapper {
    padding: 0;
    transition: all 300ms ease-in-out;
}

.check {
    cursor: pointer;
    position: relative;
    margin-left: 15px;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #132530;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.cf_filters_list li {
    padding-bottom: 5px;
    display: flex;
}

.cf_flt_wrapper label {
    display: inline-flex!important;
}

.cf_flt_counter {
    display: inline;
    font-size: 13px;
    color: #a7adb4;
}

.check:hover svg {
    stroke: #132530;
}

.cf_flt:checked+.check svg {
    stroke: #132530;
}

.cf_flt:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

.cf_flt:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.cf_flt_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-weight: 400!important;
    color: #000;
    font-size: 16px!important;
    position: relative;
    margin-bottom: 0;
}

.cf_flt_wrapper {
    border-bottom: none;
    margin-bottom: 0!important;
    border-bottom: 1px solid #f6f6f6;
    padding: 15px 0 0 0;
}

.cf_search_button.btn {
    line-height: 14px!important;
}

.cf_resetAll_link {
    border-bottom: none;
    margin: 25px 15px;
    display: inline-block;
    text-align: center;
}

.cf_resetAll_link:hover {
    text-decoration: none;
    color: #fff;
}

.cf_resetAll_link span {
    color: #fff;
    background: #023f88;
    line-height: 14px;
    font-size: 14px!important;
    padding: 10px 30px;
    border-radius: 3px;
}

.cf_resetAll_link span:hover {
    opacity: 0.9;
}

.cf_filters_list input[type="radio"],
.cf_filters_list input[type="checkbox"] {
    margin: 0!important;
}

.cf_filters_list li .cf_option {
    font-weight: 400;
    color: #333;
    margin-left: 5px;
    font-size: 13px;
}

.headexpand {
    height: auto!important;
    margin-right: 0!important;
}

.headexpand_show,
.headexpand_hide {
    background: none!important;
    color: #969696;
}

.headexpand_show:before {
    content: "";
    background: url(/images/icons/minus.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.headexpand_hide:before {
    content: "";
    background: url(/images/icons/minus.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.cf_filters_list {
    margin: 0;
}

.tecdoc__select-car {
    background-color: #fff;
}

.block-select-car {
    border-top: 2px solid #0067d7;
    padding: 17px 25px 17px 17px;
    position: relative;
}

.block-select-car__title {
    font-size: 13px;
    color: #353535;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-right: 25px;
    display: flex;
}

.block-select-car__update {
    display: none;
    position: absolute;
    background-image: url(/images/sprite_gulp.png);
    background-position: -417px -660px;
    width: 16px;
    height: 15px;
    right: 26px;
    top: 21px;
}

.block-select-car__title span {
    padding-left: 15px;
}

.block-select-car__title span b {
    font-size: 18px;
    line-height: 1.2;
    text-transform: none;
    display: block;
}

.block-select-car__select,
.block-select-car__steps .step {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.block-select-car__select {
    border: 1px solid #dddee0;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.block-select-car__select.active select {
    cursor: pointer;
}

.block-select-car__select:before {
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 40px;
    z-index: 13;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
}

.block-select-car__select span.number {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #dddee0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 13;
    pointer-events: none;
}

.block-select-car__select span.arrow {
    position: absolute;
    right: -20px;
    top: 10px;
}

.block-select-car__select select {
    padding: 0 40px;
    width: 100%;
    height: 40px;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    font-size: 13px;
    z-index: 12;
}

.block-select-car__select:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #999;
    z-index: 11;
    border-top: 1px solid #999;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 13;
    pointer-events: none;
}

.block-select-car__select.active:before {
    background: #424242;
}

.block-select-car__select.active span.arrow {
    background-image: url(/images/sprite_gulp.png);
    background-position: -436px -327px;
    width: 9px;
    height: 15px;
}

.block-select-car__select.active span.number {
    background: #0067d7;
}

.block-select-car__select.active:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.block-select-truck__button {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

.block-select-truck__button a {
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    background: #0067d7;
    pointer-events: none;
    opacity: 0.4;
}

.block-select-truck__button.active a {
    opacity: 1;
    pointer-events: unset;
}

.block-select-truck__button.active a:hover {
    opacity: 0.9;
}

.block-select-truck__button a span {
    position: relative;
}

.block-select-truck__button a span:before {
    content: '';
    display: block;
    background-image: url(/images/sprite_gulp.png);
    background-position: -740px -89px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -9px;
}

.car-fully-selected .arrow {
    display: none;
}

.header__cart.header__cart_empty {
    cursor: default;
}

.header__cart {
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: relative;
    background-color: #1a77d2;
    border-radius: 3px;
    font-size: 0;
    padding: 0 10px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.header__cart:hover,
.header__cart:focus {
    color: #fff;
}

.header__cart .header__cart-icon {
    background: url(/images/cart.png) center center no-repeat;
    display: inline-block;
    width: 27px;
    height: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.header__cart.header__cart_empty .header__cart-count {
    display: none;
}

.header__cart .header__cart-text {
    display: none;
    font-size: 13px;
    letter-spacing: .3px;
}

.header__cart .header__cart-total {
    display: inline;
    font-size: 13px;
    letter-spacing: .3px;
}

.header__cart.header__cart_empty .header__cart-text {
    display: inline;
}

.header__cart.header__cart_empty .header__cart-total {
    display: none;
}

.addtocart-bar .quantity-box {
    display: none;
}

.header__cart .header__cart-count {
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #f44336;
    color: #fff;
    padding: 0 6px;
}

.popup__window-no-scroll {
    overflow: hidden;
}

#popup-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(244, 244, 244, .95);
    z-index: 21;
    transition: all .2s ease-out;
}

#popup-overlay.show {
    display: block;
    opacity: 1;
}

.popup__window {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    padding: 20px;
    opacity: 0;
    background: #fff;
    transition: all 0.2s;
}

.cart-popup {
    width: 100%;
    max-width: 960px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    padding: 50px 30px 30px 30px;
}

.popup__window.open {
    opacity: 1;
}

.popup__close {
    position: absolute;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background: url(/images/icons/cross.svg) center center no-repeat;
    border-radius: 100%;
    border: 1px solid #cfcfcf;
    background-size: 15px;
    top: 26px;
    right: 32px;
}

.cart-popup .popup__close {
    top: 30px;
    right: -55px;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    display: none;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
}

.popup.open {
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup-cart {
    font-size: 0;
}

.popup__content {
    width: 100%;
    overflow: hidden;
}

.cart-popup-topline {
    overflow: hidden;
    margin-bottom: 50px;
}

.cart-popup__title {
    margin-left: 30px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 52px!important;
    padding-left: 6px;
}

.cart-table {
    width: 900px;
    font-size: 13px;
    position: relative;
    margin: 0 auto;
}

.cart-table-head {
    background-color: #fafafa;
    padding: 15px 30px;
    font-size: 0;
}

.cart-table-cell {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    vertical-align: middle;
}

.cart-table-head .cart-table-cell {
    font-weight: 600;
}

.cart-table-cell_pic {
    width: 120px;
    text-align: center;
}

.cart-table-cell_name {
    padding: 0 19px;
    width: 285px;
    line-height: 1.54;
}

.cart-table-cell_discount,
.cart-table-cell_price {
    width: 120px;
    text-align: center;
}

.cart-table-cell_total {
    text-align: right;
    width: 120px;
}

.cart-table-cell_quantity {
    width: 75px;
    text-align: center;
}

.cart-table-item .cart-table-cell_quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-table-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 30px;
}

.cart-table-item-wrap .cart-table-cell_pic {
    height: 85px;
}

.cart-table-item-wrap .cart-table-cell_pic a,
.cart-table-item-wrap .cart-table-cell_pic span {
    width: 115px;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
}

.cart-table-cell a {
    color: #1a77d2;
}

.cart-table-cell_pic img {
    display: inline;
    vertical-align: middle;
    max-height: 85px;
    width: auto;
}

.cart-table-footer {
    font-size: 16px;
    background-color: #fafafa;
    text-align: right;
    padding: 15px 30px 10px 0;
    overflow: hidden;
}

.cart-table-footer table {
    float: right;
    text-align: right;
}

.cart-table-footer th {
    width: 200px;
    font-weight: 600;
    padding-bottom: 5px;
}

.cart-table-footer td {
    padding-left: 13px;
    width: 75px;
    white-space: nowrap;
    font-weight: 500;
    padding-bottom: 5px;
}

.cart-popup-botline {
    overflow: hidden;
    margin-bottom: 43px;
    padding-top: 33px;
}

.cart-table-item+.cart-table-item {
    border-top: 1px solid #ececec;
}

.cart-popup__checkout {
    float: right;
    width: 265px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #1a77d2;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.cart-popup__checkout:hover,
.cart-popup__checkout:focus {
    background-color: #1e5ba5;
    color: #fff;
}

.cart-popup__checkout:after {
    content: '→';
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -1px;
    font-size: 15px;
    right: 0;
    transition: all 250ms ease-in-out;
}

.cart-popup__checkout:hover:after {
    right: -5px;
}

.cart-popup__close {
    width: 255px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #1a77d2;
    cursor: pointer;
}

.cart-popup__close:hover {
    opacity: 0.8;
    color: #1a77d2;
}

.cart-popup__close:before {
    content: '←';
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
    font-size: 15px;
    left: 0;
    transition: all 250ms ease-in-out;
}

.cart-popup__close:hover:before {
    left: -5px;
}

.cart-table-preloader,
.header__cart-preloader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 99;
    display: none;
}

.header__cart-preloader {
    background: #1a77d2;
    z-index: 1;
}

.cart-table-preloader div {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    animation-name: loader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.header__cart-preloader div {
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    animation-name: loader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.cart-table-preloader div {
    background-image: url(/images/loader-blue.svg);
}

.header__cart-preloader div {
    background-image: url(/images/loader-white.svg);
}

.cart-view,
.vm-order-done,
.vm-wrap {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
}

.remove_from_cart,
.remove_from_cart:hover,
.remove_from_cart:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    margin-left: 10px;
}

.cart-item__delete {
    display: inline-block;
    width: 14px;
    height: 20px;
    cursor: pointer;
    background: url(/images/menu-close.svg) center center no-repeat;
    vertical-align: middle;
}

.remove_from_cart:hover .cart-item__delete {
    opacity: 0.8;
}

.proopc-qty-input {
    padding: 5px!important;
    text-align: center;
}

.text-center .cart-popup__close {
    float: none;
    font-size: 13px;
}

.cart-profile {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F6F6F6;
}

.cart-profile .proopc-btn,
.order-view .proopc-btn,
.vm-order-done .vm-button-correct {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 30px;
    display: inline-block;
    background: #1a77d2;
    color: #fff;
    font-size: 13px;
    text-align: center;
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.cart-profile .proopc-btn:hover,
.cart-profile .proopc-btn:focus,
.vm-order-done .vm-button-correct:hover,
.vm-order-done .vm-button-correct:focus,
.order-view .proopc-btn:hover,
.order-view .proopc-btn:focus {
    opacity: 0.9;
}

.checkout-social__text {
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 30px;
    background: #f6f6f6;
    color: #555;
}

.cart-profile input {
    border-radius: 0!important;
    font-size: 13px!important;
    height: 40px;
}

.cart-profile .inner {
    margin-bottom: 15px!important;
}

.post_payment_order_total,
.vm-order-done h3 {
    margin-bottom: 30px;
}

.order-view input[type="text"]:not(.form-control),
.order-view input[type="email"]:not(.form-control),
.order-view input[type="url"]:not(.form-control),
.order-view input[type="date"]:not(.form-control),
.order-view input[type="password"]:not(.form-control),
.order-view input[type="search"]:not(.form-control),
.order-view input[type="tel"]:not(.form-control),
.order-view input[type="number"]:not(.form-control),
.order-view select:not(.form-control) {
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px;
    font-size: 13px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-search--dropdown .select2-search__field {
    height: 40px;
    border-radius: 0!important;
    font-size: 13px!important;
}

.select2-results {
    font-size: 13px;
}

.icon-search {
    display: none;
}

#sp-search #sw_woo_search_1,
#tecdoc_search_vin {
    flex-wrap: nowrap;
}

#sp-search .content-search,
#tecdoc_search_vin .content-search {
    min-width: 75%;
}

#sp-search input,
#tecdoc_search_vin input {
    background-color: #fff;
    height: 40px;
    border: none;
    padding: 0 15px;
    border-radius: 3px;
    width: 100%;
    font-size: 13px;
    color: #132530;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#tecdoc_search_vin input {
    border: 1px solid #dddee0;
}

#sp-search button,
#tecdoc_search_vin button {
    min-width: 115px;
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 115px;
    -ms-flex: 0 1 115px;
    flex: 0 1 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 3px;
    background-color: #1a77d2;
    border-radius: 3px;
    border: none;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: .3px;
    color: #fff;
    cursor: pointer;
}

#sp-search button:hover,
#tecdoc_search_vin button:hover {
    background-color: rgba(0, 104, 215, .8);
}

#sp-search button:hover,
#sp-search button:focus,
#sp-search button,
#tecdoc_search_vin button:hover,
#tecdoc_search_vin button:focus,
#tecdoc_search_vin button {
    border: none;
    outline: none;
}

.cf_results-msg {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    width: 100%;
    display: block;
}

.tecdoc__search-vin {
    margin-top: 30px;
}

.form-preloader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 99;
    display: none;
}

.form-preloader div {
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(/images/loader-blue.svg);
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    animation-name: loader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.tecdoc-products-list {
    position: relative;
}

#tecdoocAjaxLoading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 99;
    display: none;
}

#tecdoocAjaxLoading div {
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(/images/loader-blue.svg);
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    animation-name: loader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.form_radio_group {
    display: flex;
    overflow: hidden;
    font-size: 13px;
}

.form_radio_group-item {
    display: inline-block;
    width: 100%;
}

.form_radio_group input[type=radio] {
    display: none;
}

.form_radio_group label {
    display: block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 40px;
    border: 1px solid #dddee0;
    border-right: none;
    text-align: center;
    user-select: none;
}

.form_radio_group .form_radio_group-item:first-child label {
    border-radius: 3px 0 0 3px;
}

.form_radio_group .form_radio_group-item:last-child label {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #dddee0;
}

.form_radio_group input[type=radio]:checked+label {
    background: rgba(0, 103, 214);
    color: #fff;
}

.form_radio_group label:hover {
    color: #666;
}

.form_radio_group input[type=radio]:disabled+label {
    background: #efefef;
    color: #666;
}

.product-not-available {
    color: red;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    display: block;
    /* white-space: nowrap; */
}

.more-btn {
    text-align: center;
}

.more-brands {
    min-width: 115px;
    width: auto;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    margin: 30px;
    line-height: 40px;
    text-align: center;
    margin-left: 3px;
    background-color: #1a77d2;
    border-radius: 3px;
    border: none;
    font-size: 13px;
    letter-spacing: .3px;
    color: #fff;
    cursor: pointer;
}

.more-brands:hover,
.more-brands:focus {
    color: #fff;
    background-color: rgba(0, 104, 215, .8);
}

.addtocart-button-mini img {
    margin-left: 0;
}

.cart-price-box__btn-mini {
    border: none;
    background-color: transparent;
    font-size: 0px;
    color: #fff;
    width: 40px;
    height: 27px;
}

#sp-footer {
    background: #1f3441;
}

.product-min_order {
    font-size: 12px;
    color: #777;
    text-align: center;
}

.product-min_order b {
    font-size: 14px;
    color: #444;
}

.article-details ul {
    padding-left: 45px;
}

.cf_form .cf_flt_header_text {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 3px;
    width: 100%;
    text-align: left;
}

.cf_form .cf_apply_button {
    height: 55px;
    line-height: 1;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    border-radius: 3px;
    background-color: #2267d7;
    background-image: url(/images/button_search.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 29% 15px;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
    border: none;
}

.cf_form .cf_apply_button:hover {
    border: none;
    opacity: 0.9;
}

.cf_form select.cf_flt {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/select_tires_arrow.png) no-repeat right;
    border-radius: 5px;
    font-size: 13px;
    height: 42px;
    cursor: pointer;
}

.tires_page {
    margin-top: -30px;
}

.tires_page .cf_form .cf_apply_button {
    background-position: 34% 15px;
}

.tires_select {
    background: url(/images/select_bg.jpg) #abb6bc no-repeat;
    position: relative;
}

.tires_select .title {
    font-size: 40px;
    font-weight: 500;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    letter-spacing: -.6pt;
}

.tires_page .select_block {
    margin-bottom: 30px;
}

.tires_page .select_block .blocks {
    background: #fff;
    /* border-top: 1px solid #ddd; */
    position: relative;
    background: url(/images/select_block_b33.png) no-repeat #fff;
    background-size: 100%;
}

.tires_page .select_block .blocks .left_block {
    text-align: center;
    border: 3px solid #2267d7;
    padding: 10px 20px;
    position: relative;
}

.tires_page .select_block .blocks .left_block .tit {
    font-size: 15px;
    color: #0067d6;
    text-align: center;
    font-weight: 600;
}

.tires_page .cf_form select.cf_flt {
    height: 34px;
    background-color: #fff;
}

.tires_page .headexpand {
    display: none;
}

.tires_page .cf_form {
    display: flex;
    flex-wrap: wrap;
}

.tires_page .cf_flt_wrapper {
    width: 33.33%;
    width: calc(33.33% - 20px);
    margin: 0 10px;
    border-bottom: none;
}

.tires_page .cf_flt_wrapper#cf_flt_wrapper_virtuemart_manufacturer_id_126 {
    width: 100%;
}

.tires_page .cf_flt_wrapper#cf_flt_wrapper_virtuemart_manufacturer_id_126 .cf_wrapper_inner {
    width: 66.66%;
    width: calc(66.66% - 10px);
}

.tires_page .cf_form .cf_apply_button {
    margin: 15px 10px;
}

.tires_page .cf_form .cf_flt_header {
    pointer-events: none;
}

.tires_page .cf_flt_wrapper#cf_flt_wrapper_custom_f_18_126,
.tires_page .cf_flt_wrapper#cf_flt_wrapper_custom_f_19_126 {
    width: 50%;
    width: calc(50% - 20px);
    margin-top: 80px;
}

.tires_page .tires_img {
    position: absolute;
    margin-top: 0;
    bottom: 165px;
    left: 0;
    right: 0;
    text-align: center;
}

.tires_page .tires_img img {
    display: inherit;
    margin: 0 auto;
}

.tires_page .tires_img a {
    position: absolute;
    font-size: 9px;
    width: 86px;
    padding: 5px 28px 5px 0;
    right: 30px;
    top: 0;
    text-align: right;
    line-height: 10px;
    color: #006ad4;
    text-decoration: underline;
    background: url(/images/question_mark_icon.png) no-repeat right 1px;
}

.tires_page .tires_img a:hover {
    text-decoration: none;
}

.popup_car_tires_overlay {
    display: none;
    background: #000;
    opacity: .6;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    filter: alpha(opacity=30);
    top: 0;
    left: 0;
}

#popup_car_tires_sizes {
    display: none;
    left: 50%;
    text-align: center;
    position: fixed;
    z-index: 1000;
    background: #fff;
    border-radius: 5px;
}

#popup_car_tires_sizes {
    top: 50%;
    margin-top: -275px;
    margin-left: -265px;
    width: 540px;
    box-sizing: border-box;
    padding: 48px 56px;
}

#popup_car_tires_sizes .icon {
    left: 50%;
    margin-left: -44px;
    top: -50px;
    background: url(/images/icon3_pop.png) no-repeat;
    width: 121px;
    height: 128px;
    position: absolute;
}

#popup_car_tires_sizes .close {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 3px;
    top: -30px;
}

#popup_car_tires_sizes .close:before,
#popup_car_tires_sizes .close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #d0d3d6;
}

#popup_car_tires_sizes .close:before {
    transform: rotate(45deg);
}

#popup_car_tires_sizes .close:after {
    transform: rotate(-45deg);
}

#popup_car_tires_sizes .tit {
    font-size: 30px;
    letter-spacing: -.4pt;
    font-weight: 600;
    color: #1f3441;
    text-transform: uppercase;
    line-height: 30px;
}

#popup_car_tires_sizes p {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 20px;
}

#popup_car_tires_sizes span {
    display: block;
    font-size: 16px;
    color: #1f3441;
    margin-top: 24px;
}

#popup_car_tires_sizes .image {
    position: relative;
    padding-top: 22px;
    margin-top: 24px;
    text-align: center;
}

#popup_car_tires_sizes img {
    display: inline-block;
    margin-left: -5px;
}

#popup_car_tires_sizes .image span {
    position: absolute;
    color: #000;
    font-size: 13px;
    margin-top: 0;
}

#popup_car_tires_sizes .image span.one {
    top: 37px;
    left: 70px;
}

#popup_car_tires_sizes .image span.two {
    top: 2px;
    left: 149px;
    width: 80px;
    text-align: center;
}

#popup_car_tires_sizes .image span.three {
    top: 2px;
    right: 56px;
    width: 150px;
    text-align: left;
}

#popup_car_tires_sizes .image span.four {
    top: 23px;
    left: 265px;
    text-align: left;
}

#popup_car_tires_sizes .image span.five {
    bottom: 4px;
    right: 89px;
    text-align: center;
    width: 248px;
}

.discount-box {
    width: 100%;
    min-width: 1262px;
    height: 32px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(to bottom, #ff471a, #ff6700);
    padding: 0;
    box-sizing: border-box;
}

.discount-box__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 1262px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}

.discount-box__wrap-percent {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 32px;
    line-height: 32px;
}

.discount-box__wrap-line {
    display: flex;
    height: 1px;
    margin: 0 35px 0 25px;
    position: relative;
}

.discount-box__wrap-line:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    top: -1x;
    background: #fff;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.discount-box__wrap-text {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    height: 32px;
    line-height: 1;
    position: absolute;
    right: 115px;
    padding-right: 12px;
    top: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    letter-spacing: 0.3pt;
}

.discount-box__wrap-text:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

.discount-box__wrap-sup-text {
    font-size: 14px;
    color: #fff;
}

.discount-box__wrap-timer {
    overflow: hidden;
    height: 25px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -13px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.discount-box__wrap-timer * {
    font-weight: normal;
}

.discount-box__wrap-timer-text {
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.discount-box__wrap-timer-text span {
    display: block;
    width: 25%;
}

.discount-box__wrap-timer .flip-clock-wrapper {
    margin: 0px;
    margin-left: 5px;
}

.discount-box__wrap-timer .flip-clock-wrapper .flip {
    box-shadow: none;
    width: 12px;
    height: 25px;
    background-color: transparent;
    border-radius: 0;
    font-weight: normal;
    margin: 0;
}

.discount-box__wrap-timer .flip-clock-wrapper ul li {
    top: 5px;
}

.discount-box__wrap-timer .flip-clock-divider {
    width: 10px;
    height: 21px;
    font-size: 10px;
}

.discount-box__wrap-timer .flip-clock-dot {
    width: 2px;
    height: 2px;
    background-color: #fff;
    left: 3px;
}

.discount-box__wrap-timer .flip-clock-dot.top {
    top: 10px;
}

.discount-box__wrap-timer .flip-clock-dot.bottom {
    bottom: 4px;
}

.discount-box__wrap-timer .flip-clock-divider .flip-clock-label {
    color: #fff;
}

.discount-box__wrap-timer .flip-clock-wrapper ul li a div div.inn {
    line-height: 1;
    font-weight: normal;
    text-shadow: none;
    color: #fff;
    background-color: #ff590c;
    border-radius: 3px;
    top: 1px;
    font-size: 14px;
}

.discount-box__wrap-timer .flip-clock-wrapper ul li a div.down {
    opacity: 0;
}

.discount-box__wrap-timer .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: #ff5e07;
}

.discount-box__wrap-timer .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: #ff5e07;
}

.discount-box__wrap-timer .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: #ff5e07;
}

.discount-box__wrap-timer .flip-clock-divider .flip-clock-label {
    width: 45px;
    top: -0.8em;
    right: -52px;
    text-align: center;
    display: none;
}

.discount-box[data-timer-type="DailyCounter"] .discount-box__wrap {
    justify-content: flex-start;
}

.discount-box[data-timer-type="DailyCounter"] .discount-box__wrap-text {
    right: 137px;
    width: 200px;
}

.flip-clock-wrapper * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper:after {
    clear: both;
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}

.flip-clock-dot.top {
    top: 30px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

.specialcategories-page .page-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 35px;
}

.specialcategories-page .page-subtitle {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.specialcategories-page .accessories-tabs__nav,
.specialcategories-page .accessories-tabs__tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.accessories-tabs__nav {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ef7723;
    box-sizing: border-box;
    position: relative;
}

.accessories-tabs__nav li {
    width: 30%;
    color: #353535;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #e8e8e8;
    border: 1px solid #d9d9d9;
    border-bottom-color: #ef7723;
    box-sizing: border-box;
    transform-origin: 0 100%;
    position: relative;
    margin-bottom: -1px;
    z-index: 1;
    cursor: pointer;
}

.accessories-tabs__tab span {
    display: block;
}

.accessories-tabs__tab>a {
    display: block;
    box-sizing: border-box;
    padding: 25px 0 21px 0;
    color: #353535;
}

.accessories-tabs__tab+.accessories-tabs__tab {
    border-left-color: transparent;
}

.accessories-tabs__tab a:not(.active) {
    border-top-left-radius: 3px;
}

.accessories-tabs__tab .active {
    box-shadow: -5px -5px 10px -2px rgba(0, 0, 0, 0.2), 4px -3px 3px -1px rgba(0, 0, 0, 0.15);
    background: none;
    background-color: #fff;
    color: #ef7723;
    border-color: #ef7723;
    border-bottom-color: transparent;
    pointer-events: none;
    z-index: 1;
}

.accessories-tabs__tab .active>span {
    color: #ef7723;
}

.accessories-tabs__tab .active+.accessories-tabs__tab {
    box-shadow: inset 7px 0px 11px -5px rgba(0, 0, 0, 0.15);
}

.accessories-tabs__tab .active:last-child::before {
    top: -1px;
    right: -24px;
    border-left-width: 1px;
    border-bottom: 1px solid #ef7723;
    box-shadow: 3px -11px 14px 2px #fff, inset 10px 0px 10px -7px rgba(0, 0, 0, 0.2);
}

.accessories-tabs__content {
    padding: 0 65px;
    border-bottom: 1px solid #eee;
}

.accessories-tabs__slider {
    margin: 30px 20px;
    visibility: hidden;
}

.accessories-tabs__slider.slick-initialized {
    visibility: visible;
}

.accessories-tabs__slide {
    margin: 0 25px;
    border: 1px solid #eee;
    border-top: 3px solid #fc7606;
    background: #fff;
    display: block;
}

.accessories-tabs__slide-title {
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
    padding: 5px 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    height: 50px;
}

.accessories-tabs__slide-title>span,
.accessories-tabs__slide-title>a {
    display: block;
}

.accessories-tabs__slide-img {
    height: 110px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessories-tabs__slide-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.accessories-tabs .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.accessories-tabs .slick-arrow::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid transparent;
    border-left-color: #2267d7;
    border-right-width: 0;
}

.accessories-tabs .slick-disabled {
    cursor: default;
}

.accessories-tabs .slick-disabled::before {
    border-left-color: #eee;
}

.accessories-tabs .slick-prev {
    transform: rotate(-180deg);
    left: -25px;
}

.accessories-tabs .slick-next {
    right: -25px;
}

.registration,
.login,
.reset {
    background-color: #fff;
    padding: 30px;
    border-radius: 2px;
}

button.registration-page__button {
    background: #3e77aa;
    border: 1px solid #3e77aa;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: 20px 0;
    cursor: pointer;
}

.registration-page__button:hover {
    background: #2c6495;
    border: 1px solid #2c6495;
    color: #fff;
}

.container__row+.container__row {
    margin-top: 20px;
}

.login__label {
    color: #99aec9;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin: 3px 0 10px;
}

.login__label label {
    margin-bottom: 0;
}

.login__label .star {
    color: #e30439;
    font-weight: 700;
}

.container__row input {
    border: 1px solid #99aec9;
    width: 100%;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    border-radius: 6px!important;
    appearance: none;
    font-size: 13px!important;
}

.container__row .password-group .input-group-prepend {
    display: none;
}

.registration-tel {
    font-size: 20px;
    color: #999;
    font-weight: 700;
    position: absolute;
    left: -35px;
    top: 36px;
}

.container__row button:focus,
.container__row input:focus,
.container__row textarea:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: #99aec9!important;
}

button.login__button {
    background: #86c934;
    border: 1px solid #70b51c;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: 0 0 20px;
    cursor: pointer;
}

.login__button:hover {
    background: #70b51c;
    border: 1px solid #70b51c;
    color: #fff;
}

a.registration__button {
    background: #fff;
    border: 1px solid #3e77aa;
    color: #3e77aa;
    font-size: 13px;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: 0 0 20px 10px;
    cursor: pointer;
    transition: none;
}

a.registration__button:hover {
    background: #3e77aa;
    border: 1px solid #3e77aa;
    color: #fff;
}

.container-forgotPassword {
    margin: 5px 0;
    text-align: right;
}

.container__row-example-text {
    color: #3e77aa;
    border-bottom: 1px dotted;
    text-decoration: none;
    font-size: 12px;
}

.specialcategories-page .advantages {
    padding: 30px;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.specialcategories-page .advantages__item,
.specialcategories-page .advantages__wrapp {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.specialcategories-page .advantages__wrapp {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.specialcategories-page .advantages__item {
    margin: 0 70px;
    width: 190px;
    font-size: 14px;
    position: relative;
    color: #82919a;
}

.specialcategories-page .advantages__item-text,
.specialcategories-page .advantages__item>i {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.specialcategories-page .advantages__item>i {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    font-style: normal;
    font-size: 17px;
    text-align: center;
    line-height: 1;
    padding-top: 13px;
}

.specialcategories-page .advantages__item-text {
    color: #82919a;
    padding-left: 15px;
    padding-top: 4px;
    min-width: 1px;
    line-height: 1.2;
}

.specialcategories-page .advantages__item:hover .advantages__item-text,
.specialcategories-page .advantages__item:hover i {
    color: #3364db;
}

.specialcategories-page .advantages-warranty {
    display: inline-block;
    background-image: url(/images/sprite_gulp.png);
    background-position: -593px -243px;
    width: 44px;
    height: 52px;
}

.specialcategories-page .advantages__item:hover .advantages-warranty {
    background-image: url(/images/sprite_gulp.png);
    background-position: -593px -303px;
    width: 44px;
    height: 52px;
}

.specialcategories-page .advantages-back {
    display: inline-block;
    background-image: url(/images/sprite_gulp.png);
    background-position: -536px -205px;
    width: 45px;
    height: 45px;
    padding-right: 3px;
}

.specialcategories-page .advantages__item:hover .advantages-back {
    background-image: url(/images/sprite_gulp.png);
    background-position: -536px -152px;
    width: 45px;
    height: 45px;
}

.specialcategories-page .advantages-circle {
    display: inline-block;
    background-image: url(/images/sprite_gulp.png);
    background-position: -536px -406px;
    width: 40px;
    height: 40px;
}

.specialcategories-page .advantages__item:hover .advantages-circle {
    background-image: url(/images/sprite_gulp.png);
    background-position: -168px -479px;
    width: 40px;
    height: 40px;
}

.specialcategories-page .advantages__item-popup {
    position: absolute;
    top: 45px;
    left: 44px;
    width: 200px;
    color: #010101;
    line-height: 22px;
    background: #fff;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .15);
    z-index: 1;
    display: none;
}

.specialcategories-page .advantages__item:hover .advantages__item-popup {
    display: block;
}

.specialcategories-page .features {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 0;
}

.specialcategories-page .features__wrapp {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.specialcategories-page .features__item {
    position: relative;
    padding-left: 60px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    font-size: 14px;
    color: gray;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.specialcategories-page .features__item::before,
.specialcategories-page .product-list__item__button a::after {
    background-image: url(/images/sprite_gulp.png);
    background-position: -702px -631px;
    width: 27px;
    height: 22px;
}

.specialcategories-page .features__item::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    background-position: 0 -531px;
    width: 40px;
    height: 35px;
}

.specialcategories-page .features__title {
    text-transform: uppercase;
    color: #82919a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.specialcategories-page .features__text {
    font-size: 13px;
    font-weight: 400;
}

.specialcategories-page .delivery {
    padding-top: 30px;
    padding-bottom: 35px;
}

.specialcategories-page .delivery__wrapp {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
}

.specialcategories-page .delivery__wrapp img {
    margin: 0 25px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.specialcategories-page .accessories-catalog,
.specialcategories-page .special-catalog {
    border-bottom: 1px solid #eee;
    padding: 40px 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.specialcategories-page .accessories-catalog__title,
.specialcategories-page .special-catalog__title {
    color: #2267d7;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}

.specialcategories-page .accessories-catalog__row,
.specialcategories-page .special-catalog__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.specialcategories-page .accessories-catalog__row:not(:last-child),
.specialcategories-page .special-catalog__row:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.specialcategories-page .accessories-catalog__group,
.specialcategories-page .special-catalog__group {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.specialcategories-page .accessories-catalog__group-img,
.specialcategories-page .special-catalog__group-img {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 50px;
    height: 136px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.specialcategories-page .accessories-catalog__group-img img,
.specialcategories-page .special-catalog__group-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.specialcategories-page .accessories-catalog__group-name,
.specialcategories-page .special-catalog__group-name {
    padding: 10px 10px 4px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 12px;
}

.specialcategories-page .accessories-catalog__group.active,
.specialcategories-page .special-catalog__group.active {
    border-color: #717073 #717073 #fff;
    z-index: 2;
    position: relative;
    background: #fff;
}

.specialcategories-page .accessories-catalog__categories,
.specialcategories-page .special-catalog__categories {
    border: 1px solid #717073;
    padding: 30px 35px 25px;
    -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    display: none;
}

.specialcategories-page .accessories-catalog__categories.active,
.specialcategories-page .special-catalog__categories.active {
    display: block;
}

.specialcategories-page .accessories-catalog__cat-list,
.specialcategories-page .special-catalog__cat-list {
    margin-top: 35px;
    font-size: 0;
    list-style: none;
}

.specialcategories-page .accessories-catalog__cat-list li,
.specialcategories-page .special-catalog__cat-list li {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 20px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.specialcategories-page .accessories-catalog__cat-list li>a,
.specialcategories-page .accessories-catalog__cat-list li>span,
.specialcategories-page .special-catalog__cat-list li>a,
.specialcategories-page .special-catalog__cat-list li>span {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    height: 42px;
}

.specialcategories-page .accessories-catalog__cat-list li>a:hover span,
.specialcategories-page .special-catalog__cat-list li>a:hover span {
    text-decoration: underline;
}

.specialcategories-page .accessories-catalog__cat-list li img,
.specialcategories-page .special-catalog__cat-list li img {
    display: inline-block;
    max-height: 100%;
    width: auto;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

.specialcategories-page .accessories-catalog__cat-list li>a span,
.specialcategories-page .accessories-catalog__cat-list li>span span,
.specialcategories-page .special-catalog__cat-list li>a span,
.specialcategories-page .special-catalog__cat-list li>span span {
    vertical-align: middle;
    display: table-cell;
    height: 42px;
    word-break: break-word;
    font-size: 13px;
}

.specialcategories-page .accessories-catalog__group.active::after,
.specialcategories-page .special-catalog__group.active::after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
}

#ui-tabs {
    margin-top: 30px;
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}

#ui-tabs #tabs {
    display: none!important;
}

#sp-mobile-menu {
    text-align: left;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    background-image: url(/images/sprite_retina_gulp.png);
    -webkit-background-size: 579px 572px;
    -moz-background-size: 579px 572px;
    background-size: 579px 572px;
    background-position: -129px -413px;
    margin-right: 0!important;
    display: inline-block;
    z-index: 10;
    width: 25px;
    height: 24px;
    float: none!important;
}

#sp-mobile-menu span {
    display: block;
    font-size: 12px;
    color: #8a8c9b;
}

#sp-mobile-cart {
    text-align: right;
}

#sp-mobile-cart .mobile-header__cart {
    background-image: url(/images/sprite_retina_gulp.png);
    -webkit-background-size: 579px 572px;
    -moz-background-size: 579px 572px;
    background-size: 579px 572px;
    background-position: -257px -413px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.offcanvas-menu .nav-i::before {
    margin-right: 10px;
}

.offcanvas-menu .offcanvas-inner .mainmenu.sp-module ul>li:nth-child(1) a,
.offcanvas-menu .offcanvas-inner .mainmenu.sp-module ul>li:nth-child(2) a,
.offcanvas-menu .offcanvas-inner .mainmenu.sp-module ul>li:nth-child(3) a {
    font-weight: 600;
    color: #f37c2e;
}

.offcanvas-menu .offcanvas-inner .topmenu.sp-module ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.offcanvas-menu .offcanvas-inner .topmenu.sp-module ul>li {
    padding: 5px 10px;
    font-size: 13px;
    border-bottom: none;
}

.offcanvas-menu .offcanvas-inner .topmenu.sp-module ul>li a:after {
    display: none;
}

.info_delivery {
    margin: 15px 0;
    background-color: #fff;
}

.info_delivery__title {
    padding: 10px 20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 500;
}

.info_delivery__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info_delivery__item {
    display: flex;
    justify-content: space-between;
    color: #374250;
    font-size: 12px;
    line-height: 1.25;
    padding: 5px 0;
}

.info_delivery__item .info_delivery__item-left {
    display: flex;
    align-items: center;
}

.info_delivery__item .info_delivery__item-left>svg {
    margin-right: 10px;
    fill: #374250;
    width: 20px;
}

.info_delivery__item .info_delivery__item-right {
    max-width: 95px;
    text-align: right;
}

.color {
    color: #1A77D2;
}

.pagination .page-item {
    margin: 5px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 0!important;
}

.category_description {
    margin-top: 30px;
}

.category_description ul,
.category_description ol {
    padding-left: 30px;
}

.addtocart-bar .notify {
    width: 100%;
    background: #f1f1f1;
    border-radius: 0 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 15px;
}

.addtocart-bar .notify:hover {
    background: #e5e5e5;
}

.notify-button {
    width: 100%;
    background: #1a77d2;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.notify-button:hover {
    background: rgba(0, 104, 215, .8);
}

#notifyform input[type="email"] {
    width: 100%!important;
    height: 46px!important;
    line-height: 44px!important;
    border: 1px solid #DCDFE7!important;
    box-sizing: border-box!important;
    border-radius: 3px!important;
    padding-left: 12px!important;
    transition: 0.3s!important;
    color: #262626!important;
    font-size: 13px!important;
    margin-bottom: 10px!important;
}


/* KEYFRAMES */

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1199px) {
    .header__contacts-phones a,
    .header__contacts .header__contacts-call {
        font-size: 10px;
    }
    .header__contacts .header__contacts-call .header__contacts-call-link {
        font-size: 9px;
    }
    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
        font-size: 11px!important;
        padding: 4px;
    }
}

@media (max-width: 991px) {
    .vm-categories-list__item {
        width: calc(50% - 15px);
    }
    .tecdoc-cards-list__item .tecdoc-cards-list__item-descr,
    .tecdoc-cards-list__item .tecdoc-cards-list__item-descr {
        display: block;
        font-size: 10px;
    }
    .discount-box {
        min-width: auto;
    }
    .discount-box__wrap {
        width: auto;
        justify-content: space-between;
    }
    .discount-box__wrap-percent {
        font-size: 12px;
    }
    .header__top,
    .discount-box__wrap-text,
    #sp-top3 {
        display: none;
    }
    #sp-search button,
    #tecdoc_search_vin button {
        min-width: auto;
        padding: 0 5px;
    }
    .header__main {
        padding: 0 0 15px 0;
    }
    .tecdoc-cards-wrapper .nav a {
        width: 50px;
        padding-right: 0;
        overflow: hidden;
    }
    .tecdoc-cards-list__item {
        width: calc(50% - 15px);
    }
    .tecdoc-cards-list__item .tecdoc-cards-list__item-img {
        width: 40px;
    }
    .tecdoc-cards-list__item .tecdoc-cards-list__item-text {
        margin-left: 50px;
    }
    .tecdoc-cards-list__item .tecdoc-cards-list__item-title {
        font-size: 13px;
    }
    #sp-footer1,
    #sp-footer2 {
        border-right: none;
        padding-right: 0;
    }
    #sp-footer .container-inner {
        padding: 30px 0;
    }
    #sp-footer1 img {
        max-width: 25%;
    }
    #sp-footer3 .social-icons {
        margin-bottom: 0;
    }
    .tecdoc-products {
        margin: 30px 0;
    }
    li.tecdoc-product {
        width: 100%;
    }
    .tires_page .cf_flt_wrapper#cf_flt_wrapper_virtuemart_manufacturer_id_126 .cf_wrapper_inner {
        width: 100%;
    }
    .tires_page .cf_flt_wrapper {
        width: calc(100% - 20px);
    }
    .tires_page .cf_form .cf_apply_button {
        background-image: none;
    }
    #popup_car_tires_sizes {
        margin-left: -45%;
        width: 90%;
        margin-top: -75%;
    }
    #popup_car_tires_sizes .image span {
        font-size: 11px;
        width: auto!important;
    }
    #popup_car_tires_sizes .image span.one {
        top: 30px;
        left: 0px;
    }
    #popup_car_tires_sizes .image span.two {
        left: 60px;
    }
    #popup_car_tires_sizes .image span.three {
        right: 70px;
    }
    #popup_car_tires_sizes .image span.four {
        left: 160px;
    }
    #popup_car_tires_sizes .image span.five {
        bottom: 0px;
        right: 70px;
    }
    .tecdoc-wrapper,
    .article-details {
        padding: 30px 15px;
    }
    .article-details .article-header h1,
    .article-details .article-header h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .product-static-info {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .tecdoc-product-main .product_title {
        font-size: 20px;
    }
    .checkout-social__text {
        margin-top: 30px;
    }
    .home-slider {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .specialcategories-page .page-subtitle {
        font-size: 13px;
    }
    .accessories-tabs__tab>a {
        padding: 10px 0;
    }
    .accessories-tabs__nav li {
        font-size: 12px;
    }
    .accessories-tabs__content {
        padding: 0;
    }
    .specialcategories-page .accessories-catalog,
    .specialcategories-page .special-catalog,
    .specialcategories-page .features,
    .specialcategories-page .advantages {
        padding: 15px;
    }
    .specialcategories-page .accessories-catalog__title,
    .specialcategories-page .special-catalog__title {
        font-size: 18px;
    }
    .specialcategories-page .accessories-catalog__group,
    .specialcategories-page .special-catalog__group,
    .specialcategories-page .accessories-catalog__cat-list li,
    .specialcategories-page .special-catalog__cat-list li {
        width: 100%;
    }
    .specialcategories-page .advantages__wrapp,
    .specialcategories-page .features__wrapp {
        flex-wrap: wrap;
    }
    .specialcategories-page .advantages__item,
    .specialcategories-page .features__item {
        margin: 15px;
        width: 100%;
    }
    .specialcategories-page .features__item {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .cart-table {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cart-table-head {
        display: none;
    }
    .cart-table-item {
        border-top: 1px solid #ececec;
        padding: 0;
        padding-right: 27px;
        padding-bottom: 11px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cart-table-cell_name {
        position: relative;
        padding-left: 0;
        width: auto;
        margin-left: 0;
        padding-top: 9px;
        margin-bottom: 2px;
        padding-right: 10px;
        width: 60%;
    }
    .cart-table-cell_mark {
        width: auto;
        margin-left: 117px;
        padding-right: 0;
    }
    .cart-table-cell a {
        font-size: 11px;
    }
    .cart-table-cell_price,
    .cart-table-cell_discount,
    .header__cart {
        display: none;
    }
    .cart-table-cell_quantity {
        margin-left: 15px;
    }
    .cart-table-cell_number {
        width: auto;
        margin-left: 117px;
        padding-top: 18px;
        z-index: 1;
        position: relative;
    }
    .cart-table-cell_total {
        width: auto;
        text-align: right;
    }
    .cart-table-cell_pic {
        padding-left: 0;
        width: 98px;
        display: block;
        vertical-align: top;
    }
    .cart-table-footer {
        padding: 15px;
    }
    .cart-table-footer th {
        font-size: 14px;
        text-align: left;
    }
    .cart-popup {
        padding: 15px;
    }
    .cart-popup-topline {
        margin-bottom: 15px;
    }
    .cart-popup-botline {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .cart-popup-botline .cart-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .cart-popup__close {
        margin-top: 15px;
    }
    .cart-popup .popup__close {
        right: 15px;
    }
    .cart-table-footer table {
        width: 100%;
    }
    .vm-pagination .pagination {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    .vm-categories-list__item {
        width: 100%;
    }
}