*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li,
ol {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
/*body{
    background-image: url(http://shinny-mir/public/img/cover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
html,
body {
    height: 100%;
    line-height: 1;
    font-size: 16px;
    color: #313131;
    margin: 0;
    
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    
}

.logo-head {
    background-color: rgb(40, 40, 40);
}

.logo {
    width: 800px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {
    .logo {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .logo {
        width: 100%;
        height: unset;
    }
}
.name-page {
    margin-top: 100px;
    font-size: 36px;
    font-weight: 900;
}
.form-box {
    background-color: rgba(255, 255, 255);
    margin: 20px;
    border: solid gray 2px;
    box-shadow: 0px 0px 8px 5px lightgray;
    width: 90%;
}

.add-form {
    margin: 20px;
}

.input-item {
    margin: 10px 20px;
    height: 30px;
    width: 90%;
    background-color: rgba(211, 211, 211, 0.2);
    border: none;
    box-shadow: 5px 5px 8px 1px lightgray;
    padding: 5px;
}

.input-item:hover {
    background-color: rgba(211, 211, 211, 0.3);
}

.input-item:focus {
    outline: none;
    background-color: rgba(211, 211, 211, 0.3);
    box-shadow: none;
}

#description {
    height: 100px;
}

.btn {
    border: none;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 10px;
    background-color: rgba(190, 190, 190, 0.4);
    box-shadow: 5px 5px 8px 1px lightgray;
    border: solid rgb(190, 190, 190) 2px;
}

.btn:hover,
.btn:active {
    background-color: rgb(190, 190, 190);
}

.btn:active {
    box-shadow: none;
    transform: translateY(2px);
}

.product-card {
    display: flex;
    
    width: 95%;

    margin: 20px;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    border: solid lightgray 2px;
    box-shadow: 0px 0px 8px 3px rgb(200, 255, 255);
}

.product-card:hover {
    box-shadow: 2px 2px 8px 6px rgb(200, 255, 255);
    border: solid gray 2px;
}

.manufacturer-card {
    max-width:33%;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 25px;
    
}
.season {visibility: hidden; width: 0px;}
.model-card {
    display: block;
    
    padding: 0px;
    font-size: 16px;
}
.photo-card {
    margin-top: 10px;
}
.dimensions-card {
    display: block;
    width: 140px;

    font-weight: bold;
    font-size: 21px;
}

.price-card {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    max-width:33%;
    margin-top: 45px;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
}
.price {
    padding: 0px 0px;
    font-weight: 900;
}
.kol-label {
    display: inline-block;
    vertical-align: middle;
}
.kol {
    display: flex;
    align-items: center;
    font-size: 10px;
    margin: 30px 0px 0px 0px;
    height: 20px;
}

.input-kol {
    text-align: center;
    width: 50px;
    /*margin-left:5px;*/
    border: solid lightgray 1px;
    height: 30px;
}
.btn {
    border: none;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 10px;
    background-color: rgba(190, 190, 190, 0.4);
    box-shadow: 5px 5px 8px 1px lightgray;
    
}

.btn:hover,
.btn:active {
    background-color: rgb(190, 190, 190);
}

.btn:active {
    box-shadow: none;
    transform: translateY(2px);
}
.description-card {
    width:50%;
    min-width: 150px;
    padding: 10px 10px;
    font-size: 12px;
}

@media (max-width: 792px) {
    .container {
        display: flexbox;
        
        
    }
    .price-card {
        margin-top: 5px;
    }
    .season {
        visibility: visible;
        width: auto ;
    }
    .season-descr {
        visibility: hidden;
    }
    .product-card {
        display: block;
        float: left;
        width: 200px;
    }
}

dev {
    display: block;
    float: left;
    width: 95%;
}

.filter-bar {
    padding-top: 17px;
    display: flex;
    color: white;
    background-color: rgb(255, 72, 72);
    height: 40px;
}

.select-size {
    margin-right: 40px;
}





.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items:center;
    background: rgba(255, 255, 255, 0.4);
}


.container {
    margin: 0px auto;
    margin-top: 80px;
    padding: 0px 15px;
    box-sizing: content-box;
    max-width: 1064px;

}
._ibg{
    position: relative;
}

._ibg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header_logo {
    font-size: 36px;
    font-weight: 900;
    color: rgb(180, 0, 0);
    /*line-height: calc(36/14*100%);*/
}


.header {
    position: absolute;
    z-index: 20;
    
}

.header_container {
    display: flex;
    align-items: center;
    min-height: 100px;
    
}

@media (max-width: 479px) {
    .header_container {
        margin-top: 15px;
        min-height: 70px;
    }
        .header_menu {
        margin: 0px 0px 0px 20px;
    }
    
}

.header_menu {
    margin: 0px 0px 0px 150px;
}

@media (max-width: 992px) {
    .header_menu {
        margin: 0px 0px 0px 80px;
    }
}

@media (max-width: 767px) {
    .header_menu {
        margin: 0px 0px 0px 50px;
    }
}

@media (max-width: 550px) {
    .header_container {
        margin-left: 20px;
    }
}

.menu {
    padding: 0px 5px;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
}

.menu_item {}

.menu_item:not(:last-child) {
    margin: 0px 21px 0px 0px;
}

.menu_link {
    color: rgb(180, 0, 0);/* #737373*/
    font-weight: 600;
    line-height: calc(24/14*100%);
}

@media (max-width: 479px) {
    .menu_link {
        font-size: 18px;
    }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.main_page {
   flex: 1 1 auto;
}
.main-block {}
.page_main-block {
    position:inherit;
}
.page_services{
    position: relative;
    z-index: 2;
    margin-top: 40px;
}


.main-block_contaner {}
.main-block_body {
    
    padding: 180px 0px 0px 0px;
    position:relative;
    
    z-index: 2;
    max-width: 500px;
}
@media (max-width: 992px) {
    .main-block_body {
        padding: 120px 0px 0px 0px;
    }
}
@media (max-width: 479) {
    .main-block_body {
        padding: 80px 0px 0px 0px;
    }
}
.main-block_buttons {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0px;
}
.main-block_button {
    background: rgb(180, 0, 0);
    border-radius: 20px;
    display: flex;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    color:white;
    font-weight: 600;
    text-align: center;
    line-height: 150%;
    padding: 5px 36px;
    margin: 50px 0px 0px 10px;
    box-shadow: 0px 13px 19px rgba(0,0,0,1);;
}
.main-block_button:hover {
    background-color: rgb(100, 0, 0);
}
.main-block_button:active {
    background-color: rgb(100, 0, 0);
    box-shadow: none;
    transform: translateY(2px);
}
.main-block_button_border {
    color:rgb(180, 0, 0);
    border: solid rgb(180, 0, 0) 2px;
    background: none;
    box-shadow: none;
}
.main-block_button_border:hover {
    color:rgb(100, 1, 1);
    border: solid rgb(100, 0, 0) 2px;
    background: none;
    box-shadow: none;
}
.main-block_button_border:active {
    color:rgb(100, 0, 0);
    border: solid rgb(100, 0, 0) 2px;
    background-color: rgb(255,255,255,0.5);
    transform: translateY(2px);
}
.main-block_text {
    font-size: 30px;
    line-height: 130%;
}

.main-block_title {
    font-size: 58px;
    line-height: calc(80/58*100%);
    font-weight: 800;
}

.main-block_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.back_image{
    position:fixed;
}


.page_services {}

.services {}

.services_body {
    display: flex;
    flex-wrap: wrap;
    
}

.services_column {
    padding: 0px 15px;
    flex: 0 1 33.33%;
    margin: 0px 0px 30px 0px;
}



.services_container {
   
}

.services_item {
    box-shadow: 0px 13px 19px rgba(0,0,0,1);
    padding: 10px;
    height: 100%;
   /* min-width: 300px;*/
    background-color: white;
   
}
.description{
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

#fullimage {
    display:none;3
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
    z-index: 21;
    

}
.preview {
    width: max-content;
    /*margin-top: 50px;*/
    border: solid white 5px;
    position: absolute;/* set image in the center of screen*/
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        

    
}
.preview img {
    max-width:90vw;
    max-height: 90vw;
}

/*~~~~~~~~~~Блок селектов поиска~~~~~~~~~~~~~~*/
.list {
    margin-top: 0px;
    display: block;
    width: 100%;
   
}
.find-bar {
    background: rgba(100, 1, 1, 0.4);
    
    border-radius: 10px;
    border: solid rgb(100, 1, 1) 1px;
}
.number-goods {
    font-size: 14px;
    color: aliceblue;
    background-color: inherit;
    border:solid rgb(100, 1, 1) 1px;
    border-radius: 5px;
    padding: 2px 5px;
    
}
.find-tires {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
    width:100%;
    

}
.find-tires label {
    margin-left: 15px;
    font-size: 12px;
    
}
.find-tires .select-item{
    width:20%;
}
.select-item {
    width: 140px;
    min-width: 140px;
}
.select-item select{
    background-color: white;
}
.select-item .input-item{
    margin: 5px auto;
}

.btn-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
/*~~~~~~~~~~~~~~~~~~~~CONTACTS~~~~~~~~~~~~~~~~~~~~*/
.tel {
    
    text-align: center;
    width:90%;
    
    max-width: 800px;
    color:black;
    font-size: 20px;
    font-weight: 700;
    margin-top: 100px;
    background-color: rgba(100, 1, 1,0.4);
    padding: 10px;
    border-radius: 10px;
    border: solid rgba(100, 1, 1) 1px;
}
.map {
    margin:20px;
    width:90%;
    max-width: 800px;
    border-radius: 10px;
    border: solid rgba(100, 1, 1) 1px;
    /*box-shadow: 0px 13px 19px rgb(100,1,1);*/
}
.map iframe {
    border-radius: 20px;
}

  
  