* {
    margin: 0vw;
    padding: 0vw;
    overflow-x: hidden;
}

body {
    font-family: montserrat;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin: 0vw;
    padding: 0vw;
    overflow: hidden;
    width: 100vw;
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.863);
    z-index: 999;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.loading-title {
    color: white;
    font-size: 2vw;
    font-weight: 600;
}

.blur-screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.596);
    backdrop-filter: blur(8px);
    z-index: 999;
    color: transparent;
    justify-items: center;
    justify-content: center;
    align-items: end;
    align-content: end;
    display: flex;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.menu {
    width: 26vw;
    height: 90vh;
    position: fixed;
    display: grid;
    z-index: 9999;
    background-color: white;
    margin-left: 72vw;
    margin-top: 5vh;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    justify-content: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.menu a{
    text-decoration: none;
    color: #252525;
}
.menu-close-btn {
    display: flex;
    width: 26vw;
    justify-content: end;
}
.menu-close-btn img {
    width: 4vw;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.menu-close-btn img:hover {
    scale: 0.95;
}
.menu-close-btn img:active {
    scale: 0.5;
}
.menu-title {
    font-size: 3vw;
    font-weight: 600;
    width: 28vw;
    height: 6vh;
    letter-spacing: -0.2vw;
    text-align: center;
    margin-bottom: 2vh;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin-top: 0vh;
    border-bottom: solid 0vw #25252500;
}
.menu-title a:hover {
    border-bottom: solid 0.1vw #252525;
}
.menu-title span {
    color: #ca0a14;
}
.menu-line {
    width: 20vw;
    background-color: #eeeeee;
    color: transparent;
    height: 0.3vh;
    margin-bottom: 4vh;
    margin-top: 4vh;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
}
.menu-auth {
    background-color: #ebebeb;
    width: 18vw;
    height: 6vh;
    align-content: center;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    box-shadow: #cacaca 0vw 2px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin-bottom: 1vh;
}
.menu-auth a {
    display: block;
    width: 18vw;
    height: 4vh;
    cursor: pointer;
    align-content: center;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 1.3vw;
}
.menu-auth:hover{
    scale: 0.95;
}
.menu-pick {
    margin-bottom: 1vh;
    margin-top: 1vh;
    height: 6vh;
    align-content: center;
}
.menu-pick a {
    font-size: 1.3vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.menu-pick a:hover {
    background-color: #f1f1f1;
}



.container {
    width: 100vw;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}
.header {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-color: white;
}
.logo {
    margin-left: 2vw;
    width: 12vw;
}
.logo a {
    text-decoration: none;
}
.logo img {
    width: 10vw;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.logo img:hover {
    scale: 1.05;
}
.Buttons {
    display: flex;
    align-content: center;
    align-items: center;
}
.Buttons img {
    width: 3vw;
    margin-right: 1vw;
}
.Buttons a {
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: black;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    padding-bottom: 1vh;
    height: 10vh;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    justify-content: center;
}
.Buttons a:hover {
    color: black;
    background-color: rgb(236, 236, 236);
    border-right: solid 0.1vw #2525253d;
    border-left: solid 0.1vw #2525253d;
}
.Menu button {
    width: 10vw;
    height: 5vh;
    margin-left: 3vw;
    margin-right: 2vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    font-size: 1.2vw;
    font-family: montserrat;
    background-color: white;
    border: solid 0.1vw lightgray;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.Menu button:hover {
    color: #424242;
}
.Menu button:active {
    scale: 0.5;
}
.line {
    justify-content: center;
    justify-items: center;
    text-align: center;
    color: transparent;
    background-color: lightgray;
    height: 0.2vh;
    width: 90vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    opacity: 70%;
}
.vetochka img {
    position:fixed;
    width: 50vw;
    height: 80vh;
    rotate: -90deg;
    z-index: -1;
    left: 73vw;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    opacity: 0.9;
}
.vetochka2 img {
    position: fixed;
    left: -20vw;
    width: 50vw;
    height: 80vh;
    rotate: -50deg;
    z-index: -1;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    opacity: 0.9;
}
@font-face {
    font-family: 'bannerFont';
    src: url(fonts/mr_benzag.ttf);
}
.banner1 {
    background-image: url(images/banner_sakura2.jpg);
    width: 60vw;
    height: 18vh;
    background-size: 60vw 60vh;
    background-position: 0vw -35vh;
    background-repeat: no-repeat;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    margin-top: 2vh;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    font-size: 5vw;
    letter-spacing: 5px;
    font-weight: 800;
    color: #252525;
    border: solid 0.1vw #2525256b;
    font-family: 'bannerFont';
}
.title {
    margin-top: 3vh;
}
.first-title {
    font-weight: 600;
    font-size: 2vw;
    text-align: left;
}
.second-title {
    font-size: 1.3vw;
    text-align: left;
    margin-bottom: 3vh;
}
.second-title span {
    color: red;
}
.select-cntr {
    height: 4vh;
    align-items: center;
    align-content: center;
    border: solid 0.1vw lightgray;
    justify-content: space-between;
    display: flex;
    border-radius: 10vw;
    -webkit-border-radius: 10vw;
    -moz-border-radius: 10vw;
    -ms-border-radius: 10vw;
    -o-border-radius: 10vw;
    width: 60vw;
    overflow-y: hidden;
}
.select-cntr label {
    font-size: 1.3vw;
    font-weight: 600;
    cursor: pointer;
    background-color: white;
}
input[name="tab-btn"] {
    display: none;
}


#tab-btn1:checked~label[for="tab-btn1"],
#tab-btn2:checked~label[for="tab-btn2"],
#tab-btn3:checked~label[for="tab-btn3"],
#tab-btn4:checked~label[for="tab-btn4"],
#tab-btn5:checked~label[for="tab-btn5"] {
    background-color: rgb(255, 0, 0);
    color: white;
    font-weight: 600;
}
#tab-btn1_1:checked~label[for="tab-btn1_1"],
#tab-btn1_2:checked~label[for="tab-btn1_2"] {
    background-color: rgb(199, 0, 0);
    color: white;
    font-weight: 600;
}

#tab-btn5_1:checked~label[for="tab-btn5_1"],
#tab-btn5_2:checked~label[for="tab-btn5_2"],
#tab-btn5_3:checked~label[for="tab-btn5_3"],
#tab-btn5_4:checked~label[for="tab-btn5_4"],
#tab-btn5_5:checked~label[for="tab-btn5_5"] {
    background-color: rgb(199, 0, 0);
    color: white;
    font-weight: 600;
}

.filter label {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    padding-bottom: 0.5vh;
    padding-top: 0.5vh;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.choose {
    justify-content: center;
    justify-items: center;
    margin-top: 1vh;
}
.choose-japan {
    justify-content: center;
    justify-items: center;
    border: solid 0.1vw lightgray;
    border-radius: 10vw;
    width: 26vw;
    justify-content: space-between;
    font-size: 1.1vw;
    font-weight: 600;
}
.choose-japan input {
    display: none;
}
.choose-japan label {
    width: 12vw;
    cursor: pointer;
}
.select-spec {
    justify-content: center;
    justify-items: center;
    border: solid 0.1vw lightgray;
    border-radius: 10vw;
    width: 80vw;
    justify-content: space-between;
    font-size: 1.1vw;
    font-weight: 600;
    margin-top: 1vh;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
}
.select-spec input {
    display: none;
}
.select-spec label {
    width: 30vw;
    height: 4vh;
    align-self: center;
    align-content: center;
    overflow: hidden;
    border-radius: 10vw;
    -webkit-border-radius: 10vw;
    -moz-border-radius: 10vw;
    -ms-border-radius: 10vw;
    -o-border-radius: 10vw;
}
.field {
    display: flex;
    font-family: montserrat;
    width: 80vw;
    margin-top: 1vh;
}
.catalog-container {
    justify-content: center;
    justify-items: center;
}
.main-row {
    text-align: left;
    justify-content: left;
    justify-items: left;
    align-items: left;
    align-content: left;
    width: 60vw;
}
.first-column,
.second-column,
.third-column,
.fourth-column,
.fifth-column {
    height: 20vh;
    width: 17vw;
    margin-right: 0.1vw;
    justify-content: center;
    justify-items: center;
}
.field select {
    width: 15.3vw;
    height: 4.2vh;
    font-size: 1.05vw;
    font-family: montserrat;
    border-radius: 0.3vw;
    -webkit-border-radius: 0.3vw;
    -moz-border-radius: 0.3vw;
    -ms-border-radius: 0.3vw;
    -o-border-radius: 0.3vw;
    margin-top: 0.5vh;
    border: solid 0.1vw rgb(124, 124, 124);
    color: rgb(112, 112, 112);
}
.field select option {
    font-size: 0.9vw;
    cursor: pointer;
    border: solid 0.1vw lightgray;
}
.field select:active {
    border: solid 0.1vw #252525;
}
.field input {
    font-size: 1.05vw;
    font-family: montserrat;
    height: 4vh;
    margin-top: 0.5vh;
    border-radius: 0.3vw;
    -webkit-border-radius: 0.3vw;
    -moz-border-radius: 0.3vw;
    -ms-border-radius: 0.3vw;
    -o-border-radius: 0.3vw;
    border: solid 0.1vw rgb(124, 124, 124);
    
}
.field input::placeholder {
    padding-left: 0.3vw;
    color: rgb(112, 112, 112);
}
.two-option {
    display: flex;
    justify-content: space-between;
    width: 96%;
}
.option {
    width: 94.8%;
}
.option2 {
    width: 47%;
}
#form1 {
    justify-content: center;
    justify-items: center;
}
.btns-fields {
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 9vh;
}
.showAutos {
    width: 20vw;
    height: 6vh;
}
.showAutos input {
    width: 18vw;
    height: 5vh;
    font-size: 1.3vw;
    font-family: Montserrat;
    font-weight: 600;
    background-color: #f5f5f5;
    border: solid 0.1vw lightgrey;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    box-shadow: rgb(126, 126, 126) 0px 2px;
    cursor: pointer;
}
.showAutos input:hover {
    background-color: #e0e0e0;
}
.showAutos input:active {
    scale: 0.9;
}
.refilAutos {
    height: 6vh;
}
.refilAutos button {
    width: 3.5vw;
    height: 5vh;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    background-color: #f5f5f5;
    border: solid 0.1vw lightgrey;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    box-shadow: rgb(126, 126, 126) 0px 2px;
    cursor: pointer;
}
.refilAutos button:hover {
    background-color: #e0e0e0;
}
.refilAutos button:active {
    scale: 0.9;
}
.refilAutos button img {
    width: 2vw;
    opacity: 0.8;
}
.sort {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: 1vh;
}
.sort-btns {
    display: flex;
}
.sort-title {
    font-size: 1.5vw;
}
.sort-btns select {
    margin-left: 1vw;
    font-size: 1.3vw;
    text-align: center;
    font-family: montserrat;
    border: solid 0.1vw #bdbdbd;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    width: 25vw;
}
.sort-btns select option {
    font-size: 1.2vw;
}

.auto-counter {
    display: grid;
    margin-top: 5vh;
    font-size: 1.4vw;
    font-weight: 600;
}
.counter-line {
    width: 80vw;
    height: 0.2vw;
    background-color: #f0f0f0;
    overflow: hidden;
    margin-bottom: 2vh;
    margin-top: 2vh;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
}
.footer {
    display: flex;
    width: 99vw;
    justify-content: space-around;
    justify-items: center;
    background-color: #252525;
    padding-top: 2vh;
    padding-bottom: 2vh;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    padding-left: 1.5vw;
    color: white;
    margin-top: 12.5vh;
    align-content: center;
    display: flex;
}
.private-policy {
    margin-bottom: 2vh;
}
.private-policy a {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 140%;
}
.private-policy a:hover {
    color: red;
}
.infoCreator span {
    color: #ca0a14;
}
.footer a {
    color: white;
}
.footer-column {
    display: grid;
}
.socia {
    display: flex;
    width: 23vw;
    justify-content: space-around;
    margin-left: 0vw;
    margin-right: 10vw;
    justify-items: center;
    align-content: center;
    align-items: center;
}
.socia img:hover {
    scale: 0.9;
}
.socia img {
    width: 4vw;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.auth-btn {
    background-color: #ebebeb;
    width: 10vw;
    height: 7vh;
    align-content: center;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    box-shadow: #cacaca 0vw 2px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    padding-left: 2vw;
    padding-right: 2vw;
    justify-content: center;
    justify-items: center;
}
.auth-btn a {
    display: block;
    width: 14vw;
    height: 7vh;
    cursor: pointer;
    align-content: center;
    text-align: center;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 1.3vw;
    color: black;
    text-decoration: none;
    font-weight: 600;
}
.auth-btn:hover {
    scale: 0.98;
}
.auth-btn:active {
    scale: 0.85;
}
.btns-line {
    width: 60vw;
    height: 0.15vw;
    background-color: #25252518;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
}
.btns {
    display: flex;
    margin-top: 5vh;
}
.prevButton, .nextButton {
    width: 8vw;
    height: 6.2vh;
}
.prevButton button, .nextButton button {
    width: 8vw;
    height: 5.9vh;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    border: solid 0.1vw #25252557;
    font-size: 1.2vw;
    font-family: montserrat;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    box-shadow: rgb(126, 126, 126) 0px 2px;
    cursor: pointer;
}
.prevButton button:active, .nextButton button:active {
    scale: 0.8;
}
.prevButton button:disabled, .nextButton button:disabled {
    background-color: #25252515;
}
#pageCounter {
    margin-left: 1vw;
    margin-right: 1vw;
    width: 4vw;
    height: 5.9vh;
    text-align: center;
    font-size: 2vw;
    font-family: montserrat;
    font-weight: 700;
    color: black;
    border-radius: 1vw;
    border: solid 0.1vw #25252557;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    box-shadow: rgb(126, 126, 126) 0px 1px;
}
.card-holder {
    width: 80vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.cars-holder {
    display: flex;
    flex-wrap: wrap;
}
.card {
    width: 24vw;
    height: 100vh;
    justify-content: center;
    justify-items: center;
    border-radius: 1vw;
    border: solid 0.1vw #25252559;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    margin-right: 1.3vw;
    margin-left: 1.3vw;
    margin-bottom: 2vh;
    display: grid;
    font-family: montserrat;
}
.card input {
    text-align: center;
    font-family: montserrat;
    width: 13vw;
}

.year-and-sanc-cloud {
    width: 22vw;
    background-color: #00000085;
    height: 3vh;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
    align-content: center;
    display: flex;
    justify-content: space-around;
}
.car-photo {
    border: solid 0.1vw #252525;
    width: 18vw;
    height: 30vh;
    display: flex;
    overflow-y: hidden;
    overflow-x: visible;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    cursor: pointer;
}
.car-photo img {
    position: absolute;
    width: 18vw;
    height: 30vh;
    object-fit:fill;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
}
#first-photo {
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#first-photo:hover {
    opacity: 0;
}
#second-photo {
    z-index: 1;
}
#year-input {
    width: 4vw;
    height: 3vh;
    background-color: transparent;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 130%;
}
#sanc-input {
    height: 3vh;
    width: 14vw;
    border: none;
    align-content: center;
    text-align: right;
    justify-content: center;
    background-color: transparent;
    color: white;
    font-weight: 600;
    font-size: 130%;
}
#name-input {
    height: 4vh;
    width: 22vw;
    background-color: transparent;
    color: black;
    font-size: 170%;
    font-weight: 600;
    border-bottom: solid 0.1vw #2525251f;
    border-top: solid 0.1vw #2525251f;
    border-left: none;
    border-right: none;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.car-info {
    margin-top: 0vh;

}
.card-option {
    display: flex;
    margin-top: 1vh;
    width: 20vw;
    justify-content: space-between;
    font-size: 120%;
    align-content: center;
}
.card-option-text {
    text-align: left;
}
.card-option-value {
    width: 10vw;
    align-content: center;
}
.card-option-value input {
    font-size: 100%;
    width: 9vw;
    text-align: right;
    border: none;
    background-color: transparent;
}
.buy-btn {
    background-color: #ca0a14;
    color: white;
    font-weight: 600;
    width: 22vw;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    align-content: center;
    font-size: 140%;
    cursor: pointer;
}
.total-price {
    display: flex;
    align-content: center;
}
.total-price-text {
    width: 11vw;
}
.total-price-amount input {
    width: 12vw;
    height: 5vh;
    text-align: center;
    font-weight: 600;
    color: black;
    font-size: 150%;
    border: none;
    background-color: transparent;
}
.car-price {
    display: flex;
    align-content: center;
    align-items: center;
}
.car-price-title {
    align-content: center;
    font-size: 130%;
    width: 8vw;
}
#start-price {
    font-size: 160%;
    font-weight: 600;
    width: 12vw;
    height: 4vh;
    text-align: center;
    color: black;
    border: none;
    background-color: transparent;
}
#car-auc {
    height: 3vh;
    width: 20vw;
    color: black;
    font-weight: 600;
    font-size: 130%;
    border: none;
    background-color: transparent;
    margin-top: 2vh;
}
#sold {
    color:red;
}
#notSold {
    color: rgb(62, 216, 62);
}

.big-card {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.692);
    justify-content: center;
    align-content: center;
    justify-items: center;
}
.photo-container {
    display: flex;
    justify-content: center;
    height: 30.2vh;
    align-items: center;
}
.photo-holder {
    width: 50vw;
    height: 30vh;
    background-color: white;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
    box-shadow: #8f8f8f 0px 2px;
    border: solid 0.1vw #ff0000;
    align-items: center;
    justify-items: left;
    display: flex;
    overflow-x: scroll;
}
.photo-holder::-webkit-scrollbar {
    display: none;
}
.photo-holder img {
    width: 18vw;
    height: 26vh;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    border: solid 0.1vw #252525;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}
.photo-holder-scroll {
    overflow-x: visible;
    display: flex;
    position: relative;
    width: auto;   
}
.photo-holder-scroll::-webkit-scrollbar {
    display: none;
}
.photo-container-button {
    height: 7.4vh;
}
.photo-container button {
    width: 3.5vw;
    height: 7vh;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    box-shadow: #252525 0px 2px;
    border: solid 0.1vw #252525;
    background-color: #eeeeee;
    font-size: 2vw;
    font-family: montserrat;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: grid;
}
.photo-container button:hover {
    background-color: #d3d3d3;
    scale: 0.95;
}
.photo-container button:active {
    scale: 0.7;
}
.info-container {
    margin-top: 1vh;
    width: 50vw;
    height: 66vh;
    background-color: white;
    justify-content: center;
    justify-items: center;
    box-shadow: #252525 0px 2px;
    border: solid 0.1vw #252525;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    display: grid;
    margin-bottom: 2vh;
    
}
.close-btn-big-card {
    width: 97vw;
    justify-content: end;
    filter: invert(1);
    -webkit-filter: invert(1);
    justify-items: end;
    align-content: end;
    display: flex;
    position: fixed;
}
.close-btn-big-card img {
    width: 3vw;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.close-btn-big-card img:hover {
    scale: 0.95;
}
.close-btn-big-card img:active {
    scale: 0.6;
}

.name-car {
    margin-top: 0vh;
    height: 5vh;
}
#car-name {
    width: 46vw;
    height: 4vh;
    text-align: center;
    font-family: montserrat;
    font-weight: 600;
    font-size: 1.9vw;
    border: none;
    background-color: transparent;
    color: black;
}
.twoblocks {
    display: flex;
    width: 48vw;
    justify-content: space-around;
}
.first-block {

}
.second-block {

}
.pair {
    display: flex;
    align-items: center;
    align-content: center;
    width: 20vw;
    justify-content: space-around;
    margin-bottom: 2vh;
    margin-right: 0.25vw;
    margin-left: 0.25vw;
    padding-bottom: 1vh;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
}
.pair-title {
    text-align: left;
    width: 10vw;
    font-size: 1.2vw;
    font-weight: 600;
}
#pair-value {
    text-align: right;
    font-size: 1.2vw;
    width: 10vw;
    font-family: 'montserrat';
    border: none;
    color: #a8a5a5;
}
.container-big-card {
    display: grid;
    justify-content: center;
    justify-items: center;
}
.price {
    display: flex;
    width: 40vw;
    justify-content: space-around;
    border-top: solid 0.1vw #2525252d;
    border-bottom: solid 0.1vw #2525252d;
    padding-top: 2vh;
    padding-bottom: 1.5vh;
    height: 5vh;
}
.start-price {
    font-size: 2vw;
}
.rub-price {
    font-size: 2vw;
}
.takeCar {
    font-size: 1.5vw;
    font-weight: 600;
    background-color: #ca0a14;
    width: 20vw;
    text-align: center;
    align-content: center;
    margin-bottom: 4vh;
    border-radius: 2vw;
    color: white;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.takeCar:hover {
    scale: 0.95;
}
.takeCar:active {
    scale: 0.7;
}
#arrow-big-card-left {
    width: 2vw;
    rotate: 180deg;
}
#arrow-big-card {
    width: 2vw;
}

.warning {
    margin-top: 2vh;
    color: #25252583;
}

#notif {
    position: fixed;
    width: 35vw;
    height: 10vh;
    background-color: white;
    margin-top: 88vh;
    left: 63vw;
    border: solid 0.1vw #252525;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    align-content: center;
    text-align: center;
    font-size: 1vw;
    z-index: 999999999999;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
#notif span {
    color: red;
}

@media (max-width:1000px) {
    .vetochka2 img {
        rotate: -30deg;
    }
    .Buttons a{
        font-size: 1.3vw;
    }
    .filter label {
        padding-bottom: 1vh;
        padding-top: 1vh;
    }
    .footer a{
        font-size: 1.3vw;
    }
    .sort-btns select option{
        font-size: 1.5vw;
    }
}
@media (max-width:500px) {
    .Un_subtitle{
        display: none;
    }
    .header {
        height: 8vh;
    }
    #header-btn {
        display: none;
    }
    .Buttons img{
        width: 9vw;
    }
    .Menu {
        width: 40vw;
    }
    .Menu button{
        width: 30vw;
        font-size: 4vw;
    }
    .logo img {
        width: 30vw;
    }
    .logo{
        width: 30vw;
    }
    .banner1{
        width: 90vw;
        height: 12vh;
        background-size: 90vw 55vh;
        font-size: 16vw;
    }
    .first-title {
        font-size: 6vw;
        font-weight: 700;
    }
    .main-row{
        width: 90vw;
    }
    .second-title {
        font-size: 5.5vw;
    }
    .select-cntr {
        width: 90vw;
        height: 25vh;
        display: grid;
        justify-content: center;
    }
    .select-cntr label {
        font-size: 5vw;
        width: 90vw;
        height: 3vh;
        align-items: center;
        align-content: center;
    }
    .select-spec {
        display: grid;
        width: 90vw;
    }
    .select-spec label {
        width: 90vw;
        font-size: 4vw;
        background-color: white;
        border-radius: 0vw;
        -webkit-border-radius: 0vw;
        -moz-border-radius: 0vw;
        -ms-border-radius: 0vw;
        -o-border-radius: 0vw;
    }
    .choose-japan {
        width: 90vw;
    }
    .choose-japan label{
        width: 45vw;
        font-size: 4vw;
        background-color: white;
    }
    .field {
        display: grid;
        width: 90vw;
    }
    .field select {
        width: 90vw;
        text-align: center;
        font-size: 5vw;
        height: 7vh;
        background-color: white;
    }
    .first-column, .second-column, .third-column, .fourth-column, .fifth-column{
        width: 90vw;
        height: 15.5vh;
    }
    .two-option {
        width: 90vw;
    }
    .option2 {
        width: 44vw;
        text-align: center;
        font-size: 5vw;
    }
    .field input{
        font-size: 5vw;
        height: 7vh;
    }
    .option {
        width: 89.7vw;
        text-align: center;
    }
    #fourth-column-china, #fifth-column-china {
        height: 8vh;
    }
    #first-column-korea, #second-column-korea, #third-column-korea, #fourth-column-korea, #fifth-column-korea {
        height: 8vh;
    }
    #third-column-moto, #fourth-column-moto, #fifth-column-moto {
        height: 8vh;
    }
    #first-column-mini-pogr, #second-column-mini-pogr {
        height: 23.5vh;
    }
    #first-column-mini-ekscov {
        height: 23.5vh;
    }
    #first-column-traktor, #second-column-traktor, #third-column-traktor, #fourth-column-traktor {
        height: 23.5vh;
    }
    #first-column-eksc, #second-column-eksc {
        height: 23.5vh;
    }
    #first-column-gruz, #second-column-gruz, #third-column-gruz, #fourth-column-gruz, #fifth-column-gruz {
        height: 8vh;
    }
    #fifth-column-stats {
        height: 8vh;
    }
    .btns-fields {
        margin-top: 3vh;
        height: 7vh;
    }
    .showAutos{
        width: 70vw;
        height: 6.2vh;
    }
    .showAutos input{
        width: 70vw;
        height: 6vh;
        font-size: 6vw;
    }
    .refilAutos {
        width: 14vw;
        height: 6.2vh;
        margin-left: 5vw;
    }
    .refilAutos button{
        width: 14vw;
        height: 6vh;
    }
    .refilAutos button img {
        width: 8vw;
    }
    .sort {
        margin-top: 2vh;
    }
    .sort-btns select{
        width: 80vw;
        height: 4vh;
        font-size: 5vw;
    }
    .sort-btns select option{
        font-size: 5vw;
    }
    .field select option {
        font-size: 4vw;
    }
    .loading-title{
        font-size: 8vw;
    }
    .menu{
        width: 90vw;
        margin-left: 5vw;
    }
    .menu-close-btn{
        width: 86vw;
    }
    .menu-close-btn img{
        width: 10vw;
    }
    .menu-title{
        width: 80vw;
        height: 7vh;
        font-size: 9vw;
    }
    .menu-line {
        width: 80vw;
    }
    .menu-auth {
        width: 70vw;
    }
    .menu-auth a{
        width: 70vw;
        font-size: 5vw;
    }
    .menu-pick a {
        font-size: 5vw;
    }
    .vetochka img{
        height: 100vh;
        width: 150vw;
        opacity: 1;
        left: 70vw;
    }
    .vetochka2 img {
        rotate: -30deg;
        width: 150vw;
        left: -70vw;
        opacity: 0.7;
    }
    .footer {
        display: grid;
        margin-top: 6vh;
    }
    .footer a {
        font-size: 5vw;
    }
    .private-policy {
        margin-top: 2vh;
    }
    .socia {
        margin-right: 0vw;
        width: 80vw;
        margin-top: 4vh;
    }
    .socia img {
        width: 14vw;
    }
    .auth-btn{
        width: 80vw;
        margin-top: 4vh;
        margin-bottom: 1vh;
    }
    .auth-btn a{
        width: 80vw;
    }
    .auto-counter{
        font-size: 5vw;
    }
    .counter-line {
        width: 90vw;
        height: 0.5vh;
    }
    .card-holder {
        width: 90vw;
    }
    .cars-holder {
        display: grid;
    }
    .card {
        width: 90vw;
    }
    .year-and-sanc-cloud {
        width: 76vw;
    }
    #year-input{
        width: 20vw;
    }
    #sanc-input {
        width: 50vw;
    }
    .car-photo {
        width: 70vw;
    }
    .car-photo img{
        width: 70vw;
    }
    #name-input{
        width: 70vw;
    }
    .car-price-title {
        width: 38vw;
    }
    #start-price{
        width: 38vw;
    }
    #car-auc{
        width: 70vw;
    }
    .card-option{
        width: 66vw;
    }
    .card-option-value input{
        width: 30vw;
    }
    .card-option-value {
        width: 30vw;
    }
    .total-price-text {
        width: 30vw;
    }
    .total-price-amount input {
        width: 40vw;
    }
    .buy-btn {
        width: 76vw;
    }
    .btns-line{
        width: 80vw;
        height: 0.3vh;
    }
    .btns {
        margin-top: 2vh;
    }
    #pageCounter {
        width: 10vw;
        font-size: 6vw;
    }
    .prevButton, .nextButton {
        width: 30vw;
    }
    .prevButton button, .nextButton button {
        width: 30vw;
        font-size: 4vw;
        background-color: white;
    }
    .prevButton button:disabled, .nextButton button:disabled {
        background-color: #c7c7c7;
    }
    .photo-holder {
        width: 90vw;
    }
    .photo-holder img {
        width: 50vw;
    }
    .info-container {
        width: 90vw;
        height: 90vh;
    }
    .warning {
        text-align: center;
    }
    #car-name {
        width: 90vw;
        font-size: 4.5vw;
    }
    .price {
        width: 86vw;
    }
    .start-price {
        font-size: 5vw;
        align-content: center;
    }
    .rub-price {
        font-size: 5vw;
        align-content: center;
    }
    .pair-title {
        width: 35vw;
        font-size: 4vw;
    }
    .pair {
        width: 80vw;
        margin-top: 2vh;
    }
    .twoblocks {
        width: 86vw;
        display: grid;
    }
    #pair-value{
        font-size: 4vw;
        width: 35vw;
    }
    .takeCar {
        width: 60vw;
        height: 5vh;
        font-size: 4vw;
        margin-bottom: 2vh;
        margin-top: 2vh;
    }
    .close-btn-big-card img{
        width: 10vw;
    }
    .close-btn-big-card {
        position: relative;
        margin-bottom: 1vh;
        margin-top: 1vh;
    }
    #notif {
        width: 90vw;
        left: 5vw;
        font-size: 4vw;
    }
    .option:disabled {
        background-color: #252525;
    }
}