body { /* Тело проекта, его базовые настройки и т.п */
    font-size: 11px;
    font-family: Montserrat;
    background-color: #f2f2f2;
    position: absolute;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    width: 102vw;
    color: #121212;
}
.header { /* Хэдэр */
    margin-top: 1.5vh;
    margin-left: 1vw;

    position: fixed;
    z-index: 1;
    width: 98vw;
    height: 10vh;
    background-color: #FFFFFF;
    border-radius: 5vh;

    display: flex;

    z-index: 99999;
    overflow: hidden;
}
.logo { /* Постановка лого */
    margin-top: 1vh;
    margin-left: 8vw;
}
.logo img { /* Сама картинка лого */
    width: 9vw;
}
.Buttons { /* Кнопки */
    display: flex;
    margin-left: 34vw;
    margin-right: 1vw;
}

/* Изменение кнопок */

.WhatsApp,
.WhatsApp-menu { /* Ватсап  */
    margin-top: 1vh;
    margin-right: 0.5vw;
    transition: all 0.3s;
}
.WhatsApp a,
.WhatsApp-menu a {
    text-decoration: none;
}
.WhatsApp-menu:hover,
.WhatsApp:hover {
    position: relative;
    scale: 1.1;
}
.WhatsApp-menu img,
.WhatsApp img {
    width: 3vw;
}


.Un_subtitle { /* Облачка под кнопками  */
    position: relative;
    text-decoration: none;
    
    color: black;
    background-color: #F2F2F2;
    text-align: center;

    font-size: 1vh;
    font-weight: 600;

    width: 4.5vw;
    bottom: 1vh;
    right: 0.7vw;

    border-radius: 10vw;
    opacity: 95%;
}

.WhatsApp1,
.WhatsApp1-menu { /* Ватсап растоможки */
    margin-top: 1vh;
    margin-right: 0.5vw;

    transition: all 0.3s;
}
.WhatsApp1 a,
.WhatsApp1-menu a {
    text-decoration: none;
}
.WhatsApp1:hover,
.WhatsApp1-menu:hover {
    scale: 1.1;
}
.WhatsApp1 img,
.WhatsApp1-menu img {
    width: 3vw;
}


.Telegramm,
.Telegramm-menu { /* ТГ */
    margin-top: 1vh;
    margin-right: 0.5vw;

    transition: all 0.3s;
}
.Telegramm a,
.Telegramm-menu a {
    text-decoration: none;
}
.Telegramm:hover,
.Telegramm-menu:hover {
    scale: 1.1;
}
.Telegramm img,
.Telegramm-menu img {
    width: 3vw;
}

.VK,
.VK-menu { /* ВК */
    margin-top: 0.6vh;
    margin-right: 0.5vw;

    transition: all 0.3s;
}
.VK a,
.VK-menu a {
    text-decoration: none;
}
.VK:hover,
.VK-menu:hover {
    scale: 1.1;
}
.VK img,
.VK-menu img {
    width: 3.2vw;
}

.Instagram,
.Instagram-menu {
    margin-top: 0.6vh;
    margin-right: 0.5vw;

    transition: all 0.3s;
}
.Instagram a,
.Instagram-menu a {
    text-decoration: none;
}
.Instagram:hover,
.Instagram-menu:hover {
    scale: 1.1;
}
.Instagram img,
.Instagram-menu img {
    width: 3.2vw;
}

.PickTheAuto { /* "Подобрать автомобиль" */
    position: relative;
    top: 2.5vh;

    margin-right: 0.5vw;
    
    white-space: nowrap;
}
.PickTheAuto button { /* настройка кнопки "Подобрать автомобиль" */
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    
    background-color: #B10405;
    border: none;
    border-radius: 2.5vh;
    color: #FFFFFF;
    font-family: Montserrat;

    transition: all 0.7s;

    font-size: 2vh;
}
.PickTheAuto button:hover { /* эффект наведения на кнопку */
    background-color: #C83031;
}


.Menu { /* Меню */
    position: relative;
    top: 2.5vh;
    
    margin-left: 0.5vw;
}
.Menu button { /* настройка кнопки Меню */
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 2vw;
    padding-right: 2vw;

    border-radius: 2.5vh;
    color: #B10405;
    background-color: #FFFFFF;
    border: none;
    border: solid 0.1vh #B10405;
    opacity: 70%;
    transition: all 0.5s;

    font-size: 2vh;
}
.Menu button:hover { /* эффект наведения на кнопку */
    color: #979797;
    border-color: #979797;
}
.right-menu {
    position: fixed;
    z-index: 999000;
    width: 100vw;
    height: 100vh;
    justify-items: right;
    display: block;
    left: 100vw;
    transition: all 0.5s;
}

.right-menu-container {
    background-color: #FFF;
    width: 47vw;
    height: 100vh;
    z-index: 9999;
}
.right-menu-logo {
    position: absolute;
    top: 5vh;
    right: 16vw;
}
.right-menu-logo img {
    width: 15vw;
}
.right-menu-links {
    position: absolute;
    top: 25vh;
    right: 28vh;
    font-size: 2vw;
    line-height: 2;
    font-weight: 500;
}
.right-menu-links a {
    text-decoration: none;
    color: #B10405;
    transition: all 0.2s;
}
.right-menu-links a:hover {
    text-decoration: none;
    color: #979797;
}
.black-bg {
    position: absolute;
    width: 53vw;
    height: 100vh;
    background-color: black;
    right: -6vw;
    opacity: 0.7;
    z-index: -1;

    transition: all 0.2s;
}
.close-btn {
    position: absolute;
    top: 5vh;
    
    right: 5vw;
}
.close-btn button {
    border: none;
    background-color: transparent;
    background-image: url(icons/close-btn.svg);

    width: 1vw;
    height: 1vw;
    scale: 3;

    cursor: pointer;
}
.login-btn {
    text-align: center;

    transition: all 0.2s;

    margin-bottom: 6vh;
}
.login-btn:hover {
    scale: 0.97;
}
.login-btn a {
    color: white;
}
.login-btn button {
    width: 20vw;
    height: 10vh;

    color: white;
    font-family: montserrat;

    font-size: 1.5vw;
    border-radius: 3vw;
    border: solid 0.1vw #B10405;
    background-color: #B10405;
}

.сustoms-clearance button,
.Pick-and-purchase-auto button,
.purchase-stages button,
.catalog button,
.ratings button,
.contacts button,
.manual-for-SEP button {
    border: none;
    background-color: transparent;
    font-family: 'Open sans';
    font-size: 2vw;
    color: #B10405;

    transition: all 0.2s;
}
.сustoms-clearance button:hover,
.Pick-and-purchase-auto button:hover,
.purchase-stages button:hover,
.catalog button:hover,
.ratings button:hover,
.contacts button:hover
.manual-for-SEP button:hover {
    color: #979797;
}

.header-btns {
    display: none;
}





.take-a-call1 {
    position: absolute;
    width: 100vw;
    height: 100vh; 
    z-index: 999999;
    font-family: 'Montserrat';
    transition: all 0.5s;
    left: 0vw;
    scale: 0;
}
.take-a-call-bg {
    background-color: #252525;
    width: 100vw;
    height: 100vh;
    opacity: 0.9;
    scale: 1;
    transition: all 0.5s;
}
.take-a-call-tab {
    position: absolute;
    width: 40vw;
    height: 80vh;
    background-color: #FFF;
    left: 30vw;
    top: 10vh;
    border-radius: 1vw;
    z-index: 999;
    text-align: center;
}
.take-a-call-close-btn {
    text-align: right;
}
.take-a-call-close-btn button {
    background-color: transparent;
    border: none;
    border-radius: 1vw;
    width: 4vw;
    height: 8vh;
    cursor: pointer;
}
.take-a-call-close-btn img {
    width: 4vw;
}
.take-a-call-title {
    font-size: 3vw;
}
.take-a-call-subtitle {
    font-size: 1vw;
    text-align: left;
    width: 30vw;
    margin-top: 2vh;
    margin-left: 6.3vw;
}
.take-a-call-input-name {
    margin-top: 8vh;
    opacity: 0.6;
}
.take-a-call-input-name input {
    width: 20vw;
    font-size: 1.5vw;
    text-align: left;
    padding-bottom: 1vh;
    border: none;
    border-bottom: solid 0.1rem #B10405;
    font-family: 'montserrat';
}
.take-a-call-input-phone-number {
    width: 20vw;
    opacity: 0.6;
    border-bottom: solid 0.1rem #b10405;
    display: flex;
    margin-left: 10vw;
}
.take-a-call-input-phone-number input {
    width: 15vw;
    font-size: 1.5vw;
    text-align: left;
    padding-bottom: 1vh;
    border: none;
    margin-top: 4vh;
    font-family: 'montserrat';
}
.take-a-call-input-phone-number select {
    width: 5vw;
    font-size: 1.5vw;
    text-align: left;
    padding-bottom: 1vh;
    border: none;
    margin-top: 4vh;
    font-family: 'montserrat';
}
.take-a-call-checkbox {
    font-size: 1.2vw;
    margin-top: 4vh;
}
.take-a-call-checkbox input {
    scale: 1.8;
}
.take-a-call-checkbox label {
    padding: 0.3vw;
}
.take-a-call-checkbox a {
    color: black;
    transition: all 0.2s;
}
.take-a-call-checkbox a:hover {
    color: #B10405;
}
.take-a-call-btn {
}
.take-a-call-btn input {
    position: absolute;
    margin-top: 10vh;
    left: 10vw;
    width: 20vw;
    height: 8vh;
    border: none;
    border-radius: 5vw;
    background-color: #B10405;
    color: #FFF;
    font-size: 1.5vw;
    font-family: 'Open sans';
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.take-a-call-btn input:hover {
    scale: 0.9;
}

.btn-to-up {
    position: fixed;
    top: 90vh;
    left: 94vw;
    z-index: 99;
}
.btn-to-up button {
    padding-top: 1vh;
    border: none;
    background-color: #B10405;
    border-radius: 25vw;
}
.btn-to-up img {
    width: 3vw;
    filter: invert(100);
}


.private_policy_container {
    position: relative;
    width: 98vw;
    height: 130vh;
    left: 1vw;
    top: 13vh;
    border-radius: 3vw;
    background-color: #ffffff;
}
.private_policy_title {
    text-align: center;
    font-size: 3vw;
    padding-top: 2vh;
    padding-bottom: 3vh;
}
.private_policy_content {
    font-size: 1vw;
    text-align: left;
    padding-left: 20vw;
    width: 60vw;
    height: 119vh;
}
.private_policy_content span a {
    color: #FFF;
    text-decoration: none;
    background-color: #B10405;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-radius: 3vw;
    text-align: center;
}

.private_policy_content span {
    margin-left: 23vw;
}



@media (max-width: 1921px) {
    .right-menu-container {
        width: 50vw;
    }
    .right-menu-logo img {
        width: 20vw;
    }
}
@media (max-width: 1280px) {
    .right-menu-container {
        width: 60vw;
    }
    .right-menu-logo img {
        width: 30vw;
    }
    .right-menu-logo {
        position: absolute;
        top: 5vh;
        right: 16vw;
    }
    .right-menu-links {
        top: 28vh;
        right: 10vw;
    }
    .right-menu-links a {
        font-size: 3.5vw;
        line-height: 1.5;
    }
    .right-menu-links button {
        font-size: 3.5vw;
        line-height: 1.5;
    }
    .close-btn button {
        scale: 5;
    }
    .login-btn {
        text-align: center;
        transition: all 0.2s;
        margin-bottom: 6vh;
    }
    .login-btn button {
        width: 30vw;
        height: 10vh;
    
        color: white;
        font-family: montserrat;
    
        font-size: 3vw;
        border-radius: 2vw;
        border: solid 0.1vw #B10405;
        background-color: #B10405;
    }
}
@media (max-width: 993px) {
    .right-menu-container {
        width: 100vw;
    }
    .right-menu-logo img {
        width: 35vw;
    }
    .right-menu-logo {
        position: absolute;
        left: 35vw;
    }
    .right-menu-links {
        top: 28vh;
        right: 26vw;
        text-align: center;
    }
    .header-btns {
        top: 88vh;
        left: 40vw;
        scale: 3;
    }
    .Un_subtitle {
        font-size: 0.6vw;
        width: 5vw;
        top: -1vh;
        right: 0.9vw;
    }
}
@media (max-width: 769px) {
    .right-menu-logo img {
        width: 45vw;
    }
    .right-menu-logo {
        position: relative;
        left: 0vw;
        right: 0vw;
    }
    .right-menu-container {
        display: grid;
        justify-content: center;

    }
    .right-menu-links {
        line-height: 4.5;
    }
    .login-btn button {
        width: 50vw;
        font-size: 4vw;
    }
    .close-btn {
        width: 5vw;
        height: 5vw;
    }
    .close-btn button {
        width: 5vw;
        height: 5vw;
        scale: 3;
        margin-left: 0vw;
    }
    .header-btns {
        top: 88vh;
        left: 40vw;
        scale: 3.5;
    }
    .private_policy_title {
        font-size: 5vw;
    }
    .private_policy_content {
        font-size: 3vw;
        width: 80vw;
        padding-left: 10vw;
    }
    .logo img {
        width: 25vw;
    }
    .WhatsApp,
    .WhatsApp1,
    .Telegramm,
    .VK,
    .Instagram {
        display: none;
    }
    .Buttons {
        margin-left: 22vw;
    }
    .Menu {
        top: 1.5vh;
    }
    .Menu button {
        padding-top: 2vh;
        padding-bottom: 2vh;
        font-size: 3vw;
    }
    .PickTheAuto {
        top: 1.5vh;
    }
    .PickTheAuto button {
        padding-top: 2.25vh;
        padding-bottom: 2.25vh;
    }
    .private_policy_content span {
        position: relative;
        padding-top: 7vh;
        padding-bottom: 3vh;
    }
    .btn-to-up img {
        width: 8vw;
    }
    .btn-to-up {
        left: 88vw;
    }
    .take-a-call-tab {
        width: 100vw;
        left: 2vw;
        height: 100vh;
        top: 0vh;
        border-radius: 0vw;
        z-index: 9;
    }
    .take-a-call-close-btn button {
        width: 9vw;
    }
    .take-a-call-close-btn img {
        width: 8vw;
    }
    .take-a-call-title {
        font-size: 7vw;
        height: 10vh;
        position: relative;
    }
    .take-a-call-subtitle {
        text-align: center;
        margin-top: 0vh;
        margin-left: 0vw;
        font-size: 3vw;
        width: 80vw;
        height: 10vh;
        position: relative;
    }
    .take-a-call-input-name {
        margin-top: 10vh;
        height: 5vh;
    }
    .take-a-call-input-name input {
        width: 50vw;
        font-size: 4vw;
        text-align: center;
    }
    .take-a-call-input-phone-number {
        width: 50vw;
        margin-left: 0vw;
    }
    .take-a-call-input-phone-number select {
        width: 13vw;
        font-size: 4vw;
    }
    .take-a-call-input-phone-number input {
        font-size: 4vw;
        width: 37vw; 
    }
    .take-a-call-checkbox {
        margin-top: 5vh;
        font-size: 3vw;
    }
    .take-a-call-btn {
        position: relative;
        width: 50vw;
        height: 8vh;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin-top: 15vh;
    }
    .take-a-call-btn input {
        margin-top: 0vh;
        width: 50vw;
        left: 0vw;
        font-size: 3vw;
    }
    #form {
        position: relative;
        display: grid;
        width: 100vw;
        height: 50vh;
        justify-content: center;
        text-align: center;
        justify-items: center;

    }
}
@media (max-width: 500px) {
    body {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        -webkit-overflow-x: hidden;
        -webkit-overflow-scrolling: hidden;
    }
    .right-menu-logo img {
        width: 60vw;
    }
    .right-menu-logo {
        position: absolute;
        left: 20vw;
    }
    .close-btn {
        width: 5vw;
        height: 5vw;
    }
    .close-btn button {
        width: 5vw;
        height: 5vw;
        scale: 2.5;
        margin-left: 1vw;
    }
    .header-btns {
        top: 88vh;
        left: 40vw;
        scale: 3.5;
    }
    .right-menu-links a {
        font-size: 5vw;
        line-height: 2;
    }
    .right-menu-links button {
        font-size: 5vw;
        line-height: 2;
    }
    .right-menu-links {
        top: 28vh;
        right: 22vw;
    }
    .login-btn {
        text-align: center;
        transition: all 0.2s;
        margin-bottom: 4vh;
    }
    .login-btn button {
        width: 50vw;
        height: 10vh;
    
        color: white;
        font-family: montserrat;
    
        font-size: 5vw;
        border-radius: 2vw;
        border: solid 0.1vw #B10405;
        background-color: #B10405;
    }
    .Instagram-menu {
        margin-bottom: 4vh;
        margin-top: 0.9vh;
    }
    .VK-menu {
        margin-top: 0.9vh;
    }
    .Buttons {
        margin-left: 5vw;
    }
    .logo img {
        width: 40vw;
    }
    .WhatsApp,
    .WhatsApp1,
    .Telegramm,
    .VK,
    .Instagram,
    .PickTheAuto {
        display: none;
    }
    .Menu {
        top: 1.25vh;
        left: 4vw;
    }
    .Menu button {
        padding-left: 10vw;
        padding-right: 10vw;
        font-size: 6vw;
    }
    .private_policy_title {
        font-size: 6vw;
    }
    .private_policy_content {
        font-size: 4vw;
        width: 90vw;
        padding-left: 5vw;
    }
    .take-a-call1 {
        display: none;
    }
    .private_policy_content span {
        font-size: 5vw;
        margin-left: 20vw;
        margin-top: 10vh;
    }
    .сustoms-clearance,
    .Pick-and-purchase-auto,
    .purchase-stages,
    .contacts,
    .ratings {
        display: none;
    }
    .btn-to-up {
        scale: 1;
        left: 84vw;
        top: 85vh;
    }
    .btn-to-up img {
        width: 10vw;
    }
}
@media (max-width: 377px) {
    body {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        -webkit-overflow-x: hidden;
        -webkit-overflow-scrolling: hidden;
    }
    .right-menu-logo img {
        width: 60vw;
    }
    .right-menu-logo {
        position: absolute;
        left: 20vw;
    }
    .close-btn {
        width: 5vw;
        height: 5vw;
    }
    .close-btn button {
        width: 5vw;
        height: 5vw;
        scale: 2.5;
        margin-left: 1vw;
    }
    .header-btns {
        top: 88vh;
        left: 40vw;
        scale: 3.5;
    }
    .right-menu-links a {
        font-size: 5vw;
        line-height: 2;
    }
    .right-menu-links button {
        font-size: 5vw;
        line-height: 2;
    }
    .right-menu-links {
        top: 28vh;
        right: 22vw;
    }
    .login-btn {
        text-align: center;
        transition: all 0.2s;
        margin-bottom: 4vh;
    }
    .login-btn button {
        width: 50vw;
        height: 10vh;
    
        color: white;
        font-family: montserrat;
    
        font-size: 5vw;
        border-radius: 2vw;
        border: solid 0.1vw #B10405;
        background-color: #B10405;
    }
    .Instagram-menu {
        margin-bottom: 4vh;
        margin-top: 0.9vh;
    }
    .VK-menu {
        margin-top: 0.9vh;
    }
    .Buttons {
        margin-left: 0vw;
    }
    .logo img {
        width: 46vw;
    }
    .WhatsApp,
    .WhatsApp1,
    .Telegramm,
    .VK,
    .Instagram,
    .PickTheAuto {
        display: none;
    }
    .Menu {
        top: 1.5vh;
    }
    .Menu button {
        padding-left: 10vw;
        padding-right: 10vw;
        font-size: 6vw;
    }
    .private_policy_title {
        font-size: 6vw;
    }
    .private_policy_content {
        font-size: 4vw;
        width: 90vw;
        padding-left: 5vw;
    }
    .take-a-call1 {
        display: none;
    }
    .private_policy_content span {
        font-size: 5vw;
        margin-left: 20vw;
        margin-top: 10vh;
    }
    .сustoms-clearance,
    .Pick-and-purchase-auto,
    .purchase-stages,
    .contacts,
    .ratings {
        display: none;
    }
    .btn-to-up {
        scale: 1.4;
        left: 81vw;
        top: 90vh;
    }
    .btn-to-up img {
        width: 10vw;
    }
}