* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}


.mask{
    width: 100%;
    height: 100%;
    background: rgb(226, 226, 226);
    position: fixed;
    top: 0;
    z-index: 1000;
    transition:  .6s;
    display: flex;
    justify-content: center;
    align-items: center;
}   

.loader {
    margin: auto;
    width: 75px;
    height: 75px;
    border:10px solid rgb(190, 190, 190);
    border-radius: 50%;
    border-left-color: grey;
    animation: loader 1.3s linear infinite;
   }
   @keyframes loader {
    100% {
     transform: rotate(360deg);
    }
   }

.hide{
    opacity: 0;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.header {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 60px 0 43px;
    list-style: none;
}

.menu_1 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

.menu_2 {
    padding: 0;
    display: flex;
    list-style: none;
}

.menu_2 .menu_item {
    margin: 0 30px;
}

.menu_item {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    transition: .3s;
}

.menu_item:hover {
    padding: 8px;
    padding-bottom: 6px;
    border: 1px solid;
    border-radius: 20px;
    border-bottom: 2px solid;
    color: #E51937;
}

.menu_item.item2:hover {
    padding-bottom: 6px;
    border-bottom: 2px solid;
    color: grey;
}

.menu_item.item3:hover {
    padding-bottom: 6px;
    border-bottom: 2px solid;
    color: #b6031e;
}

.menu_item.item4:hover {
    padding-bottom: 6px;
    border-bottom: 2px solid;
    color: #1e41b6;
}

.item1 {
    margin-right: 45px;
}

.item2 {
    margin-right: 45px;
}

.item3 {
    margin-right: 45px;
}

.item4 {
    margin-right: 45px;
}

.tesla_title {
    margin-top: 75px;
    text-align: center;
    background-image: url(/img/modelx.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 594px;
    z-index: 100;
}

.tesla_title h1 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 90px;
    line-height: 110px;
    color: #000000;
}

.tesla_title p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.tesla_info {
    display: flex;
    justify-content: center;
}

.info_block {
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.info_block_img {
    width: 46px;
    margin-right: 14px;
}

.info_block_text1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
}

.info_block_text1 span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.info_block_text2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.info_block_text3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.info_block_img3 {
    width: 22px;
    margin-right: 7px;
}

.order {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #E51937;
}

.main {
    margin-top: 57px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: white;
}

.main_inner {
    background-image: url(/img/salonx.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.left_section h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-left: 80px;
    font-weight: 600;
    font-size: 70px;
    line-height: 85px;
    color: #b6031e;
}

.right_section {
    width: 440px;
    background: #b6031e;
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 75px;
}

.main_top h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.main_top p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
    margin-top: 11px;
    margin-bottom: 54px;
}

.features {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.features img {
    margin-right: 19px;
    align-self: center;
}

.features__accent {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #FFFFFF;
}

.features__title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.features__text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.main_bottom {
    display: flex;
    align-items: center;
    margin-top: 145px;
}

.main_bottom img {
    align-self: center;
}

.information {
    display: flex;
    align-items: center;
}

.information img {
    align-self: center;
}

.info__text {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}


/*---------------------------FOOTER START----------------------------------------------*/

.footer {
    max-width: 1440px;
    margin: 0;
    padding: 0;
}

.footer_inner {
    display: flex;
}

.footer_left {
    color: #fff;
    background: #b6031e;
    max-width: 440px;
}

.footer_left_head {
    margin: 35px 60px 55px 50px;
}

.footer_left_head h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

.footer_left_head p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.footer_left_body h3 {
    margin-left: 56px;
    margin-bottom: 29px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

.rating {
    margin-right: 60px;
    margin-left: 56px;
    margin-bottom: 16px;
    display: flex;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
}

.rating_title span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer_left_bottom {
    margin-top: 90px;
    margin-left: 66px;
}

.features__title_model {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
}

.features__title_model p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

.features__title2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    margin: 0;
    padding: 0;
}

.features__text2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.main_bottom2 {
    display: flex;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 60px;
}

.footer_right {
    position: relative;
}

.footer_model_text {
    max-width: 931px;
    margin-top: 140px;
    margin-left: 70px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 200px;
    line-height: 244px;
    color: #b6031e;
    opacity: 0.1;
}

.footer_img {
    position: absolute;
    top: 280px;
    left: -85px;
    width: 950px;
}

.footer_info {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 15px;
    color: #000000;
    position: absolute;
    display: flex;
    align-items: flex-start;
}

.footer_info img {
    align-self: center;
}

.footer_info.item_1 {
    left: 145px;
    top: 251px;
}

.footer_info.item_2 {
    left: 385px;
    top: 200px;
}

.footer_info.item_3 {
    left: 480px;
    top: 605px;
    align-items: flex-end;
}

.footer_logo {
    margin-top: 630px;
    margin-left: 400px;
}


/*-----------------------------FOOTER END-------------------------------------------------------*/


/*


















/
/
/
/
/*-----------------------------button------------------------*/

.frame {
    width: 90%;
    margin: 40px auto;
    text-align: center;
}

button {
    margin: 20px;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #b6031e;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-5 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgb(255, 27, 0);
    background: linear-gradient(0deg, rgba(255, 27, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
}

.btn-5:hover {
    color: #b6031e;
    background: transparent;
    box-shadow: none;
}

.btn-5:before,
.btn-5:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #b6031e;
    box-shadow: -1px -1px 5px 0px #b6031e, 7px 7px 20px 0px #0003, 4px 4px 5px 0px #0002;
    transition: 400ms ease all;
}

.btn-5:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
    width: 100%;
    transition: 800ms ease all;
}


/*-----------------------------button_end--------------------------------------*/


/*-----------------------------button------------------------*/

.frame {
    width: 90%;
    margin: 40px auto;
    text-align: center;
}

button {
    margin: 20px;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-6 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: #b6031e;
    background: linear-gradient(0deg, #b6031e 0%, #b6031e 100%);
}

.btn-6:hover {
    color: black;
    background: transparent;
    box-shadow: none;
}

.btn-6:before,
.btn-6:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #b6031e;
    box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003, 4px 4px 5px 0px #0002;
    transition: 400ms ease all;
}

.btn-6:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-6:hover:before,
.btn-6:hover:after {
    width: 100%;
    transition: 800ms ease all;
}


/*-----------------------------button_end--------------------------------------*/


/*-----------------------------АДАПТАЦИЯ старт-------------------------------------------------*/

@media (max-width: 375px) {
    .container {
        width: 375px;
    }
    .menu_item {
        display: none;
    }
    .tesla_title {
        min-height: 200px;
        background-position: center bottom;
    }
    .tesla_title h1 {
        font-weight: 600;
        font-size: 50px;
        line-height: 61px;
    }
    .tesla_title p {
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
    }
    .tesla_info {
        flex-wrap: wrap;
    }
    nav {
        margin: 5px 31px 43px 2px;
    }
    .info_block {
        margin-right: 40px;
    }
}

@media (max-width: 765px) {
    .container {
        max-width: 765px;
    }
    .menu_item {
        display: none;
    }
}


/*------------------------------------АДАПТАЦИЯ- конец---------------------*/