body{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
*{
    box-sizing: border-box;
    text-decoration: none;
}
.container{
    width: 1140px;
    margin: 0 auto ;
}
h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.2em;    
    color: #000000;
}
ul,li{
    display: block;
    padding: 0;
    margin: 0; 
}
p{
    margin: 0;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.plank{
    background: #000000;
    padding: 14px 0
}
.phone-top{
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 13px 6px 14px;
    background: #C84A19;
    align-items: center;
    justify-content: center;
}
.phone-top:hover{
    background: #e9581f;
}
#popup {
    display: none;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}
  
#popup.open {
    display: block;
}
  
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(227, 104, 56, 0.5);
    transition: all 0.5s ease;
    display: none;
    z-index: 2;
}
.popup_open {
    display: block;
}
.popup_open-2 {
    display: block;
}  
.popup__container {
    position: absolute;
    width: 491px;
    height: 503px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;

}
.title-form{
    font-size: 25px;
    margin:  0 auto;
    font-weight: 500;    
}

.input-form{ 
    font-weight: 500;
    font-size: 16px;
    margin-top: 35px;
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    width: 368px;
    height: 39px;

    background-color: #ffffff00;
    
} 
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    margin-right: 20px;
    margin-top: 10px;
}
.close:hover,
.close:focus {
    
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.btn-form{
    width: 351px;
    height: 68px;
    border: none;
    background: #E36838;
    margin-top: 35px;
    cursor: pointer;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
}
.popup__wrapper {
    padding: 60px 70px;
}
/* .reg_form{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(227, 104, 56, 0.5);
    transition: all 0.5s ease;
    display: none;
    z-index: 2;
}
.popup_p{
    padding-top: 70px;
    padding-left: 70px;
    font-size: 25px;
}
.close-form{
    width: 168px;
    height: 68px;
    border: 1px solid #C84A19;
    color: #C84A19;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    padding: 22px 50px;
    display: block;
    margin-left: 216px;
    margin-top: 35px;
} */
.set{
    display: flex;
    justify-content: space-between;
}
.card{
    display: flex;
    align-items: center;
}
.time{
    display: flex;
    align-items: center;
}
.plank-text{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.065em;
    color: #FFFFFF;
}
.phone{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    height: 18px;
    
    color: #C84A19;
}
.header{
    padding: 15px 0;
}
.icon{
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}
.icon-first{
    font-weight: 700;
    font-size: 24px;
    color: #C84A19;
}
.icon-second{
    font-size: 12px;
    color: #000000;
}
.picture{
    display: flex;
    align-items: center;
    padding-right: 13px;
    padding-left: 5px;
}
.picture:active{
    background: #C84A19;
}
.picture__text{
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
}
.picture__text:active{
    font-size: 15px;
    color: #000000;
}
.kit{
    display: flex;
}
.menu{
    display: flex;
}
.picture__img{
    margin-right: 4px;
}
.basket{
    padding: 5px;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    background: #C84A19;
    border-radius: 20px;
    margin-left: 7px;
}
.basket__img{
    width: 18px;
    height: 18px;
}
.search{
    display: flex;
}
.search{
    background: #DDDDDD;
    margin-left: auto;
}
.search input, .search button {
  outline: none;
  font-size: 15px;
  
  font-family: 'Montserrat';
  color: #fff;
  background: transparent;
  border: none;
}
.search input {
    width: 150px;
    height: 40px;
}
.search input::placeholder {
    color: #FFFFFF;
}
.search button {
    width: 25px;
    height: 25px;
    position: relative;
    top: 8px;
    left: 4px;
    cursor: pointer;
    background: url(../img/img-10.png) no-repeat ;
}
.header_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.quest{
    padding-top: 37px;
    background: #C84A19;
}
.title{
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
.title-white{
    color: #fff;
}
.tab{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    
}

.tab-text{
    font-weight: 700;
    font-size: 15px;
    padding: 15px 40px;
    color: #000;
    margin-right: 20px;
    
}
.tab-text.active-tab{
    background: #ffffff;
}
.criterion{
    padding-top:80px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.criterion-set{
    flex-direction: column;
}
.criterion-title{
    font-family: 'Montserrat';
    font-size: 15px;
    color: #fff;
}
#all-set{
    width: 130px;
    height: 50px;
    background: #FFFFFF;
    border: none;
}
#all-set option {
    font-size: 20px;
}
.criterion-set select{
    font-size: 20px;
}
.criterion-set option:checked {
    display: none;
}
.criterion-set option:not(:checked) {
    color: #467797;
}
.scan{
    text-transform: uppercase;
    font-weight: 400;
    padding: 17px 20px;
    font-size: 15px;
    width: 94px;
    height: 50px;
    margin-top: auto;
    color: #000;
    background: #FFFFFF;
    border: 1px solid #000000;
}
.popular{
    padding-top: 110px;
    padding-bottom: 55px;
}
.title-2{
    font-weight: 700;
    font-size: 36px;
}
.variety{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    
}
.variety-pane{
    margin-right: 25px;
    margin-bottom: 15px;
}
.variety-text{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 3px;
    color: #999999;
    width: 120px;    
}
.variety-text.active-variety{
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #C84A19;
}
.cart-set{
    display: flex;
    flex-wrap: wrap;
}
.cart{
    border: 1px solid #DDDDDD;
    width: 255px;
    height: 452px;
    margin-top: 20px;
    margin-right: 30px;
}
.cart-title{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 20px 20px 0 20px;
}
.cart-season{
    position: relative;
    top:-140px;
    left: 10px;
}
.cart-item{
    padding-top: 35px;
}
.cart-text{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 0 30px;
    color: #999999;
}
.cart-star{
    padding: 12px 49px 10px 46px;
}
.cart-price{
    
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    text-align: center;

    color: #C84A19;
}
.shop{
    margin-top: 30px;
    margin-left: 29px;
}
.btn{
    background: #C84A19;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 7px;
    color: #FFFFFF;
}
.informaton{
    background: #FFFFFF;
    border: 1px solid #000000;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 6px 5px;
    color: #000000;
}
.help{
    background: #C84A19;
}
.help-title{
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    padding: 40px 0 26px;
}
.help-text{
    font-weight: 700;
    font-size: 20px;

    color: #FFFFFF;
}
.form-help{
    margin-top: 34px;
    padding-bottom: 26px;
}
.input-help-form{
    width: 360px;
    height: 50px;
    margin-right: 20px;
    color: #999999;
    font-size: 20px;
    padding-left: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
}
.btn-help-form{
    font-size: 20px;
    text-align: center;
    background: #000000;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 12px 17px 10px 18px;
    cursor: pointer;
}
.answer{
    padding-top: 60px;
}
.sprint-content{
    background: #EEEEEE;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 25px;
}
.sprint-header-1{
    display: flex;
    padding: 16px 20px ;
}   
.sprint-title{
    font-weight: 700;
    color: #C84A19;
}
.sprint-btn{
    margin-right: 15px;
    margin-left: auto;
}
.sprint-text-1{
    width: 1100px;
    padding: 20px 0 20px 20px;
    font-size: 18px;
}
.rotate-45 {
    transform: rotate(45deg);
    transition: all .53s ease-in-out;
}
.opacity-1{
    opacity: 1 !important;
    display: block !important;
    max-height: none !important;
}

.sprint-header-2{
    display: flex;
    padding: 16px 20px;
}
.sprint-text-2{
    width: 1100px;
    padding: 20px 0 20px 20px;
    font-size: 18px;
}
.sprint-header-3{
    display: flex;
    padding: 16px 20px;
}
.sprint-text-3{
    width: 1100px;
    padding: 20px 0 20px 20px;
    font-size: 18px;
}
.statistics{
    flex-wrap: wrap;
    display: flex;
}
.card-1{
    flex-direction: column;
    width: 320px;
    margin-top: 54px;
}
.card-title-1{
    padding-top: 72px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #C84A19;
}
.card-text-1{
    font-size: 14px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.card-read-1{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #C84A19;
   
}
.card-2{
    flex-direction: column;
    width: 320px;
    margin: 54px 90px 0 90px;
   
}
.card-title-2{
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    color: #C84A19;
}
.card-text-2{
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.card-read-2{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #C84A19;
    margin-left:100px;
}
.card-3{
    flex-direction: column;
    width: 320px;
    margin-top: 54px;
}
.card-title-3{
    text-align: right;
    padding-top: 72px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #C84A19;
}
.card-text-3{
    font-size: 14px;
    text-align: right;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.card-read-3{
    margin-left:200px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #C84A19;
   
}
.card-4{
    flex-direction: column;
    width: 320px;
    margin-top: 54px;
}
.card-title-4{
    padding-top: 37px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #C84A19;
}
.card-text-4{
    font-size: 14px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.card-read-4{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #C84A19;
   
}
.card-5{
    flex-direction: column;
    width: 320px;
    margin: 54px 90px 0 90px;
}
.card-title-5{
    padding-top: 67px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    color: #C84A19;
}
.card-text-5{
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.card-read-5{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #C84A19;
    margin-left:100px;
}
.card-6{
    flex-direction: column;
    width: 320px;
    margin-top: 54px;
}
.card-title-6{
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #C84A19;
}
.card-text-6{
    font-size: 14px;
    text-align: right;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.card-read-6{
    margin-left:200px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #C84A19;
}
.brand-set{
    display: flex;
    justify-content: space-between;
}
.brand-dunlop{
    padding-top: 60px;
}
.footer{
    background: #000;
}
.shina-set{
    display: flex;
    padding-top: 57px;
}
.shina{
    display: flex;
    flex-direction: column;
    margin-right: 190px;
}
.catalog{
    display: flex;
    flex-direction: column;
    margin-right: 190px;
}
.buyers{
    display: flex;
    flex-direction: column;
   
}
.shina-title{
    font-weight: 700;
    font-size: 24px;
    color: #C84A19;
}

.shina-text-1{
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    width: 190px;
    padding-bottom: 25px;
}
.shina-text-2{
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    width: 190px;
    padding-top: 30px;
}
.shina-phone{
    letter-spacing: -0.065em;
    padding-top: 5px;
}
.catalog-title{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    padding-bottom: 5px;
}   
.buyers-title{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}  
.catalog-text{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 13px;
}
.buyers-text{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 13px;
}
iframe{
    margin: 40px 0;
}
.line{
    border: 2px solid #DDDDDD;
}
.description-set{
    display: flex;
    justify-content: space-between;
}
.description{
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 12px;
    width: 838px;
    padding: 34px 0 18px;
}
.description-up{
    display: flex;
    align-items: center;
}
.description-text{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 5px;
}
.breadcrumbs{
    display: flex;
    align-items: center;
    padding: 32px 0 45px;
}
ul.breadcrumbs li:not(:last-child){
   margin-right: 15px;
}
ul.breadcrumbs li:not(:last-child):after{
    content: '';
    display: block;
    transform: rotate(25deg);
    width: 1px;
    height: 10px;
    background-color: #000;
    margin-left: 15px;
}
ul.breadcrumbs li{ 
    display: flex;
    align-items: center;
   
}
.breadcrumbs-not-active{
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
}
.breadcrumbs-active{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
}
.tires-title{
    text-align: left;
    font-size: 32px;
    padding-bottom: 30px;
}
.tires-text{
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    padding-bottom: 45px;
}

.tires-btn-set-2{
    margin: 40px 0 20px;
}
.tires-btn-set-1{
    margin-top: 40px;
    display: flex; 
}
.tires-btn-text-1{
    font-size: 16px;
    color: #C84A19;
    padding: 8px 17px 8px 16px;
    border: 1px solid #DDDDDD;
    margin-right: 18px;
    
}
.tires-btn-text-1.active-tires-btn-1{
    background: #ddd;
}

.tires-btn-set-2{
    margin-top: 40px;
    display: flex; 
}
.tires-btn-text-2{
    font-size: 16px;
    color: #C84A19;
    padding: 8px 11px;
    border: 1px solid #DDDDDD;
    margin-right: 18px;
    
}
.tires-btn-text-2.active-tires-btn-2{
    background: #ddd;
}
.type{
    padding-top: 35px;
}
.title-new{
    text-align: center;
}
.about{
    width: 446px;
    display: flex;
    margin-top: 55px;
}
.size{
    width: 223px;
    border-bottom: 2px solid #DDDDDD;
    text-align: center;
    cursor: pointer;
    padding-bottom: 9px;
}
.size:active{
    width: 223px;
    border-bottom: 2px solid #C84A19;
}
.auto{
    width: 223px;
    border-bottom: 2px solid #DDDDDD;
    text-align: center;
    cursor: pointer;
    padding-bottom: 9px;
}
.auto:active{
    width: 223px;
    border-bottom: 2px solid #C84A19;
}
.criterion-top{
    padding-top:40px;
    display: flex;
    
}
.criterion-bottom{
    padding-top:30px;
    padding-bottom: 60px;
    display: flex;
    
}
#all-set-2{
    width: 130px;
    height: 50px;
    border: none;
    margin-right: 15px;
    background: #EEEEEE;
}
.criterion-title-black{
    color: #000;
}
.scan-2{
    width: 186px;
    height: 50px;
}
.criterion-kit{
    display: flex;
    flex-direction: column;
}
.criterion-img{
    width: 454px;
    margin-top: -300px;
    margin-left: 650px;
}
.item{
    padding-top: 100px;
}
.price-title{
    font-size: 16px;
    margin-right: 14px;
    font-family: 'Montserrat';
}
.price{
    margin-bottom: 16px;
}
#price-set{
    width: 210px;
    height: 50px;
    border: none;
    margin-right: 15px;
    background: #EEEEEE;
}
#price-set option{
   font-size: 20px;
}
.price select{
    font-size: 20px;
    padding-left: 10px;
}
.price select{
    font-size: 20px;
}
.price option:checked {
    display: none;
}
.price option:not(:checked) {
    color: #467797;
}