* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.body {
    height: 100%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.mask{
    width: 100%;
    height: 100%;
    background: rgb(226, 226, 226);
    position: fixed;
    top: 0;
    z-index: 1001;
    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;
}

.container1 {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.container1 {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;

}

.header {
    width: 1440px;
    height: 10px;
    position: fixed;
    /*background: rgb(94, 94, 94);*/
    z-index: 1000;
    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;
}


/*.container-vbr {
    display: flex;
}*/

.vibor {
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 15px;
   /* background-color: rgb(245, 245, 245);*/
}

.vibor img {
    width: 1300px;
}

.vibor-info{
    margin: 1px;
}

.vibor-info h2{
    width: 350px;
    padding-left: 70px;
}

.vibor-info li{
    list-style: none;
    margin-top: 30px;
    margin-left: -20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;

}

.btn1 {
    margin-top: 50px;
    margin-left: 70px;
    border: 11px red solid;
    width: 190px;
    height: 40px;
}

.btn1:hover {
    border: 1px black solid;
    width: 190px;
    height: 40px;
}

.btn2 {
    margin-top: 40px;
    margin-left: 70px;
    border: 11px red solid;
    width: 190px;
    height: 40px;
}

.btn2:hover {
    border: 1px black solid;
    width: 190px;
    height: 40px;
}

html, body, section {
    block-size: 100%;
  }
                
                  html, body, section {
    block-size: 100%;
  }
  
  html {
    scroll-snap-type: y mandatory;
  }
  
  section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    
    /*display: flex;
    align-items: top center;
    justify-content: space-between;*/
  }
  
  section:nth-of-type(even) {
    color: white;
    /*background: black;
    background-image: url(/img/model3vbr1.jpg);
    background-repeat: no-repeat;*/
  }
  
  section:nth-of-type(odd) {
    color: black;
    background: white;
  }
  
  body {
    margin: 0;
    font-family: system-ui, sans-serif;
    font-size: 4rem;
  }
                
              
  JS Options
                
                  
                
              
  
  html {
    scroll-snap-type: y mandatory;
  }
  
  section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    
    /*display: flex;
    align-items: top center;
    justify-content: top;*/
  }
  
  section:nth-of-type(1) {
    color: black; 
    /*background: black;*/
    background-image: url(/img/model3vbr1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  section:nth-of-type(2) {
    color: black;
    /*background: black;*/
    background-image: url(/img/model3vbr2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  section:nth-of-type(3) {
    color: black;
    /*background: black;*/
    background-image: url(/img/model3vbr3.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  

  body {
    margin: 0;
    font-family: system-ui, sans-serif;
    font-size: 4rem;
  }

.h22{
    color: #fff;
    font-size: 2px;
}

.tesla_title {
    margin-top: 75px;
    text-align: center;
}

.tesla_title h1 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 110px;
    color: #000000;
}

.tesla_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 390px;
}

.info_block {
    display: flex;
    align-items: center;
    margin-right: 70px;
}

.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;
}
