

/* Start:/local/templates/tirex/styles.css?1759484046993*/
@font-face { 
    font-family: "TTCommonsRegular";
    src: url("/local/fonts/TTCommonsRegular.ttf") format("truetype");    
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "TTCommonsDemiBold";
    src: url("/local/fonts/TTCommonsDemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face { 
    font-family: "StolzlRegular";
    src: url("/local/fonts/StolzlRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "StolzlMedium";
    src: url("/local/fonts/StolzlMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face { 
    font-family: "TTHovesLight";
    src: url("/local/fonts/TTHovesLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face { 
    font-family: "TTHovesRegular";
    src: url("/local/fonts/TTHovesRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
/* End */


/* Start:/local/templates/tirex/template_styles.css?177012894412734*/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
}
/* Выбор города */
header #cityModal .city-btn {
  transition: all 0.2s;
  border-width: 1px;
  padding: 8px 16px !important;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  flex: 0 0 auto;
}
header #cityModal .city-btn:hover, .city-btn.active {
  background-color: rgba(190, 25, 25, 0.1) !important;
  border-color: rgba(190, 25, 25, 1) !important;
  color: rgba(190, 25, 25, 1);
}
header #cityModal .btn-outline-dark:hover {
  background-color: rgba(190, 25, 25, 0.1);
  border-color: rgba(190, 25, 25, 1);
  color: rgba(190, 25, 25, 1);
}
header #cityModal #citySearch:focus {
  border-color: rgba(190, 25, 25, 1);
  box-shadow: 0 0 0 0.25rem rgba(190, 25, 25, 0.25);
}
header #cityModal .modal-content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
header #cityModal #citiesList, #resultsList {
  padding-right: 5px;
}
header #cityModal #citiesList::-webkit-scrollbar, #resultsList::-webkit-scrollbar {
  width: 6px;
}
header #cityModal #citiesList::-webkit-scrollbar-track, #resultsList::-webkit-scrollbar-track {
  background: #f1f1f1;
}
header #cityModal #citiesList::-webkit-scrollbar-thumb, #resultsList::-webkit-scrollbar-thumb {
  background: rgba(190, 25, 25, 0.3);
  border-radius: 3px;
}
header #cityModal #citiesList::-webkit-scrollbar-thumb:hover, #resultsList::-webkit-scrollbar-thumb:hover {
  background: rgba(190, 25, 25, 0.5);
}
/**/
header {
    font-family: 'TTCommonsRegular';
    padding: 0 15px;
}
header .header-cart-count {
    bottom: 50%;
    left: 50%;
    color: white;
    background-color: #67B358;
    border-radius: 100%;
    height: 20px;
    width: 20px;
}
.header-category-logo {
    width: 32px;
    height: 32px;
}
.header-category {
    gap: 15px;
    padding: 14px 20px;
    font-family: 'StolzlMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1B1D1F;
    text-decoration: none;
}
.header-category:hover {
    color: rgba(202, 68, 68, 1);
    background-color: rgba(244, 245, 246, 1);
}
header .menu-logo-header {
    width: 24px;
    height: 24px;
    background: url('/local/images/menu-logo-header.svg') center no-repeat;
}
header .header-top {
    padding-top: 13px;
    padding-bottom: 18px;
    gap: 10px;
}
header .header-top-left {
    gap: 15px;
    width: 70%!important;
}
header .tirex-logo {
    width: calc(100% - 39px);
}
header .header-location-logo {
    height: 31px;
    width: 34px;
    background: url('/local/images/location-logo.svg') center no-repeat;
}
header .cart {
    color: black;
}
header .header-cart-logo {
    height: 24px;
    width: 24px;
    background: url('/local/images/cart-logo.svg') center no-repeat;
}
header .header-profile-logo {
    height: 29px;
    width: 29px;
    background: url('/local/images/profile-logo.svg') center no-repeat;
}
header .header-between-row {
    height: 1px;
    background-color: #E3E3E8;
}
header .header-bottom {
    padding-top: 12px;
    padding-bottom: 13px;
    gap: 10px;;
}
header .all-categories {
    padding: 10px;
    background-color: rgba(190, 25, 25, 1);
    border-radius: 8px;
    gap: 10px;

    font-size: 16px;
    color: white;
}
header .all-categories .category-dots {
    height: 24px;
    width: 24px;
    background: url('/local/images/category-dots.svg') center no-repeat;
}
.input-search {
    border-radius: 30px;
    border: 1px solid #DEDEE2;
    background: #F4F5F7;
    padding-left: 55px;
    height: 44px;
    outline: none;

    color: #55556D;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.input-search-logo {
    background: url('/local/images/input-search-logo.svg') center no-repeat;
    position: absolute;
    height: 36px;
    width: 35px;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.input-search::-webkit-input-placeholder {
    color: #55556D;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.header-bottom-best-category {
    padding: 14px 10px 10px;
    display: inline-block;
    font-size: 16px;
    color: black;
    text-decoration: none;
}
.header-bottom-best-category.active-menu-item {
    border-bottom: 2px solid rgba(190, 25, 25, 1);
}
header .header-call-logo {
    height: 32px;
    width: 33px;
    background: url('/local/images/header-call-logo.svg') center no-repeat;
}
header .header-count-cart {
    width: 16px;
    height: 16px;
}
#header-categories-modal .categories-banner {
    width: 299px;
    background-color: #BE1919;
    border-radius: 10px;
    height: 390px;
}
#header-categories-modal .categories-banner-text {
    color: white;
    font-family: 'StolzlMedium';
    font-size: 24px;
}
.text-minus-margin {
    margin-bottom: -4px;
}
main {
    padding: 30px 15px 40px 15px;
}
.main-category img {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
}
.main-category {
    padding: 24px 27px 24px 27px;
    text-decoration: none;
}
.main-category {
  border-right: 1px solid #f0f0f0;
}
.main-category {
  border-bottom: 1px solid #f0f0f0;
}
.main-category:nth-last-child(-n+1) {
  border-bottom: 0;
}
.main-category:nth-child(2n) {
    border-right: 0;
}
.main-category:hover {
    border: 1px solid #F4F5F7;
    box-shadow: 0px 5px 20px rgba(42, 38, 49, 0.15);
}
.category-name {
    color: #1B1D1F;
    font-size: 20px;
}
.tires-all {
    background-color: #BE1919;
    color: white;
    font-family: 'StolzlMedium';
    font-size: 20px;
}
.arrow-white-logo {
    height: 24px;
    width: 24px;
    background: url('/local/images/arrow-white.svg') center no-repeat;
}
main .title {
    font-family: 'StolzlMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #1B1D1F;
    margin-bottom: 30px;
}
.main-categories {
    margin-bottom: 25px;
    margin-top: 22px;
    background-color: white;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    overflow: hidden;
}
header .header-count-cart {
    background-color: rgba(255, 56, 60, 1);
    border-radius: 100%;
    color: white;
}
footer {
    font-family: 'TTCommonsRegular';
    background-color: rgba(43, 43, 45, 1);
    padding: 30px 15px 20px 15px;
    color: white;
}
footer .footer-between-row {
    background-color: rgba(255, 255, 255, 0.1);;
    height: 1px;
}
footer .footer-bottom {
    color: white;
    padding-top: 20px;
    gap: 20px;
}
footer .footer-bottom-cards {
    gap: 10px;
    margin-left: 18px;
}
footer .visa-logo {
    height: 16px;
    width: 47px;
    background: url('/local/images/visa.svg') center no-repeat;
}
footer .mastercard-logo {
    height: 16px;
    width: 27px;
    background: url('/local/images/mastercard.svg') center no-repeat;
}
footer .mir-logo {
    height: 16px;
    width: 54px;
    background: url('/local/images/mir.svg') center no-repeat;
}
footer .card-container {
    background: rgba(244, 246, 249, 0.15);
    border-radius: 4px;
    padding: 10px;
}
footer .footer-menu {
    padding-top: 20px;
    gap: 8px;
    color: rgba(244, 245, 246, 0.75)!important;
}
footer .footer-menu a {
    color: rgba(244, 245, 246, 0.75)!important;
}
footer .footer-menu-top {
    padding-bottom: 40px;
    gap: 15px;
}
footer .footer-arrow-logo {
    width: 24px;
    height: 24px;
    background: url('/local/images/footer-arrow.svg') center no-repeat;
}
footer .oferta {
    gap: 30px;
}
footer .online-support {
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    gap: 10px;
}
footer .online-support-logo {
    height: 20px;
    width: 20px;
    background: url('/local/images/online-support.svg') center no-repeat;
}
footer .online-support-text div:nth-child(1) {
    font-family: 'TTCommonsDemiBold';
    font-size: 16px;
    line-height: 22px;
}
footer .online-support-text div:nth-child(2) {
    font-family: 'TTCommonsRegular';
    font-size: 14px;
    line-height: 18px;
    color: #F4F5F7;
}
footer .service-lamp {
    height: 20px;
    width: 20px;
    background: url('/local/images/service-lamp.svg') center no-repeat;
}
footer .service {
    gap: 10px;
}
footer .service-text {
    padding-top: 5px;
}
footer .support-service-oferta {
    gap: 20px;
    margin-bottom: 20px;
}
footer .support-service-oferta .oferta {
    gap: 20px;
    padding-top: 5px;
}
footer .support-service {
    gap: 20px;
}
@media(min-width: 768px) {
    main {
        padding: 30px 20px 40px 20px;
    }
    .main-categories {
        margin-right: 20px;
        margin-left: 20px;
    }
    .main-category img {
        height: 48px;
        width: 48px;
        margin-bottom: 0;
        margin-right: 22px;
    }
    header {
        padding: 0 20px;
    }
    header .input-search-container {
        height: 44px;
    }
    header .all-categories {
        margin-right: 20px;
    }
    header .header-count-cart {
        width: 20px;
        height: 20px;
    }
    header .header-cart {
        gap: 10px;
    }
    footer .footer-menu-top {
        gap: unset;
    }
    footer {
        padding: 30px 20px 20px 20px;
    }
    footer .support-service {
        gap: 40px;
    }
}
@media(min-width: 992px) {
    main {
        padding: 30px 90px 75px 90px;
    }
    .main-category img {
        height: 51px;
        width: 51px;
    }
    .input-search {
        height: 49px;
    }
    header .header-top {
        padding-top: 18px;
        padding-bottom: 9px;
        gap: unset;
    }
    header .header-top-left {
        gap: 30px;
        width: auto;
    }
    header .tirex-logo {
        height: auto;
        width: 25%;
        max-width: none;
    }
    header .header-top-right {
        padding-left: 26px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        gap: 10px;
        background: #F4F5F7;
        border-radius: 8px;
    }
    header .header-bottom-best-category {
        padding: 14px 15px 10px 15px;
        display: inline-block;

        font-size: 16px;
    }
    header .header-bottom {
        padding-top: 9px;
    }
    header .all-categories {
        margin-right: 0;
    }
    .main-categories {
        margin-right: 90px;
        margin-left: 90px;
    }
    footer {
        padding: 40px 90px 20px 90px;
    }
}
@media(min-width: 1200px) {
    .main-categories {
        grid-template-columns: repeat(3, 1fr);
    }
    .main-category:nth-child(3n) {
        border-right: 0;
    }
    .main-category:nth-child(2n) {
        border-right: 1px solid #f0f0f0;
    }
    footer .footer-bottom {
        gap: unset;
    }
    footer .support-service {
        gap: 20px;
    }
    footer .service-text {
        max-width: 182px;
    }
}

/* форма авторизации */
#header-auth-form .user-data-info-item label {
    left: 20px;
    padding: 0 5px;
    background-color: white;
    transform: translate(0, calc(50% + 3px));
    border-radius: 100%;
    transition: 0.3s;
    pointer-events: none;
    
    color: #55556D;
}
#header-auth-form .user-data-info-item .user-data-info-input:focus + label {
    transform: translate(0, calc(-50% + 3px));
}
#header-auth-form .user-data-info-item .user-data-info-input:not(:placeholder-shown) + label {
    transform: translate(0, calc(-50% + 3px));
}
#header-auth-form .user-data-info-input {
    padding: 13px 20px;
    border-radius: 6px;
    outline: none;
    border: 1px solid #DEDEE2;

    color: #1B1D1F;
}
#header-auth-form .user-data-info-input.error {
    border: 1px solid rgba(190, 25, 25, 1);
}
#header-auth-form .customer-data-info-item .user-data-info-input:focus + label {
    transform: translate(0, calc(-50% + 3px));
}
#header-auth-form .customer-data-info-item .user-data-info-input:not(:placeholder-shown) + label {
    transform: translate(0, calc(-50% + 3px));
}
#header-auth-form .user-data {
    gap: 20px;
}
#header-auth-form .button-authorize {
    /* font-family: ; */
    border-radius: 6px;
    font-family: 'TTCommonsRegular';
    font-size: 18px;
    background-color: rgba(255, 56, 60, 1);
    color: white;
    padding-top: 14px;
    padding-bottom: 12px;
}
#header-auth-form .forget-password {
    font-family: 'TTCommonsRegular';
    color: rgba(255, 56, 60, 1);
}
#header-auth-form .stage-choice {
    font-family: 'TTCommonsRegular';
    font-size: 18px;
}
#header-auth-form .error-message {
    color: rgba(255, 56, 60, 1);
    font-size: 20px;
    font-family: 'TTCommonsDemiBold';
}
#header-auth-form .success-message {
    color: #67B358;
    font-size: 20px;
    font-family: 'TTCommonsDemiBold';
}
/* форма авторизации */
/* End */
/* /local/templates/tirex/styles.css?1759484046993 */
/* /local/templates/tirex/template_styles.css?177012894412734 */
