body {
    margin: 0vw;
    overflow-x: hidden;
}

.right-menu {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-items: end;
    transition: all 0.3s;
    left: 100vw;
    top: 0vh;
}
.right-menu-container{
    display: grid;
    width: 50vw;
    background-color: #fff;
    height: 100vh;
    justify-items: center;
    justify-content: center;
    align-content: space-evenly;
    transform: translateX(50vw);
}
.close-btn {
    position: relative;
    display: flex;
    justify-items: end;
    justify-content: end;
    width: 50vw;
}
.close-btn button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.close-btn img {
    width: 5vw;
}
.right-logo {

}
.right-logo img {
    width: 20vw;
    height: 10vh;
    padding-bottom: 0vh;
}
.right-menu-links {
    text-align: center;
    display: grid;
    justify-items: center;
    margin-top: 0vh;
}
.right-menu-links a {
    text-decoration: none;
    color: black;
}
.right-menu-links a:hover {
    color: #B10406;
}
.right-menu-links button,
.right-menu-links a {
    border: none;
    background-color: transparent;
    font-size: 2vw;
    font-family: "Montserrat";
    margin-bottom: 2vh;
}
.right-menu-links button:hover,
.right-menu-links a:hover {
    cursor: pointer;
}
.login-btn {
    background-color: #B10406;
    padding-top: 1vh;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 3vw;
    margin-bottom: 4vh;
    transition: all 0.3s;
}
.login-btn:hover {
    scale: 1.05;
}
.login-btn button {
    color: white;
}
.ratings button:hover,
.contacts button:hover,
.purchase-stages button:hover,
.Pick-and-purchase-auto button:hover,
.сustoms-clearance button:hover,
.right-menu-links a:hover {
    color: #B10406;
}
.Pick-and-purchase-auto {
    margin-bottom: 2vh;
}
.сustoms-clearance {
    margin-bottom: 2vh;
}
.purchase-stages {
    margin-bottom: 2vh;
}
.contacts {
    margin-bottom: 2vh;
}


/*! ХЭДЭР */
.header {
    position: fixed;
    display: grid;
    width: 98vw;
    height: 12vh;
    top: 1vh;
    left: 0.5vw;
    display: flex;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 2px rgba(34, 60, 80, 0.2),
                -1px -1px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 3vw;
    align-self: center;
    justify-content: space-between;
    z-index: 99;
}
.logo {
    margin-left: 4vw;
    align-self: center;
}
.logo img {
    width: 12vw;
    transition: all 0.2s;
}
.logo img:hover {
    scale: 1.05;
}
.Buttons {
    position: relative;
    display: flex;
    width: 60vw;
    align-self: center;
    align-items: center;
    justify-content: space-between;
    margin-right: 1vw;
}
.Buttons a {
    position: relative;
    display: grid;
    text-decoration: none;
    color: black;
    font-family: 'Montserrat';
    align-self: center;
    align-items: center;
    justify-items: center;
    text-align: center;
}
.Buttons img {
    width: 5vw;
}
.Un_subtitle {
    position: absolute;
    display: block;
    bottom: -0.5vh;
    background-color: #f3f3f3;
    font-size: 0.7vw;
    width: 140%;
    padding-bottom: 0.2vh;
    border-radius: 1vw;
    font-weight: 500;
}
.Menu {
    margin-left: 2vw;
}
.Menu button {
    background-color: transparent;
    border: solid 0.1rem #B10406;
    border-radius: 2vw;
    height: 10vh;
    width: 20vw;
    font-size: 2vw;
    font-family: 'Montserrat';
    transition: all 0.2s;
}
.Menu button:hover {
    background-color: #B10406;
    color: white;
}
.WhatsApp, .WhatsApp1, .Telegramm, .VK, .Instagram {
    transition: all 0.2s
}
.WhatsApp:hover, .WhatsApp1:hover, .Telegramm:hover, .VK:hover, .Instagram:hover {
    scale: 1.1;
}


/*! Block */
.block {
    width: 100vw;
    position: relative;
    font-family: 'Montserrat';
    display: grid;
    justify-content: center;
    justify-items: center;
    margin-top: 14vh;
    font-size: 2vw;
    margin-bottom: 1vh;
}
.block-container {
    width: 95vw;
    padding: 1vw;
    border-radius: 2vw;
    border: solid 0.1rem #252525;
    background-image: url(../images/bg-lines3.svg);
    background-repeat: no-repeat;
    background-size: 140vw;
    background-position: -40vw -100vh;
    overflow: hidden;
}
.title  {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 4vh;
    margin-top: 2vh;
    font-weight: 600;
}
.step {
    margin-bottom: 2vw;
    width: 90vw;
    margin-left: 1vw;
}
.step span {
    color: #B10406;
}



.footer {
    width: 100vw;
    background-color: #252525;
    height: 20vh;
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;

    font-family: 'Montserrat';

    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-column {
    display: block;
}
.private-policy {
    font-size: 1.5vw;
    padding-bottom: 1vh;
    text-align: left;
}
.private-policy a {
    color: white;
    transition: all 0.4s;
}
.private-policy a:hover {
    color: red;
}
.instWarn {
    color: white;
    text-align: left;
    opacity: 0.5;
}
.infoCreator {
    padding-top: 3vh;
    text-align: left;
    color: white;
    opacity: 0.5;
}
.infoCreator span {
    color: red;
}
.socia {
    display: flex;
    width: 30vw;
    justify-content: space-between;
}
.socia img {
    width: 4.5vw;
    transition: all 0.4s;
    cursor: pointer;
}
.socia img:hover {
    scale: 1.1;
}
.auth-btn {
    background-color: #202020;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-radius: 2vw;
    border: solid 0.1rem #ffffff;
    color: white;
    transition: all 0.2s;
}
.auth-btn:hover {
    scale: 1.1;
    border: solid 0.1rem #B10406;
}
.auth-btn a {
    text-decoration: none;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 2vw;
    color: white;
    transition: all 0.2s;
}
.auth-btn a:hover {
    color: #B10406;
}
.btns {
    position: relative;
    display: flex;
    margin-bottom: 1vh;
    justify-content: center;
    justify-items: center;
    width: 100vw;
    align-items: center;
    align-self: center;
}



@media (max-width: 1921px) {

}
@media (max-width: 500px) {
    .header {
        border-radius: 10vw;
        height: 10vh;
    }
    .Buttons {
        justify-content: flex-end;
    }
    .Menu {
        margin-right: 5vw;
    }
    .Menu button {
        width: 40vw;
        height: 8vh;
        font-size: 5vw;
        border-radius: 10vw;
        padding-left: 6vw;
        padding-right: 6vw;
    }
    #header-btn {
        display: none;
    }
    .logo img {
        width: 40vw;
    }
    .right-menu {
        
    }
    .right-menu-container {
        width: 100vw;
        height: 100vh;
        display: grid;
        align-content: start;
        transform: translateX(0vw);
    }
    .close-btn {
        width: 90vw;
        margin-top: 2vh;
    }
    .close-btn img {
        width: 15vw;
    }
    .rigth-logo {
        width: 100vw;
        padding-top: 10vh;
    }
    .rigth-logo img {
        width: 100vw;
    }
    .right-menu-links {
        margin-top: 0vh;
        text-align: center;
    }
    .right-menu-links a {
        text-align: center;
        font-size: 5vw;
        font-weight: 600;
    }
    .right-menu-links button {
        font-size: 5vw;
        color: #252525;
        text-align: center;
    }
    .login-btn {
        margin-bottom: 5vh;
        margin-top: 5vh;
    }
    .login-btn button {
        width: 70vw;
        height: 5vh;
        color: #fff;
    }

    .block {
        margin-top: 12vh;
        font-size: 6vw;
    }
    .block-container {
        width: 90vw;
        padding: 3vw;
        border-radius: 5vw;
    }
    .step {
        margin-bottom: 5vh;
    }
    .footer {
        display: grid;
        height: 60vh;
        justify-items: center;
        justify-content: center;
    }
    .auth-btn {
        text-align: center;
        margin-bottom: 5vh;
        margin-top: 5vh;
        width: 60vw;
    }
    .auth-btn a {
        font-size: 5vw;
        width: 60vw;
    }
    .private-policy {
        font-size: 6vw;
        text-align: center;
        margin-top: 5vh;
    }
    .instWarn {
        text-align: center;
        justify-items: center;
    }
    .infoCreator {
        text-align: center;
    }
    .socia {
        width: 95vw;
        margin-top: 5vh;
    }
    .socia img {
        width: 16vw;
    }
    .social-btns img {
        width: 20vw;
    }
    .social-btns {
        width: 95vw;
    }
    .title {
        font-size: 8vw;
    }
}