h1,h2,h3,p {margin:0;font-weight: normal;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
   outline: none;
}
a:active, a:focus {
 outline: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/* #Helper classes
================================================== */
a {
    text-decoration: none;
    color: #252829;
    -webkit-transition: .2s linear all;
    -o-transition: .2s linear all;
    -moz-transition: .2s linear all;
    transition: .2s linear all;
}
a:hover {
    text-decoration: underline;
    color: #252829;
}
.disable-hover {
    text-decoration: none !important;
}
img {
    text-decoration: none;
}
picture, object {
    float: left;
    overflow: hidden;
    position: relative;
}
picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.text-left {text-align:left !important;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.semi-bold {font-weight: 500;}
.decor_none {text-decoration: none !important;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}

.pulse-blue {
    box-shadow:  0 0 0 0 rgba(0, 113, 220, 1);
    animation: pulse-blue 1.2s infinite;
}

@-webkit-keyframes pulse-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 113, 220, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 19px 19px rgba(0, 113, 220, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 113, 220, 0);
  }
}
@keyframes pulse-blue {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 113, 220, 1);
    box-shadow: 0 0 0 0 rgba(0, 113, 220, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 19px 19px rgba(0, 113, 220, 0);
      box-shadow: 0 0 19px 19px rgba(0, 113, 220, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 113, 220, 0);
      box-shadow: 0 0 0 0  rgba(0, 113, 220, 0);
  }
}

/* #Site styles
================================================== */
.container {
    width: 1270px;
    margin: 0 auto;
}
h1 {
    font-size: 24px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    font-weight: 700;
}
body {
    font-family:  'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    min-height: 100vh;
    overflow-x: hidden;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 90px;
    background: #0071dc;
}
header .logo {
    height: 90px;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
main {
    padding-top: 140px;
    float: left;
    width: 100%;
    min-height: calc(100vh - 140px);
    position: relative;
}
.tabs {
    margin-top: -20px;
    margin-bottom: 30px;
}
.tabs a {
    float: left;
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    background: #f1f1f2;
    margin-right: 8px;
    border-radius: 9999px;
    font-weight: bold;
    text-decoration: none;
}
.tabs a:hover {
    background: #004f9a;
    color: #fff;
}
 .tabs .current {
    background: #0071dc;
    color: #fff;
    pointer-events: none;
}
.search-tyres {
    padding: 24px;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0.0625rem 0.125rem 0.0625rem rgb(0 0 0 / 15%);
}
.car-icon {
    width: 56px;
    height: 56px;
    background: url("../img/car.png") no-repeat center #e6f1fc;
    background-size: 40px;
    border-radius: 500px;
}
.search-tyres h2 {
    margin-left: 16px;
    margin-top: 12px;
}
.search-tyres .sizes {
    margin-left: 70px;
    margin-top: 38px;
}
.search-tyres .holder {
    width: calc(100% - 365px);
    margin-top: 12px;
}
.search-tyres .tyres-wrap {
    width: 18%;
    margin-right: 2%;
}
.search-tyres.by-car .tyres-wrap {
    width: 14%;
}
.tyre-brands {
    margin-top: 20px;
}
.tyre-brands a {
    margin-right: 20px;
    margin-bottom: 20px;
}
.tyre-brands img {
    float: left;
    height: 30px;
}
.btn {
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 62.5rem;
    font-weight: 700;
    background: #0071dc;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .2s linear all;
    -o-transition: .2s linear all;
    -moz-transition: .2s linear all;
    transition: .2s linear all;
}
.btn:hover {
    background: #004f9a;
}
.search-tyres .btn {
    width: 19%;
}
.text-sm {
    font-size: 18px;
}
.checkbox {
    display: none;
}
.check-span {
    float: left;
    width: 20px;
    height: 20px;
    border: 0;
    background: #fff;
    position: relative;
    margin-left: -30px;
    margin-top: 1px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.check-span::before {
     content: "";
    position: absolute;
    width: 25px;
    height: 19px;
    background: url("../img/checked.svg") no-repeat center;
    background-size: 25px;
    top: -1px;
    left: 1px;
    opacity: 0;
}
.radio-span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #252829;
    border-radius: 500px;
    top: 4px;
    left: 4px;
    opacity: 0;
}
input.checkbox:checked + label .check-span::before{
    opacity: 1;
}
input.radio:checked + label .radio-span::before{
    opacity: 1;
}
.check-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 0;
}
.radio-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 0;
}
.icon-summer {
    width: 32px;
    height: 32px;
    background: url("../img/sun.svg") no-repeat center;
    background-size: 32px;
    margin-left: 3px;
}
.icon-winter {
    width: 32px;
    height: 32px;
    background: url("../img/snowflake.svg") no-repeat center;
    background-size: 32px;
    margin-left: 3px;
}
.icon-all-season {
    width: 32px;
    height: 32px;
    background: url("../img/all_season.svg") no-repeat center;
    background-size: 32px;
    margin-left: 3px;
}
.results-wrap {
    margin-top: 25px;
}
.results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tyre-box {
    width: 23.1%;
    border-bottom: 1px solid #f1f1f2;
    padding-bottom: 15px;
    margin-right: 24px;
    margin-bottom: 40px;
}
.tyre-box picture, .tyre-box object {
    height: 280px;
}
.no-image {
    background: url("../img/no_img2.jpg") no-repeat center;
}
.tyre-box .buy {
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%);
}
.tyre-box .price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.tyre-box .old-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-decoration: line-through;
    color: #74767c;
    font-weight: normal;
    margin-left: 15px;
}
.tyre-box .brand-img {
    margin-bottom: 15px;
}
.tyre-box .brand-img img {
    float: left;
    height: 30px;
}
.tyre-box .name {
    font-size: 15px;
    color: #2e2f32;
    font-weight: 400;
    line-height: 22px;
    height: 76px;
    overflow: hidden;
}
.tyre-box .tips {
    color: #077ad9;
    border: 1px solid #b6b4b6;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    padding: 0 5px;
    margin-top: 5px;
}
.grades-wrap {
    margin: 15px 0 0 0;
    min-height: 30px;
}
.grades-wrap .grade {
    width: 33.3%;
    padding: 0 10px;
}
.grades-wrap .grade .grade-icon {
    width: 23px;
    height: 23px;
    background: url(../img/tyres_sprite.png) 0 0 no-repeat;
    position: relative;
    margin-right: 5px;
}
.grades-wrap .grade .grade-info-box {
    font-weight: 500;
    color: #fff;
    position: relative;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}
.grades-wrap .grade .grade-info-box:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid;
    border-color: inherit;
    border-top: 13px solid transparent;
    border-bottom: 10px solid transparent;
}
.grades-wrap .grade .grade-icon.traction {
    background-position-y: -23px;
}
.grades-wrap .grade .grade-info-box.type-A {
    background-color: #2da756;
    border-color: #2da756;
}
.grades-wrap .grade .grade-info-box.type-B {
    background-color: #59b94f;
    border-color: #59b94f;
}
.grades-wrap .grade .grade-info-box.type-C {
    background-color: #bed73b;
    border-color: #bed73b;
}
.grades-wrap .grade .grade-info-box.type-D {
    background-color: #fcf323;
    border-color: #fcf323;
}
.grades-wrap .grade .grade-info-box.type-E {
    background-color: #f7b81b;
    border-color: #f7b81b;
}
.grades-wrap .grade .grade-info-box.type-F {
    background-color: #eb6e1a;
    border-color: #eb6e1a;
}
.grades-wrap .grade .grade-info-box.type-G {
    background-color: #e41317;
    border-color: #e41317;
}
.grades-wrap .grade .grade-icon.noise {
    background-position-y: -46px;
}
.supplier {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #9b1419;
    padding: 4px 6px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%);
}
.supplier span {
        color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-top: 3px;
    text-transform: uppercase;
    border-radius: 600px;
    padding-left: 7px;
}
.free-delivery {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    background: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0071dc;
    padding: 4px 6px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%);
}
.season-type {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    padding: 4px 6px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%);
}
.season-type .text {
    font-size: 14px;
    color: #7c8180;
}
.season-type .icon-winter {
    width: 19px;
    height: 19px;
    margin-left: 5px;
    background: url("../img/snowflake.svg") no-repeat center;
    background-size: 19px;
}
.season-type .icon-summer {
    width: 19px;
    height: 19px;
    margin-left: 5px;
    background: url("../img/sun.svg") no-repeat center;
    background-size: 19px;
}
.season-type .icon-all-season {
    width: 19px;
    height: 19px;
    margin-left: 5px;
    background: url("../img/all_season.svg") no-repeat center;
    background-size: 19px;
}
.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagination ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination ul li {
    float: left;
}
.pagination .page-link[rel='prev'] {
    background: url(../img/white_arr_left.png) no-repeat 10px center #0071dc;
    padding-left: 25px;
}
.pagination .page-link[rel='next'] {
    background: url(../img/white_arr_right.png) no-repeat 107px center #0071dc;
}
.pagination .page-link {
    float: left;
    width: 127px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 12px;
    color: #fff;
    background: #0071dc;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 6px;
}
.pagination .active .page-link {
    -webkit-box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.70);
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 70%);
    background: #fff;
    color: #252829;
}  
.popular h2::after {
    position: absolute;
    bottom: -10px;
    left: 22%;
    width: 50%;
    height: 2px;
    background: #0071dc;
    content: "";
}
.popular .brands {
    color: #077ad9;
    border: 1px solid #b6b4b6;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 19px;
    margin-bottom: 20px;
    margin-right: 2%;
    width: 18.4%;
    height: 72px;
    overflow: hidden;
} 
.popular .brands:nth-child(5n) {
    margin-right: 0;
}
.popular-sizes {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.popular-sizes a {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #0071dc;
    margin-right: 90px;
}



footer {
    float: left;
    width: 100%;
    background: #004f9a;
    margin-top: 80px;
    height: 60px;
    line-height: 60px;
}
footer p {
    font-size: 14px;
    color: #fff;
}


@media screen and (max-width: 1100px) {
    header {
        position: relative;
        float: left;
    }
    main {
        padding-top: 50px;
    }
    .container {
        float: left;
        width: 100%;
        padding: 0 10px;
    }
    header .logo h1 {
        font-size: 21px;
    }
    .tabs a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .search-tyres h2 {
        width: calc(100% - 66px);
        margin-left: 0;
        margin-top: 0px;
        font-size: 18px;
        float: right;
    }
    .search-tyres {
        padding: 16px;
    }
    .search-tyres .sizes {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .search-tyres .holder {
        width: 100%;
    }
    .search-tyres .holder .text-sm {
        width: 100%;
        margin-bottom: 10px;
    }
    .first-param {
        margin-left: 0 !important;
    }
    .second-param {
        margin-left: 20px !important;
    }
    .third-param {
        margin-left: 0px !important;
        margin-top: 8px !important;
    }
    .search-tyres .tyres-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .search-tyres .btn {
        width: 100%;
    }
    .tyre-box {
        width: 100%;
        margin-right: 0;
        padding-bottom: 5px;
        margin-bottom: 60px;
    }
    .tyre-box .name {
        height: auto;
    }
    .popular .brands {
        width: 49%;
    }
    .popular .brands:nth-child(5n) {
        margin-right: 2%;
    }
    .popular .brands:nth-child(2n) {
        margin-right: 0;
    }
    .top-buttons {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
        font-size: 17px;
        text-align: center;
    }

}
