* {
    outline: none;
    box-sizing: border-box;
}
a {
    color: #272528;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 19px;
}
body {
    font-family: 'Montserrat', sans-serif;
}
body.woocommerce-cart,
body.woocommerce-checkout {
}
#site {
    position: relative;
    overflow: hidden;
}
body:not(.home) main#site-main {
    margin-bottom: 25px;
}
.container {
    box-sizing: content-box;
    max-width: 1200px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.site-navigation {  
    width: auto;
    margin-left: auto;
}
.site-navigation ul li {
    padding: 10px 10px;
}
.site-navigation a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
}
.dark-header .site-navigation ul li a {
    color: #000000;
}
.site-navigation ul li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url(../images/submenu-icon-white.svg) no-repeat;
    margin-left: 5px;
    vertical-align: middle;
}
.dark-header .site-navigation ul li.menu-item-has-children > a::after {
    background: url(../images/submenu-icon-dark.svg) no-repeat;
    margin-left: 5px;
    vertical-align: middle;
}
.site-header .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.light-header .site-header {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
}
.dark-header .site-header {
    position: relative;
    background-color: #fff;
}
.site-header {
    transition: background 250ms ease-in-out;
}
.site-branding a {
    display: block;
}
.site-branding a img {
    max-width: 167px;
    height: auto;
}
.light-header .site-branding img {
    display: none;
}
.light-header .site-branding img.light-logo {
    display: block;
}
.dark-header .site-branding .light-logo {
    display: none;
}
.dark-header .site-branding .dark-logo {
    display: block;
}
.site-cart {
    margin-left: auto;
}
.site-cart a {
    display: inline-block;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 16px 15px 44px;
    background: url(../images/cart-icon.svg) no-repeat;
    background-position: 15px 50%;
}
.dark-header .site-cart a {
    color: #000000;
    border: 1px solid #735f77;
}
.site-cart a span.value {
    font-weight: 700;
}
#front-page__hero {
    color: #fff;
    text-align: center;
    padding-top: 90px;
    min-height: 595px;
}
#front-page__hero .widget-title {
    margin-top: 80px;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 95px;
}
#front-page__hero .shop__features {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -13px 85px -13px;
}
#front-page__hero .shop__features .shop__feature {
    padding: 0 13px;
}
#front-page__hero .shop__features .shop__feature span {
    display: inline-block;
    padding-left: 60px;
    background: url(../images/check-icon.svg) no-repeat;
    background-position: 0 50%;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
}
#front-page__hero .hero_tyres_filter {
    background: #fff;
    max-width: 742px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#front-page__hero .hero_tyres_filter form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%;
}
.filter__attributes {
    flex: auto;
    padding-left: 12px;
    padding-right: 12px;
}
.filter__attributes-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -12px;
    height: 100%;
}
.filter__attribute {
    padding: 0 12px;
    width: 25%;
}
.filter__attribute select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    color: #272528;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
    padding: 18px 23px 18px 10px;
    background: #dfdfdf url(../images/select-arrow.svg) no-repeat;
    background-position: calc(100% - 11px) 50%;
    font-weight: 600;
    border: 0;
}
.filter__submit input[type="submit"] {
    background: #f75b2f url(../images/search-button-icon.svg) no-repeat;
    background-position: 87% 50%;
    border: 0;
    border-radius: 0;
    padding: 39px 56px 39px 21px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    width: 100%;
}
#front-page__top-products {
    padding-top: 40px;
    padding-bottom: 40px;
}
#front-page__top-products .sow-headline {
    letter-spacing: 2px;
    font-weight: 400;
}
#front-page__top-products .sow-headline b {
    font-weight: 700;
}
#front-page__top-products .products.columns-4 {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
}
#front-page__fast-shipping {
    padding-top: 60px;
    padding-bottom: 60px;
}
#front-page__fast-shipping .textwidget {
    font-size: 13px;
    line-height: 26px;
}
#front-page__fast-shipping .textwidget h3 {
    font-size: 20px;
    line-height: 26px;
}
#front-page__fast-shipping .professional-service .textwidget h3 {
    font-size: 16px;
}
#front-page__fast-shipping .professional-service .textwidget h3::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 29px;
    background: url(../images/professional-service-icon.svg) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: -3px;
}
#front-page__many-well-known-manufacturers {
    height: 445px;
    color: #fff;
}
#front-page__many-well-known-manufacturers h3 {
    color: #fff;
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: 1px;
}
#front-page__many-well-known-manufacturers h3::before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 22px;
    background: url(../images/crown.svg) no-repeat;
    background-size: 100%;
    margin-bottom: 16px;
}
#front-page__logos > .panel-grid-cell {
    padding-top: 20px;
    padding-bottom: 20px;
}
#site-footer {
    background: #f7f7f7;
    padding-top: 0;
}
.footer-widgets {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px;
}
.footer-widgets .widget {
    width: 20%;
    padding: 0 15px;
    color: #272528;
}
.footer-widgets .widget:first-child {
    width: 60%;
}
.footer-widgets .widget .widget-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}
.footer-widgets .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets .widget ul li {
    line-height: 30px;
    color: #272528;
    text-decoration: none;
    font-size: 14px;
    background: url(../images/list-icon.svg) no-repeat;
    background-position: 0 10px;
    padding-left: 22px;
    margin-left: 4px;
}
.footer-widgets .widget ul.menu {
    
}
.footer-widgets .widget ul.menu li {
    line-height: 30px;
    padding-left: 15px;
    background: url(../images/list-menu-icon.svg) no-repeat;
    background-position: 0 10px;
}
.footer-widgets .widget ul.menu li a {
    color: #272528;
    text-decoration: none;
    font-size: 14px;
}
.footer-widgets .widget .footer__banklinks {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 25px;
}
.footer-widgets .widget .footer__banklinks img {
    display: inline-block;
    padding: 0 10px;
    max-height: 19px;
    vertical-align: middle;
}
.footer__contacts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #272528;
    color: #272528;
    padding: 25px 0;
}
.footer__contacts h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}
.footer__contacts ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    margin: 0 -15px;
}
.footer__contacts ul li {
    padding: 0 15px;
    font-size: 13px;
    line-height: 25px;
}
.footer__logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
.footer__logo img {
    max-width: 214px;
}
.site__hero.shop-hero {
    background: url(../images/shop-hero-large.jpg) no-repeat;
    background-size: cover;
    height: 290px;
    padding-top: 90px;
}
.site__hero.single-product-hero {
    background: url(../images/shop-hero.jpg) no-repeat;
    background-size: cover;
    height: 220px;
    margin-bottom: 35px;
}
.site__hero.single-product-hero .container {
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.site__hero.single-product-hero .container h1 {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.site__hero.shop-hero h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-top: 10px;
    width: calc(75% - 10px);
    margin-left: auto;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
table:not(.woocommerce-checkout-review-order-table) thead th {
    border:none;
    padding:30px;
    font-size:14px;
    color:#fff
}
table:not(.woocommerce-checkout-review-order-table):not(.woocommerce-checkout-review-order-table) tbody tr {
    margin-bottom:10px;
    -webkit-box-shadow:0 5px 12px -12px rgba(0,0,0,1);
    -moz-box-shadow:0 5px 12px -12px rgba(0,0,0,1);
    box-shadow:0 5px 12px -12px rgba(0,0,0,1);
    background: #fff;

}
table:not(.woocommerce-checkout-review-order-table) tbody th, table tbody td {
    border: none;
    padding: 10px 10px;
    font-size: 14px;
    background: #fff;
}
table tbody tr td {
    border-top: 1px solid whitesmoke;
}
table tbody tr td:first-child {
    border-left: 1px solid whitesmoke;
}
table tbody tr td:last-child {
    border-right: 1px solid whitesmoke;
}
table.shop_table tr td.product-name a {
    font-size: 14px;
    font-weight: 600;
    color: #272528;
}

/* Start of Mobile nav */
.site__mobile-nav-toggle {
    display: none;
}
.js-toggle-mobile-nav {
    display: inline-block;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
}
.dark-header .js-toggle-mobile-nav {
    border: 1px solid #735f77;
}
.site__mobile-nav-toggle .ham {
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
.site__mobile-nav-toggle .hamRotate.active {
    transform: rotate(45deg);
}
.site__mobile-nav-toggle .hamRotate180.active {
    transform: rotate(180deg);
}
.site__mobile-nav-toggle .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#fff;
    stroke-width:5.5;
    stroke-linecap:round;
}
.site__mobile-nav-toggle .ham8 .top {
    stroke-dasharray: 40 160;
}
.site__mobile-nav-toggle .ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
  }
.site__mobile-nav-toggle .ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}
.site__mobile-nav-toggle .ham8.active .top {
    stroke-dashoffset: -64px;
}
.site__mobile-nav-toggle .ham8.active .middle {
    transform: rotate(90deg);
}
.site__mobile-nav-toggle .ham8.active .bottom {
    stroke-dashoffset: -64px;
}
#mobile__navigation {
    display: none;
}
/* End of Mobile nav */

.footer__newsletter-form-container {
    background: #272528;
    color: #fff;
    padding: 14px;
    margin-bottom: 60px;
}
.footer__newsletter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 556px;
    margin-left: auto;
    margin-right: auto;
}
.footer__newsletter .newsletter_title {
    font-size: 16px;
    font-weight: 800;
    margin-right: 20px;
}
.footer__newsletter .wpcf7 {
    max-width: 65%;
    flex: 0 1 65%;
}
.newsletter-form__fields-group br {
    display: none;
}
.newsletter-form__fields-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newsletter-form__fields-group input[type="email"] {
    border-radius: 4px;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    line-height: 17px;
}
.newsletter-form__fields-group input[type="submit"] {
    border-radius: 4px;
    background-color: #f75b2f;
    border-color: #f75b2f;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 14px 25px;
    margin-left: 10px;
}
.newsletter-form__fields-group .wpcf7-not-valid-tip {
    position: absolute;
    top: 61%;
    left: 13px;
    font-size: 10px;
}
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.footer__newsletter .wpcf7 form .wpcf7-response-output {
    display: none !important;
    visibility: 0;
    opacity: 0;
}
.footer__newsletter form.wpcf7-form.sent .newsletter-form__fields-group input[type="email"]  {
    border: 1px solid #1dd300;
}
@media screen and (max-width: 1092px) {
	.site-cart a {
		display: inline-block;
		border: 1px solid #A0A0A0;
		border-radius: 3px;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		font-weight: 500;
		padding: 24px 24px 24px 24px;
		background: url(../images/cart-icon.svg) no-repeat;
		background-position: 50% 50%;
	}
	.site-cart a span {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
    .site-navigation ul li {
        padding: 10px 5px;
    }
    .site-branding a img {
        max-width: 236px;
    }
}
@media screen and (max-width: 924px) {
    body.mobile-nav-active {
        overflow: hidden;
    }
    .site-header .container .site-navigation {
        display: none;
    }
    .site-cart {
        margin-right: 15px;
    }
    .site__mobile-nav-toggle {
        display: block;
    }
    .site-header,
    #mobile__navigation {
        z-index: 5050;
    }
    #mobile__navigation {
        display: block;
        position: fixed;
        top: 96px;
        right: 0;
        bottom: 0;
        max-width: 260px;
        background: #fff;
        width: 100%;
        transform: translateX(100%);
        transition: transform 250ms ease-in-out;
        z-index: 5050;
    }
    .admin-bar #mobile__navigation {
        top: 129px;
    }
    #mobile__navigation .mobile__navigation-container {
        height: 100%;
    }
    .mobile__navigation-wrapper {
        overflow-y: auto;
    }
    #mobile__navigation .mobile__navigation-container .site-navigation {
        padding: 30px;
    }
    #mobile__navigation .mobile__navigation-container .site-navigation ul.navbar-nav {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #mobile__navigation .mobile__navigation-container .site-navigation ul li {
        padding: 5px 0;
    }
    #mobile__navigation .mobile__navigation-container .site-navigation ul li a {
        color: #551831;
        font-weight: 700;
    }
    .mobile-nav-active .site-header {
        background: #fff;
    }
    .mobile-nav-active #mobile__navigation {
        transform: translateX(0);
    }
    .light-header.mobile-nav-active .site-branding img.light-logo {
        display: none;
    }
    .light-header.mobile-nav-active .site-branding img.dark-logo {
        display: block;
    }
    .mobile-nav-active .site__mobile-nav-toggle .line {
        stroke:#551831;
    }
    .dark-header .site__mobile-nav-toggle .line {
        stroke:#551831;
    }
}
@media screen and (max-width: 782px) {
    .admin-bar #mobile__navigation {
        top: 143px;
    }
}
@media screen and (max-width: 768px) {
    #front-page__hero .shop__features .shop__feature span {
        padding-left: 40px;
        background-size: 24px;
        font-size: 21px;
        line-height: 39px;
    }
    #front-page__hero .hero_tyres_filter form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .filter__attributes {
        padding: 15px;
    }
    .filter__submit {
        width: 100%;
    }
    .filter__submit input[type="submit"] {
        background: #FFBF24;
        padding: 24px 56px 24px 21px;
        font-size: 18px;
    }
    #front-page__hero .shop__features {
        margin-bottom: 45px;
    }
    .hero_tyres_filter-wrapper {
        margin-bottom: 65px;
    }
    #front-page__many-well-known-manufacturers h3 {
        font-size: 25px;
        line-height: 34px;
    }
    #front-page__logos {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .footer-widgets .widget:first-child,
    .footer-widgets .widget {
        width: 50%;
    }
    .footer__newsletter .newsletter_title {
        display: none;
    }
    .footer__newsletter .wpcf7 {
        max-width: 100%;
        flex: 0 1 100%;
    }
    .newsletter-form__fields-group input[type="email"] {
        font-size: 12px;
        padding: 11px 10px;
    }
    .newsletter-form__fields-group input[type="submit"] {
        font-size: 12px;
        padding: 10px 21px;
    }
}
@media screen and (max-width: 576px) {
    .filter__attributes-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .filter__attributes {
        padding-bottom: 0;
    }
    .filter__attribute {
        width: 50%;
        padding-bottom: 15px;
    }
    .footer-widgets .widget:first-child,
    .footer-widgets .widget {
        width: 100%;
    }
    .footer__contacts ul {
        margin: 0;
    }
}